/*
These styles are taken from the Yahoo! UI Library: http://developer.yahoo.com/yui/

Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/

/* From reset-min.css */
/* removed table styles */
body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/* From base-min.css */
h1{font-size:28px;}h2{font-size:20px;/*123.1%;*/}h3{font-size:17px;}h1,h2,h3{margin:1.5em 0 1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style: decimal outside;}ul li{list-style: disc outside;}dl dd{margin-left:1em;}th,td {/*border:1px solid #000;padding:.5em;*/}th {font-weight:bold;text-align:center;}caption {margin-bottom:.5em;text-align:center;}p,fieldset,table {margin-bottom:1em;}
h2,h3{line-height:1.2em;}

/* end YUI */

/***************************************************************************************************
  Menu && Login && Notice
***************************************************************************************************/
#admin-bar {
  margin: 0 auto;
  line-height: 32px;
  background: #474747 url(../images/bg-topbar.gif) top left repeat-x;
  color: #eee;
  font-size: 12px;
  height: 32px;
  font-family: Verdana, sans-serif;
}
#admin-bar #admin-wrapper {
  margin: 0 auto;
  width: 880px;
}
#admin-bar #welcome {
  float: left;
  margin-left: 5px;
}
#admin-bar #welcome strong {
  color: white;
}
#admin-bar #admin-links {
  float: right;
  margin-right: 5px;
}
#admin-bar a {
  color: #eee;
  padding: 2px 5px 0 5px;
  text-decoration: underline;
}
#admin-bar a:hover {
  text-decoration: none;
}
p.notice {
  color: red;
}

/***************************************************************************************************
  Global Block Elements
***************************************************************************************************/
body {
  margin: 0 auto;
  background-color: #dde0c8;
}
#wrapper {
  margin: 0 auto;
  text-align: left;
  background: url(../images/bg-body.gif) top left repeat;
  width: 920px;
}
#container {
  width: 880px;
  margin: 0 20px;  
}
#logo {
  width: 280px;
  float: left;
}
#logo img {
  margin: 8px 0 4px 22px;
}
#toplinks {
  width: 576px;
  float: left;
  text-align: right;
  color: #ddd;
  padding: 4px 24px 0 0;
  height: 20px;
}
#toplinks a {
  font-size: 10px;
  padding: 0 3px;
  color: #083b95;
}
#tagline {
  text-align: right;
  float: right;
}
#tagline img {
  padding: 6px 20px 0 0; 
}  
#banner {
  height: 110px;
  width: 878px;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid #ccc;
  background: url(../images/banner-1.jpg) top left no-repeat;
}
#banner h1 {
  margin: 0;
  color: white;
  padding: 70px 0 10px 30px;
  font-family: Times, serif;
  font-size: 32px;
}
#content {
  float: left;
  padding: 0 30px;
  line-height: 18px;
  min-height: 480px;
  height: auto !important;
  height: 480px;
  width: 820px;
}
#content ul, #content ol {
  padding-bottom: 1em;
}
#content #column-12 {
  width: 820px;
}
#content #column-1 {
  width: 580px;
  float: left;
}
#content #column-2 {
  width: 220px;
  padding-left: 20px;
  float: left;
}

/***************************************************************************************************
  right callouts
***************************************************************************************************/
#content #column-2 .callout-top-bordered,
#content #column-2 .callout-top-shaded {
  margin: 20px 0 0 0;
  width: 220px;
  height: 12px;
  font-size: 0; /* IE6 will give goofy height without this */
}
#content #column-2 .callout-top-bordered {
  background: #fffdf3 url(../images/bg-callout-1-top.gif) top left no-repeat;
}
#content #column-2 .callout-top-shaded {
  background: url(../images/bg-callout-2-top.gif) top left no-repeat;
}


