/* 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: #edf4fa;
background: url(../images/bg-images/bg.jpg) repeat-x;

}
div#container { 
position : relative; 
width : 799px !important; 

margin : 0 auto; 
text-align : left;

}
div#content {
position : relative; 
width: 100%;
}

div#content:after, div#columns:after {
	content:".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

div#content, div#columns {
	_zoom:1;
}

div#sidebar {
float: left;
width: 208px;
/*height: 740px;*/
/*background: url(../images/bg-images/sidebar-bg.png) no-repeat;*/

}

div#sidebar-top {background: url(/images/sidebar-top.png) 0 0 no-repeat; height: 39px;}
div#sidebar-bottom {background: url(/images/sidebar-bottom.png) 0 0 no-repeat; height: 39px;}
div#sidebar-content {background: url(/images/sidebar-bg.png) 0 0 repeat-y;}

div#content-main {
width: 550px;
float: left;
margin: 2em 0;
margin-top:  0;
padding: 0;
/*margin-left: 208px !important;
margin-left: 200px;*/
min-height:740px;
height:auto !important;
height:740px;
}


/* * * home page style * * * * * * * * * * * * * * * * * * * * * * * * * * */
#request-button {
width:260px;
height: 70px;
position: absolute;
top:253px;
left:480px;
background: transparent url( ../images/bg-images/request-service.gif) no-repeat 0 0;
text-indent: -9999px;
}
#request-button a:link, #request-button a:visited {
width:260px;
height: 70px;
display:block;
text-decoration:none;
overflow:hidden;
background: transparent url( ../images/bg-images/request-service.gif) no-repeat 0 0;
}
#request-button a:hover, #request-button a:focus {
background-position: 0 -71px;
}
#hp-call {
margin-left:5px;
clear:both;
/*text-indent: -5000px;*/
}
#hp-call table, #hp-call td, #hp-call tr, #hp-call td img{
	padding:0;margin:0 auto;line-height:1;
}
#hp-coupons {
width:150px;
height: 106px;
/*position: absolute;
top:500px;
left:30px;*/
text-indent: -5000px;
background: transparent url( ../images/bg-images/furnace-physical.jpg) no-repeat 0 0;
margin: 0 auto;
}
#coupon-button {
width:141px;
height: 38px;
/*position: absolute;
top:620px;
left:30px;*/
background: transparent url( ../images/bg-images/money-saving-coupons.png) no-repeat 0 0;
text-indent: -9999px;
margin: 0 auto;
}
#coupon-button a:link, #coupon-button a:visited {
width:141px;
height: 38px;
display:block;
text-decoration:none;
overflow:hidden;
background: transparent url( ../images/bg-images/money-saving-coupons.png) no-repeat 0 0;
}
#coupon-button a:hover, #coupon-button a:focus {
background-position: 0 -39px;
}
#col-left {
width: 50%;
float: left;
border-right: 1px dotted #e2e2e2;
min-height: 325px;
}
#col-right {
width: 47%;
float: left;
min-height: 325px;
}
ul.counties {
padding-top: 10px;
}
ul.counties li {
display: inline;
font-weight: bold;
}

/* * * 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-left: 20px;
padding-bottom: 10px;
}
.breadcrumb a {
outline: none;
}
blockquote {
margin: 10px;
margin-right: 20px;
background: #f2f2f2;
border-bottom: 1px solid #e2e2e2;
border-right: 1px solid #e2e2e2;
}
ul {
margin-left: 25px;
}
li {
padding-bottom: 5px;
margin-left: 25px;
margin-right: 25px;
list-style: disc;
}
ol {
padding: 14px 25px;
padding-left: 50px;
}
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 32px;
}
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 {
margin: 5px;
margin-left: 32px;
}
/* * * =form * * * * * * * * * * * * * * * * * * * * * * * * * * */
form {
width: 38em;
margin-left: 25px;
padding-bottom: 25px;
}
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: #5d86af;
}
/* 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: #5d86af;
color: #fff;
text-transform: uppercase;
font-size: 90%;
}


/* * * =copyright * * * * * * * * * * * * * * * * * * * * * * * * * * */
#copyright {
width: 100%;
clear: both;
height: 70px;
color: #7e7e7e;
text-align: center;
font-size : 80%;
padding-top: 5px;
}
#copyright p {
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
}
#copyright a:link, #copyright a:visited {
color: #7e7e7e;
text-decoration: underline;
}
#copyright a:hover {
color: #333;
text-decoration: underline;
}

