/* Start of CMSMS style sheet 'ecoCalculate' */
@charset "UTF-8";
/* CSS Document Eco-Story 2008 Internal Pages*/


/*MAIN TAGS*/
body{
	margin:0px;
	padding:0px;
	background:#e2e2e2 url(images/background_01.gif) repeat-x;
	font-family:helvetica, arial, sans-serif;
	color:#444444;
	font-size:12px;
	line-height:17px;
	font-weight:normal;
}

html, body {
height: 100%;
}

img {
	border:0px;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color:#444444;/*grey*/
}

h2{
	font-family:helvetica, arial, sans-serif;
	color:#8e9f60; /*green*/
	font-size:14px;
	line-height:17px;
	font-weight:bold;

}

h3{

}
b {
	color:#8e9f60; /*green*/
	font-weight:bold;
}

strong {
	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: 100%;
	float:left;
	background-image:url(images/headerBack.gif);
	background-repeat: no-repeat;
	background-position:top left;
	background-color:#FFFFFF;
}

* html #container {
height: 100%;
}
	
#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;
	right:0px;
	top:50px;
	width: 300px;
	height:75px;
	text-align:left;
}

#navMain{
    clear:both;
	position:relative;
	z-index:99;
	top:0px;
	left:14px;
	width:772px;
	height:27px;
        font-size:12px;
        text-transform:uppercase;
}

#bannerContainer{
	position:relative;
	z-index:1;
	top:-2px;
	left:0px;
	width:800px;
	height:210px;
}

#bannerButtons{
	float:left;
	width:226px;
	height:210px;
}

#bannerImage{
	float:left;
	width:574px;
	height:210px;
}
#contentContainer{
	clear:both;
	position:relative;
	top:-10px;
	left:90px;
	width:640px;
}

/*HOMEPAGE FEATURES*/



/*TYPE*/

#contentLeft p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	font-style:italic;
	color:#999999;/*grey*/	
}

.note{
	font-style:normal;
	font-size: 10px;
	line-height:13px;
}

.leadin{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height:18px;
	color:#333333;/*grey*/
}

#footer{
}

#navOrg p{
	font-family:helvetica, arial, sans-serif;
	font-size:11px;
	color:#666666;
}



/*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; 
}

 /* SUBNAV*/ 
  
#navcontainer { 
width: 216px; 
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 5px;
width: 206px;
border-bottom: 1px dotted #CCCCCC;
}

#navcontainer a:link, #navlist a:visited
{
color: #98a394;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #EEEEEE;
}

#first{
border-top: 1px dotted #CCCCCC;
padding-top:0px;
margin-top:0px;
}


#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 'ecoCalculate' */

