@charset "utf-8";

/* general styles 
html {
	background-repeat: repeat-y;
	margin: 0 auto;
	background-image: url(images/back.gif);
	background-position: center;
	
}
*/
body	{
	margin: 0;
	padding: 0;
	font-family:  arial, sans-serif;
	color: #45446C;
	font-size: 12px;
	line-height: 21px;
	background-image: url(../images/back2.gif);
	background-repeat: repeat-x;
	background-color:#8dc741;
}

#clear{
	clear:both;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 804px;
	margin: 0 auto;
	border-left: 32px solid #8CC63F;
	border-right: 10px solid #8CC63F; 
	background-color:#fff;

}

#wrap_content {
	 margin: 0 0 0 2px;	
}

#header{
	 float:left;
	 height: 140px;	 
}

#footer{
	clear:both;
	font-size: 10px;
	color:#FFFFFF;
	width: 760px;
	height:25px;
	background-color: #423C6E;
	padding: 0 20px 0 20px;
	border-top: 2px solid #FFFFFF;
}

#footer_in{
	clear:both;
	font-size: 10px;
	color:#FFFFFF;
	width: 760px;
	height:25px;
	background-color: #F7BC00;
	padding: 0 20px 0 20px;
	border-top: 2px solid #FFFFFF;
}


#sustainable{

	font-size: 11px;
	color:#8CC63F;
	text-align: right;
 	padding: 10px 0px 10px 0px;
	width: 804px;
	margin: 0 auto;
	border-left: 32px solid #8CC63F;
	border-right: 10px solid #8CC63F; 
	background-color:#fff;


}

#nav {
     float: left;
     width: 150px;
	 padding: 0 0 0 30px;
	 z-index:1005;
	 position:relative;
}


#content {
	float: left;
	width:600px;
	z-index:1005;
	position:relative;
}

#detail {
      float: left;
      width:600px;
	  padding: 0px 0px 0px 20px;
	  z-index:1005;
	  position:relative;
}
	  
#home {
	float:left;
	z-index:1001;
	margin-top:-170px;
}

#homeLightbox {
	float:right;
	height:260px;
	width:200px;
}


#leaf {
	float:left;
}


h1 {
	font-size: 16px;
	font-weight: bold;
	color: #423C6E;
	margin:10px;
	text-transform:capitalize;
}


h2 {
	font-size: 10px;
	font-weight: bold;
	color: #8CC63F;
	margin:10px;
	text-transform:capitalize;
}

p {
  
}

.white {
	color: #FFFFFF;
}

.bold {
	font-size: 14px;
	font-weight: bold;
}

.bold_grn {
	font-size: 16px;
	font-weight: bold;
	color: #8CC63F;
}

.bold_grn_sm {
	font-size: 12px;
	font-weight: bold;
	color: #8CC63F;
}

.italic {
	font-style: italic;
}

.centered{
	text-align:center;
	margin: 0 auto;
}

.disclaimer	{
	font-family:  arial, sans-serif;
	color: #45446C;
	font-size: 10px;

}

.calloutOrange {
	color: #FFF;
	margin:15px 0px 45px 15px;
	background-color: #F60;
	padding: 15px;
	width: 200px;
	float: right;
}

.calloutGreen {
	color: #FFF;
	background-color: #6C0;
	margin-left:15px;
	padding: 15px;
	width: 235px;
	float: right;
}

/* master link colors */
a:link,a:visited {
	color: #F7BC00; 
	text-decoration: none; 
	font-size: 12px;
}

a:hover{
	color: #CCC; 
	text-decoration: none; 
	font-size: 12px;
}
	
a:active {
	color: #666; 
	text-decoration: none; 
	font-size: 12px;
}

a.nav:link,a:visited {
	color: #F7BC00; 
	text-decoration: none; 
	font-size: 12px;
	font-weight:bold;
}

a.nav:hover{
	color: #CCC; 
	text-decoration: none; 
	font-size: 12px;
	font-weight:bold;
}
	
a.nav:active {
	color: #666; 
	text-decoration: none; 
	font-size: 12px;
	font-weight:bold;
}
	
a.footer:link,a.footer:visited {
	color: #F7BC00; 
	text-decoration: none; 
	font-size: 10px;
	font-weight:normal;}

a.footer:hover{
	color: #CCC; 
	text-decoration: none; 
	font-size: 10px;
	font-weight:normal;}
	


a.footer_in:link,a.footer_in:visited {
	color: #423C6E; 
	text-decoration: none; 
	font-size: 10px;
	font-weight:normal;}
