/*LOGO--------------------------------
--------------------------------------*/
#Logo {left:0pt; position:absolute; top: -999999px; width:400px;} /*Gets rid of the text logo*/
#wrapper {background-color: #fff; padding-top: 0;} /*page background and top spacing*/
		
		
/*HEADER GRAPHIC----------------------
--------------------------------------
-- make sure you also add the masthead fix, should match the dimension given below
*/
#masthead {background: #fff url(/resources/serv/3075/site_files/wellfield-logo.jpg) top left no-repeat; height: 216px;}
		
/*masthead fix for Internet Explorer - overrules fixes.css*/
/*\*/
* html #masthead {
height: 216px!important;
}
/**/
/*NAVIGATION--------------------------
		--------------------------------------*/
		ul.nav {background-color: #990033;} /*main bar color*/
		ul.nav li {background-color: #990033;} /*button color*/
		.nav li a {background-color: transparent; border-left: 1px solid #fff; color:#ffff00;} /*button text color*/
		
		/*hover state------------------------*/
		.nav li a:hover {background-color: #060c40; color: #fff;}
		
		/*selected state---------------------*/
		.nav li a.this, .nav li a.this span {background-color: #fe8c19; color: #fff;}
