
body { background: #FFFFFF; color: #000000; margin: 0px 0px 0px 0px; font-family: Arial, Helvetica, sans-serif;  }

/* 
     Utility Navigation Container
     ---------------------------------------------------------- */ 
	 #header {   width: 955px; margin:0px auto 2px auto; padding:0px; }
     #header:after {   content:""; display:block; height:100%; clear:both;}

     
     /* Nav Utility ------------------------ */      
     #nav_utility { width: 955px; height:26px; margin: 0px; background:#fad956; border-bottom:2px solid #cc0000;}
		  #nav_utility ul { float: right; margin: 0px; }	
          #nav_utility li { float: left;  margin: 0px; padding: 0px 10px 0px 10px; list-style: none none; background: url(../images/icons/nav_utility_pipe.gif) no-repeat 0px 5px; }
          #nav_utility li.first { background: none; }
          #nav_utility li.last { padding: 0px 5px 0px 10px; }
          
	 #nav_utility:after { content: ""; display: block; height: 100%; clear: both; } 
/* 
     Branding Container
     ---------------------------------------------------------- */ 
	#branding { width: 955px; height: 76px; margin: 2px 0px 0px 0px; background: #3366cc 100% 100%;}
	* html #branding {background: #3366cc 237px 100%; }
		 #branding:after { content: ""; display: block; height: 100%; clear: both; }
	          
		 #branding img { margin: 5px 0px 5px 10px; }
		 #branding blockquote { float: right; width: 210px; background-color:Transparent;  margin: 25px; font-family: Times New Roman; font-size: 14px; font-weight: bold;  color: #fad956; }
		 * html #branding blockquote { width: 237px; }
		 #branding .BrandingNoNav    /*Without Background Image*/
			{   width: 955px; 
				height: 76px; 
				background: #3366cc;}
	            
      /* This needs to be first because FF3 is now supporting this */
		.clearfix {display: inline-block;}

		.clearfix:after {
			content: " ";
			display: block;
			height: 0;
			clear: both;
			font-size: 0;
			visibility: hidden;
		}

		/* Hides from IE-mac \*/
		* html .clearfix {height: 1%;}
		.clearfix {display: block;}
		/* End hide from IE-mac */

 

