@charset "UTF-8";
/* CSS Document */
/*  Dark GREEN #06542c
/*  Dark blue #114476 
/*  Bkg Green 007f3e */

body {
	margin:0;
	padding:0;
	background-image:url(images/bkg.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	background-color:#007f3e;
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
}


#container {
	width: 980px;
	margin: 0 auto;
}

#content {
	width: 900px;
	margin: 0 auto;

}

#main {
	float:left;
	width: 560px;
	margin: 0;
	padding-left:10px;
}

#main li {
	margin-bottom: 10px;
	list-style:square;
}

#sidebar {
	width: 317px; /** col width should be 320, reduce by 3px for IE6 **/
	margin-left:580px;
	
}

#sidebar img {
	display: block;
	margin: 10px auto;
	border: 0;
}

#footer {
	background-color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	width: 880px;
	margin: 25px auto 0;
	text-align:center;
	font-size: x-small;
	border-top:#ccc thin solid;
	padding:10px 0;
}

h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size:large;
	color:#06542c;
	margin: 0 0 0 0;
	}
h3 {
	font-family: "Trebuchet MS", sans-serif;
	font-size:medium;
	color:#000000;
	margin: 0 0 0 0;
	}	


a:link { 
	color: #114476;
	text-decoration:none;
	}
	
a:visited {
	color: #114476;
	text-decoration:none;
	}
	
a:hover  {
	color: #06542c;
	text-decoration:underline;
	}

a:active {
	color: #114476;		
	}
	
strong {
	color: #114476;
}
	
.clear {
	clear:both;
}

.right {float:right;}

.center {margin: 0 auto; text-align:center;}
	
li {
	line-height: 1.8em;
}

/* BUTTON - uses displace sytle too*/
.displace {
	position: absolute;
	left: -5000px;
	}


ul#home {
	padding: 0 ;
	width: 140px;
	margin: 0 auto;
	list-style: none;
	}


ul#home li {
	width:140px;
	float: left;
	list-style: none;
	}

ul#home li a {
	display: block;
	height: 74px;
	background: url('images/go-green-at-home.jpg');
	list-style: none;
	}
	
ul#work {
	padding: 0 ;
	width: 140px;
	margin: 0 auto;
	list-style: none;
	}


ul#work li {
	width:140px;
	float: left;
	list-style: none;
	}

ul#work li a {
	display: block;
	height: 74px;
	background: url('images/go-green-at-work.jpg');
	list-style: none;
	}
	
/*	Hover Links
*/
ul#home li.one a:hover {
	background-position: 0 -74px;	list-style: none;

	}
	
ul#work li.one a:hover {
	background-position: 0 -74px;	list-style: none;

	}
/*Button END */
.item2
{
float:left;
width:158px;
text-align:center;
padding-bottom:15px;
}

.item
{
float:left;
width:158px;
text-align:center;
}