html, body {
height: 99%;
}

body {
	font-family: arial, helvetica;
	font-size: 13px;
	color: #222;
}

#wrapper {
	min-height: 100%;
	margin-bottom: -26px;
	position: relative;
	margin-top: 10px;
}

#header, 
#nav, 
#content, 
#footer {
	width: 1024px;
	margin: 0 auto;
}

#header .herobar {
	height: 10px;
	padding: 4px 0;
}

#header #heroHome {
	position: relative;
	height: 300px;
	width: 1024px;
	background: #fff url(../img/kitchen.jpg) no-repeat;
}

#header #hero {
	position: relative;
	height: 200px;
	width: 1024px;
}

#header #hero .logo, #header #heroHome .logo {
	display: block;
	left: 110px;
	top: 0;
	position: absolute;
}

#nav ul {
	height: 76px;
}

#nav ul li {
	float: left;
}

#nav a#navOne, 
#nav a#navTwo, 
#nav a#navThree {
	display: block;
	height: 46px;
	padding: 30px 0 0 10px;
	font-size: 22px;
	color: #fff;
	text-decoration: none;
}

#nav a span {
	font-size: 15px;
}

#nav a#navOne {
	width: 260px;
	padding-left: 114px;
	background-color: #bbd247;
}

#nav a#navOne:hover, 
#nav a#navTwo:hover, 
#nav a#navThree:hover,
#nav a#navOne.selected, 
#nav a#navTwo.selected, 
#nav a#navThree.selected {
	background-color: #9d0125;
}

#nav a#navTwo {
	width: 260px;
	background-color: #a2b63d;
}

#nav a#navThree {
	width: 260px;
	padding-right: 110px;
	background-color: #90a33a;
}

#infoBoxes, #contentBoxes {
	width: 810px;
	margin: 16px auto 0;
}

#infoBoxes .infoBox, #contentBoxes .contentBox {
	float: left;
	width: 250px;
	padding: 10px 13px 10px 7px;
}

#contentBoxes .contentBox .content {
	height: 100px;
}

#infoBoxes .infoBox h1, #contentBoxes .contentBox h1 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2em;
	color: #7b8c13;
	padding-bottom: 2px;
	text-transform: uppercase;
}

#infoBoxes .infoBox h1 span, #contentBoxes .contentBox h1 span {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3em;
	text-transform: none;
}

#infoBoxes .infoBox h1 {
	text-transform: uppercase;
}

#infoBoxes .infoBox h2, #contentBoxes .contentBox h2 {
	font-size: 18px;
	line-height: 1.2em;
}

#contentBoxes .contentBox h2.red {
	color: #9e0125;
}

#contentBoxes .contentBox h2.blue {
	color: #093d81;
}

#contentBoxes .contentBox h2.orange {
	color: #e57d05;
}

#contentBoxes .contentBox h2.yellow {
	color: #e2b700;
}

#infoBoxes .infoBox p, #contentBoxes .contentBox  p {
	margin-top: 6px;
	padding-bottom: 4px;
	line-height: 1.3em;
}

#infoBoxes .infoBox a, #contentBoxes .contentBox a {
	color: #222;
}

#infoBoxes .infoBox a:hover, #contentBoxes .contentBox a:hover {
	text-decoration: none;
}

#map {
	clear: both;
	width: 810px;
	margin: 0 auto;
	background-color: #ddd;
	display: none;
}

ul#logos {
	clear: both;
	width: 810px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
}

ul#logos li {
	float: left;
	height: 100px; 
	width: 135px;
	text-align: center;
}

#footer {
	clear: both;
	vertical-align: bottom;
	width: 100%;
	height: 26px;
	background-color: #a3b822;
}

#footer p {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	color: #fff;
	font-size: 11px;
	padding-top: 7px;
}

#footer p a {
	color: #fff;
	text-decoration: none;
}

.clearfooter {
height: 26px;
clear: both;
}

#footer p a:hover {
	text-decoration: underline;
}

#privacyPolicy {
	width: 660px;
	margin: 40px auto;
}

#privacyPolicy h1 {
	font-size: 22px;
	line-height: 1.4em;
	margin-top: 20px;
}

#privacyPolicy h2 {
	font-size: 18px;
	line-height: 1.4em;
	margin-top: 20px;
}

#privacyPolicy h3 {
	font-size: 14px;
	line-height: 1.4em;
	margin-top: 20px;
	font-weight: 700;
}

#privacyPolicy p {
	line-height: 1.4em;
	margin-bottom: 12px;
}

#privacyPolicy p.highlight {
	text-decoration: underline; 
	padding: 10px 20px;
}

#privacyPolicy ul {
	line-height: 1.4em;
	margin: 10px 30px 20px;
}

#privacyPolicy ul li {
	line-height: 1.8em;
	list-style: disc;
}

#privacyPolicy a {
	color: #222;
}

/* Google Maps */
.gmnoprint div {
	line-height: 1.4em;
}
