/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img  
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* layout.css */
html {
text-align : center;
background-color: #002147;
}
div#container { 
position : relative; 
width : 880px; 
margin : 0 auto; 
text-align : left;
background:#fff;
}
div#content {
position : relative; 
width: 100%;
}
div#content-main, body#home_page div#content-main {
width: 90%;
margin: 0 0 4em  0;
padding-left: 40px;
margin-right: 70px;
}
body#home_page div#content-main {
width: 375px;
min-height:530px;
height:auto !important;
height:530px;
}
#sidebar {
position:absolute;
left: 430px;
width: 415px;
background:#ece9e4;
}
#sidebar h3{
border-bottom: none;
}

#branding {
display: block;
width: 100%;
height: 192px;
background: url(../images/bg-images/logo.jpg) no-repeat;
clear:both;
background-color: #000;
}
h1#logo a {
display: block;
width: 350px;
height: 192px;
text-indent: -5000px;
outline: none;
} 
#top-contact-info {
width: 195px;
height: 50px;
position: absolute;
top: 165px;
right: 0px;
}
#top-contact-info a {
display: block;
height: 20px;
outline: none;
font-size: 120%;
} 
#top-contact-info a:link, #top-contact-info a:visited {
color: #413ee5;
} 
#top-contact-info a:hover {
color: #413ee5;
text-decoration: underline;
} 

/* * * home page style * * * * * * * * * * * * * * * * * * * * * * * * * * */
#affiliate-logos {
text-align:center;
}

/* * * callouts * * * * * * * * * * * * * * * * * * * * * * * * * * */
#callouts {
height: 92px;
width: 880px;
background: url(../images/bg-images/callouts.png) no-repeat;
}
#callouts h3 {
font-weight: bold;
color: #fff;
padding: 0;
padding-top: 17px;
border: none;
}
#callouts p {
padding: 0;
}
#green-call, #message-call, #service-call {
position:absolute;
width:250px;
height: 75px;
}
#green-call {
left: 40px;
}

#message-call {
left: 315px;
}
#service-call {
left: 590px;
}
#green-call a:link, #green-call a:visited,
#message-call a:link, #message-call a:visited,
#service-call a:link, #service-call a:visited {
display: block;
color: #fff;
text-decoration: none;
}
#green-call a:hover,
#message-call a:hover,
#service-call a:hover {
color: #fff;
text-decoration: underline;
}

/* * * sidebar style * * * * * * * * * * * * * * * * * * * * * * * * * * */
#sidebar #heating,
#sidebar #air-conditioning,
#sidebar #heat-pumps,
#sidebar #air-quality {
margin:0 auto;
width: 377px;
margin-top: 2px;
background: url(../images/bg-images/div-bottom.png) no-repeat top left;
color: #fff;
}
#sidebar #heating {
margin-top: 1.5em;
}
#sidebar h3 {
background: url(../images/bg-images/h3-bg.png) no-repeat bottom left;
color: #fff;
text-transform:uppercase;
padding:10px;
}
#sidebar ul {
margin-left: 20px;
}
#sidebar li {
margin-left: 0;
padding-bottom: 2px;
}


}
.top-email a:link, .top-email a:visited {
color: #000;
text-decoration: none;
}
.top-email a:hover {
text-decoration: underline;
}



/* * * general styles * * * * * * * * * * * * * * * * * * * * * * * * * * */
.more {
text-align: right;
}
.external {
background: url(../images/bg-images/external.png) no-repeat right center;
text-decoration:none;
padding-right: 15px; 
}
.breadcrumb {
font-size:85%;
padding-bottom: 10px;
}
.breadcrumb a {
outline: none;
}
blockquote {
margin: 10px 10px;
padding: 5px;
background: #f2f2f2;
border-bottom: 1px solid #e2e2e2;
border-right: 1px solid #e2e2e2;
}
blockquote p {
padding-left: 10px;
}
ul {
margin-left: 10px;
}
li {
padding-bottom: 5px;
margin-left: 10px;
margin-right: 20px;
list-style: disc;
}
ol {
padding: 14px 25px;
padding-left: 10px;
}
ol li {
margin: 0 0 6px;
}
.right  {
float: right;
padding: 0 0 10px 10px;
}
img.right  {
float: right;
padding: 20px 0 10px 10px;
}
.left {
float: left;
padding: 0 0 25px 25px;
}
.center {
text-align: center;
padding-top: 50px;
}
.small {
font-size: 85%;
}
.bio-title  {
font-size: 100%;
font-weight: bold;
}
.bios {
padding-bottom: 15px;
}
.bios img {
float: right;
padding-bottom: 5px;
padding-left: 5px;
}
.logos {
padding: 25px 50px;
}
ul.services {
margin: 0;
padding: 14px 60px;
}
ul.services li{
margin: 0 0 6px;
padding: 0;
list-style: none;
}
.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }


