﻿@charset "UTF-8";
body {
	background-color: #34403B;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
.airduct {
	position: absolute;
	top: -90px;
	left: -80px;
	z-index: -1;
}
#header {
	margin: 0 auto;
	width: 950px;
	height: 75px;
	position: relative;
	z-index: -1;
}
#wrapper {
	margin: 0 auto;
	width: 950px;
	position: relative;
}
#leftColumn {
	float: left;
	width: 196px;
	padding-left: 2px;
	min-height: 700px;
	background-color: #D0D9D6;
}
#wrapperRight {
	float: right;
	width: 750px;
	padding-right: 2px;
	min-height: 700px;
	background-color: #97A6A0;
}
#centerColumn {
	float: left;
	width: 492px;
	padding: 0px 2px;
	min-height: 700px;
	background-color: #FFFFFF;
}
#rightColumn {
	float: left;
	width: 220px;
	padding: 0px 2px;
	min-height: 600px;
}
#footer {
	clear: both;
	margin: 0 auto;
	width: 946px;
	font-size: 80%;
	padding: 2px;
	text-align: center;
	background-color: #E4F2ED;
}
#serving {
	display: block;
}
#zips {
	display: none;
}
h1, h2, h3, h4, h5 {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}
.pic-side {
	float: right;
	margin: 0px;
	height: 150px;
	width: 100px;
	font-size: 9px;
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
	border-style: none;
	text-align: center;
	padding: 5px;
}
.pic-side:hover {
	z-index: 100 !important;
	-moz-transform: scale(1.2) !important;
}
label {
	float: left;
	font-weight: bold;
	width: 95px;
}
input {
	width: 95px;
	margin-bottom: 5px;
}
textarea {
	width: 185px;
	height: 100px;
	margin-bottom: 5px;
}
.nav_button {
	background-color: #D0D9D6;
	color: #34403B;
	font-size: 16px;
	font-weight: bold;
	width: 190px;
	float: right;
	border: solid 1px #68736F;
	text-align: center;
	padding: 10px 0px 10px 6px;
	text-decoration: none;
}
.nav_button:hover {
	background-color: #34403B;
	color: #E4F2ED;
}
#factoid {
	float: right;
	background-color: #97A6A0;
	width: 200px;
	height: 250px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#factoid h1 {
	font-size: 30px;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
}
.jsclass body .randomcontent {
	/*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
	display: none;
}
#testimonials {
	float: left;
	width: 192px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border: 1px solid #68736F;
	padding: 2px;
}

