@charset "UTF-8";
/* CSS Document */

/* GENERAL SITE TAGS */

* {
	margin: 0px;
	padding: 0px;
	border:none;
}
body {
	background-color: #000103;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #6dbbf6;
}
h3, h4, h5, h6, p, ul {
	margin-bottom: 1.2em;	
}
h1, h2 {
	margin-bottom: .7em;	
}
h1 {
	font-weight: normal;
	color: #FFF;
	font-size: 22px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 0px;
}
a:link, a:visited {
	color: #F58026;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}





/* MISC CUSTOM CLASSES */

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
.tight {
	margin-bottom: 0.2em;
}
.nobreak {
        white-space: nowrap;
}
.rule {
	background-color: #265775;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	font-size: 0px;
}
.subhead {
	color: #FFF;
	font-weight: bold;
}
.pdf_icon {
	margin-bottom: -3px;
}





/* WRAPPERS */


#wrapper_outer {
	background-image: url(../images/bg_underwater.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper_inner {
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 43px;
}
#wrapper_page {
	background-image: url(../images/bg_page.jpg);
	background-repeat: no-repeat;
}




/* FOOTER */

#wrapper_footer {
	background-image: url(../images/footer_tile.jpg);
	background-repeat: repeat-x;
}
#wrapper_footer_inner {
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	font-size: 10px;
	color: #41779f;
	padding-bottom: 90px;
}
#footer_left {
	float: left;
	width: 500px;
	padding-left: 25px;
}
#footer_right {
	float: right;
	width: 325px;
	padding-right: 25px;
	text-align: right;
}
#wrapper_footer_inner a:link, #wrapper_footer_inner a:visited {
	color: #41779f;
}




/* HEADER AND UTIL NAV */

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 123px;
	width: 904px;
}
#header, #header a, #header a:hover, #header a:visited {
	font-size: 10px;
	color: #033562;
}
#util_nav {
	position: absolute;
	top: 95px;
	right: 50px;
}
.logo {
	position: absolute;
	top: 20px;
	left: 27px;
}







/*MAIN NAV - DROPDOWN BUTTONS*/

.dropdown {float:left;}

.dropdown dt {cursor:pointer; background-repeat:none;}

.dropdown dt#about-ddheader {height:35px; width:123px; background:url(../images/btn_about.gif);}
.dropdown dt#services-ddheader {height:35px; width:137px; background:url(../images/btn_services.gif);}
.dropdown dt#employment-ddheader {height:35px; width:160px; background:url(../images/btn_employment.gif);}

.dropdown dt#about-ddheader:hover, body.about .dropdown dt#about-ddheader,
.dropdown dt#services-ddheader:hover, body.services .dropdown dt#services-ddheader,
.dropdown dt#employment-ddheader:hover, body.employment .dropdown dt#employment-ddheader
 {background-position: 0px -35px;}

.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:158px;
	display:none;
	z-index:200;
	opacity:0;
}

.dropdown ul {width:156px; border:1px solid #245877; list-style:none; border-top:none;}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#FFF;
	text-decoration:none;
	width:146px;
	font-size: 11px;
	background-color: #01668e;
	border-bottom:FFF;
}

.dropdown a:hover {background:#0088bc; color:#FFF; text-decoration:none;}

.dropdown .underline {border-bottom:1px solid #245877}




/*MAIN NAV (NON-DROPDOWN BUTTONS)*/

#navigation {
	height: 35px;
	width: 880px;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 9px;
}
#navigation ul.standard {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
#navigation ul.standard li {
	display: inline;
}
#navigation ul.standard a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	height: 35px;
}
#navigation ul.standard a:hover,
body.home #home a,
body.news_projects #news_projects a,
body.contact #contact a {
	background-position: 0px -35px;
}
#home a {
	background-image: url(../images/btn_home.gif);
	width:111px;
}
#news_projects a {
	background-image: url(../images/btn_news_projects.gif);
	width:188px;
}
#contact a {
	background-image: url(../images/btn_contact.gif);
	width:161px;
}






/* HOME CONTENT PANELS */

body.home #content_left {
	float: left;
	width: 515px;
	padding: 35px;
	font-size: 14px;
}
body.home #spotlight_panel {
	float: right;
	width: 244px;
	background-image: url(../images/vert_rule_gradient.gif);
	background-repeat: no-repeat;
	background-position: 0px 35px;
	padding-top: 35px;
	padding-right: 45px;
	padding-bottom: 35px;
	padding-left: 30px;
	min-height: 350px;
	font-size: 11px;
}
body.home #content_left p {
	line-height: 1.5em;
}




/* CONTENT PANELS */

#content_right {
	float: right;
	width: 570px;
	padding-top: 30px;
	padding-right: 80px;
	padding-bottom: 35px;
	padding-left: 0px;
	min-height: 350px;
}
#banner {
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
}
#content_right p {
	line-height: 1.4em;
}





/* SPOTLIGHTS */

.spotlight img {
	margin-bottom: 5px;
}
.spotlight {
	margin-bottom: 25px;
}




/* SUBNAV */

#subnav {
	float: left;
	width: 200px;
	background-image: url(../images/vert_rule_gradient.gif);
	background-repeat: no-repeat;
	background-position: 209px 176px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 10px;
	min-height: 400px;
	font-size: 11px;
	text-align: right;
}
#subnav ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#subnav a {
	padding-right: 12px;
	font-weight: bold;
	background-image: url(../images/arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: right 15px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 169px;
}
#subnav a:hover {background-image:url(../images/arrow_right.gif); color:#FFF; text-decoration:none;}
ul.subnav01 #subnav01 a {background-image:url(../images/arrow_right.gif); color:#FFF;}
ul.subnav02 #subnav02 a {background-image:url(../images/arrow_right.gif); color:#FFF;}
ul.subnav03 #subnav03 a {background-image:url(../images/arrow_right.gif); color:#FFF;}
ul.subnav04 #subnav04 a {background-image:url(../images/arrow_right.gif); color:#FFF;}
ul.subnav05 #subnav05 a {background-image:url(../images/arrow_right.gif); color:#FFF;}
ul.subnav06 #subnav06 a {background-image:url(../images/arrow_right.gif); color:#FFF;}
ul.subnav07 #subnav07 a {background-image:url(../images/arrow_right.gif); color:#FFF;}
ul.subnav08 #subnav08 a {background-image:url(../images/arrow_right.gif); color:#FFF;}
ul.subnav09 #subnav09 a {background-image:url(../images/arrow_right.gif); color:#FFF;}
ul.subnav10 #subnav10 a {background-image:url(../images/arrow_right.gif); color:#FFF;}

#subnav ul.tertiary_nav {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#subnav ul.tertiary_nav a {
	padding-right: 12px;
	background-image:none;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 170px;
	font-size:10px;
	font-weight:normal;
	color: #F58026;
}
#subnav ul.tertiary_nav a:hover {
	background-image:none;
	color:#FFF;
}
.pnl_photo {
	border: 1px solid #205371;
}






/* LISTS */
ul.list {
	margin-bottom: 2em;
	margin-left: 25px;
}
.list li {
	margin-bottom: 0.5em;
}
ul.list ul {
	margin-left: 30px;
}




/* FLASH SPLASH PAGE*/

#wrapper_flash {
	background-image: url(../images/bg_splash.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#flash {
	height: 384px;
	width: 763px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 105px;
}
#footer_flash {
	width: 753px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
