/* CSS Document */

body {
	font-family: arial, geneva, helvetiCA , sans-serif;
	font-size: 85%;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 1.3;
	text-align: left;
	margin: 0;
	padding: 0;
	/*
	background-image: url(images/air_conditioning_diagram.jpg);
	background-repeat: no-repeat;
	background-position: 30px 145px;
	*/
}

h1 {
font-size:130%;
font-weight:bold;
border-bottom:1px dashed #024977; /*new blue*/
}

h2 {
font-size:115%;
font-weight:bold;
border-bottom:1px dashed #024977; /*new blue*/
text-align:center;
font-variant:small-caps;
}

h3 {
font-size:110%;
font-variant:small-caps;
font-weight:bold;
}

h4 {
font-size:115%;
font-weight:bold;
border-bottom:2px solid #0066FF;
text-align:center;
font-variant:small-caps;
color:#FFFFFF;
background-color:#FF0000;
}


ul li {
list-style-type:square;
}

dl dt {
color:#0033CC;
font-weight:bold;
}

dl dd {
padding:0px 0px 17px 0px;
}

#border {
background-image:url(images/bg_red_drop.jpg);
background-repeat:repeat-x;
background-position:0px 0px;
height:160px;
width:100%;
 }
 
 #logo {
 padding:2px 0px 1px 22px;
 }
 
 #nav {
 padding:0px;
 text-align:center;
 width:100%;
 }
 
 #left {
 width:300px;
 float:left;
 margin:0px;
 padding:30px 15px;
 }
 
#content {
	padding: 30px 15px;
	margin:0px;
	width:600px;
	float:left;
}

a, a:link, #content a, #content a:link {
color:#008c4f; /*green*/
text-decoration:underline;
}

a:visited, #content a:visited {
color:#024997; /*new blue*/
text-decoration:none;
}

a;hover, a:active, a:focus, #content a:hover, #content a:active, #content a:focus {
color:#024997; /*new blue*/
text-decoration:none;
}

#footer {
width:98%;
font-size:90%;
padding:3px 0px 35px 15px;
color:#999999;
border-top:1px solid #024997;
}

#footer a, #footer a:link {
color:#999;
text-decoration:underline;
}

#footer a:visited{
color:#008c4f; /*new green*/
text-decoration:none;
}

#footer a:hover, #footer a:active, #footer a:focus {
color:#008c4f; /*new green*/
text-decoration:underline;
}

table#contact, table#service {
font-size:90%;
}

/*classes*/

.blue {
color:#0033cc;
}

.bold {
font-weight:bold;
}

.colbottom {
margin-bottom:0 !important
}

.clear {
clear:both;
}

.dkred {
color:#990000;
}

.green {
color:#006600;
}

.newgreen {
color:#008c4f;
}

.italic {
font-style:italic;
}

.indent {
text-indent:10px;
}

.large {
font-family:"Trebuchet MS", Tahoma, sans-serif;
font-size:250%;
font-weight:bold;
}

.red {
color:#FF0000;
}

.small {
font-size:80&;
}

.specials {
border:3px dashed #000;
background-color:#f7e32a;
}

.white {
color:#fff;
}

/* links back to home page */
a#liketext:link {
	color:#000000;
	text-decoration:none;
}
a#liketext:visited {
	color:#000000;
	text-decoration:none;
}
a#liketext:hover {
	color:#000000;
	text-decoration:none;
}

/* links back to home page */
a#liketextFooter:link {
	color:#999999;
	text-decoration:none;
}
a#liketextFooter:visited {
	color:#999999;
	text-decoration:none;
}
a#liketextFooter:hover {
	color:#999999;
	text-decoration:none;
}

/* testimonials */
.quote {
	font-style: italic;
	color: #990000;
	border-style: hidden;
}	
.quoter {
	font-style: italic;
	font-weight: bold;
	color: #003366;
}	

