/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#533b26;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	text-align:center;
}
.bodypriv{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#533b26;
	margin:0;
	padding:15px 0 0 30px;
	background-color:#FFFFFF;
	text-align:left;
	width:650px;
}
#checkboxs{
	background-color:#7cb552;
	height:5px;
	width:650px;
	
	}
.titlepriv{
	color:#fff;
	background-color:#7cb552;
	height:18px;
	width:650px;
	font-weight:bold;
	text-align:left;
	margin-left:20px;
	font-size:14px;
	padding-left:10px;
}


#container{
	margin-right:auto;
	margin-left:auto;
	margin-top:30px;
	width:915px;
	border:1px solid #e3e3e3;
	padding:20px 20px 20px 10px;
	background-color:#FFFFFF;
	}
	
p.dir {
	font-size:10px;
	}
	
.header {
	font-weight:bold;
	color:#7cb552;
	}
	
	
#nav_space{
	float:left;
	width:253px;
	text-align:left;
	padding-left:10px;
	}
	
#main_content{
	position:relative;
	margin-top:0px;
	margin-left:315px;
	width:550px;
	padding:18px;
	border:5px solid #7cb552;
	text-align:left;
	}
	
#main_content_home{
	position:relative;
	margin-top:0px;
	margin-left:305px;
	width:590px;
	border:0;
	text-align:left;
	}

#footer{
	margin-right:auto;
	margin-left:auto;
	width:955px;
	padding-top:10px;
	text-align:right;
	color:#260905;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#timescroller{
	bottom:0px;
	width:556px;
	height:150px;
	overflow:hidden;
	}
	
#headline{
	font-weight:bold;
	color:#ff8a00;
	font-size:13px;
	text-align:center;
	padding-bottom:15px;
	padding-top:4px;
	}

.privacyheader{
	background-color:#00CC00;
	color:#fff;}

/*-------Define Nav--------*/

#nav li {
    margin: 0; padding: 0; list-style: none;
    position: absolute;height:51px;display:block; }

   
  #nav a{
  	display:block;
	height:50px;
	width:219px;
	}	
	
  #nav a span{display:none;}
  

  
   
   #nav {
    height:352px; 
	width:218px;
    background: url(../images/nav.gif);
	margin:0px 0 0 10px;
    padding: 0;
    position: relative;
	}	

	
#nav li:hover ul, #nav li.over ul{ display: block; }

	/** Nav links are plain text if CSS is turned off **/	
	

	#nav_well{left:0px;top:0px; height:41px;width:219px;}
	#nav_style{left:0px;top:75px;height:54px;width:219px;}
	#nav_central{left:0px;top:149px;height:48px;width:219px;}
	#nav_interest{left:0px;top:220px;height:43px;width:219px;}
	#nav_green{left:0px;top:305px;height:44px;width:219px;}

	#nav_well a:hover, #well #nav_well{
    background: transparent url(../images/nav.gif)
   1px -353px no-repeat;}

	#nav_style a:hover, #style #nav_style{
    background: transparent url(../images/nav.gif)
    1px -428px  no-repeat;}

	#nav_central a:hover, #central #nav_central{
    background: transparent url(../images/nav.gif)
    1px -502px no-repeat;}
	
	#nav_interest a:hover, #interest #nav_interest{
    background: transparent url(../images/nav.gif)
    1px -573px no-repeat;}
	
	#nav_green a:hover, #green #nav_green{
    background: transparent url(../images/nav.gif)
    1px -658px no-repeat;}
	
	
	
	
	
	
	/*-------Define SubNav--------*/

#gnav li {
    margin: 0; padding: 0; list-style: none;
    position: absolute;height:28px;display:block; }

   
  #gnav a{
  	display:block;
	height:28px;
	}	
	
  #gnav a span{display:none;}
  

  
   
   #gnav {
    height:28px; 
	width:550px;
    background: url(../images/nav_g.gif);
	margin:0px 0 10px 0px;
    padding: 0;
    position: relative;
	}	

	
#gnav li:hover ul, #gnav li.over ul{ display: block; }

	/** Nav links are plain text if CSS is turned off **/	
	

	#gnav_ee{left:0px;top:1px; height:27px;width:102px;}
	#gnav_rc{left:102px;top:1px;height:27px;width:136px;}
	#gnav_iaq{left:238px;top:1px;height:27px;width:115px;}
	#gnav_wc{left:353px;top:1px;height:27px;width:123px;}
	#gnav_comm{left:476px;top:1px;height:27px;width:74px;}

	#gnav_ee a:hover, .eel #gnav_ee{
    background: transparent url(../images/nav_g.gif)
   0px -29px no-repeat;}

	#gnav_rc a:hover, .rc #gnav_rc{
    background: transparent url(../images/nav_g.gif)
    -102px -29px  no-repeat;}

	#gnav_iaq a:hover, .iaq #gnav_iaq{
    background: transparent url(../images/nav_g.gif)
    -238px -29px no-repeat;}
	
	#gnav_wc a:hover, .wc #gnav_wc{
    background: transparent url(../images/nav_g.gif)
    -353px -29px no-repeat;}
	
	#gnav_comm a:hover, .comm #gnav_comm{
    background: transparent url(../images/nav_g.gif)
    -476px -29px no-repeat;}
	
	
/*---------DON'T DELETE THIS! CLEARFIX! ---------*/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
  
 .clearfix {
display: inline-block;
}  

    /* Holly Hack Targets IE Win only \*/
    * html .clearfix {height: 1%;}
	.clearfix {display: block;}
    /* End Holly Hack */
	
textarea{
	resize:none;
	}
	
/*-----------END CLEARFIX----------*/