@charset "UTF-8";
/* CSS Document */

/* reset */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address {
	margin: 0; padding: 0; text-indent: 0;
	border: none; outline: none;
	text-decoration: none; font-size: 100%; font-weight: inherit; font-style: inherit;
	list-style: none;
}
table, td, tr, tbody, thead, th, caption {
	border-spacing: 0; border: none; border-collapse: separate;
	vertical-align: top; text-align: left;
	font-weight: normal;
}

/* typography */
body { font-size: 0.75em /* 12px */; background: #d6dcdf; color: black; font-family: Verdana, sans-serif; line-height: 1.5em; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 { color: #050573; margin-bottom: 6px; }
h1 { font-size: 1.5em /* 18px */; font-weight: bold; color: #51626f; }
h2 { font-size: 1.4em /* 15px */; }
h3 { font-size: 1.3em /* 14px */; }
h4, h5, h6 { font-size: 1.2em /* 13px */; }

p, ul, ol { margin-bottom: 15px; } /* DO NOT RESIZE */
li { margin-bottom: 5px; } 

a, a:visited {
	color: #00bffe; text-decoration: underline;
}
a:hover, a:active {
	color: #00bffe; text-decoration: none;
}

/* apply style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.group { zoom: 1; display: block; }


/* layout */

#nav ul, #nav li, #callout ul, #callout li { margin: 0; padding: 0; text-indent: 0; list-style-type: none; }

#nav li { padding-bottom: 0; display: block; height: 30px;}
#nav a, #nav a:visited { color: #51626f; line-height: 22px; height: 22px; display: block; padding-left: 15px; text-decoration: none; margin-left: 10px }
#nav a:active, #nav a:hover { color: #000; text-decoration: none; }

.about #nav #nav-about,
.heating #nav #nav-heating,
.air #nav #nav-air,
.water #nav #nav-water,
.tesimonials #nav #nav-testimonials,
.financing #nav #nav-financing,
.tips #nav #nav-tips,
.contact #nav #nav-contact,
.home #nav #nav-home { background: url(/design/nav.gif) bottom no-repeat; }

.about #nav-about a, .about #nav-about a:visited,
.heating #nav-heating a, .heating #nav-heating a:visited,
.air #nav-air a, .air #nav-air a:visited,
.water #nav-water a, .water #nav-water a:visited,
.testimonials #nav-testimonials a, .testimonials #nav-testimonials a:visited,
.financing #nav-financing a, .financing #nav-financing a:visited,
.tips #nav-tips a, .tips #nav-tips a:visited,
.contact #nav-contact a, .contact #nav-contact a:visited,
.home #nav #nav-home a, .home #nav #nav-home a:visited { font-weight: bold; background: url(/design/arrow.gif) left center no-repeat; color: #000; }

#callout { margin-bottom: 20px; }
#callout li { padding-left: 28px; background: url(/design/iconarrow.gif) 10px 4px no-repeat; margin-left: 10px; margin-bottom: 15px; }
#callout h3, #callout p { display: inline; }
#callout h3 { font-size: 1em; font-weight: bold; }
#callout a { text-decoration: none; }

#container { width: 813px; margin: 15px auto 10px; background: #fff url(/design/foot.gif) bottom no-repeat; }
#branding { display: block; position: relative; height: 162px; background: url(/design/logo.jpg); margin-bottom: 10px; }
#branding h1, #branding h1 a { display: block; width: 400px; height: 162px; }
#branding h1 a { text-indent: -99999px; }
#branding p { position: absolute; display: block; top: 140px; left: 60px; width: 265px; text-align: center; color: #fa0502; font-size: 1.3em;}

#leftcol, #rightcol { float: left; clear: none; margin: 8px; display: inline; }
#leftcol { width: 189px; }
#rightcol { width: 592px; overflow: hidden; }

#leftcol .tube { width: 170px; margin: 0 auto; background: #d6dcdf no-repeat; }
#leftcol .tube .tube { padding: 8px; width: auto; background: url(/design/sidetop.gif) no-repeat; }

#footer { margin: 0 auto; font-size: 90%; line-height: 1.2em; text-align: center; color: #000; }
#footer a, #footer a:visited { color: #000; text-decoration: underline; }
#footer a:hover, #footer a:active { color: #000; text-decoration: none; }

/* * * =forms * * * * * * * * * * * * * * * * * * * * * * * * * * */
form, fieldset, input { margin : 0; padding : 0; }

form {
	width: 38em;
	margin-left: 5px;
}

form p {
	font-size: 100%;
	padding: 2px;
	margin: 0;
}

/* fieldset styling */
fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #e2e2e2;
}

/* legend styling */
legend {
	font-weight: bold;
	color: #050573;
}

/* style for  labels */
label {
	float: left;
	width: 14em;
}

/* style for required labels */
label .required {
	font-size: 0.9em;
	font-style: normal;
	color: red;
}

label.error, input.submit { color: #F00; margin: 5px 0 0 0; }

input {
	width: 225px;
}

input.radio, input.submit {
	width: auto;
}

textarea {
	width: 225px;
	height: 100px;
	padding:0;
} 

/* submit */

form div input {
	width: 100px;
	margin-top:5px;
	margin-left: 297px;
	padding: 0 .25em;
	background-color: #050573;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
}

