flash@charset "UTF-8";
/* CSS Document */

.framed	{
	border:solid 1px #b4c0b9;
}

.grn_border {
	border:solid 1px #1c331e;
}

.brn_border {
	border:solid 1px #7c0a0a;
}

.top_bottom {
	border-top:solid 1px #b4c0b9;
	border-bottom:solid 1px #b4c0b9;
	padding:3px 0px 3px 0px;
}

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: url('images/bgtile.jpg') repeat;
	margin: 30px 0; 
	padding: 0;
	text-align: center;
	color: #373737;
}

img	{
	margin:0px;
	padding:0px;
}

img.board	{
	width:100px;
	height:100px;
	float:right;
	margin:14px 0px 10px 20px;
	padding:0px;
}

div {
	padding:0px;
}

p, li, input, textarea, select, blockquote, td { 
	margin: 0;
	font-size: 12px;
}

p, li, td {
	line-height: 20px;
}

li.home {
	list-style-image: url('images/4px_sqr.gif');
	margin:0px 0px 20px 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 5px 0;
	font-size: 18px;
	color:#7c0a0a;
	font-weight: 300;
}

.red_bold	{
	color:#7c0a0a;
	font-weight:bold;
}

.ltgrn_bold	{
	color:#565914;
	font-weight:bold;
}

.ltgrn_side_quote	{
	color:#565914;
	margin:0px;
	padding:0px;
	line-height:1.25em;
	/* font-style:italic;
	font-weight:bold; */
	text-align:left;
}

.serif {
	font-family: Georgia, "Times New Roman", Times, serif;
}


a {
	color:#7c0a0a;
	font-weight: 600;
	text-decoration: none;
}

.sidenav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:22px;
	color:#7c0a0a;
	font-weight:normal;
	text-decoration:none;
}

a.sidenav:hover, a.sidenav.selected, .selected{
	font-weight: 800;
	text-decoration:none;
}

td.navbox {
	background-image:url('images/box_fill.gif');
	background-rereat:repeat-y;
	text-align:left;
	padding:18px 0px 8px 10px;
}

.required	{
	color:#cc0000;
	font-weight:800;
}

a:hover {
	text-decoration: underline;
}

a.marker:hover {
	text-decoration: none;
}

div#container {
	width: 925px;
	margin: 0 auto;
	background:url('images/bg_side_repeat.gif') repeat-y;
}

div#content { 
	width: 904px;
	background: #fff;
	margin: 0 auto; 
	text-align: left; 
	padding-bottom: 20px;
}

div#header_bg {
	margin: 0;
	padding: 0;
	text-align:center;
}

div#header {
	background: #fff; 
	padding: 22px 50px;
}

div#header h1 {
	margin: 0; 
	padding: 10px 0; 
}

div#mainContent {
	padding: 20px 20px 0px 20px;
	background: #fff;
	overflow: auto;
}

div#mainContent p {
	z-index:10;
	margin: 0;
	padding: 10px 0;
	font-size: 12px;
}

div#mainContent {
	margin-bottom:10px;
}

div#subHeader {
	margin: 20px 60px 0 40px;
}

div#photoArea {
	width: 275px;
	float: left;
	margin: 0 0 0 20px;
	text-align: center;
}

div#subLeftCol {
	width: 185px;
	float: left;
	margin: 0 0 0 10px;
	text-align: center;
}

div#colWrapper {
	width: 659px;
	float:left;
}

div#subHeading {
	margin:0px 0px 10px 30px;
}

div#subCenterCol {
	width: 414px; 
	float:left;
	margin: 0 0 0 30px;
}

div#subRightCol {
	width: 185px;
	float: left;
	margin: 0 0 0 30px;
	text-align: center;
}

div#subWideCol {
	width: 629px; 
	float:left;
	margin: 0 0 0 30px;
}
	
div#footer_bg {
	margin: 0;
	padding: 0;
	text-align:center;
}

div#footer {
	padding: 0 10px; 
}

div#footer p {
	color: #b4c0b9;
	/* font-size: 75%; */
	font-size: 12px;
	margin: 0; 
	padding: 10px 0;
}

div#footer a {
	font-weight: 300;
	color: #b4c0b9;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

.content	{
	margin: 0;
	font-size: 12px;
	line-height:20px;
	text-align:left;
	/* #b4c0b9 = gray, 7c0a0a = brown, 1c331e = dark green */
	border:solid 1px #1c331e;
	padding:5px 12px 5px 12px;
	background-color:#fbfbfb;
}

.caption {
	margin:0px;
	padding:0px;
	font-size:10px;
	line-height:1.25em;
	font-style: italic;
}

.footnote {
	margin:0px;
	padding:0px;
	font-size:9px;
	line-height:1.25em;
	font-style: italic;
}

.tableHeader {
	background:#567842;
	color:#fff;
	font-weight:600;
}

.nav {
	padding-bottom: 14px;
}

.label {
	text-align: right;	
	padding-right: 10px;
	width: 130px;
}

input.contact {
	width: 200px;
	border: 1px solid #b4c0b9;
}	

input.submit {
	width: 75px;
	font-size: 100%;
}

textarea {
	width: 200px;
	height:50px;
	border: 1px solid #b4c0b9;
}	

.error {
	color: #7c0a0a;
}

/* table rendering */
table	{
	table-layout:auto;
	border-collapse:collapse;
	border:none;
	margin:0px;
	padding:0px;
	cell-spacing:0px;
}

td	{
	border-collapse:collapse;
	border:none;
	margin:0px;
	padding:0px;
	vertical-align:top;
}

td.menu {
	text-align:left;
	padding:13px 0px 0px 0px;
}

td.form	{
	padding-bottom:5px;
}

td.image	{
	width:80px;
	height:60px;
	text-align:left;
	padding:0px;
	border:none;
}

td.desc	{
	width:321px;
	height:60px;
	text-align:center;
	padding:0px;
	border:none;
}
td.button	{
	width:94px;
	height:60px;
	text-align:right;
	vertical-align:top;
	padding:0px;
	border:none;
}

td.spacer	{
	height:10px;
	background-image:url(images/dot.gif);
	background-repeat:repeat-x;
	background-position:center;
{