@charset "UTF-8";
/* CSS Document */

/*----------color swatches

light background green: #e0f4c5
greenish brown: #716c00
bright green: #81d318
body type gray: #4d4c4c
light gray: gray: #80807f

/*----------Global Website Styles -----------*/

body, html {
	background: #e0f4c5;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
	}

#container {
	width: 950px;
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background:
url(images/homebg.jpg) no-repeat scroll center 75px;		
}



/*---------- Global Header Styles -----------*/

#header {
	height: 650px;
}

#header ul li{
	display:inline;
	
}

#header #logo h1 a {
	height: 165px;
	width: 200px;
	float: left;
	
	top: 0px;
	right: 0px;
	margin:0;
	padding:0;
	display:block;
	text-indent: -1000em;
	background: url(images/homelogo.gif) no-repeat left top;
}

#header #introWrapper {
	float:left;
	padding-left:30px;
	margin-top:25px;
	width:600px;
}

#header #introWrapper h1{
	color:white;
	font-size:.9em;
	line-height:1.4em;
}

#header #introWrapper p{
	font-size:.9em;
	line-height:1.4em;
	color:white;
}

#header #introWrapper a:link, #header #introWrapper a:visited {
	
	text-decoration:none;
	color: #CCC;
	margin:0;
	padding:0;
}

#header #introWrapper a:hover {
	
	text-decoration:underline;
}

#header #introWrapper .goBtn a:link, #header #introWrapper .goBtn a:visited {
	font-size:.7em;
	text-transform:uppercase;
	color:#80807f;
	text-align:center;
	vertical-align:middle;
	line-height:.7em;
	text-decoration:none;
	padding:5px;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	
	background: url(images/blank.png);
	border: 1px solid #81d318;	
	display:inline-block;
}

#header #introWrapper .goBtn a:hover, #header #introWrapper .goBtn a:active {
		color:#716c00;
		border: 1px solid #716c00;
}



#header #introWrapper #leftColumn {
	float:left;
	margin-right:80px;
	width:225px;
}

#header #introWrapper #rightColumn {
	margin-left:305px;
	width:225px;
}
					   
					 


/*----------Global Top Navigation Styles -----------*/

#header #globalNav {
	text-align:right;
	font-size:0.6em;
	width:740px;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:10px;
	text-transform: uppercase;
}

#header #globalNav a:link, a:visited {
	color: #716c00;
	text-decoration:none;
	margin-left: 8px;
}

#header #globalNav a:hover, a:active {
	color: #81d318;
}

/*----global body tag IDs so that current page link shows as active. For this to work, body tag must have ID. Ex: <body id="home">-------*/
body#home a#home,
body#about a#about,
body#news a#news,
body#contact a#contact
{
color: #81d318;
}


/*----------Big Renewal / Environmental Divisions Buttons-----------*/


#header #bigRenewable a:link, #header #bigRenewable a:visited {
	color:#80807f;
	background:url(images/bigcatbtn_sprite.gif) no-repeat 0 -50px;
	width:275px;
	height:50px;
	text-decoration:none;
	display:block;
	font-size:20px;
	text-align:center;
	line-height:50px;
	margin-right:25px;
	float:left;
	
}

#header #bigRenewable a:hover, #header  #bigRenewable a:active {
	color:#fff;
	background:url(images/bigcatbtn_sprite.gif) no-repeat 0 0;
}

#header #bigEnviro a:link, #header #bigEnviro a:visited {
	color:#80807f;
	background:url(images/bigcatbtn_sprite.gif) no-repeat 0 -50px;
	width:275px;
	height:50px;
	text-decoration:none;
	display:block;
	font-size:20px;
	text-align:center;
	line-height:50px;
	margin-right:25px;
	float:left;
	
}

#header #bigEnviro a:hover, #header #bigEnviro a:active {
	color:#fff;
	background:url(images/bigcatbtn_sprite.gif) no-repeat 0 0;	
}

#header #bigRenewable .small, #header #bigEnviro .small {
	font-size:75%;
}


.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*----------Global Footer Styles -----------*/

#footer {
	color:#80807f;
	font-size: .65em;
	padding: 10px 10px 0px; 
	margin-bottom: 12px;
}
#footer p {
	color:#80807f;
	text-align: left;
	padding-right:5px;	
}

#footer a:link, #footer a:visited {
	display:inline-block;
	text-decoration:none;
	color:#80807f;
	padding-left:5px;
	
}

#footer a:hover, #footer a:active {
	text-decoration:underline;
}

#footer .wme {
	font-style:italic;
	color:#81d318;
	float:right;
	margin-right:0px;
}
