/* CSS Document */

body {
	background-image: url(images/newbg3.gif);
	background-color: #3E2002;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	}
p {padding-left: 10px;
	padding-right: 10px;
	}
a:link, a:visited {color: #452A0E;}	
a:hover, a:active {color: #739CCA;}	
h1 { font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #435614;
	padding-left: 10px;
	margin: 6px auto;
	}
h2 {font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color:#C60B00;
	padding-left: 10px;
	}
h3 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#000000;
	padding-left: 10px;
	}
h4 {border-top: 2px solid #523500;
	border-bottom: 2px solid #523500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#000000;
	padding: 4px;
	display: block;
	margin: 0px 0px -13px 18px;
	width: 442px;
	}

hr {border-top: 1px dashed #B2774D;
	border-bottom: 1px dashed #F9F1E4;
	border-right: 0px;
	border-left: 0px;
	}
	
ul {list-style: disc;
	line-height: 20px;
	}

li a{	}
.ext {background-image: url('images/external.gif');
	background-position: 10 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
	}
.extlist ul{list-style: none;
	line-height: 20px;}
.extlist li {list-style: none;}
.extlist li a{background-image: url('images/external.gif');
	background-position: 10 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
	}
#wrapper {
	width: 685px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	background-image: url('images/contentbg.gif');
	border: 3px solid #523500;
	}

#content {
	width: 520px;
	float: right;
	padding-bottom: 10px;
	}
#content img{padding-left: 8px;
	padding-right: 8px;}

#mainnav {
	width: 160px;
	float: left;
	display: block;
	padding-bottom: 10px;
	}

#mainnav a{display: block;
	padding-left: 15px;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;}
#mainnav a:link, #mainnav a:visited {color: #000000;
	}
#mainnav a:hover, #mainnav a:active {color: #257BB6;
	}

#footer {
	clear: both;
	text-align: center;
	}
#footer p {text-align: center;
	color: #C8AC97;
	}
#footer a:link, #footer a:visited {color: #739CCA;}
#footer a:hover, #footer a:active {color: #ffffff;}
#linkpartners a:link, #linkpartners a:visited, #linkpartners a:hover, #linkpartners a:active {	
	font-size: 9px;
	color: #3C1F0F;
	text-decoration: none;
	}
	
/* Contact Form Stuff */

#contactbox {width:480px;
	padding-left: 10px;}

form.contact label.fixedwidth { display: block; 
	width: 160px;
	float: left;
	}

form.contact .buttonarea {text-align: left;
	padding: 4px;
	background-color: #E8D8BF;
	}
	
.clear {clear: both;}