@charset "utf-8";
/* CSS Document */

/************ RESET *************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	background-color: #fff;
}

body {
	font-size: 0.8em;
	margin: auto;
	width: 900px;
}

.middle {
	width: 780px;	
}

.clear {
	clear: both; 
}

/************ DEFAULT CLASSES ************/
h1 {
	color: #0300DF;
	font: bold 4.8em/1 Arial, Helvetica, sans-serif;
	letter-spacing: -0.05em;
	padding: 30px 0 0 0;
}

h2 {
	background-color: #EAEDE9;
	color: #000;
	font: normal 1.8em/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0.5em 0 0.5em 15px;
}

h3 {
	color: #000;
	font: bold 1.2em/1.4em Arial, Helvetica, sans-serif;
	padding: 1em 0 0 0;
}

h4 {
	color: #000;
	font: bold 1em/1.4em Arial, Helvetica, sans-serif;
	padding: 1em 0 0 0;
}

p {
	color: #303030;
	font: normal 1em/1.8em Verdana, Geneva, sans-serif;
	padding: 1em 0 0 0;
}

p.search {
	color: #FF2B06;
	font-size: 1.3em;
	font-weight: bold;
}

a {
	color: #0084EF;
	text-decoration: underline;
}

a:hover {
	color: #06F;
	text-decoration: none;
}

ul,ol {
	color: #039;
	margin: 0 0 0 25px;
	padding: 1em 0 0 0;
}

li {
	font: normal 1em/1.8em Verdana, Geneva, sans-serif;
	list-style-position: inside;
	padding: 0 0 0 20px;
	vertical-align: 0;
}

em,i {
	font-style: italic;
}

strong,b {
	color: #000;
	font-weight: bold;
}

/************ NAVIGATION ************/
ul.navigation {
	list-style-type: none;
	margin: 30px 0 0 0;
	padding: 0 0 0 0;
}

ul.navigation li {
	background-color: #D9F4FF;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul.navigation a {
	display: block;
	float: left;
	font: normal 25px/38px Tahoma, Geneva, sans-serif;
	margin: 0 0 0 0;
	padding: 0 15px 0 15px;
	text-decoration: none;
}

ul.navigation a:hover {
	background-color: #1D87EF;
	color: #fff;
}

ul.navigation a.active {
	background-color: #06C;
	color: #fff;
}

/************ QUOTE ************/
blockquote {
	background: url(../images/left_quotes.png) no-repeat 0px 10px;
	border-bottom: dotted 1px #CCC;
	border-top: dotted 1px #CCC;
	clear: both;
	font: normal 30px/35px Georgia, "Times New Roman", Times, serif;
	padding: 25px 0 35px 60px;
	width: 720px;
}

blockquote div {
	background: url(../images/right_quotes.png) no-repeat 100% 0%;
	height: 46px;
}

/************ CONTENT ************/
#content {
	border-right: dotted 1px #CCC;
	float: left;
	padding: 0 0 15px 0;
	width: 650px;
}

.middle #content {
	border: none;
	width: 780px;
}

#content_container {
	padding: 20px 20px 20px 10px;	
}

.middle #content_container {
	padding: 20px 20px 20px 0;
	width: 780px;
}

/************ CONTENT SEARCH ************/
#content_search {
	border-top: dotted 1px #CCC;
	margin: 20px 0 0 0;
}

#content_search p {
	float: left;
	margin: 0 0 0 0;
}

#content_search input {
	float: left;
	margin: 20px 0 0 5px;
}

input.button {
	cursor: pointer;
	width: 180px;
}

/************ ZIP SEARCH ************/
#zip_search {
	float: left;
}

.align_center#zip_search {
	float: none;
	margin: 0 260px;
	padding-bottom: 20px;
}

#search_box {
	border: ridge 5px #F00;
	padding: 10px;
	width: 215px;
}

p.box_search {
	color: #FF2B06;
	font: bold 19px/24px Arial, Helvetica, sans-serif;
	padding: 5px 0 0 0;
	text-align: center;
}

p.center {
	color: #0A0CBF;
	font-weight: bold;
	text-align: center;
}

#search_box input#zip {
	margin: 0 0 0 65px;
}

#search_box input#submit {
	margin: 5px 0 0 20px;
}

#up_arrow {
	background: url(../images/arrow.png) no-repeat;
	height: 250px;
	margin: 15px 0 0 80px;
	width: 79px;
}

/************ ZIP SEARCH ************/
iframe {
	background-color: #fff;
	clear: both;
}

/************ FOOTER ************/
#footer {
	background-color: #EAEDE9;
	border-top: dotted 1px #CCC;
	clear: both;
	padding: 0 0 10px 15px;
}

/************ BUTTON ************/
.button {
	margin: 25px 0;
}

.button a {
	background-color: #B2AA79;
	border: 1px solid #BD8D5F;
	color: #fff;
	font: bold 24px/50px Verdana, Geneva, sans-serif;
	height: 50px;
	padding: 25px 100px;
	text-align: center;
}

.button a:hover {
	background-color: #CFAA5A;
}
