@charset "UTF-8";
body {
	background-color: #DECDA4;
	width: 99%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
#header {
	margin: 0 auto;
	width: 900px;
	height: 100px;
}
#wrapper {
	margin: 0 auto;
	width: 900px;
}
#leftColumn {
	float: left;
	width: 196px;
	padding-left: 2px;
	min-height: 700px;
	background-color: #143E80;
	color: #DECDA4;
}
#wrapperRight {
	float: right;
	width: 700px;
	padding-right: 2px;
	min-height: 700px;
	background-color: #2A95D3;
}
#centerColumn {
	float: left;
	width: 492px;
	padding: 0px 2px;
	min-height: 700px;
	background-color: #FFFFFF;
}
#rightColumn {
	float: right;
	width: 196px;
	padding: 0px 2px;
	min-height: 600px;
}
#footer {
	clear: both;
	margin: 0 auto;
	width: 896px;
	font-size: 80%;
	padding: 2px;
	text-align: center;
	background-color: #8EA8C4;
}
#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;
	padding: 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: #143E80;
	color: #DECDA4;
	font-size: 18px;
	width: 190px;
	float: right;
	border: solid 1px #2987C4;
	text-align: center;
	padding: 10px 0px 10px 6px;
	text-decoration: none;
}
.nav_button:hover {
	background-color: #DECDA4;
	color: #143E80;
	text-decoration: none;
}
#factoid {
	float: right;
	background-color: #2A95D3;
	width: 200px;
	height: 250px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#factoid h1 {
	font-size: 30px;
	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 #2987C4;
	padding: 2px;
}
