@charset "utf-8";
body {
	background: #8ad8ff url('../img/bgr.gif') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px auto;
	font-size: 12px;
}
h1 {
	color:#326D18;
}
h2 {
	color: #037edd;
	font-size: 22px;
	padding-left: 10px;
}

p, h3 {
padding-left:10px;
padding-right:10px;
}
h3 {
	color: #326d18;
	font-size: 14px;
}

.break {
	clear:both;
	}
.left {
float:left;
}
.right {
float:right;
}
.smaller {
font-size:11px;
}
#container{
	background: #ffffff url('../img/sky_bgr.jpg') no-repeat top right;
	width: 760px;
	padding: 0px 10px 10px;
	min-height: 300px;
	border: 1px solid #92b2d3;
	text-align: left;
	margin: 10px auto;
}

#menu{
height:10px;


margin:0;
padding-left:5px;
z-index:999;
}

#menu li {
float:left;
margin-right:15px;
}
#menu a{
	font-size: 12px;
	text-decoration: none;
	color: #042e4d;
	font-weight: bold;
	padding:1px 3px;
}
#menu a:hover{
	background-color: #326d18;
	color: #ffffff;
}
#menu ul {
list-style:none outside none;
}
#menu li ul li{
float:left;
}


#logo{
	background: url('../img/logo.gif') no-repeat 20px center;
	height: 100px;
}

#presentation{
	background-color:#ffd500;
	padding: 8px;
	margin: 20px 0px 5px;
}
#presentation ul {
	margin: 0px;
}

#presentation h3 {
	margin-top: 0px;
}

.txtContent{
	padding: 0px 15px;
}
.section_text {
background-color:#FADD50;
	padding:5px;
	margin: 10px;
}
.side_image {
	background-color:#FDB73E;
	height:10px;
}
.side_image img {
	padding:5px;
	margin:10px;
	margin-top:0;
}
#diagram{
	padding: 5px 0px 0px 60px;
}

.textArea{
	background: #ffffff url('../img/txt_bgr.gif') repeat-x;
	padding: 20px;
	font-size: 13px;
}

.textArea form label{
	width: 320px;
	text-align: right;
	display: block;
	padding-right: 10px;
}

.textArea form td{
	padding-bottom: 5px;
}

.textArea form input, .textArea form textarea{
	border: 1px solid #a8a8a8;
	width: 200px;
}

.textArea form input.submit{
	border: none;
	width: 83px;
	height: 23px;
	background: #ffffff url('../img/submit.gif') no-repeat top left;
}


span.title {
	color: #0d6ee5;
	font-weight: bold;
	font-size: 14px;
	display: block;
	margin-bottom: 3px;
}

.textArea p{
	margin-top:0px;
}

.txtContent{
	line-height: 18px;
}

/* ---- PAGES ----*/

#overview #presentation{
	float: left;
	width: 45%;
	margin-top: 0px;
	margin-right: 30px;
}

#history #presentation{
	float: left;
	margin: 0px 30px 20px 15px;
}

#economic_benefits .imaged{
	padding-top: 280px;
	background: url('../img/economical.jpg') no-repeat center top;
}

#faq .txtContent{
	padding-right: 220px;
	background: url('../img/faq.jpg') no-repeat right 110px;
}
ul.solar-power-plants {
list-style:square inside none;
}
ul.solar-power-plants li {
margin-bottom:15px;
}
ul.solar-power-plants span {
color:darkOrange;
font-weight:bold;
}
.power-bar-container {
background:url("../img/solar_power_bar_back.gif") repeat-x scroll 0 0 transparent;
margin-top:-17px;
width:210px;
}
.pb-left {
background:url("../img/solar_power_bar_left.gif") no-repeat scroll 0 0 transparent;
height:21px;
width:9px;
}
.power-bar {
background:url("../img/solar_power_bar_grad.gif") repeat-x scroll 0 0 transparent;
display:block;
height:20px;
left:9px;
position:relative;
top:3px;
}

#footer {
padding-top:10px;
position:relative;
text-align:center;
}

/* BLOGFEED */
.blogfeed {
margin-top:20px;
}
.posttitle a{
color:#326D18;
display:block;
font-size:14px;
font-weight:bold;
margin-bottom:10px;
}
.blogfeedthumb {
border:2px solid #FFD500;
float:left;
margin-right:15px;
margin-top:20px;
}
