/* CSS Document */

.red {
	
	color: #ff0000;
}

/****************************************
			NORMALIZATION
****************************************/

body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, label, p, td {

	margin: 0;
	padding: 0;
}
ul, ol {

	list-style: none;
}
html {

	font-size: 125%; /* normalizes font size for all child elements to 20px font */
}
body {

	font-size: 50%; /* normalizes font size for all child elements to 10px font */
}

/****************************************
			CONTAINERS
****************************************/

body {

	background: #ffffff url(../images/bgExtend.jpg) repeat-x left top;
}
div#mainContainer {

	width: 1000px;
	height: auto;
	margin: 0 auto;
}
div#contentContainer {

	width: 900px; /* 1000px - 100px (padding) = 900px */
	padding: 35px 50px;
	height: auto;
	float: left;
}

/****************************************
			HEADERS
****************************************/

h1, h2, h3, h4, h5, h6 {

	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
}
h2 {

	font: normal 22px "HelveticaNeue LightExt", Helvetica, Arial, sans-serif; /* 1.4em (inherited from #leftColumn) x 1.57em = 22px */
	color: #016a41;
	padding-bottom: 20px;
	border-bottom: #a4a4a4 solid 1px;
}
h3 {

	font-size: 15px; /* 1.4em (inherited from #leftColumn) x 1.14em = 16px */
	color: #016a41;
}
h4 {

	font-size: 14px; /* inherits size from parent element (14px from #leftColumn) */
	font-weight: bold;
	font-style: italic;
	color: #016a41;
}


/****************************************
			HEADER IMAGE
****************************************/

div#header {

	background: url(../images/header.jpg) no-repeat;
	width: 1000px;
	height: 211px;
}

/****************************************
			MAIN NAVIGATION
****************************************/


div#mainNav {

	background: url(../images/navBG.jpg) no-repeat;
	width: 1000px;
	height: 46px;
}

/* old nav styles (now listed in ddlevels-menu-bar.css)

ul#navLinks {

	font: normal 14px/150% Tahoma, Arial, sans-serif;
	margin: 0 0 0 300px;
	padding: 0px;
	overflow: hidden;
}
ul#navLinks li {

	display: inline;
	margin: 0;
}
ul#navLinks li a {

	float: left;
	display: block;
	font: inherit;
	font-size: 14px;
	color: #353535;
	padding: 8px 12px;
	margin: 0;
	text-decoration: none;
}
ul#navLinks li a:hover {

	background: #cfdccd;
	font: inherit;
	font-size: 14px;
	color: #3d3c3c;
}
ul#navLinks li#active {

	background: #cfdccd;
	font: inherit;
	font-size: 14px;
	color: #3d3c3c;
}

end of old nav styles */

/****************************************
			LEFT COLUMN CONTENT
****************************************/


div#leftColumn {

	width: 480px; /* 530px - 50px (padding from #contentContainer) = 500px */
	height: auto;
	font: normal 14px/150% Tahoma, Arial, sans-serif;
	color: #000000;
	float: left;
}
div#leftColumn a, a:hover {

	color: #016a41;
	text-decoration: underline;
	font: normal 14px/150% Tahoma, Arial, sans-serif;
}
div#leftColumn ul {

	margin-left: 5%;
	padding-left: 5%;
	list-style: disc;
}
.airFilters {

	color: #016a41;
}

/* ---------- Pages with products and no right column ----------*/

div#leftColumnProducts {

	width: 900px; /* 1000px - 100px (padding from #contentContainer) = 900px */
	height: auto;
	font: normal 14px/150% Tahoma, Arial, sans-serif;
	color: #000000;
	float: left;
}
div#leftColumnProducts a, a:hover {

	color: #016a41;
	text-decoration: underline;
	font: normal 14px/150% Tahoma, Arial, sans-serif;
}
div#leftColumnProducts ul {

	margin-left: 5%;
	padding-left: 5%;
	list-style: disc;
}
table#products {

	font-size: 10px;
	line-height: 12px;
}
table#products td.descriptions {

	font-size: 12px;
	line-height: 17px;
}
table#products .header {

	font-size: 14px;
	font-weight: bold;
}
table#products ul {

	margin: 0 0 0 20px;
	padding: 0;
	font-size: 12px;
	line-height: 19px;
	list-style: disc;
}
table#products ul li ul {

	margin: 0 0 0 20px;
	padding: 0;
	list-style: circle;
}
table#products td.divider {

	background: #01673f;
	height: 1px;
}
img#floatRight {

	float: right;
	margin: 0 0 0 15px;
	border: #016a41 solid 1px;
	padding: 2px;
}
span.findInstructions {

	font-size: 12px;
	color: #016a41;
}
div#leftColumnProducts a.top, a.top:hover {

	display: block;
	text-align: left;
	color: #016a41;
	text-decoration: underline;
	font: normal 11px/150% Tahoma, Arial, sans-serif;
	float: left;
	margin-right: 10px;
}
div.three {

	width: 290px;
	float: left;
}
div.productHeader {

	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	padding: 10px;
	background: #01673f;
	text-align: center;
}

/* ---------- END pages with products and no right column ----------*/

