html {overflow-y: scroll;} 

body { 
	margin:0; 
 	padding:0; 
	text-align: center; 
	background: #FCB034;
	color: #333;
	} 
 
/* universal elements
----------------------------------------------------- */ 
h1 {
	margin: 50px 0 28px 0;
	padding: 0;
	}
	
h2 {
	margin: 20px 0 3px 0;
	padding: 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #66922c;
	text-transform: uppercase;
	}

h3 {
	margin: 0 0 15px 0;
	}

img {
	border: none;
	}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

p {
	margin: 0 0 15px 0;
	line-height: 18px;
	}
	
a, .orange {
	color: #c6740a;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}


.bulletList ul {
	list-style-type: disc;
	margin: 0 20px 20px 20px;
	}

.bulletList li {
	margin-bottom: 5px;
	color: #00853E;
	}

.smallCopy {
	font-size: 9px;
	line-height: 12px;
	}

.listTitle {
	margin: 0 0 5px 0;
	}

.green {
	color: #66922C;
	}

.grey {	
	color: #333;
	}
	
.bold {
	font-weight: bold;
	}	
	
/* header elements
----------------------------------------------------- */ 
#container { 
 	width: 950px; 
 	text-align: left;  
	margin: 0 auto;  
	background: url(images/backgrounds/pageBkgd.gif) repeat-y #fff ;
	font: normal 12px Arial, Helvetica, sans-serif;
	} 

#innerContainer {
	width:900px;
	margin: 0 25px 0 25px;
	padding:0;
}	

#header {
	width:900px;
 	height: 111px; 
  	background:url(images/subNav.png) no-repeat; 
	} 

#headerHome {
	width:900px;
 	height: 90px; 
  	background: url(images/topHeader.gif) no-repeat top right; 
	} 
	
#headerLogo {
	float: left;
	height:111px;
	width:152px;
	}

/* global and sub navigation
----------------------------------------------------- */
#navContainer {float:right; width:748px; height:51px; margin-top:60px;background:url(images/backgrounds/navBkgd.gif) repeat-x;}
#globalNav {margin:0;padding:0;height:30px;}
#subNav {margin:0;padding:0;height:21px;}

#globalNav ul li {
	float:left;
	display: inline;
	list-style-type: none;
	padding-right:10px;
	}

#subNav ul li {
	float:left;
	display: inline;
	list-style-type: none;
	padding-right: 19px;
	padding-top:3px;
	}	

#subNav ul li a {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #025d2d;
	}
	
#subNav li a:hover, #subNav li#subActive a {
	color: #00853E;
	}

/* homepage elements
----------------------------------------------------- */
#leftHomeContainer {
	float: left;
	width: 370px;
	margin: 20px 0 15px 60px;
	background: url(images/homeVerticalRule.gif) no-repeat center right;
	}

#rightHomeContainer {
	float: right;
	width: 385px;
	margin: 20px 50px 0 0;
	}

#leftHomeContainer a, #rightHomeContainer a {
	color: #F48E0B;
	text-transform: uppercase;
	font-weight: bold;
	}

/* left column elements
----------------------------------------------------- */ 
#leftColumn {
	width: 306px; 
 	float: left; 
	margin:0; 
	padding-bottom: 30px;
 	}

/* main column elements
----------------------------------------------------- */ 
#mainColumn { 
 	width: 509px;
 	float:right;
	margin-right:25px; 
	padding-bottom: 30px;
 	}

/* search box elements
----------------------------------------------------- */

#searchContainer { 
 	width: 509px;

}


#searchContainer form {  
		margin: 10px 0 0 0;
		border: none;
		}

#searchContainer form fieldset {
		margin: 0;
		padding: 0;
		border: none
		}

#searchContainer form label { 
		display: block;  /* block float the labels to left column, set a width */
		float: left; 
		width: 140px; 
		text-align: right;
		margin: 12px 0 0 0;
		}

#searchContainer form input, form textarea, form select {
		width: auto;      
		margin: 10px 0 0 10px;
		font: normal 11px Arial, Helvetica, sans-serif;
		}

/* footer elements
----------------------------------------------------- */ 
#footer {
 	height: 50px; 
  	background: #FCB034 url(images/backgrounds/footerBkgd.gif) no-repeat top; 
 	clear: both;
	color: #fff;
	text-align: center;
	font-size: 10px;
	padding: 36px 50px 0 50px;
 	} 

#footer p {
	margin-bottom: 3px;
	}
	
#footer a {
	color: #fff;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}

.clear {clear:both;}