@charset "utf-8";
/* CSS Document */

*, html {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/body-bg.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px 0;
	color: #383838;
}

a img {
	border: 0;
}

p {
	margin-bottom: 16px;
}

#wrapper-top {
	background: url(../images/wrapper-top.png) no-repeat top left;
	padding-top: 16px;
	margin: 0 auto;
	width: 960px;
}

#wrapper-bot {
	background: url(../images/wrapper-bot.png) no-repeat bottom left;
	padding-bottom: 16px;
}

#wrapper-mid {
	background: url(../images/wrapper-mid.png) repeat-y center;
	padding: 0 10px;
	zoom: 1;
}

#header {
	height: 153px;
	background: url(../images/header-bg.png) repeat-x top;
}

#header #zip-search {
	float: left;
	width: 260px;
	margin-top: 6px;
	margin-left:25px;
	background: url(../images/zip-search-bg.png) no-repeat top left;
	padding: 5px 8px 0 12px;
	line-height: 20px;
	height: 28px;
}
#header #zip-search img {
	float: right;
	color: #383838;
}
#header #zip-search input.textbox {
	border: 1px solid #b0b0b0;
	height: 19px;
	padding: 2px 2px 0;
	margin-right: 5px;
	width: 107px;
}

#header #logo {
	padding: 6px 0 0 30px;
}

#header #nav {
	float: right;
	width: 500px;
	padding-top: 19px;
}

#nav ul li {
	width: 107px;
	height: 107px;
	float: left;
	list-style: none;
	text-align: center;
	font-size: 18px;
	background: url(../images/nav-button.png) no-repeat top left;
	margin-right: 10px;
}

#nav ul li a {
	color: #fff;
	text-decoration: none;
	width: 107px;
	height: 67px;
	display: block;
	padding-top: 15px;
}

#fp-splash {
	background: url(../images/fp-splash-bg.png) repeat-x top;
	height: 350px;
	margin-bottom: 4px;
	padding: 10px 20px;
}
#fp-splash .photo {
	float: right;
	margin-left: 20px;
}
#fp-splash .photo img {
	border: 1px solid #039fa6;
}

#fp-buttons {
	padding-left: 14px;
}

#fp-buttons ul li {
	list-style: none;
	float: left;
	margin-right: 4px;
}

#content-wrap {
overflow: hidden;
	background: url(../images/fp-splash-bg.png) repeat-x top;
	padding: 10px 10px 0;
}

#content {
	float: right;
	width: 670px;
}
#content h1 {
	font-size: 24px;
	margin-bottom: 12px;
	font-weight: normal;
}

#content h2 {
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: normal;
}


#content ul li {
list-style-type: disc;
margin-left: 15px;
margin-bottom: 10px;
}

#content .photo {
	background: #dadada;
}
#content .right {
	float: right;
	margin: 0 0 5px 10px;
}
#content .left {
	float: left;
	margin: 0 10px 5px 0;
}
#content .caption {
	color: #454545;
	text-align: center;
	padding: 15px 0 18px;
}

#left-col {
	width: 220px;
}
#left-col #left-nav ul li {
	background: #8dd83d;
	margin-bottom: 1px;
	list-style: none;
}
#left-col #left-nav ul li.first { background: url(../images/nav-top.png) no-repeat top left; }
#left-col #left-nav ul li.last { background: url(../images/nav-bottom.png) no-repeat top left; }

#left-col #left-nav ul li a {
	color: #fff;
	text-decoration: none;
	height: 23px;
	padding: 8px 10px 0;
	display: block;
}

#left-col #left-buttons {
	padding-top: 10px;
}
#left-col #left-buttons ul li {
	list-style: none;
	margin-bottom: 5px;
}

.clear { clear: both; }

#footer {
	font-size: 12px;
	padding: 12px 0 8px;
	height: 115px;
	margin-top: 16px;
	border-top: 1px solid #83ccd2;
	zoom: 1;
	background: #fff;
	color: #0a5d61;
}

#footer_left {
	font-size: 12px;
	padding: 12px 15px 8px;
	background: #fff;
	color: #0a5d61;
	float: left;
}
#footer_left a {
	color: #0a5d61;
}

#footer_left .links {
	margin-bottom: 10px;
}

#footer_right {
	font-size: 12px;
	text-align: right;
	padding: 12px 0 8px;
	background: #fff;
	color: #0a5d61;
	float:left;
	width: 350px;
}


#contact_extras {
	margin: 10px auto;
	border: 1px solid #009098;
	padding: 10px;
	float: right;
}
