body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #fff;
	background-image: url('../images/body_bg.png');
	background-repeat: repeat-x
}
h1, h2, h3, h4 {
	color: #000;
}
h1 {
	font-size: 20px;
	margin: 0 0 18px;
	line-height: 28px;
	color: #EB3020;
	font-family: "Trebuchet MS", serif;
}
h2 {
	font-size: 18px;
	margin: 0 0 18px;
	line-height: 28px;
	color: #EB3020;
	font-family: "Trebuchet MS", serif;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 3px 0;
}
h4 {
	font-weight: bold;
	margin: 18px 0 0 0;
}
p {
	margin: 0 0 18px 0;
}
p.large {
	font-size: 14px;
	line-height: 21px;
}
p.small {
	font-size: 11px;
}
p.gray {
	color: #696969;
}
p.gray a {
	color: #696969;
}
p.gray a:hover {
	color: #000;
}
p.red {
	color: #d2232a;
}
.amp {
	font-family: Arial, sans-serif;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	text-decoration: underline;
	color: #000955;
}
a:hover {
	color: #000;
}
ul {
	margin: 0 0 18px 15px;
	list-style-type: disc;
}
ol {
	margin: 0 0 18px 20px;
	list-style-type: decimal;
}
hr {
	display: none;
}
img.left {
	float: left;
	margin: 0 20px 0 0;
}
img.right {
	float: right;
	margin: 0 0 10px 20px;
}
div.center {
	width: 947px;
	margin: 0 auto;
}
div#canvas {
	width: 947px;
	margin: 0 auto;
	background: #fff url('../images/canvas_bg.png') no-repeat;
	float: left; padding-left:15px; padding-right:15px; padding-top:0; padding-bottom:0
}
/* -------------------------------------------------------------- 
Forms
-------------------------------------------------------------- */
input {
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: #f5f5f5;
}
textarea {
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: #f5f5f5;
}
select {
	font-family: Arial, sans-serif;
	background: #f5f5f5;
}
label {
	font-size: 11px;
	text-transform: uppercase;
	color: #696969;
}
fieldset.contactinfo label {
	display: block;
	float: left;
	width: 50px;
}
fieldset.contactinfo p {
	margin-bottom: 5px;
}
div.tips_subscribe fieldset.contactinfo label {
	width: 75px;
}
div.tips_subscribe input.zemSubmit {
	margin: 0 0 0 75px;
}
ul.zemError {
	color: #d2232a;
}
label.zemRequirederrorElement {
	color: #be0000;
	font-weight: bold;
}
div.scheduling_form fieldset.contactinfo label {
	width: 80px;
}
label.zemRequired {
	font-weight: bold;
}
/* -------------------------------------------------------------- 
Brand
-------------------------------------------------------------- */

div#brand {
	width: 947px;
	height: 107px;
	background: #fff;
}
div#brand img {
	margin: 1px 0 0 0;
	float: left;
}
div#brand ul {
	color: #000955;
	float: right;
	margin: 23px 0 0 0;
	width: 230px;
	font-weight: bold;
}
div#brand h1 {
	text-indent: -9999px;
	width: 202px;
	height: 50px;
	float: left;
	margin: 34px 0 0 20px;
}
div#brand_right {
	float: right;
	width: 200px;
	margin-right: 10px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
div#brand_right p {
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #000955;
	text-align: center;
}
form#brand_search input {
	background: #d9e6f0;
	color: #000955;
}
form#brand_search input#search_text {
	width: 183px;
	margin: 0 2px 0 0;
}
div.int_column1 form#brand_search input#search_text {
	width: 153px;
}
input#search_btn {
	padding: 0;
	margin: 0 0 -6px 0;
}
div#brand_right form#brand_search p img {
	vertical-align: middle;
}
/* -------------------------------------------------------------- 
Navigation
-------------------------------------------------------------- */
div#navigation {
	border: 2px solid #EB3020;
	background: #EB3020 url('../images/nav_bg.png') repeat-x;
	font-family: "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	float: left;
	clear: both;
	margin: 4px 0;
	width: 943px
}
div#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
div#navigation ul li {
	float: left;
}
div#navigation ul li a {
	color: #fff;
	display: block;
	padding: 5px 28px;
	border-right: 2px solid #EB3020;
	text-decoration: none;
}
div#navigation ul li a.last {
	border-right: none;
	padding: 5px 31px;
}
div#navigation ul li a:hover {
	background: #EB3020;
	color: #000955;
}
/* Second-Level Lists */
	
div#navigation ul li ul {
	position: absolute;
	background: #EB3020;
	width: 220px;
	left: -999em;
	padding: 2px;
	line-height: 1.5;
}
div#navigation ul li ul li {
	margin: 0;
	padding: 0;
}
div#navigation ul li ul a {
	font-weight: normal;
	display: block;
	width: 210px;
	padding: 3px 5px;
	border-bottom: 1px solid #f0b146;
	text-transform: none;
	color: #fff;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
