@charset "UTF-8";

/* The below restores some basic defaults */


*, html, div, dl, dt, dd, ul, ol, li, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }


strong { font-weight: bold }

em { font-style: italic }

ol, ul, li { list-style:none }


a { position:relative } /* Gets links displaying over a PNG background */

a { outline:none; /* Gets rid of Firefox's dotted borders */ text-decoration:none }

a img { border:none } /* Gets rid of IE's blue borders */
	



body  {
	font: .85em/1.5em Arial, Helvetica, Verdana, sans-serif;
	background: #96b8c6 url(_images/bg.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container  { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header_index {
	width: 960px;
	margin: 40px auto 0;
	height: 310px;
	background: #FFFFFF url(_images/headerbg_index.jpg) no-repeat;
}

#header_index img {
	margin: 20px 0 0;
}
#header {
	width: 960px;
	margin: 40px auto 0;
	height: 240px;
	text-align: left;
	background: #FFFFFF url(_images/headerbg.jpg) no-repeat;
}
#header_comm {
	width: 960px;
	margin: 40px auto 0;
	height: 240px;
	text-align: left;
	background: #FFFFFF url(_images/headerbg_comm.jpg) no-repeat;
}
#header img, #header_comm img {
	position: absolute;
	left: 30px;
	top: 20px;
}
#navigation {
	margin: 0 0 0 320px;
	padding: 14px 0 0 0;
}

#navigation li {
	display: block;
	float: left;
	margin: 0px 20px 0 0;
	padding: 22px 0 22px 20px;
	background: url(_images/navline.png) no-repeat;
}
#navigation li a {
	font-family: "Trebuchet MS", TrebuchetMS, Helvetica, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	color: #a3a3a3;
}
#navigation li a:hover {
	color: #fff;
}
#navigation .current a {
	color: #fff;
}
#content {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: #FFFFFF;
}
#mainColumn  {
	margin: 0 340px 0 30px; 
	padding: 30px 0px 20px 0px;
	text-align: left;
}
#mainColumn ul li {
	list-style-type: disc;
	list-style-position: inside;
	color: #061f3c;
	font-weight: bold;
}
#mainColumn p img {
	float: left;
	margin: 5px 10px 0px 0;
}
#callbox {
	margin: 0 340px 0 30px;
	border-top: solid 1px #a3b3b9;
	text-align: left;
}
#callbox img {
	margin: 15px 0;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	text-align: left;
	margin: 30px 30px 0 0;	
}
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.emergency {
	color:#993300;
	font-weight: bold;
}
p {
	line-height: 1.7em;
	color: #5F6F82;
	margin: 1em 0;
}
p strong {
	color: #061f3c;
}

h1 {
	font-family: "Trebuchet MS", TrebuchetMS, Helvetica, "Helvetica Neue", sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -2px;
	line-height: 1.2em;
	color: #061f3c;
	margin: 10 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 10px;
}
h3 {
	font-family: "Trebuchet MS", TrebuchetMS, Helvetica, "Helvetica Neue", sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	text-transform: normal;
	line-height: 1.2em;
	color: #fff;
	margin: 10 0 0;
}
h4 {
	font-family: "Trebuchet MS", TrebuchetMS, Helvetica, "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #061f3c;
	margin: 0 0 10px 0;
}
#mainColumn a {
	color: #5c90bf;
}
.navlist ul {
	list-style-type: none;
	display: block;
	width: 237px;
}
.navlist li {
	display: block;
	width: 235px;
	height: 32px;
	background: url(_images/button.gif) no-repeat;
	margin-top: 8px;
	padding-top: 11px;
}
.navlist a {
	color: #061f3c;
	font-family: "Trebuchet MS", TrebuchetMS, Helvetica, "Helvetica Neue", sans-serif;
	font-weight: bold;
	font-size: 15px;
	margin: 0 0 0 40px;
}
.navlist a:hover {
	text-decoration: underline;
}
.navlist2 {
	font-family: "Trebuchet MS", TrebuchetMS, Helvetica, "Helvetica Neue", sans-serif;
	font-weight: bold;
	line-height: 1.8em;
}
.navlist2 li {
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: url(_images/arrow.gif);
}
.navlist2 a {
	color: #5b8fbd;
	margin: 0 0 0 5px;
}
.navlist2 a:hover {
	text-decoration: underline;
}
.navlist2 .active a {
	color: #061f3c;
}
.featureslist {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #5b8fbd;
}
.featureslist li {
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: url(_images/check.gif);
	margin: 5px;
}

#features {
	margin-top: 20px;
}
#guarantee {
	background: #e2ecf1;
	border: solid 1px #a3b3b9;
	padding: 18px;
	margin: 30px 0;
}
#guarantee p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #5b8fbd;
	margin: 0;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border-bottom: solid 1px #a3b3b9;
	padding: 0 0 20px 0;
	margin: 20px 0 30px 0;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #061F3C;

}
.lastquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 0 0 20px 0;
	margin: 20px 0 0 0;
}
#photos {
	margin: 20px 0 0 0;
}
#footer {
	background: #3e4347 url(_images/footerbg.gif) repeat-x;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0 10px;
}
#footer p {
	line-height: 1.1em;
	color: #a3aeb3;
} 
#cities  {
	margin: 0 340px 0 30px;
	text-align: left;
}
#logos  {
	float: right; 
	width: 270px;
	text-align: left;
	margin: 0 30px 0 0;	
}
#logos ul li {
	float: right;
	margin: 0 0 10px 10px;
}
#footerinfo {
	width: 960px;
	text-align: left;
	margin: 20px auto 0px;
	padding: 0 0 40px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.2em;
	color: #5F6F82;
}
#footerinfo p {
	line-height: 1.2em;
	margin: 0;
}	
#footerinfo li {
	margin: 0px 0;
}
#footerinfo strong {
	color: #061f3c;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#footerinfo a {
	color: #061f3c;
}
#footerinfo a:hover {
	color: #fff;
}
#contact {
	margin: 0 340px 0 0; 
	text-align: left;
}
#contactcol1 {
	margin: 0 390px 0 0;
}
#contactcol2 {
	float: right;
	width: 390px;
}
#disclaimer {
	float: right;
	width: 300px;
	margin: 0;
}


