﻿body {
	background:url('images/bg.png') repeat-x;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#3a3b40;
}

#wrapper{
	width:902px;
	margin:0 auto;
}

#logo {
	float:left;
}

#main-nav {
	float:left;
	margin:0 0 0 20px;
	padding:0;
}

#main-nav li {
	display:inline;
	display:block;
	float:left;
}

#main-nav a {
	display:block;
	float:left;
	line-height:80px;
	font-size:1.3em;
	height:80px;
	padding:0 36px 0 10px;
	color:#FFF;
	text-decoration:none;
	background:url('images/top-nav-side.png') top right no-repeat;
}

#main-nav .last a {
	background:none;
}

#dust-mite{
	float:left;
	margin-bottom:-80px;
}

#big-question {
	clear:both;
	display:block;
	font-size:2.5em;
	padding:0 0 0 20px;
	color:#FFF;
	margin-bottom:60px;
	height:80px;
	margin:0;
}

#secondary-nav {
	clear:both;
	margin:2px 0 0 0;
	padding:0;
	float:left;
	list-style:none;
	width:223px;
	background:url('images/nav-bg.png') repeat-y;
}
#secondary-nav li {
	margin:0;
	padding:0;
	float:left;
	width:223px;
}
#secondary-nav a {
	display:block;
	padding:10px 15px 20px 15px;
	background:url('images/nav-bottom.png') bottom no-repeat;
	text-decoration:none;
	color:#FFF;
}

#secondary-nav .last {
	margin:-9px 0 0 0;
	display:block;
	height:54px;
	padding:30px 20px;
	width:183px;
	color:#FFF;
	font-size:1.3em;
	background:url('images/nav-bottom-box.png');
}

#content {
	width:679px;
	float:left;
	font-size:.8em;
}


#footer {
	padding-top:35px;
	clear:both;
	background:url('images/footer.png') bottom repeat-x;
	height:55px;
	color:#589937;
}

#footer-nav {
	clear:both;
	width:902px;
	margin:0 auto;
	padding:0;
}
#footer-nav li {
	display:inline;
	border-right:#589937 1px solid;
	padding:0 5px;
}
#footer-nav .last {
	border-right:none;
}
#footer-nav li a {
	color:#589937;
	text-decoration:none;
}

/* Appliable styles */

/* lists */
.cross-top-list {
	list-style:none;
	float:left;
	margin:15px 0 0 10px;
	padding:0;
}
.cross-top-list li {
	float:left;
	padding:0 7px 0 14px;
	font-size:1.6em;
	margin:0;
	color:#ff8400;
	background:url('images/bullet.png') center left no-repeat;
}
.cross-top-list .first {
	background:none;
}
.spaced-list li {
	padding-bottom:15px;
}


/* headers */
.header-wrapper {
	padding:0 0 5px 32px;
	height:25px;
	background:url('images/header-bottom.png') bottom center no-repeat;
}

.header-text {
	float:left;
	font-size:1.6em;
	margin:0;
	padding:0 10px 0 0;
	font-weight:normal;
}

.header-comment {
	color:#579837;
	font-size:.9em;
	line-height:2.3em;
}

/* content organization */
.split-content {
	margin:20px 0;
	background:url('images/horizontal-divider.png') 400px 0 repeat-y;
}
.big-half {
	width:360px;
	padding:0 50px 0 10px;
	float:left;
}

.little-half {
	width:229px;
	padding:0 10px 0 20px;
	float:left;
}

/* Font decorations */
.text-highlight {
	color:#CC6600;
}
.green-text {
	color:#3F6D28;
}
.big-font {
	font-size:1.4em;
}

.clear {
	clear:both;
}
.big-shadow {
	background:url('images/big-shadow.png') bottom no-repeat;
	float:left;
	height:20px;
	margin-top:-2px;
	margin-bottom:-20px;
	position:relative;
	width:902px;
}
.text-center {
	text-align:center;
}
.textRight {
	text-align:right;
}
.phoneNumber {
	color:#FF0000;
	float:right;
	font-size:20px;
	margin:10px 40px 30px;
}
h2 {
	font-size:1em;
}
a {
	color:#ff8400;
}
.style1 {
	text-align: center;
}
.style2 {
	text-align: left;
}
.style3 {
	text-align: right;
}
