/* CSS Document */

/* ------------------------------------------------------------------ GENERAL ----------------------------------------------------------------- */
body { margin:0px; padding:0px; background: #005288}

a img { border:none; }
/* ------------------------------------------------------------------ LAYOUT ------------------------------------------------------------------ */
#pageHolder { width:928px; height:auto; overflow:hidden; margin:0px auto 0px auto;}
#contentHolder { float:left; clear:left; width:928px; height:auto; overflow:hidden; padding:0px; font-family:Verdana, Arial, Helvetica, sans-serif}
/* ------------------------------------------------------------------ HEADER ------------------------------------------------------------------ */
#header { width:928px; height:128px; overflow:hidden; float:left; padding:0px 0px 0px 0px;   background:url(../images/header.jpg) top left repeat-y scroll;}


/* ------------------------------------------------------------------ NAV --------------------------------------------------------------------- */
#navHolder {
	width:928px; height:44px; overflow:hidden; padding:0px; float:left; clear:left; background:url(../images/nav-background.jpg) top left no-repeat scroll; 
}

ul.navigation {
	float:right; display:block; margin-left:10px; margin-top:0px; padding:5px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:14px; font-weight: bold; letter-spacing:0px;
}
ul.navigation li { list-style-type:none; display:block; width:auto; height:24px; float:left;color:#e6e6e6;}
ul.navigation li a {
	display:block; width:auto; height:24px; float:left; overflow:hidden; padding:4px 30px 0px 30px; 
	text-decoration:none;  color:#005288;
}

ul.navigation li a:hover { color:#005288; text-decoration:underline;}

#navlogo {
	 float:right; display:block; margin-right:20px; margin-top:10px; 
}
#navOdd { list-style-type:none; display:block; width:auto; height:24px; float:left;color:#e6e6e6; background:none} 


/* ------------------------------------------------------------------ FOOTER ------------------------------------------------------------------ */
#footer {
	width:928px; height:auto; overflow:hidden; float:left; clear:left; margin:0px 0px 0px 0px; padding:10px 0px 10px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#fff; background:url(../images/footer-image.jpg) top repeat-y scroll;
}
#footer a { color:#fff; text-decoration:none; }
#footer a:hover { color:#fff; text-decoration:underline; }
#footerLeft { width:400px; height:auto; overflow:hidden; float:left;padding-left:20px;}
#footerLeft select { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; margin:4px 0px 0px 0px; }
#footerRight { width:469px; height:auto; overflow:hidden; float:right; text-align:right; padding:1px 20px 0px 0px; line-height:14px; }
/* ------------------------------------------------------------------ INDEX ------------------------------------------------------------------- */
.locationMenu { font-family:Arial, Helvetica, sans-serif; font-size:18px; }

.formWidth { width:350px; font-size:12px;}
.formWidth2 { width:150px; font-size:12px;}
.workBox {width:500px; height:auto; border: 1px solid #adadad; padding:7px; font-size:12px; float:left; font-size:12px; color:#535353; margin-top:20px;}
.workBox2 {width:260px; height:auto; border: 1px solid #adadad; padding:7px; font-size:12px; float:left; font-size:12px; color:#535353;}
.orangeText { color: #CC6600;}
