/*html {
	height:100%;
	overflow: hidden;
}

body {
	margin:0;
	padding: 0;
	background-color: #eafbe8;
	height:100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
*/

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

ul {
	padding-left: 18px;
}

li {
/* changed from 4 to 0 -rm */
	padding-top: 0px;
	padding-bottom: 0px;
}

/* img {display:block} */


a:link    {text-decoration: none;}
a:visited {text-decoration: none;}
a:active  {text-decoration: none;}
a:hover   {text-decoration: underline;}

a {
	color: Navy;
	font-size:11px;
	cursor:pointer;
}

/* ***** BAR ***** */

.bar a {
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	background-color: #660000;	
}

.bar a:visited 
{
	color: #ffffff;
}

.bar .title {
	font-size: 18px;
	color: #cccccc;
	padding-left: 16px;
}

.bar .subtitle {
	color: #cccccc;
}

.bar .subtitle a {
	color: #cccccc;
}

.bar .heading {
	font-size: 16px;
	font-weight: bold;
	padding-left: 16px;
}

.bar .menu {
	padding-left: 10px;
	padding-right: 10px;
}


/* ***** CONTENT ***** */

h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 4px 0 8px 0;
	color: #153D75;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 6px 0 6px 0;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 8px 0px 4px 0px;
	color: #ffffff;
	background-color: #000033; /*#153D75;*/
	padding: 1px 6px;
}

h4 {
	font-size: 9px;
	font-weight:bold;
	color: #ffffff;
	background-color: #660000;
}

/* ***** TABS ***** 

#tablist {
	float:left;
}

#tablist ul {
	margin:0;
	padding:2px 10px 0;
	list-style:none;
}

#tablist li {
	float:left;
	background:url(images/tabs/leftoff.gif) top left no-repeat;
	margin: 1px 3px 0px 3px;
	padding:0 0 0 0;
	
}

#tablist a {
	float:left;
	display:block;
	background:url(images/tabs/rightoff.gif) top right no-repeat;
	background-color: #000033; 
	padding:6px 10px 0px 0px;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}
*/
/* Commented Backslash Hack
		hides rule from IE5-Mac \*/
#tablist a {float:none;}
/* End IE5-Mac hack */
#tablist a:hover {
/*	color:#ffffff; */
	text-decoration: underline;
}

#tablist .current {
	background:url(images/tabs/lefton.gif) top left no-repeat;
	background-color:#eafbe8;
	border-bottom: 2px solid #eafbe8;
}

#tablist .current a {
	background:url(images/tabs/righton.gif) top right no-repeat;
/*	color:#ffffff;  */
	color: #202020;
}  

/* **** DETAIL **** */

.detail {
	background-color: White;
	height:  600px; /*442px;*/
}

.detail_content {
	padding: 1px 1px 1px 1px; /*3px 5px 5px 5px;*/
}

.detail .text a {
	color: #ffcc00;
}

/* ***** TABLES ****** */

table.list {
	background-color: #ffffff;
	color: #000000;
	width:100%;
}

table.list tr:hover {
	background-color: #ffd;
	cursor: pointer;
}

table.list th {
	padding: 3px 8px 3px 8px;
	background: #ffff99;
	border-bottom: 1px solid #f2f230;
}

table.list td {
	padding: 3px 8px 3px 8px;
	border-bottom: 1px solid #efefef;
}

table.list a {
	color: #000000;
}

#banner {
	background: transparent url(images/banner_blue_to_yellow_60.png)  left top repeat;
	padding: 0px;
	height:60px;
}

#footer{
	font-family: verdana,arial;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;	
	display: block;
	z-index : 1;
	position: absolute; 
	right: 1px; 
	bottom: 1px; 
	width: 100%; 
	height: 16px; 
	padding: 5px 0 0 0; 
	/*background-color: #2264c2;  */
	background-color: #0b1072;
	border-top: 2px #6067f0 solid; 
}

#footer a:hover{
	text-decoration: underline;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

#legend{
	padding: 0;
}

#legend .marker{
	padding: 2px 0px;
	font-size:10px;
	color:#202020;
}

#legend .markerhead{
	padding: 2px 0 5px 0;
	font-size:10px;
	font-weight:bold;
	color:#202020;
}

