@charset "utf-8";
body {
	background-color: #142e3a;
	background-image: url(../images/body_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}
#contain {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	background-image: url(../images/header.jpg);
	float: left;
	height: 187px;
	width: 760px;
}
#nav {
	background-image: url(../images/nav.gif);
	float: left;
	height: 79px;
	width: 760px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 26px;
}
#nav ul li {
	line-height: 25px;
	overflow: hidden;
	float: left;
}

#nav ul li a {
	font-size: 18px;
	font-weight: bolder;
	color: #3f2f04;
	text-decoration: none;
	text-align: center;
}
#nav ul li a:hover {
	color: #fbefce;
	text-decoration: underline;
}

.navpad {
	padding-right: 12px;
	padding-left: 12px;
}




#content {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	float: left;
	width: 760px;
	font-family: "Times New Roman", Times, serif;
}
#content_left {
	background-image: url(../images/leftbox.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 447px;
	width: 180px;
	color: #3f2f04;
	text-align: center;
}
#content_left h2 {
	font-size: 24px;
	font-weight: bolder;
	margin: 0px;
}
#content_left  ul  {
	font-size: 11px;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}


#content_mid {
	background-image: url(../images/middlebox.gif);
	background-repeat: no-repeat;
	float: left;
	width: 370px;
	color: #fbefce;
	padding-right: 15px;
	padding-left: 15px;
}
#content_mid a {
	color: #000000;
}

#content_mid p {
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content_mid h3 {
	font-size: 12px;
	font-weight: bolder;
	margin: 60px 0px 10px;
	text-align: center;
}

#content_mid  h2  {
	font-size: 12px;
	font-weight: bolder;
	margin: 10px 0px 5px;
	text-align: center;
}
#content_mid h1 {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#content_mid ul {
	font-size: 11px;
	font-weight: normal;
}
#content_mid ol {
	font-size: 11px;
	font-weight: normal;
}

.biggerh2 {
	font-size: 18px;
	text-decoration: underline;
}
.boxbig {
	width: 365px;
}
.boxmid {
	width: 175px;
}
.boxsmall {
	width: 75px;
}
.city {
	float: left;
	width: 195px;
}
.state {
	float: left;
	width: 95px;
}
.zip {
	width: 75px;
	float: left;
}





#content_right {
	background-image: url(../images/rightbox.jpg);
	float: right;
	height: 447px;
	width: 180px;
	color: #3f2f04;
	text-align: center;
}
#content_right h2 {
	font-size: 24px;
	font-weight: bolder;
	margin: 0px;
}
#content_right a {
	color: #b90101;
}

.smallerh2 {
	font-size: 14px;
}

#content_right ul {
	font-size: 11px;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 171px;
	width: 760px;
}
#footer p {
	font-size: 14px;
	font-weight: bolder;
	color: #152f3a;
	text-align: center;
	padding-top: 45px;
	margin: 0px;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 35px 0px 0px 26px;
	text-align: center;
}
#footer ul li {
	line-height: 25px;
	overflow: hidden;
}
#footer ul li a {
	font-size: 18px;
	font-weight: bolder;
	color: #142E3A;
	text-decoration: none;
	text-align: center;
}
