
/* CSS Document */
body, html {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	color: #000;
	font: 1em Arial, Helvetica, sans-serif;
	height:100%;
}
#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background: #ccc;
	text-align: center;
}
html>body #outer {
	height:auto
}
#main-col {
	width: 782px;
	margin: 0 auto;
	text-align: left;
	font-size: .85em;
	color: #333;
	background: #fff;
}
#top-bar {
	height: 118px;
	background: url(../images/top-bar.gif);
}
#header {
	background: url(../images/header.jpg);
	height: 246px;
}
h1#logo {
	margin: 0;
	padding: 0;
}
h1#logo a {
	display: block;
	width: 200px;
	height: 118px;
	float: left;
	text-indent: -999em;
	margin: 0;
	padding: 0;
}
#nav {
	width: 218px;
	float: left;
}
#content {

	padding: 0 20px;
	margin: 1px 0 0 0;
	line-height: 18px;
	clear: both;
}
p {

	font: .9em Arial, Helvetica, sans-serif;

	padding: 10px 20px 10px 20px;
}

#content ul {
	font: .9em Arial, Helvetica, sans-serif;
}
#content td {
	font: Arial, Helvetica, sans-serif;
}

.breadcrumb {
	font-size: .7em;
	margin: 0 20px 10px;
	color: #5C82CF;
}
/*******************Callouts*************/
#hvac-call {
	width: 200px;
	height: 68px;
	background: url(../images/hvac-call.gif);
	float: left;
}
#duct-cleaning-call {
	width: 191px;
	height: 68px;
	background: url(../images/ductcleaning-call.gif);
	float: left;
}
#geothermal-call {
	width: 192px;
	height: 68px;
	background: url(../images/geothermal-call.gif);
	float: left;
}
#request-call {
	width: 199px;
	height: 68px;
	background: url(../images/request-call.gif);
	float: left;
}
#hvac-call a, #duct-cleaning-call a, #geothermal-call a, #request-call a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999em;
}
/***************Footer******************/
#footer {
	height: 75px;
	font-size: 9px;
	color: #fff;
	text-align: center;
	clear: both;
	padding: 10px;
	background: url(../images/footer-bg.gif);
}
#footer p {
	color: #fff;
	font-size: 9px;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	font-size: 9px;
	color: #fff;
}
/****************************************/


.cleaner {
	clear: both;
	height: 0;
}
