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

* {
	margin:0px;
	padding:0px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
	background-image:url(images/gradient_bkg.jpg);
	background-repeat:repeat-x;
	background-color:#f0f4f7;
}
#wrapper {
	width:1016px;
	height:auto;
	margin:auto;
	background-color:#fff;
	padding:0 5px 5px 5px;
}
#navdiv {
	width:1016px;
	height:38px;
	background-image:url(images/nav_bkg.jpg);
	background-repeat:repeat-x;
}
/*#navdiv ul.navul {
	display:inline;
	width:750px;
	float:left;
}
#navdiv ul.navul li {
	list-style:none;
	width:150px;
	height:28px;
	float:left;
	background-image:url(images/nav_divider.jpg);
	background-position:right;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:10px;
	font-size:0.9em;
}
#navdiv ul.navul a {
	color:#fff;
	text-decoration:none;
}
#navdiv ul.navul a:hover {
	color:#f6c509;
	text-decoration:none;
}

#navdiv ul.navul a.here {
	color:#f6c509;
	text-decoration:none;
}*/
#navdiv h1.asx {
	float:right;
	font-weight:normal;
	font-size:0.8em;
	padding-top:10px;
	margin-right:3px;
}
#navdiv h1.asx a {
	color:#fff;
	text-decoration:none;
}
#navdiv h1.asx a:hover {
	color:#f6c509;
	text-decoration:none;
}
#navdiv img.asx {
	float:right;
	margin-right:10px;
}
#banner {
	width:1016px;
	clear:both;
	margin:10px 0 10px 0;
}
#body {
	background-image:url(images/body_bkg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#778995;
	width:956px;
	height:auto;
	overflow:hidden;
	padding-top:40px;
	padding-bottom:40px;
	padding-left:30px;
	padding-right:30px;
	min-height:300px;
}
#body p {
	font-size:0.8em;
	color:#fff;
	margin-top:5px;
	line-height:145%;
}
#body h2 {
	font-size:1.2em;
	color:#f6c509;
	margin-top:5px;
}
#body img.more {
	margin-top:20px;
}
#body ul.announcements {
	font-size:0.8em;
	color:#fff;
	margin-top:20px;
}
#body ul.announcements li {
	list-style:none;
	margin:10px 0 10px 0;
}
#body ul.announcements a {
	color:#fff;
	text-decoration:none;
}
#body ul.announcements a:hover {
	color:#f6c509;
	text-decoration:none;
}
#body img.line {
	width:420px;
	height:1px;
}
#body #leftcolumn {
	width:420px;
	height:auto;
	float:left;
	margin:0 20px 0 30px;
}
#body #rightcolumn {
	width:420px;
	height:auto;
	float:left;
	margin:0 20px 0 40px;
}
#body h2.projecth2 {
	font-size:1.2em;
	color:#f6c509;
	margin-top:5px;
	margin-left:30px;
}
#body img.projectss {
	margin-top:10px;
	margin-left:128px;
}
#footer {
	width:1016px;
	text-align:center;
}
#footer p {
	font-size:0.65em;
	color:#607782;
	margin-top:5px;
}
#footer a {
	color:#607782;
	text-decoration:none;
}
#footer a:hover {
	color:#f6c509;
	text-decoration:none;
}