/* CSS Stylesheet for Switching Gears */
html, body {
	text-align: center;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
	background-color: #688135;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;
} 
* {
	padding: 0;
	margin: 0;
}
/* Layout divs */
#pagewidth {
	margin-left: auto;
	margin-right: auto;
	width: 962px;
	text-align: left;
}
#header {
	width: 962px;
	height: 165px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#homelink {
	width: 306px;
	height: 95px;
	margin-top: 25px;
	float: left;
}
#wrapper {
	width: 962px;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-y;
	clear: both;
}
#twocols {
	width: 962px;
	background-image: url(images/topbodybg.jpg);
	background-repeat: no-repeat;
}
#leftcol {
	width: 726px;
	float: left;
}
#rightcol {
	width: 236px;
	float: right;
	display: inline;
}
#footer {
	width: 962px;
	height: 46px;
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
}
/* top menu */
#topmenu {
	width: 222px;
	height: 30px;
	margin-left: 726px;
	margin-right: 14px;
	padding-top: 75px;
	margin-bottom: 15px;
}
#topmenu ul {
	list-style-type: none;
	font-weight: bold;
	text-transform: uppercase;
}
#topmenu li {
	float: left;
	text-align: center;
	margin-right: 7px;
}
#topmenu a {
	display: block;
	width: 104px;
	height: 30px;
	background-image: url(images/topmenuoff.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #304612;
	line-height: 30px;
}
#topmenu a:hover {
	background-image: url(images/topmenuon.jpg);
}
body#homepage li#menuhome a {
	background-image: url(images/topmenuon.jpg);
}
body#contactpage li#menucontact a {
	background-image: url(images/topmenuon.jpg);
}
/* main menu */
#mainmenu {
	clear: both;
	width: 920px;
	height: 30px;
	margin-left: 21px;
	margin-right: 21px;
	background-image: url(images/mainmenubg.jpg);
	background-repeat: repeat-x;
	
}
#mainmenu ul {
	list-style-type: none;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
#mainmenu li {
	display: inline;
	text-align: center;
	line-height: 30px;
}
#mainmenu a {
	display: inline-block;
	text-decoration: none;
	padding-left: 18px;
	padding-right: 18px;
	color: #304612;
	height: 30px;
}
#mainmenu a:hover {
	background-image: url(images/mainmenubgon.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
body#aboutpage li#menuabout a {
	background-image: url(images/mainmenubgon.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
body#servicespage li#menuservices a {
	background-image: url(images/mainmenubgon.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
body#foundationpage li#menufoundation a {
	background-image: url(images/mainmenubgon.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
body#windpage li#menuwind a {
	background-image: url(images/mainmenubgon.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
body#wastepage li#menuwaste a {
	background-image: url(images/mainmenubgon.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
body#renewpage li#menurenewable a {
	background-image: url(images/mainmenubgon.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
body#cleantechpage li#menuother a {
	background-image: url(images/mainmenubgon.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
/* main content */
.maincontent {
	width: 690px;
	margin-left: 21px;
}
.maincontent h1 {
	font-weight: normal;
	font-size: 2em;
	color: #1c5c13;
	margin-bottom: 10px;
}
.maincontent h2 {
	font-weight: normal;
	font-size: 1.55em;
	color: #1c5c13;
	margin-bottom: 5px;
}
.maincontent h3 {
	font-weight: normal;
	font-size: 1.4em;
	color: #1c5c13;
	margin-bottom: 10px;
}
.maincontent p {
	margin-bottom: 10px;
}
.maincontent ul {
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 20px;
}
.maincontent ul.bypic {
	margin-left: 300px;
}	
.maincontent ul.bypicnomargin {
	margin-left: 300px;
	margin-bottom: 0;
}
.maincontent ul ul {
	margin-bottom: 0;
}
.imageleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.maincontent a {
	color: #252525;
}
.maincontent a:hover {
	text-decoration: none;
}
.maincontent h2 a {
	color: #1c5c13;
}
.maincontent h3 a {
	color: #1c5c13;
}
.maincontent a:hover {
	color: #252525;
}
.maincontent .boldtext {
	font-size: 1.1em;
	font-weight: bold;
	color: #1c5c13;
}
.maincontent a.boldlink {
	color: #1c5c13;
}	
.maincontent a.introlink {
	color: #8c8c8c;
}	
/* show/hide content */	
.more {
	display: none;
}	
/* sidebar */
.sidebox {
	width: 215px;
}
.boxtop {
	width: 215px;
	height: 15px;
	background-image: url(images/sidebartop.gif);
	background-repeat: no-repeat;
}
.boxmid {
	width: 215px;
	background-image: url(images/sidebarmid.gif);
	background-repeat: repeat-y;
}
.boxbot {
	clear: both;
	width: 215px;
	height: 15px;
	background-image: url(images/sidebarbot.gif);
	background-repeat: no-repeat;
}
#addressbox {
	margin-top: 15px;
	width: 185px;
	margin-left: 15px;
}
#addressbox p {
	line-height: 18px;
	font-size: 11px;
	margin-bottom: 10px;
}
#addressbox a {
	font-size: 12px;
	font-weight: bold;
	color: #252525;
} 
#addressbox a:hover {
	text-decoration: none;
}
.boxmid h2 {
	font-weight: normal;
	font-size: 1.4em;
	color: #1c5c13;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
}	
.boxmid h3 {
	font-weight: normal;
	font-size: 1.2em;
	color: #1c5c13;
	margin-left: 15px;
	margin-right: 10px;
	padding-bottom: 5px;
}
.boxmid p {
	margin-left: 15px;
	margin-right: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}	
.boxmid ul {
	list-style-type: none;
	margin-left: 15px;
	margin-right: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}
.boxmid li {
	margin-bottom: 5px;
}
.boxmid a {
	color: #555555;
	text-decoration: none;
}
.boxmid h3 a {
	color: #1c5c13;
}
.boxmid a:hover {
	text-decoration: underline;
}
iframe {
	border: none;
}
/* RSS Feeds */
.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}	
code{ /*CSS for insructions*/
color: red;
}
.boxmid .feedstyle ul {
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 0;
}	
/* footer */
#footer p {
	font-size: 0.9em;
	padding-top: 20px;
	color: #ffffff;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
} 
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide */
.clearit {
	clear: both;
}