@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	background-color: #FFF;
}
a, a:hover {
	outline:none;
}
#container {
	width: 925px;
	margin: 5px auto 0 auto;
	text-align: left;
	border: 2px solid #cbb46e;
	background-color: #84c7e3;
}
#header {
	width: 925px;
	float: left;
	background-color: #76abb8;
}
#header img {
	padding: 15px 0;	
}
#nav {
	width: 925px;
	float: right;
	padding: 10px 0;
	background-color: #226473;
	border-top: 2px solid #cbb46e;
	border-bottom: 3px solid #cbb46e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#nav a {
	text-transform: uppercase;
	text-decoration:none;
	color: #b0d3dc;
}
#nav a:hover {
	color: #fff;
}
#mainContent {
	width: 925px;
	float: left;
	
}
.mainhome {
background-color: #FFF;
}
#mainContent p {
	padding: 0 15px 7px 0px;
}
#leftcol {
	float: left;
	width: 210px;
	height: 100%;
	min-height: 500px;
}

#leftcol .sidebar {
	padding: 20px 10px;
}
#main {
	float: left;
	width: 690px;
	height: 100%;
	min-height: 500px;
	background-color: #FFF;
	padding: 0 10px 20px 15px;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #266878;*/
}
#home {
	float: left;
	width: 290px;
	padding: 0 15px 0 15px;
	text-align: center;
	background-color: #FFF;
}
#flash {
	float: right;
	width: 550px;
	height:330px;
	background-color: #FFF;
}	
#mainContent .intro {
	font-size: 15px;
	color: #996600;
	font-style: italic;
	margin: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#mainContent h1 {
	color: #AC913E;
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform:uppercase;
}
#mainContent h2 {
	color: #6C632D;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;	
}
#mainContent h3 {
	color: #A5805A;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#mainContent h4 {
	color: #6C632D;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#mainContent a {
	font-weight: bold;
	color: #266878;
	text-decoration: none;
}
#mainContent a:hover {
	font-weight: bold;
	color: #1E3D44;
	text-decoration: none;
}
#mainContent ul {
	list-style-type:none;
	margin-left: -9px;
	line-height: 20px;
}
#mainContent li {
	padding: 5px 0;
}

#footer {
	width: 920px;
	height: 46px;
	clear: both;
	text-align: right;
	font-size: 10px;
	color: #cbb46e;
	background-color: #226473;
	padding: 7px 5px 7px 0;
	border-top: 2px solid #cbb46e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a {
	color: #cbb46e;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
}
#homefooter {
	width: 920px;
	clear: both;
	text-align: right;
	font-size: 10px;
	color: #947C36;
	padding: 7px 5px 7px 0;
	border-top: 1px solid #400403;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
}
#homefooter a {
	color: #947C36;
	text-decoration: none;
}
#homefooter a:hover {
	color: #C6AD62;
}
#homefooter img {
	padding: 5px;
}
.separator {
	border-top: 1px dotted #800000;
	margin: 7px 0;
}
.clearflt {
	clear: both;
}
.imgleft {
	float: left;
	padding: 7px 15px 7px 0;
}
.imgright {
	float: right;
	padding: 7px 0 7px 10px;
}
.right {
	float: right;
	margin: 0 25px 5px 0;
}
dl { margin:0;}
dt {
	margin-top: 10px;
	color: #330000;
}
dd {
	font-style: italic;
}
table td{
	border: 1px solid #cbb46e;
}
th {
	color: #cbb46e;
	text-align: center;
	background-color: #502E1D;
}
.sidebar li {
	margin-left: -5px;
	list-style-type:none;
}
ol li{
	margin-bottom: 7px;
}
em {
	padding-right: 3px;
}
.indent {
	text-indent: 25px;
}
#main .affiliates li {
	line-height: 18px;
	margin-bottom: 9px;
	clear: both;
}
#main .affiliates img {
	border: 0;
	float: left;
	padding: 0 25px 10px 0;
	margin-bottom: 10px;
}
blockquote {
	padding: 20px 45px;
	font-style: italic;
	font-family: Tahoma, sans-serif;
}
.events, .articles {
	background-image: url(../images/bg_tree.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;	
}
.members{
	background-image: url(../images/bg_field.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;	
}
.about{
	background-image: url(../images/bg_sunset.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}
.resources{	
	background-image: url(../images/bg_rocks.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;	
}

.inline {
	display:inline;
}