#address-lookup input{
	width: 190px;
}

#address-lookup .submit{
	width: 190px; /*240px;*/
	height: 20px;
	padding: 0px;
}

.block2{
	padding: 5px 0px;
	margin-left: 5px;
}

#content {
	margin-top: 0px;
	position: relative;
/*	text-align: right;	 */
}

.floatright { 
	float: right; 
	width: 64px;
	height:104px;
	margin:0;
}

.floatright2 { 
	float: right; 
}

#example{
	color:#666666;
	font-size: 11px;
	padding: 3px 0;
}

.solar-facts{
	font-size: 11px;
	color:#202020;

}

.solar-facts ul {
	margin-top:0px;
	margin-bottom:5px;
}
.solar-facts ul li{
	margin-top:0px;
	margin-bottom:0px;
}

#content {
     margin-top: 0px;
     position: relative;
/* text-align: right;	 */
}

#map {
     position: absolute;
     top: 0;
     left: 0;
     width: 715px;
     height: 672px;
     height: 100%;
     border: 1px solid #aaa;
	 background: #E5E3DF;	 
}

#map-wrapper {
     position: relative;
     height: 672px;
}

.tooltip {
	/*background-color:#2264C2; */
	background-color:Navy;
	color: #ffffff;
	font-weight:bold;
	border:2px Navy solid; 
	text-align: left;
}

a.casestudy, a.cont-link{
	color: #3333FF;
}

/* the address autocompleter */
.autocompleter, .recommender{
	border: 1px solid #CCCC00;
	width: 175px;
	background-color: #FFFF00;
}
.autocompleter ul li{
	padding: 2px 10px;
	white-space: nowrap;
	font-size: 11px;
}

.selectAutocompleter{
	background-color: #FFCC00;
}

/* Animated throbber */
input.form-autocomplete {
  background-image: url(throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 2px;
}
input.throbbing {
  background-position: 100% -18px;
}
#table-address{
	padding: 3px 0px 3px;
	background-color: #000033;
	color:#FFFFFF;
	font-weight: bold;
	text-align: center;

}
a.thickbox{	color: #DCC725;font-weight: bold;}
a.thickbox:hover{	text-decoration: underline;}
img#help:hover{	cursor: pointer;}
span#assumptions{text-align: left;}
span#close{text-align: right;}
span.infowin {width: 100%; font-size: 10px;}
span.infowin a, .sf-env{color: Navy;}
/* .hr{border-top: 1px solid #2264C2; padding-top: 3px;} */
#nextstep{color: #FF0000;	font-weight: bold;}

a.thickbox2{	color: #DCC725;font-weight: bold;}
a.thickbox2:hover{	text-decoration: underline;}

.marker a{
	color: Navy;
}

.solar-links a{
	color: Navy;
	font-size: 11px;
}

.recommender{
	padding: 2px 10px;
	font-size: 12px;
}
.recommend-result {
	list-style: none;
	width: 100%;
	padding-left: 12px;
}

#recommendHelper span{
	font-weight: bold;
}
.recommender ul{
	list-style: none;
}
.recommender ul li{
	margin-left: -20px;
	padding-left: 20px;
}
.recommender ul li .hover {
	background-color: #66FF00;
}
.hover{
	background-color: #FFCC00;
	cursor:pointer;cursor:hand;
}

p.legend {
font-size: 11px;
font-family: verdana, arial, helvetica, sans-serif;
}

.legendlink {
color:Navy;
}

.legendlink a:hover {
text-decoration:underline;
}

.legendlink a:visited {
color:Navy;
}

.owner-quote{
	font-style:italic;
}

#new-txt{
	color:#FF3300;
}

.solar-links ul{
	margin:0px;
}

.design-text a{
	color: #0000FF;
}
.design-text{
	padding: 5px;
}
.design-head{
	padding: 2px;
	font-size: 11px;
	background-color:#CCCCCC;
	color:#000000;
	font-weight:bold;
}

.tools{
	font-size: 11px;
	color:#000000;
}

#my-design:hover{
	text-decoration:underline;
	
}
#my-design{
	color:red;
	cursor:pointer;
	font-size:11px;
}