@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 76%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h1 {
	color: #006;
	text-align: center;
}
h2 {
	color: #006;
	text-align: center;
}
h3 {
	color: #006;
	text-align: center;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
#header {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 307px;
	width: 760px;
}
#logo {
	height: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 760px;
	padding-left: 0px;
}
#nav {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 760px;
	background-color: #1883ED;
}
#leftColumn {
	float: left;
	width: 200px;
	background-color: #065FD6;
}
#rightColumn {
	float: right;
	width: 560px;
	margin: 0px;
	padding: 0px;
}
#centerColumn {
	float: left;
	width: 320px;
	margin-left: 12px;
}
#content {
	width: 540px;
	margin-left: 12px;
}
#contact {
	float: right;
	width: 220px;
	height: 400px;
}
#clearer {
	clear: both;
	width: 560px;
	height: 10px;
}
#header_picture {
	margin: 0px;
	padding: 0px;
	height: 207px;
	width: 760px;
}
#footer {
	clear: both;
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: center;
	background-color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#serving {
	display: block;
}
#zips {
	display: none;
}
.pic-side {
	margin: 0px;
	float: right;
	height: 150px;
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 5px;
}
.pic-side:hover{
	z-index:100 !important;
	-moz-transform: scale(1.10) !important;
}
#testimonials {
	float: left;
	background-color: #FFF;
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border: 1px solid #006;
	padding: 2px;
}
.jsclass body .randomcontent {
	/*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
	display: none;
}

