/*       General
======================= */
* { margin:0; padding:0; }
html{ height: 100%;  margin-bottom: 1px; }
html *{ padding: 0; margin: 0; }
body {
	text-align:center;
	background:#317a4f;
	margin:0;
	}
.left { float:left; }
.right { float:right; }
.center { text-align:center; }
.clear { clear:both;}
.red {
	color:#FF0000;
}
.printme { display:none; }
/*       Links
======================= */
a {
	color:#626262;
    text-decoration:underline;
	font-weight:bold;
}
a:hover {
    color:#000;
    text-decoration:none;
}
a img {
	border:none;
}
a:active, a:focus {
	outline:0;
}

/*     Float containers fix 
=============================== */
.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 from IE-mac */

/* Text
======================= */
body, td, th, div, p, li, input, select, textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}

h1, h2, h3, p, table {
	margin-left:40px;
	margin-right:40px;
}
#ContentHome h1, #ContentHome  h2, #ContentHome h3, #ContentHome p, #ContentHome table {
	margin-left:15px;
	margin-right:15px;
}


h1{
	color: #317A4F;
	font-size:16px;
	padding-top:1.5em;
	margin-bottom:0.6em;
	border-bottom:1px solid #fabc52;
}
h2 {
	color:#996633;
	font-size:14px;
	padding-top:0.4em;
	padding-bottom:0.6em;
}
h3 {
	padding-bottom:0.5em;
	font-weight:bold;
	font-size:11px;
	color:#317a4f;
	border-bottom:1px solid #faa41c;
	margin-bottom:0.5em;
}
p{
	line-height:1.5em;
	padding-bottom:1em;
}
#Content ul,
#Content ol{
	padding:0px 30px 10px 0;
	margin:0 0 0 60px;
}
#Content ul {
	list-style:none;
}
#Content ul li,
#Content ol li{
	padding: 0 0 9px 0px;
}
#Content li ul,
#Content li ol{
	padding: 0 0 0 0;
	margin:0 0 0 15px;
}
#Content li ul li,
#Content li ol li {
	padding: 9px 0 0 0;
}
#ContentHome ul {
	list-style:none;
	padding:5px 15px 10px 0;
	margin:0 0 0 15px;
}
#ContentHome ul li, 
#Content ul li {
	padding: 0 0 9px 15px;
	background: url(../images/dot.gif) no-repeat 0px 3px;
}
/*       Layout
======================= */

/*---- Header --------- */
#Page {
	width:890px;
	text-align:left;
	margin:0 auto;
	background:#FFF;
}
#Header {
	position:relative;
	height:130px;
}
#TopLinks {
	position:absolute;
	right:20px;
	top:20px;
	padding:0;
	margin:0;
	color:#ffa100;
}
#TopLinks a {
	text-decoration:none;
}

/*---- Logo --------- */
#Logo {
	width:270px;
	height:100px;
	padding:0;
	position:absolute;
	left:20px;
	top:16px;
	margin:0;
	padding:0;
	border-bottom: none;
}
#Logo a {
	display:block;
	width:270px;
	height:100px;
	background: url(../images/resource-solar.gif) no-repeat;
}
#Logo strong{ display:none; }

/*---- Banner --------- */
#Banner {
	width: 890px;
}
#Banner p {
	margin: 0;
	padding: 0;
}

/*       Content
======================= */
#Content {
	min-height:210px;
	height:auto !important;
	height:210px;
}
.Ph {
	border:3px solid #eee;
	margin:0 20px 10px 20px
}
.PhR {
	border:3px solid #eee;
 	float:right;
	margin:0 20px 10px 20px
}
.install .PhR {
	float: none;
}
.PhLH {
 	float:left;
	margin:0 10px 0 0;
}
#ContentHome {
	min-height:210px;
	height:auto !important;
	height:210px;
	padding-top:15px;
}
#col1 {
	float:left;
	width:290px;
}
#col2 {
	float:left;
	width:380px;
}	
#col3 {
	float:left;
	width:220px;
}	
#col3 p {
	line-height:normal;
}
/*       Footer
======================= */
#Footer {
	background: #FFF url(../images/bgf.gif) repeat-x left top;
}
#Footer p {
	padding:4px 0;
	text-align: center;
	margin:0;
}
#Footer p.green {
	background: url(../images/focus-on-energy.gif) no-repeat 20px top;
	font-weight:bold;
	color:#317a4f;
	text-align:right;
	padding:25px 100px 25px 0;
}
#Footer p span.sep {
	padding:0 6px;
	color:#ff6600;
}
#Footer p a {
	color:#666;
	text-decoration:none;
}
#Footer p.add {
	border-top:1px solid #faa41c;
	border-bottom:1px solid #faa41c;
}

/*       Forms
======================= */
form {
margin: 1.5em 0 1em 40px;
width:500px;
}
input, textarea, select{
font-size:13px;
color:#000;
}
form p{
margin:0 0 1em 0;
padding:0;
}
form legend {
color:#996633;
font-weight:bold;
font-size:14px;
}
form legend a {
font-weight:normal;
font-size:.9em;
}
form fieldset {
border:none;
border:1px solid #999;
margin:  0 0 1em 0;
padding: 0 1em 1em;
}
form fieldset.radio{
   margin: 1em 0 1em 0;
}

form fieldset.radio input{
width:auto;
float:left;
margin-right:3px;
}
form fieldset.float label{
display:inline; 
float:left;
white-space: nowrap;
margin-right: 15px;
}
form .submit {
width: auto;
background:#963;
color:#fff;
font-weight:bold;
display:inline;
margin-right: 2em;
border: 2px solid #666;
}
form .ChkBox {
width:auto;
border:none;
display:inline;
}
form .submit.light{
color:#333;
background:#000;
font-weight:normal;
margin-right:2em;
border: 1px solid #333;

}
form input.hidden {
border:none;
padding:0;
display:inline;
}
form input, 
form textarea
{
color:#000;
display: block;
width: 96%;
background: #fff;
border: 2px solid #CCC;
padding:.25em .5em;
font-weight:bold;
}
form label
{
display: block;
margin-bottom: 1em;
}
form .first
{
padding-top: 1em;
}
form select
{
display: block;
font-weight:bold;
}


/*     printer styles
========================= */
@media print{
/* Hide unwanted elements */
#Banner, #menuwrapper, #TopLinks  {display:none;}
#Logo, #Logo a {
	display: none;
}
#Header {border-bottom:1px solid #CCC; height:auto;}
#Logo strong {
display: none;
}
.printme {
display:block;
}
#Footer p.green {
margin:0 0 1em 0;
padding:0;
text-align:center;
}

/* Kill floats */
body, #Page, #Header, #Content, #ContentHome, #col1, #col2, #col3, #Footer {width:100%; float:none; background: none; margin:0; padding:0; height:auto;}
#Content ul, #ContentHome ul { list-style:outside;}
#Footer { border-top:1px solid #000; border-bottom:1px solid #000;}
h1, h2, h3, table, p {
margin-left: 0;
margin-right:0;
text-align:left;
}
}