/* Start of CMSMS style sheet 'ecoHomeStyles' */
@charset "UTF-8";
/* CSS Document Eco-Story 2008 */


/*MAIN TAGS*/
body{
	margin:0px;
	padding:0px;
	background:#e2e2e2 url(images/background_01.gif) repeat-x;
	font-family:helvetica, arial, sans-serif;
	color:#999999;
	font-size:12px;
	line-height:17px;
	font-weight:normal;
}

img {
	border:0px;
}

p {

}

h1 {
	font-family:helvetica, arial, sans-serif;
	color:#8e9f60; /*green*/
	font-size:27px;
	line-height:32px;
	font-weight:normal;
}

h2{

}

h3{

}
b {
	color:#8e9f60; /*green*/
	font-weight:bold;
}



/*LAYOUT*/
#superwrap {
	width: 816px;
	min-height:650px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	}
	
#leftshad {
    float:left;
	width: 6px;
	height: 626px;
	background-image:url(images/shadowLeftHome.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color:#FFFFFF;
}
	
#rightshad {
	float:left;
	width: 7px;
	height: 626px;
	background-image:url(images/shadowRightHome.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color:#FFFFFF;
	}
	
#container{
	width: 800px;
	min-height:650px;
	height:650px;
	float:left;
	background-image:url(images/headerBack.gif);
	background-repeat: no-repeat;
	background-position:top left;
	background-color:#FFFFFF;
}
	
#header{
	clear:both;
	position: relative;
	top:40px;
	width: 800px;
	height:121px;
}

#logo{
	float:left;
	left:0px;
	top:20px;
	width: 413px;
	height:75px;
}

#navOrg{
	float:right;
        position:absolute;
	right:20px;
	top:48px;
	width: 350px;
	height:15px;
	text-align:right;
}
#navMain{
    clear:both;
	position:relative;
	top:0px;
	left:14px;
	width:772px;
	height:27px;
        font-size:12px;
        text-transform:uppercase;
}

#bannerImage{
	clear:both;
	position:relative;
	top:0px;
	left:0px;
	width:800px;
	height:247px;
}

#contentHomeContainer{
	clear:both;
	position:relative;
	top:-2px;
	left:14px;
	width:772px;
	height:223px;
}

#contentHomeLeft{
	float:left;
	top:0px;
	left:0px;
	width:340px;
	height:223px;
}

#contentHomeRight{
	float:left;
	top:0px;
	left:0px;
	width:432px;
	height:223px;
	background:#e5ead8 url(images/textBack.jpg) top left no-repeat;
}


/*HOMEPAGE FEATURES*/



/*TYPE*/
#contentHomeRight  p{
	padding: 0px 15px 10px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color:#717171;/*grey*/
}

#contentHomeRight  h1{
	padding: 20px 15px 0px 15px;
	font-family:helvetica, arial, sans-serif;
	font-size: 19px;
	font-weight:bold;
	line-height:22px;
	color:#8e9f60; /*green*/
}

#footer{
}

#navOrg p{
	font-family:helvetica, arial, sans-serif;
	font-size:10px;
	color:#666666;
	text-align:right;        
}



/*LINKS*/
a:link {
	color:#8e9f60; /*green*/
	text-decoration: none;
}
		
a:visited {
	color:#8e9f60; /*green*/
	text-decoration: none;
}
		
a:hover{
	color:#8e9f60; /*green*/
	text-decoration: underline; 
}

#navMain a:link{
	color:#35570e;
	text-decoration: none;
}
		
#navMain a:visited {
	color:#35570e; 
	text-decoration: none;
}
		
#navMain a:hover{
	color:#95c138; 
	text-decoration: none; 
}

/* End of 'ecoHomeStyles' */