div#residentialButton a {

	background: url(../images/residentialButton.jpg) no-repeat;
	width: 188px;
	height: 42px;
	float: left;
	margin: 20px 20px 50px 0px;
	text-align: center;
	line-height: 42px;
	color: #000000;
	text-decoration: none;
}
div#residentialButton a:hover {

	background: url(../images/residentialButtonHover.jpg) no-repeat;
	width: 188px;
	height: 42px;
	float: left;
	margin: 20px 20px 50px 0px;
	text-align: center;
	line-height: 42px;
	color: #000000;
	text-decoration: none;
}
div#commercialButton a {

	background: url(../images/commercialButton.jpg) no-repeat;
	width: 271px;
	height: 42px;
	float: left;
	margin: 20px 0px 50px 0px;
	text-align: center;
	line-height: 42px;
	color: #000000;
	text-decoration: none;
}
div#commercialButton a:hover {

	background: url(../images/commercialButtonHover.jpg) no-repeat;
	width: 271px;
	height: 42px;
	float: left;
	margin: 20px 0px 50px 0px;
	text-align: center;
	line-height: 42px;
	color: #000000;
	text-decoration: none;
}
div#moreInfoButton a {

	background: url(../images/moreInfoButton.jpg) no-repeat;
	width: 150px;
	height: 30px;
	float: left;
	text-align: center;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	margin-top: 5px;
}
div#moreInfoButton a:hover {

	background: url(../images/moreInfoButtonHover.jpg) no-repeat;
	width: 150px;
	height: 30px;
	float: left;
	text-align: center;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
div.clearBoth {

	clear: both;
	height: 0px;
	visibility: hidden;
}
div#leftColumn ul.anchorLinks {

	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 35px;
	clear: both;
}
div#leftColumn ul.anchorLinks li {

	margin: 0;
	padding: 0;	
	display: inline;
}
div#leftColumn ul.anchorLinks li a {

	display: block;
	color: #016a41;
	text-decoration: underline;
	padding: 0 5px;
	font-size: 14px;
	font-weight: normal;
	float: left;
}
div#leftColumn ul.anchorLinks li a:hover {

	display: block;
	color: #016a41;
	font-weight: normal;
	text-decoration: underline;
	float: left;
}
div#leftColumn ul.anchorLinks li a.first {

	padding-left: 0;
}
div#leftColumn ul.anchorLinks li a.last {

	padding-right: 0;
}

/****************************************
			RIGHT COLUMN CONTENT
****************************************/

div#rightColumn {

	width: 420px; /* 470px - 50px (padding from#contentContainer) = 400px */
	height: auto;
	float: left;
	text-align: center;
}
img.contentImageMargin {

	margin: 0 auto 80px auto;
}
div#map {

	margin: 0 auto 80px auto;
	text-align: center;
}
div#map a, div#map a:visited, div#map a:hover {

	font: normal 11px/150% Tahoma, Arial, sans-serif;
	color: #016a41;
	text-decoration: underline;
}
div#logos {

	width: 250px;
	height: 202px;
	margin: auto;
}
div#rotatingPics {

	width: 420px;
	height: 580px;
	margin-bottom: 80px;
}
img#purafilter {

	float: left;
}
img#aeolus {

	float: left;
	margin: 0 0 9px 40px;
}
img#afc {

	float: left;
	margin: 0 0 12px 40px;
}
img#bestair {

	float: left;
	margin-left: 8px;
	clear: both;
}

/****************************************
			MERV PAGE
****************************************/

#mervLeft {

	width: 200px; /* 250px - 50px (padding) = 200px */
	height: auto;
	font: normal 12px/150% Tahoma, Arial, sans-serif;
	color: #000000;
	padding-right: 50px;
	float: left;
}
#mervRight {

	width: 650px;
	height: auto;
	font: normal 14px/150% Tahoma, Arial, sans-serif;
	color: #000000;
	float: left;
}
ol#mervLinks {

	list-style: decimal;
	margin-left: 30px;
}
ol#mervLinks li {

	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
ol#mervLinks a {

	font: normal 12px/150% Tahoma, Arial, sans-serif;
	color: #000000;
	text-decoration: none;
}
ol#mervLinks a:hover {

	font: normal 12px/150% Tahoma, Arial, sans-serif;
	color: #01673f;
	text-decoration: none;
}
#mervRollover {

	width: 640px;
	height: 480px;
	border: #01673f solid 3px;
	padding: 2px;
	position: relative;
}
#imageMap {

	width: 100%;
	left: 0;
	bottom: 0;
	height: 50px;
	position: absolute;
}

/****************************************
			CONTACT FORM
****************************************/

form#contact label {

	float: left;
	display: block;
	width: 375px;
	margin-bottom: 1em;
}
form#contact input, textarea {

	width: 375px;
	display: block;
	font: normal 18px Tahoma, Arial, sans-serif;
	color: #000000;
	margin-top: 5px;
	border: none;
	background: #cfdccd;
	padding: 5px;
}
form#contact input:focus, textarea:focus {

	width: 371px;
	border: #929292 solid 2px;
	background: #96c08f;
	color: #000000;
}
form#contact textarea {

	height: 100px;
}
form#contact input#submit_button {

	background: url(../images/submit.jpg) no-repeat left 4px;
	width: 188px;
	height: 46px;
	padding: 0;
	text-align: center;
	border: none;
	margin-top: -12px;
	float: left;
}
form#contact input#submit_button:hover {

	background: url(../images/submitHover.jpg) no-repeat left 4px;
	width: 188px;
	height: 46px;
	padding: 0;
	text-align: center;
	border: none;
	margin-top: -12px;
}
form#contact input.radio {

	display: inline;
	width: auto;
	background: none;
}
form#contact br {

	clear: both;
	height: 1px;
}
.smallText {

	font-size: 10px;
}

/****************************************
			COPYRIGHT
****************************************/

div#copyright {
	
	background: url(../images/copyrightBG.jpg) repeat-x;
	width: 100%;
	height: 124px;
	float: left;
}
div#copyrightContent {

	width: 900px;
	margin: auto;
	height: 124px;
}
div#copyright p {

	font: normal 12px/150% Arial, Helvetica, sans-serif;
	color: #ffffff;
	float: left;
	margin: 20px 50px 0px 0px;
}
div#copyright p a {

	font: inherit;
	color: #ffffff;
} to me