* { padding: 0; border: none; margin: 0; }
.clearfix { clear: both; }


body {
	margin: 0;
	padding: 0;
	background: #05243d;
}
body, td, tr {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
H1, H2, p, ul, ol { margin-bottom: 15px; }

#wrapper {
	width: 870px;
	margin: 15px auto 0;
	border: 5px solid #806a3c;
	background: #f5f2e8 url(/images/bg-texture.jpg) repeat-y;
	position: relative;
}


/*  FORM STYLES */
form td { padding: 2px 0; }
.textbox, .dropdown { width: 250px; padding: 2px; font-size: 11px; border: 1px solid #806a3c; background: white; color: #333333; }
.formbutton {
	background: url(/images/bg-button.png) repeat-x center;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 3px;
	border-top: 1px solid #8A0B0E;
	border-right: 2px solid #8A0B0E;
	border-bottom: 2px solid #8A0B0E;
	border-left: 1px solid #8A0B0E;
}
.formspecial {display:none;}

/* LINKS */
a img { border: none; }
a { color: #b80c12; text-decoration: underline; }
a:hover { color: #b80c12; text-decoration: none; }


/* NAVIGATION */

#navcontainer ul {
	width: 165px;
	margin: 12px auto 0;
	padding: 0;
	list-style-type: none;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}
#navcontainer li { border-top: 1px solid #cbb688; }
#navcontainer li:first-child { border-top: none; }
#navcontainer li a {
	display: block;
	background: none;
	text-decoration: none;
	color: #ffffff;
	padding: 4px 0;
	margin: 0;
	width: 100%;
}
#navcontainer li a:hover {
	text-decoration: none;
	color: #42361e;
}

#logo { margin: 20px 0 0 20px; }
#header_content_right {
	width: 390px;
	text-align: right;
	color: #002c6b;
	float: right;
	/*background: url(/images/replace_seal.png) no-repeat right center; */
	height: 100px;
	padding-right: 110px;
	padding-top: 20px;
	margin-right: 15px;
}
#header_content_right img {
	float: right;
	margin: -8px 0 0 20px;
}

#leftcol {
	width: 225px;
	float: left;
}
#rightcol {
	width: 645px;
	float: right;
}
	
#main_nav {
	background: #ae9560 url(/images/bg-navbox.png) repeat-y left;
	height: 234px;
	border-top: 2px solid #806a3c;
	border-bottom: 2px solid #806a3c;
}
#get_started {
	background: #4d3a1a url(/images/bg-getstarted-box.jpg) no-repeat left;
	height: 90px;
	border-bottom: 2px solid #806a3c;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
#home_quickstart #select { width: 190px; margin-bottom: 10px; }
#testimonial {
	padding: 40px 25px 15px;
	color: #806a3c;
}
#testimonial em { font-family: Georgia, "Times New Roman", Times, serif; }

#main_image {
	border-top: 2px solid #806a3c;
	border-bottom: 2px solid #806a3c;
}
#brown_content_bar {
	background: url(/images/bg-browncontentbar.jpg) no-repeat top;
	height: 92px;
	border-bottom: 2px solid #806a3c;
	color: #e7e0d0;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 8px;
	padding-left: 20px;
}
#brown_content_bar ul {
	padding: 0 0 0 20px;
	margin: 0;
	list-style: url(/images/bullet-yellowcheck.png) outside;
}
#brown_content_bar H1 { color: #ebbc5e; margin-bottom: 5px; }
.small_block { width: 250px; float: left; }

#home_content {
	padding: 25px;
}
#interior_content {
	padding: 25px 35px 15px;
}
#interior_header {
	background: url(/images/interior-header.jpg) no-repeat bottom;
	height: 45px;
	padding: 0 35px;
	color: #e7e0d0;
	border-top: 2px solid #806a3c;
}
#interior_header H1 { font-size: 24px; color: #e7e0d0; margin: 6px 0 0 0; }
H1 {
	color: #b10e14;
	font: bold small-caps 22px "Times New Roman", Times, serif;
}
#interior_content H1 { font-size: 19px; }	
H2 {
	font-size: 13px;
	color: #266898;
}
H3 {
	color: #b10e14;
	font: normal 18px "Times New Roman", Times, serif;
	margin-bottom: 4px;
}
#footer {
	width: 850px;
	color: #adb1ad;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
#footer a, #footer a:hover { color: #adb1ad; text-decoration: underline; }
#footer p { float: right; }

