@charset "utf-8";
/* CSS Document */

body {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #DAD1A2;
	background-image: url(../layout/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
a:link {
	color: #A65300;
	font-weight: bold;
}
a:visited {
	color: #A65300;
	font-weight: bold;
}
a:hover {
	color: #BF7300;
	font-weight: bold;
}
a:active {
	color: #A65300;
	font-weight: bold;
}
.indexlayout #wrapper {
	width: 980px;
	background-color: #F7E8B9;
	margin: 0 auto;
	text-align: left;
}
.indexlayout #header {
	background-color: #F7E8B9;
	background-image: url(../layout/header.jpg);
	margin: 0 auto;
	height: 118px;
}
.indexlayout #nav {
	width: 920px;
	background-color: #984000;
	background-image: url(../layout/nav_bg.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 30px;	
}
.indexlayout #flash {
	width: 920px;
	background-color: #F7E8B9;
	margin: 0 auto;
}
.indexlayout #divider {
	width: 920px;
	background-color: #F7E8B9;
	background-image: url(../layout/div.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 15px 30px 28px 30px;
}
.indexlayout #content {
	width: 650px;
	margin: 0px 40px 0px 30px;
	float: left;
	display: inline; /* fixes IE6 problem that causes double margins to appear for floated items  */
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: .95em;
	line-height: 1.25em;
	color: #A65300;
}
.indexlayout #right {
	width: 230px;
	margin: 0px 30px 0px 0px;
	float: right;
	display: inline; /* fixes IE6 problem that causes double margins to appear for floated items  */
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: .78em;
	line-height: 1.25em;
	color: #A65300;
}
.indexlayout #divider_footer {
	width: 980px;
	background-color: #F7E8B9;
	background-image: url(../layout/div.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 10px;
	clear: both;
}
.indexlayout #contact {
	width: 980px;
	background-color: #F7E8B9;
	margin-top: -14px;
	padding: 0;
	clear: both;
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: .78em;
	font-weight: bold;
	line-height: 1.0em;
	color: #33611D;
	text-transform: uppercase;
}
.indexlayout #contact a:link {
	color: #33611D;
}
.indexlayout #contact a:visited {
	color: #33611D;
}
.indexlayout #contact a:hover {
	color: #558426
}
.indexlayout #contact a:active {
	color: #33611D;
}

.indexlayout #footer {
	width: 980px;
	background-color: #F7E8B9;
	background-image: url(../layout/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: .7em;
	line-height: 1.0em;
	color: #A65300;
}
#rightlist li {
	margin-left: -25px;
}
ul {
	margin-top: 0em;
	margin-bottom: 1.1em;
}
h1 {
	margin-top: 0em;
	margin-bottom: .45em;
}
h2:first-child {
	margin-top: 0em;
	margin-bottom: .5em;
}
h2 {
	margin-top: 1.75em;
	margin-bottom: .5em;
}
h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	color: #33611D;
	margin-top: 1.5em;
	margin-bottom: .1em;
}
h4 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.15em;
	line-height: 1.2em;
	font-weight: bold;
	color: #33611D;
	margin-top: 2em;
	margin-bottom: .3em;
}
p {
	margin-top: 0em;
	margin-bottom: 1.1em;
}
.content_subtext {
	font-size: .8em;
	line-height: .8em;
}