div#navigation ul li ul a:hover {
	background: #b07716;
	color: #fff;
}
div#navigation ul li:hover ul, div#navigation ul li.sfhover ul {
	left: auto;
	z-index: 9999;
}
div#navigation ul li.selected a {
	background: #007cc3;
	color: #fff;
	border: 1px solid #005e93;
}
div#navigation ul li.sub_menu {
	font-size: 12px;
}
div#navigation ul li.sub_menu a {
	display: inline;
	border: none;
	font-size: 100%;
}
/* -------------------------------------------------------------- 
Home Page
-------------------------------------------------------------- */
div#intro {
	background-position: 0% 0%; width: 947px;
	height: 243px;
	clear: both;
	border-bottom: 1px dotted #ccc;
	margin-left:0; margin-right:0; margin-top:0; margin-bottom:10px; padding-left:0; padding-right:0; padding-top:0; padding-bottom:10px; background-color:#fff; background-repeat:no-repeat; background-attachment:scroll
}
div#intro h2, div#intro p {
	display: none;
}
div#quick_schedule {
	text-indent: 0;
	width: 225px;
	float: right;
	margin: 15px 0 0 0;
}
body#home div#quick_schedule p {
	display: block;
	margin: 0;
	padding: 0 10px 0 0;
}
div#quick_schedule h3 {
	margin: 0 0 5px 0;
	font-family: "Trebuchet MS", serif;
	font-size: 18px;
	color: #000955;
}
form#quick_schedule_form label {
	color: #696969;
	text-transform: uppercase;
	font-size: 11px;
}
form#quick_schedule_form input {
	background: #fff;
}
body#home div#column1 {
	float: left;
	width: 460px;
	border-right: 1px dotted #ccc;
	margin: 0 5px 0 5px;
	padding: 0 10px 0 0;
}
body#home div#column2 {
	float: right;
	width: 450px;
	margin: 0 5px 0 0;
	padding: 0 4px 0 0;
}
body#home div#column1 img {
	margin: 0 0 5px 0;
}
div.graybox_sm {
	background: #f6f5f5 url('../images/graybox_btm.png') no-repeat bottom;
	width: 218px;
	float: left;
	margin-left:0; margin-right:20px; margin-top:0; margin-bottom:0
}
div.box2 {
	margin: 0;
}
div.graybox_sm h3 {
	background: url('../images/graybox_top.png') no-repeat;
	font-family: "Trebuchet MS", serif;
	font-size: 16px;
	padding-left:15px; padding-right:15px; padding-top:15px; padding-bottom:0
}
div.graybox_sm p {
	padding: 0 15px;
}
div#slideshow0 {
	float: left;
	width: 475px;
}
/* -------------------------------------------------------------- 
Interior Page Base Styles
-------------------------------------------------------------- */
p.breadcrumb {
	font-size: 11px;
	color: #696969;
	padding: 2px 15px 5px 15px;
	background: #f5f5f5;
	margin: 5px 0 5px 0;
	clear: both;
}
p.breadcrumb a {
	color: #696969;
}
p.breadcrumb a:hover {
	color: #000;
}
p.breadcrumb strong {
	color: #000;
	font-weight: normal;
}
div.int_column1 {
	width: 215px;
	margin: 0 10px 0 15px;
	float: left;
	padding: 15px 0 0 0;
}
div.int_column1 div.graybox_sm {
	margin: 10px 0;
}
div.int_column2 {
	width: 400px;
	float: left;
	padding: 15px 10px 0 10px;
}
div.int_column2 h3 {
	margin-top: 36px;
}
div.int_column3 {
	width: 215px;
	float: right;
	margin: 0 15px 0 0;
}
div.int_column3 div#quick_schedule {
	width: 215px;
	margin: 0 0 10px 0;
}
div#quick_schedule p {
	font-size: 11px;
	line-height: 14px;
	margin: 5px 0;
}
div.int_column3 div#quick_schedule form {
	padding: 0 15px;
	margin: 0 0 15px 0;
}
div#quick_schedule form input {
	background: #fff;
}
div#quick_schedule ul.zemError {
	font-size: 11px;
	margin: 0 0 0 13px;
	line-height: 14px;
}
div.int_column3 label.zemRequired {
	font-weight: normal;
}
div.int_column3 div.graybox_sm {
	margin-right: 0;
	margin-top: 10px;
}
/* Interior Nav */

div.int_column1 h2 {
	font-family: Arial, sans-serif;
	color: #696969;
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 25px 0;
}
ul.int_nav {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
	border-top: 1px solid #ccc;
}
ul.int_nav li {
	border-bottom: 1px solid #ccc;
}
ul.int_nav li a {
	text-decoration: none;
	display: block;
	color: #000955;
	padding: 10px 3px;
}
ul.int_nav li a:hover, ul.int_nav li a.sub_selected {
	background: #FF0000;
	color: #000;
}
ul.int_nav li strong {
	font-size: 12px;
}
/* -------------------------------------------------------------- 
Footer
-------------------------------------------------------------- */
div#footer {
	border-top: 1px dotted #ccc;
	margin: 15px 0 0 0;
	padding: 5px 0;
	float: left;
	width: 947px;
}
div#footer ul {
	color: #000955;
	float: left;
	width: 625px;
	margin: 0 0 5px 0;
}
div#footer ul li {
	float: left;
	margin: 0 12px;
	padding: 0;
}
div#footer ul li.first {
	list-style-type: none;
	margin: 0 12px 0 0;
}
p.copyright {
	color: #696969;
	margin: 0;
	float: left;
}
div#footer img {
	float: right;
}
.red_text {
	font-size: 1.2em;
	color: #DF1914;
	font-weight: bold;
}
.blue_text {
	color: #000955;
	font-weight: bold;
	font-size: 1.2em;
}
.phone {
	font-size: 1.5em
}


.errors {
	display:inline;
	color:#FF0000;
}

img[border="1"] {border:1px solid #000;}

 #hvac{ position: absolute; left: 200px; top: 1250px; right: 200px; font-family:arial; font-size: 8pt; color:666666; text-align: center;}