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

body {
	margin: 0px;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-color: #305d8c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 2.2em;
}

img {
	border: 0px;
}

h3 {
	color: #8e0a0a;
	font-size: 14px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

h4 {
	color: #8e0a0a;
	font-size: 13px;
	font-weight: bold;
}

#container {
	width: 949px;
	margin: 0 auto;
	margin-top: 20px;
}

#topcurve {
}

#bottomcurve {
}

#white {
	background-color: #FFFFFF;
	width: 949px;
}

#headerarea {
	width: 949px;
	height: 134px;
}

#menuarea {
	float: left;
}

#menu {
	background-color: #850001;
	background-image: url(Menu_Background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 37px;
	padding: 10px 0px 0px 43px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
}

#navlist li {
	margin: 0px;
	display: inline;
	list-style-type: none;
	padding: 0px 11px 0px 0px;
}

#navlist a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: -1px;
}

#navlist a:hover {
	color: #e2b4b4;
}

#header {
}

#logo {
	float: left;
}

#mainimage {
	margin: 0px 24px 0px 24px;
}

#bottommenu {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 949px;
	color: #bbccdd;
}

#bottommenu a {
	color: #bbccdd;
}

#associatedbusinesses {
	margin: 0px 24px 0px 24px;
	width: 901px;
	padding-top: 15px;
	border-top: 1px solid #CCCCCC;
}

.business {
	float: left;
	width: 171px;
	font-size: 10px;
	margin-right: 7px;
	line-height: 1.2em;
}

.business a:link,
.business a:visited,
.business a:active {
	color: #3366CC;
	text-decoration: none;
}

.business a:hover {
	color: #0066CC;
	text-decoration: underline;
}

.clear {
	clear: both;
}

#frontcontent {
	width: 901px;
	margin: 0px 24px 0px 24px;
}

#frontpanel_1 {
	width: 283px;
	margin-right: 25px;
	float: left;
	margin-top: 25px;
	margin-bottom: 10px;
}

#frontpanel_2 {
	width: 283px;
	float: left;
	margin-top: 25px;
	margin-bottom: 10px;
}

#frontpanel_3 {
	width: 283px;
	margin-left: 25px;
	float: left;
	margin-top: 25px;
	margin-bottom: 10px;
}

#contentpanel_1 {
	width: 569px;
	float: left;
	margin-bottom: 50px;
	margin-top: 25px;
	margin-left: 22px;
}

#contentpanel_2 {
	width: 283px;
	margin-left: 25px;
	float: left;
	margin-top: 25px;
	margin-bottom: 50px;
}

#contentpanel_3 {
	width: 877px;
	margin-left: 25px;
	float: left;
	margin-top: 25px;
	margin-bottom: 50px;
}

a:link,
a:visited,
a:active {
	color: #8e0a0a;
}

a:hover {
	color: #d61717;
}

.tables {
	text-align: center;
}

.tableheader {
	font-weight: bold;
	font-size: 13px;
	background-color: #993333;
	color: #FFFFFF;
	padding: 5px 0px 5px 0px;
}

.rowheader {
	font-weight: bold;
	border-bottom: 1px solid #333333;
}

input,textarea {
	border: 1px solid #333333;
}