/* CSS Document */

body {
	background-color:#FFFFFF;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8c2331;
}

p, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

a {
	color: #8c2331;
	outline: none;
}

a:hover {
	text-decoration: none;
}

/* IE PNG Fix */
img, div, #homecontent h1, #homesidebar h1, .abouthdr, .serviceshdr, .airqualityhdr, .contacthdr, .airquality2hdr, #mainlogo {
	behavior: url(js/iepngfix.htc)
}

#container {
	margin: 0 auto;
	width: 950px;
	position: relative;
}

#mainlogo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 135px;
	width: 421px;
	position: absolute;
	left: -17px;
	top: 25px;
}

#sidelogo {
	background-image: url(../images/logo-side.gif);
	background-repeat: no-repeat;
	height: 247px;
	width: 49px;
	position: absolute;
	top: 141px;
	left: -49px;
}

#navbar1 {
	float: right;
	height: 52px;
}

#navbar1 h1 {
	background-image: url(../images/navbar1-phone.gif);
	background-repeat: no-repeat;
	height: 52px;
	width: 137px;
	text-indent: -9999em;
	padding: 0;
	margin: 0;
}

#navbar2 {
	clear: both;
	width: 100%;
	height: 65px;
	background-image: url(../images/navbar-bg.gif);
	background-repeat: repeat-x;	
}

#imghdr {
	width: 950px;
	height: 271px;
	margin-bottom: 11px;
}

#homewrapper {
	background-image: url(../images/homewrapper-bg.gif);
	background-repeat: repeat-y;
	overflow: auto;
	width: 950px;
}

#homecontent {
	width: 509px;
	float: left;
	position: relative;
}

#homecontent p {
	padding: 16px 40px 10px;
	font-size: 1em;
}

#homecontent h1 {
	background-image: url(../images/home-hdr-1.png);
	background-repeat: no-repeat;
	height: 77px;
	width: 509px;
	text-indent: -9999em;
}

#homesidebar {
	width: 427px;
	float: right;
	position: relative;
}

#homesidebar p {
	padding: 0px 35px 10px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.8em;
}

#homesidebar h1 {
	background-image: url(../images/home-hdr-2.png);
	background-repeat: no-repeat;
	height: 77px;
	width: 427px;
	text-indent: -9999em;
}

#faqwrapper h1 {
	float: left;
	background-image: url(../images/frequently-asked-questions.gif);
	background-repeat: no-repeat;
	height: 75px;
	width: 583px;
	text-indent: -9999em;
}

#servicecall {
	float: right;
}

#faq {
	width: 950px;
}

.answer {
	padding: 20px;
	font-weight: bold;
	font-size: 1.4em;
}

#wrapper {
	width: 950px;
	overflow: auto;
	background-image: url(../images/wrapper-bg.gif);
	background-repeat: repeat-y;	
}

#content {
	width: 616px;
	float: left;
}

#content p {
	line-height: 1.4em;
	padding-bottom: 20px;
}

#content h2 {
	padding-bottom: 20px;
	font-size: 1.5em;
}

#pagewrapper {
	padding: 0px 15px 0px 38px;
}

#pagehdrs {
	background-color: #ddcda7;
	margin-bottom: 30px;
	height: 94px;
	width: 616px;
	text-indent: -9999em;
	background-repeat: no-repeat;
}

.abouthdr {
	background-image: url(../images/about-hdr.png);
}

.serviceshdr {
	background-image: url(../images/services-hdr.png);
}

.services2hdr {
	background-image: url(../images/services-2-hdr.png);
	background-repeat: no-repeat;
	height: 132px;
	width: 553px;
	text-indent: -9999em;
}

.airqualityhdr {
	background-image: url(../images/air-quality-hdr.png);
}

.airquality2hdr {
	background-image: url(../images/air-quality-2-hdr.png);
}

.contacthdr {
	background-image: url(../images/contact-hdr.png);
}

#sidebar {
	width: 322px;
	float: right;
	padding: 28px 0px;
}

#sidebar p {
	padding: 0px 30px 20px;
	line-height: 1.4em;
}

#footer {
	clear: both;
	padding-top: 12px;
}

#footer h1 {
	background-image: url(../images/footer-tagline.gif);
	background-repeat: no-repeat;
	height: 59px;
	width: 950px;
	text-indent: -9999em;
}

#footer #logos {
	background-image: url(../images/footer-logos.gif);
	background-repeat: no-repeat;
	height: 65px;
	width: 950px;
}

#footer p {
	font-size: 0.9em;
	padding: 10px 0px;
}

/* Accordion */

#accordion {
	margin:10px 0px 0px;
	width: 616px;
}

h3.toggler {
	cursor: pointer;
	background: #8c2331 url(../images/sub-arrow.png) no-repeat 38px 19px;
	color: #ddcda7;
	margin: 4px 0px;
	padding: 15px 0px 0px 66px;
	height: 36px;
	font-size: 1.6em;
}

div.element {
	padding: 0px 15px 0px 38px;
}

div.element p, div.element h4 {
	margin:0px;
	padding:0px;
}

blockquote {
	padding:5px 20px;
}

/* Useful Links */

#usefulLinks {
	text-align: center;
	padding: 10px 0;
}

#usefulLinks ul {
	margin:0;
	padding: 0;
	list-style-type: none;
}

#usefulLinks li {
	padding: 4px 0;
}

/* Gallery */

#gallery {
	width: 575px;
	margin: 0 auto;
}

ul#images { 
  margin : 0px 0px 0px 0px;
  padding : 0;
  list-style-type : none;
  clear:both;
}

ul#images li {
  padding: 6px;
  float: left;
}

ul#images a { 
  display : block;
  background-color : #ddcda7;
  padding : 4px;
}

ul#images a:hover, ul#images a:focus, ul#images a:active, 
ul#images a.selected, ul#images a.selected:hover, ul#images a.selected:focus, ul#images a.selected:active { 
  background-color : #8c2331;
}

/* Classes */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.centerImg {
	display: block;
	margin: 0 auto;
}