#content #column-2 .callout-body-bordered,
#content #column-2 .callout-body-shaded {
  width: 200px;
  min-height: 200px;
  height: auto !important;
  height: 200px;
}
#content #column-2 .callout-body-bordered {
  margin: 0 10px;
  width: 200px;
  border-left: 1px solid #ffae4e;
  border-right: 1px solid #ffae4e;
  background: #fffdf3 url(../images/bg-callout-1-body.gif) top left repeat-x;
}
#content #column-2 .callout-body-shaded {
  width: 220px;
  background: url(../images/bg-callout-2-body.gif) top left no-repeat;
}

#content #column-2 .callout-body-bordered h2,
#content #column-2 .callout-body-shaded h2 {
  font-family: "Trebuchet MS", serif;
  font-size: 18px;
  margin: 0;
  padding: 5px 20px;  
  line-height: 22px;
}
#content #column-2 .callout-body-shaded h2 {
  color: #007829;
  padding-top: 5px;
}
#content #column-2 .callout-body-bordered h2 {
  margin: 0;
  padding: 0 8px 5px 8px;
  color: #083b95;
}

#content #column-2 .callout-body-bordered p,
#content #column-2 .callout-body-shaded p {
  margin: 0;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1.5em;
}
#content #column-2 .callout-body-shaded p {
  padding: 5px 20px;
}

#content #column-2 .callout-body-bordered img {
  border: 1px solid #083b95;
}
#content #column-2 .callout-body-bordered a {
  color: #083b95;
}
#content #column-2 .callout-body-bordered ul,
#content #column-2 .callout-body-shaded ul {
  margin: 0;
  font-size: 12px;
  line-height: 1.5em;
}
#content #column-2 .callout-body-shaded ul {
  padding: 5px 20px;
}
#content #column-2 .callout-body-bordered ul {
  padding: 5px 8px;
}

#content #column-2 .callout-body-bordered li,
#content #column-2 .callout-body-shaded li {
  list-style-type: none;
  margin: 3px 0;
  padding: 0 0 2px 6px;
}
#content #column-2 .callout-body-bordered li {
  border-left: 4px solid #fe9e2d;
  border-bottom: 1px solid #fe9e2d;
}
#content #column-2 .callout-body-shaded li {
  border-left: 4px solid #007829;
  border-bottom: 1px solid #007829;
}
#content #column-2 .callout-body-bordered li:hover { /* TODO: add IE6 li:hover */
  color: #000;
}
#content #column-2 .callout-body-shaded li:hover { /* TODO: add IE6 li:hover */
  color: #083b95;
}
#content #column-2 .callout-body-bordered li a,
#content #column-2 .callout-body-shaded li a {
  font-family: "Trebuchet MS", Verdanda, sans-serif;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 100%;
}
#content #column-2 .callout-body-bordered li a {
  color: #083b95;
}
#content #column-2 .callout-body-shaded li a {
  color: #007829;
}
#content #column-2 .callout-body-bordered li a:hover {
  color: #ff7e00;
}
#content #column-2 .callout-body-shaded li a:hover {
  color: #083b95;
}

#content #column-2 .callout-bottom-bordered,
#content #column-2 .callout-bottom-shaded {
  width: 220px;
  height: 12px;
  margin: 0;
}
#content #column-2 .callout-bottom-bordered {
  background: url(../images/bg-callout-1-bottom.gif) top left no-repeat;
}
#content #column-2 .callout-bottom-shaded {
  background: url(../images/bg-callout-2-bottom.gif) top left no-repeat;
}


.clear {
  clear: both;
}
.center {
  text-align: center;
}

#footer {
  padding: 5px 0 0 0;
  text-align: center;
  border-top: 1px solid #ddd;
  margin: 20px 30px 0 30px;
}
#subscribe_container {
  border-top: 1px solid #ddd;
  margin: 0;
  padding: 12px 0 8px 0;
}
#footer ul {
  height: 22px;
  margin: 0;
  padding: 0;
}
#footer li {
  list-style-type: none;
  display: inline;
  padding: 0 12px;
  height: 14px;
  border-right: 1px solid #ddd;  
}
#footer li.first {
  border-left: 1px solid #ddd;
}
#footer li a {
  text-decoration: none;
  color: #777;
  font-size: 11px;
}
#footer li a:hover {
  text-decoration: underline;
} 
#footer p {
  margin: 5px 0 0 10px;
  color: #999;
  font-size: 10px;
}
#footer p a {
  text-decoration: none;
  color: #999;
}
#bottom {
  background: url(../images/bg-footer.gif) top left repeat;
  height: 42px;
} 

