/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	min-width: 800px;
	background: url('images/bg-stripe.jpg') top left repeat #E4DCBF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #504C41;
	}
	
a:link, a:visited {color: #296144;}
a:hover, a:active {color: #3B3830;}

a.back {text-decoration: none; font-weight: bold;
	background: url('images/back.gif') 0 40% no-repeat;
	padding-left: 10px;}
a.back:link, a.back:visited {}
a.back:hover, a.back:active {}

p {
	padding-left: 20px;
	padding-right: 10px;
	}
td {vertical-align: top;}
table.style {border: 1px solid #847C6F;
	margin: 0px 0px 10px 20px;}
table.style td {border-right: 1px solid #DFD1BC;
	border-bottom: 1px solid #DFD1BC;}
table.style th {background-color: #E1EBE4;
	font-size: 16px;
	font-style: italic;
	color: #296144;
	padding: 8px;
	text-align: center;}
	
table.before {margin: 0px 0px 10px 20px;}
table.before h3{padding: 0px;
	margin: 3px auto;}
table.before p{padding: 0px;}

hr{margin-left: 20px;}	
h1 {font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 10px;
	color: #296144;
	margin: 8px auto;}

h2 {font-size: 20px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 10px;
	color: #81966A;
	font-style: italic;}
	
h3 {font-size: 15px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 10px;
	color: #504C41;}
	
h4 {font-size: 14px;
	font-style: italic;
	padding-left: 20px;
	padding-right: 10px;
	color: #296144;}
	
img.border {padding: 5px;
	background: #ffffff;
	border: 1px solid #847C6F;}
img.border-left  {padding: 5px;
	background: #ffffff;
	border: 1px solid #847C6F;
	float: left;
	margin: 4px 8px 4px 0px;}
img.border-right  {padding: 5px;
	background: #ffffff;
	border: 1px solid #847C6F;
	float: right;
	margin: 4px 0px 4px 8px;}
	
#header {}
#wrapper {
	width: 776px;
	margin: 0 auto;
	text-align: left;
	background: url('images/wrapper-bg.jpg') top left repeat-y #EFEADF;
	}	
	
#content {
	width: 560px;
	float:left;
	}
#content-feature {
	width: 197px;
	float: right;
	padding-top: 10px;
	background: url('images/content-right-bg.jpg') top left repeat-y;
	}
#content-feature p{padding-left: 8px;}
.feature-box{width:188px;
	background-color: #DBD2C1;
	margin-bottom: 10px;}

#mainnav {width: 776px;
	color: #908879;
	text-align: center;
	line-height: 30px;
	}
#mainnav a{text-decoration: none;
	padding: 0px 6px 0px 6px;}
#mainnav a:link, #mainnav a:visited {color: #ffffff;}
#mainnav a:hover, #mainnav a:active {color: #9AC9C8;}

#mainnav-top {
	background: url('images/menu-row1.jpg') top left no-repeat #EFEADF;
	height: 30px;
	}
#mainnav-bottom {
	background: url('images/menu-row2.jpg') top left no-repeat #EFEADF;
	height: 30px;
	}
	
#footer {
	clear: both;
	}
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} /* End hide from IE-mac */