/* * * =tables * * * * * * * * * * * * * * * * * * * * * * * * * * */
table {
  border-collapse: collapse;
  width: 50em;
  border: 1px solid #666;
  margin-left: 40px;
}

caption {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}

col {
  border-right: 1px solid #ccc;
}

thead {
  background: #ccc url(../images/bg-images/bar.gif) repeat-x left center;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}

th {
  font-weight: bold;
  text-align: left;
}

th, td {
  padding: 0.1em 1em;
}

.odd {
  background-color:#edf5ff;
}

/* * * =forms * * * * * * * * * * * * * * * * * * * * * * * * * * */
form {
width: 38em;
margin-left: 60px;
}
form p{
font-size: 100%;
padding: 2px;
}
/* fieldset styling */
fieldset {
margin: 1em 0; /*  space out the fieldsets a little*/
padding: 1em;
border : 1px solid #5f574a;
}
/* legend styling */
legend {
font-weight: bold;
color: #b80000;
}
/* style for  labels */
label {
float: left;
width: 14em;
}
/* style for required labels */
label .required {
font-size: 0.9em;
font-style: normal;
color: red;
}
input {
width: 225px;
}
input.radio, input.submit {
width: auto;
}
textarea {
width: 225px;
height: 100px;
} 
/* submit */
form div input {
width: 100px;
margin-left: 162px;
padding: 0 .25em;
background-color: #b80000;
color: #fff;
text-transform: uppercase;
font-size: 90%;
}



/* * * =copyright * * * * * * * * * * * * * * * * * * * * * * * * * * */
#copyright {
width: 100%;
clear: both;
height: 60px;
background-color: #525661;
color: #fff;
text-align: center;
font-size : 80%;
padding-top: 5px;
}
#copyright p {
padding-left: 0px;
padding-right: 0px;
}
#copyright a:link, #copyright a:visited {
color: #fff;
text-decoration: underline;
}
#copyright a:hover {
color: #f2f2f2;
text-decoration: underline;
}

/* * * =nav main * * * * * * * * * * * * * * * * * * * * * * * * * * */
.nav {
width: 880px;
height:34px;
background:	url('../images/bg-images/nav-bg.png') repeat-x;
border-top: 1px solid #999;
}

ul.sf-menu li#contact .last {
border-right: none;
}

/* * * =nav current * * * * * * * * * * * * * * * * * * * * * * * * * * */
body#home_page ul.sf-menu li#home a {
color:	#fff;
background:	#413ee5;
cursor: default;
}
body#about_page ul.sf-menu li#about a {
color:	#fff;
background:	#413ee5;
cursor: default;
}
body#services_page ul.sf-menu li#services a {
color:	#fff;
background:	#413ee5;
cursor: default;
}
body#testimonials_page ul.sf-menu li#testimonials a {
color:	#fff;
background:	#413ee5;
cursor: default;
}
body#equipment-products_page ul.sf-menu li#equipment-products a {
color:	#fff;
background:	#413ee5;
cursor: default;
}
body#geothermal-hvac_page ul.sf-menu li#geothermal-hvac a {
color:	#fff;
background:	#413ee5;
cursor: default;
}
body#rebates_page ul.sf-menu li#rebates a {
color:	#fff;
background:	#413ee5;
cursor: default;
}
body#articles_page ul.sf-menu li#articles a {
color:	#fff;
background:	#413ee5;
cursor: default;
}
body#contact_page ul.sf-menu li#contact a {
color:	#fff;
background:	#413ee5;
cursor: default;
}


/* * * =anchor links * * * * * * * * * * * * * * * * * * * * * * * * * * */
a:link, a:visited {
color: #b13b00;
outline: none;
}
a:hover{
text-decoration: underline;
}

