@charset "UTF-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.date {
	font-size:85%;
	color:#C0C0C0;
}
#wrapper {
	width:920px;
	height:auto;
	background-image:url(images/bkg_shadow_mid.jpg);
	background-repeat:repeat-y;
	margin:auto;
	overflow:hidden;
}
#header {
	width:900px;
	height:90px;
	margin-left:10px;
}
img.logo {
	width:277px;
	height:90px;
	float:left;
	border:none;
}
#navbkg {
	width:623px;
	height:90px;
	background-image:url(images/nav_bkg.jpg);
	background-repeat:no-repeat;
	float:left;
}
#navbkg ul.nav {
	list-style:none;
	font-size:0.9em;
	margin:40px 0 0 40px;
}
#navbkg ul.nav li {
	display:inline;
	color:#bcbdc0;
	margin-right:7px;
}
#navbkg ul.nav a {
	color:#bcbdc0;
	text-decoration:none;
}
#navbkg ul.nav a:hover {
	color:#ffffff;
}
#navbkg ul.nav a.here {
	color:#ffffff;
}
img.homehero {
	margin-left:10px;
}
#content {
	width:900px;
	height:auto;
}
img.prospectusimage {
	margin:20px 50px 20px 60px;
	float:left;
	border:none;
}
#content h1 {
	color:#fdb414;
	font-size:1em;
	padding-top:30px;
	float:left;
	width:600px;
}
#content h2 {
	color:#424242;
	font-size:0.9em;
	padding-top:20px;
	float:left;
	width:600px;
}
#content p {
	color:#424242;
	font-size:0.7em;
	margin-top:10px;
	margin-right:85px;
	width:550px;
	float:right;
	line-height:150%;
	display:inline;
}
#content p.home {
	color:#424242;
	font-size:0.8em;
	margin-top:10px;
	margin-right:85px;
	width:550px;
	float:right;
	line-height:150%;
	display:inline;
}
#content img.pdf {
	margin:0px 4px -2px 0;
	border:0px;
}
#content a {
	color:#364d62;
	text-decoration:none;
}
#content a:hover {
	color:#fdb414;
	text-decoration:underline;
}
#content img.arrow {
	margin-left:5px;
	border:none;
}

#content .director {
	width:637px;
	float:right;
}
#content .director img {
	float:left;
	margin:20px 20px 20px 0;
	border:2px solid #fdb414;
}
#content .director h2 {
	color:#424242;
	font-size:0.9em;
	padding-top:20px;
	float:right;
	width:400px;
	margin-right:80px;
}
#content .director p {
	color:#424242;
	font-size:0.7em;
	margin-top:10px;
	line-height:150%;
	width:400px;
	float:right;
	margin-right:80px;
}
#content .director img.line {
	height:1px;
	width:600px;
	border:0px;
}


#content img.projectimage {
	float:none;
	margin:20px 55% 5px 45%;
	border:2px solid #fdb414;
}
#content p.caption {
	float:none;
	margin:0px 55% 20px 45%;
	font-size:0.55em;
}
#copyright {
	clear:both;
	float:left;
	height:30px;
	width:900px;
	background-color:#fdb414;
	margin-left:10px;
	margin-top:30px;
}
#copyright p {
	color:#ffffff;
	font-size:0.6em;
	text-align:center;
	padding-top:7px;
}
#copyright a {
	color:#ffffff;
	text-decoration:none;
}
#copyright a:hover {
	color:#ffffff;
	text-decoration:underline;
}
#wrapperfooter {
	width:920px;
	height:auto;
	background-image:url(images/bkg_shadow_bottom.jpg);
	background-repeat:no-repeat;
	margin:auto;
}