/***************************************************************************************************
  Navigation
***************************************************************************************************/
#nav-border {
  background: url(../images/bg-nav-border-top.gif) bottom left no-repeat;
  height: 3px;
  line-height: 3px;
  width: 878px;
  display: block;
  border: 1px solid white;
  clear: both;
  font-size: 0; /* IE6 will give goofy height without this */
}
#nav {
  background: url(../images/bg-nav.gif) top left repeat-x;
  height: 33px;
  border: 1px solid white;
  border-top: none;
  padding: 0;
}
#nav ul {
  height: 33px;
  padding: 0;
  margin: 0 0 0 28px;
}
#nav a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}
#nav a:hover {
  text-decoration: underline;
}
#nav li {
  list-style-type: none;
  display: inline;
  padding: 6px 10px 6px 11px;
  height: 33px;
  line-height: 33px;
  margin: 0;
  border-right: 1px solid #4a70a2;
}
#nav li.first {
  border-left: 1px solid #4a70a2;
}


/***************************************************************************************************
  Homepage Elements
***************************************************************************************************/


/***************************************************************************************************
  Typography
***************************************************************************************************/
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #555;
}
table {

}
td {
  padding: 3px 3px 3px 0;
}
h1,h2,h3 {
  font-weight: normal;
  font-family: Helvetica;
}
h2 {
  color: #083b95;
}
h3 {
  color: #007829;
}
ul, ol {
  margin: 0 0 0 8px;
  padding: 0 0 0 8px;
}
strong {
  color: black;
  font-weight: bold;
}
  
a {
  color: #007829;
}
a:visited {
  color: #007829;
}
a:hover {

}
.blue {
  color: #083b95
}
.orange {
  color: #ff9700;
}

/***************************************************************************************************
  Forms
***************************************************************************************************/
input, 
select, 
option {
  font-weight: normal;
}
textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
label {
  color: #666;
  font-size: 11px;
}
div.error,
span.error,
span.required {
  color: red;
  font-weight: normal;
}
div.error {
  font-size: 10px;
}
span.required {
  margin: 0 0 0 3px;
}
div.field_tip {
  color: #666;
  font-style: italic;
  font-size: 10px;
}
table.installer_registration td,
table.customer_registration td {
  padding: 5px;
}

/***************************************************************************************************
  Calculator
***************************************************************************************************/

body#calculator table, 
body#calculator td { 
  border:none; 
}
body#calculator table.with-border, 
body#calculator table.with-border td { 
  border:1px solid #ccc; 
}
body#calculator table.padded td { 
  padding: 3px 5px;
}
body#calculator #solarCalculator h2, 
body#calculator h3 {
  margin: 0 0 7px 0;
  padding: 0;
}
body#calculator #solarCalculator table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
body#calculator #solarCalculator td { 
  border-collapse:separate; 
  padding: 7px 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
body#calculator #solarCalculator td h3 {
  margin: 0;
}
body#calculator form select, 
body#calculator form input, 
body#calculator form button {
  font: 12px 'Verdana', sans-serif;
}
body#calculator select {
  display: block;
}
body#calculator label {
  display: block;
  font-weight: bold;
  color: #666;
}
body#calculator div.legend-box { 
  width:20px;
  height:20px;
  border:1px solid #ccc; 
}
body#calculator hr {
  padding: 0;
  width: 760px;
  margin: 18px auto;
}
body#calculator div#content {
  min-height: 0;
  margin: 0;
  padding: 0;
  width: 880px;
}
body#calculator div#content div.padding {
  padding: 0 10px;
  width: 860px;
}
body#calculator #results {
  padding:0 10px;
  margin:20px 0 0 0;
}