* {
	margin:0; padding:0;
}

img {
	border:0;
}

h1 {
  margin-bottom: 12px;
  padding:0;
  font-size:28px;
  font-weight:700px;
  color:#85b4d1;
}

h2 {
  font-size:30px;
  font-weight:bold;
  color:#3a8ec2;
  margin-bottom:10px;
}

h3 {
  font-size:18px;
  font-weight:bold;
  color:#337B12;

}

h4 {
  font-size:24px;
  font-weight:bold;
  color:#1f2c34;
  margin-bottom:10px;
  margin-top:0px
}

.title2 {
	color:#337B12;
	text-decoration:none;
	font-weight:bold;
	font-size:12px
}

.title {
  margin:0;
  padding:0;
  font-size:18px;
  font-weight:bold;
  color:#337B12;
}

th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
  margin: 0;
  padding: 0;
  font: normal normal normal 1em/1.25 Arial, Helvetica, sans-serif;
}

p {
	line-height:40px;
    margin: 0;
    padding: 0;
    font: normal normal normal 1em/1.25 Arial, Helvetica, sans-serif;
}

img {
  border: none;
  margin:0; padding:0;
}


body {
	background:#ffffff url(images/bg.gif) top center repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:13px;
}

#container {
	margin:0 auto;
	padding:0;
	height:100%;
}



/*************************BEGIN HEADER: LOGO AND NAVIGATION ***********************/
#header {
	background:url(images/bg_header.gif) top center no-repeat;
	margin:0 auto;
	padding:0;
	height:167px;
	width:900px;	
}

#logo {
	float:left;
	margin-top:10px;
	width:251px;
	padding-left:10px;
}

#nav {
	float:left;
	width:auto;
	padding-top:4px;
	padding-left:10px;
	font-size:15px;
	text-align:left;	
}

#nav a {
	color:#46842b;
	text-decoration:none;
}

#nav a:hover {
	color:#46842b;
	text-decoration:underline;
}

#nav .current a{
	text-decoration:underline;
	color:#202d35;
}	

#nav ul{
	padding-top:15px;
	list-style:none;
	display:block;
}

.nav_title {
	font-size:16px;
	color:#202d35;
	font-weight:bold;
	margin-bottom:5px;
}

.nav_divider {
	background:url(images/nav_divider.gif) top center no-repeat;
	height:122px;
	width:1px;
	margin:0px 15px 0px 15px;
	float:left;
}

.about {
	width:auto;
	float:left;
}

.whycenergy {
	width:auto;
	float:left;
}

.services {
	width:auto;
	float:left;
}

.markets {
	width:auto;
	float:left;	
}

.contact {
	width:auto;
	float:left;
}

/*************************END HEADER: LOGO AND NAVIGATION ***********************/
/*********************************BEGIN CONTENT ********************************/
#content {
	color:#000;
	height:auto;
	
	text-align:left;
}

#content_2 {
	color:#fff;
	height:auto;
	margin:0px 10px 0px 10px;
	padding:20px 20px 0px 20px;
	text-align:left;
}

#content a{
	color:#0061c4;
	text-decoration:none;
	font-weight:600;
}

#content a:hover{
	color:#0061c4;
	text-decoration:underline;
}

#content_2 a{
	color:#0061c4;
	text-decoration:none;
	font-weight:600;
}

#content_2 a:hover{
	color:#0061c4;
	text-decoration:underline;
}

#content_top {
	margin:0 auto;
	height:auto;
	width:876px;
}

.header-pic {
	text-align:center;
	padding-top:0px;
	height:303px;
	width:876px;
border:#99bd88 solid 1px;
}

#content_mid {
	margin:0 auto;
	padding:0;
	width:890px;
	height:auto;
	text-align:left;
}

#content_mid a {
	color:#0061c4;
	text-decoration:underline;
	font-weight:600;
}

#content_mid a:hover{
	color:#0061c4;
	text-decoration:none;
}

#content_mid_links {
	margin-top:5px;
	padding:0px;
	width:883px;
}

.content_mid_left {
	margin:0;
	padding-left:25px;
	width:410px;
	float:left;
	text-align:left;	
}

.content_mid_divider {
	width:1px;
	padding:0px 0px 0px 0px;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	height:250px;
	float:left;
	border-left:1px #1f2c34 dotted;
}

.content_mid_right {
	margin:0;
	padding-left:0px;
	width:400px;
	float:left;
	text-align:left;
	background:url(images/bg_recycle.gif) center no-repeat;
}

.content_mid_right  li{
	margin-top:20px;
	padding:0;
	background-image:url(images/arrow.gif) top left no-repeat;
}
 
#projects-container {
	border-bottom:1px #1f2c34 dotted;
	width:800px;
}

#projects_pic {
	float:left;
	width:300px;
	margin:20px;
	padding-left:70px;
}

#projects_info {
	float:left;
	width:350px;
	margin:20px;
	padding-top:20px;
}


/*********************************END CONTENT ********************************/
/*********************************BEGIN FOOTER ********************************/
#footer {
	margin:20px auto;
	padding-top:20px;
	border-top:1px #1f2c34 dotted;
	height:100px;
	width:895px;
	padding-bottom:40px;
}

#footer a {
	color:#46842b;
	text-decoration:none;
}

#footer a:hover {
	color:#46842b;
	text-decoration:underline;
}

.footer-text {
	text-align:right;
	width:100%;
}
.footer-logos {
	margin:0;
	text-align:center;
	height:auto;
	width:100%;
}

/*********************************END FOOTER ********************************/

#site_eval {
	padding:20px;
	background:#fff;
}

/*********************************Live Sites ********************************/
#monitor-content {
	padding-top:200px;
	padding-left:100px;
}
#minturn-huller {
	margin:0 auto;
	background:url(images/bg-minturn-huller.jpg) center no-repeat;
	width:1110px;
	height:1312px;
}
#minturn {
	margin:0 auto;
	background:url(images/bg-minturn.jpg) center no-repeat;
	width:1110px;
	height:1312px;
}
#nickel {
	margin:0 auto;
	background:url(images/bg-nickel.jpg) center no-repeat;
	width:1110px;
	height:1312px;
}
#pohl {
	margin:0 auto;
	background:url(images/bg-pohl.jpg) center no-repeat;
	width:1110px;
	height:1312px;
}
#mesple {
	margin:0 auto;
	background:url(images/bg-mesple.jpg) center no-repeat;
	width:1110px;
	height:1312px;
}
#enaqua {
	margin:0 auto;
	background:url(images/bg-enaqua.jpg) center no-repeat;
	width:1110px;
	height:1312px;
}
#nickel-solar {
	margin:0 auto;
	background:url(images/bg-nickel-solar.jpg) center no-repeat;
	width:1110px;
	height:1312px;
}