/* * * =nav main * * * * * * * * * * * * * * * * * * * * * * * * * * */
.nav {
margin: 0;
margin-left: 8px;
}
ul.sf-menu li {
}

/* * * =nav current * * * * * * * * * * * * * * * * * * * * * * * * * * */
body#home_page ul.sf-menu li#home a {
background:#e6e4cd;
border-bottom: 1px solid #fff;
cursor: default;
}
body#about_page ul.sf-menu li#about a {
background:#e6e4cd;
border-bottom: 1px solid #fff;
cursor: default;
}
body#testimonials_page ul.sf-menu li#testimonials a {
background:#e6e4cd;
border-bottom: 1px solid #fff;
cursor: default;
}
body#residential-services_page ul.sf-menu li#residential-services a {
background:#e6e4cd;
border-bottom: 1px solid #fff;
cursor: default;
}
body#commercial-services_page ul.sf-menu li#commercial-services a {
background:#e6e4cd;
border-bottom: 1px solid #fff;
cursor: default;
}
body#brands_page ul.sf-menu li#brands a {
background:#e6e4cd;
border-bottom: 1px solid #fff;
cursor: default;
}
body#affiliations_page ul.sf-menu li#affiliations a {
background:#e6e4cd;
border-bottom: 1px solid #fff;
cursor: default;
}

body#finance ul.sf-menu li#finance a {
background:#e6e4cd;
border-bottom: 1px solid #fff;
cursor: default;
}
body#articles_page ul.sf-menu li#articles a {
background:#e6e4cd;
border-bottom: 1px solid #fff;
cursor: default;
}
body#announcements_page ul.sf-menu li#announcements a {
background:#e6e4cd;
border-bottom: 1px solid #fff;
cursor: default;
}
body#employment_page ul.sf-menu li#employment a {
background:#e6e4cd;
border-bottom: 1px solid #fff;
cursor: default;
}
body#contact_page ul.sf-menu li#contact a {
background:#e6e4cd;
border-bottom: 1px solid #fff;
cursor: default;
}
body#your-docs ul.sf-menu li#your-docs a {
background:#e6e4cd;
border-bottom: 1px solid #fff;
cursor: default;
}


/* * * =anchor links * * * * * * * * * * * * * * * * * * * * * * * * * * */
a:link, a:visited {
color: #b13b00;
outline: none;
}
a:hover{
text-decoration: underline;
}

/* * * =rounded corners * * * * * * * * * * * * * * * * * * * * * * * * * * */
.roundedcornr_box_173744 {
   background: #ffffff;
}
.roundedcornr_top_173744 div {
   background: url(../images/bg-images/roundedcornr_173744_tl.png) no-repeat top left;
}
.roundedcornr_top_173744 {
   background: url(../images/bg-images/roundedcornr_173744_tr.png) no-repeat top right;
}
.roundedcornr_bottom_173744 div {
   background: url(../images/bg-images/roundedcornr_173744_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_173744 {
   background: url(../images/bg-images/roundedcornr_173744_br.png) no-repeat bottom right;
}

.roundedcornr_top_173744 div, .roundedcornr_top_173744, 
.roundedcornr_bottom_173744 div, .roundedcornr_bottom_173744 {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornr_content_173744 { margin: 0 20px; }

#contact-top {
	position: absolute;
	float: right;
	width: 200px;
	text-indent: 0;
	color: #d89300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	top: 50px;
	right: 118px !important;
	right/**/: 145px;
	line-height: 18px;
	font-weight:bold;
	text-align: right;
}

#branding {
display: block;
width: 100%;
height: 89px;
background: url(../images/bg-images/logo.png) no-repeat;
clear:both;
}
h1#logo a {
display: block;
width: 300px;
height: 89px;
text-indent: -5000px;
outline: none;
float: left;
} 
#branding_image {
height: 340px;
width:541px;
background: url(../images/bg-images/summer~branding-image.jpg) no-repeat;
}
#branding_image div {
width:250px;
position: absolute;
top:91px;
left:485px;
}
