/* styling for intro splash page */

body{
	text-align: center;
	min-width: 600px;
	background: #062136;
}

.centerwrapper {
	margin:0 auto;
	text-align: left;
	width:400px;
}

#homepage_wrapper{
	background-image: url("/images/skyline_final.jpg");
	background-repeat: no-repeat;
	height:700px;
	margin:0 auto;
	text-align: left;
	width:900px;
}

#homepage_wrapper h1{
	display: none;
}

#homepage_desc{
	position: relative;
	top: 461px;
	left: 114px;
 	width:670px;
  	background:#ffffff;
  	text-align: center;
}

#homepage_desc {
  	filter: alpha(opacity=60);
  	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  	-moz-opacity: 0.60;
  	opacity:0.6;
}


#homepage_desc p {
	background: transparent;
	color: #222222;
	font-weight: bold;
	font-size: 15px;
	line-height: 25px;
	padding: 20px 0 20px 0;
}

#homepage_desc p a{
	color: #222222;
	text-decoration: underline;
}

#homepage_desc p a:hover{
	text-decoration: none;
	color: #F8D828;
}



#homepage_disclaimer{
	font-size: 10px;
	position: relative;
	top: 535px;
	left: 640px;
	width: 300px;
}

#homepage_desc h1{
	margin: 0;
	display: none;
}

/* general layout styles (wrappers) for inside pages */

body#interiorPage1{
	background-color: #062136;
	text-align: center;
	min-width: 600px;
}

#interiorwrapper{
	margin: 2px auto;
	text-align: left;
	width: 760px;
}

#content{
	background-image: url("/images/graduation_banner.jpg");
	background-repeat: no-repeat;
	background-position: top;
	float: right;
	width: 535px;
	margin: 0;
	background-color: transparent;
	display: inline;
}
body.schools #content{
	background-image: url("/images/hamerschlag.jpg");
}

/* navigation styling for all interior pages */

#content_nav {
	background: url("/images/bricks.gif") top left repeat-y;
	float: left;
        width: 100%;
}
#nav{
	background: transparent;
	float: left;
	width: 200px;
	padding-bottom: 15px;
	margin: 0;
	display: inline;
	font-size: 13px; /* text property to make nav larger */
}

#nav span {
	display: block;
	text-indent: -9999px;
	background: url("/images/logo.gif") top left no-repeat;
	height: 160px;
}

#nav ul{
	list-style: none;
	margin: -25px 0 0 50px;
	padding: 0;
	width: 135px;
}

#nav p{
margin: 15px 0 0 50px;
width: 135px;
}

#nav ul li{
	margin: 0;
	display: inline;
}

#nav ul li a{
	display: block;
	background-color: #111111;
	color: #F8D828;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	border-left: 4px solid #F8D828;
	border-right: 4px solid #F8D828;
	border-top: 1px dotted #F8D828;
	margin: 0;
}

#nav ul li a:hover{
	background-color: #444444;
	color: #ffffff;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;

}

#nav ul li a span{
	display: none;
}

#nav ul li a:hover span{
	display: inline;
	font-size: 11px;
}

#nav ul li.last a{ 
	border-bottom: 1px dotted #F8D828;
}

/* styling for "you are here" highlights */

body.apply li#apply_highlight a, 
body.home li#home_highlight  a,
body.schools li#schools_highlight  a,
body.contact li#contact_highlight  a,
body.map li#map_highlight a,
body #nav ul li.active a{
	background-color: #444444;
	color: #ffffff;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	cursor: default;
}

/*form styles*/

form label {
	display: block;
	color: #ddd;
	font-family: arial, verdana;
	font-size: 12px;
}

form .text {
width: 220px;
}

/* footer properties */
#footer{
	clear: both;
	padding-top: 10px;
}

#footer p{
	border-top: 1px solid white;
	padding-top: 5px;
	font-size: 11px;
}

/* image properties */

img.floatleft {
	display: inline;
	vertical-align: text-top;
 	float: left;
 	width: 100px;
 	margin: 7px 15px 15px 0;
}

/* text properties */

h1, h2, p, a, #content ul {
	font-family: arial, verdana;
	color: #DDDDDD;
}

p, #content li {
	font-size: 12px;
	line-height: 18px;
}

h1{
	font-size: 23px;
	margin: 214px 0 15px 3px;
}

h2{
	font-size: 16px;
}

strong{
	text-decoration: underline;
	font-weight: normal;
}

/* link properties */

a {
	color: #F8D828;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* General Properties */

.floatright{
	float: right;
}

.floatleft{
	float: left;
}

.clearfix {
float: left;
width: 535px;
margin: 0 0 10px 0;
}
