@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat;
}
#wrapper {
	background: url(../images/bg_page.jpg) repeat-x;
}


.layout #container {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bg_page.jpg) repeat-x;
}
.layout #header {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 333px;
	width: 1024px;
	padding: 0 0px;
	clear: both;
}
.layout #mainContent {
	float: left;
	background: url(../images/bg_content.gif) repeat-y center top;
	clear: both;
	margin: 0px;
	padding: 0 76px 0 82px;
	width: 865px;
}
.layout #footer {
	padding: 10px 25px;
	background: #2e2714;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e0d8c0;
	text-align: center;
	margin: 0px;
}
.layout #footer a:link, .layout #footer a:visited {
	color: #d4aa43;
}
.layout #footer a:hover, .layout #footer a:active {
	color: #2C99C4;
	text-decoration: none;
}

.layout    #pageContent  {
	margin-left: 235px;
	margin-right: 235px;
	padding-top: 15px;
}
.layout #pageContentSecondary {
	margin-left: 235px;
	margin-right: 25px;
	padding-top: 15px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #77200c;
	margin-bottom: -40px;
	padding-bottom: 80px;
	padding-top: 10px;
	font-weight: bold;
	background-image: url(../images/bg_H1.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #2E2714;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #77200c;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2e2714;
	margin: 3px 0px 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #77200C;
	margin: 3px 0px 0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3C5326;
}
#nav {
	padding: 0px;
	float: left;
	width: 210px;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 20px;
}
#nav ul {
	margin: 0px;
	position: relative;
	top: 68px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.layout #nav ul li {
	list-style-type: none;
	display: block;
	padding: 0px;
	margin: 0px;
}
.layout #nav ul li a {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
.layout #nav ul li a.home  {
	background-image: url(../images/nav_home.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	width: 185px;
	display: block;
}
.layout  #nav  ul  li  a.directors {
	background-image: url(../images/nav_directors.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 38px;
	width: 185px;
	display: block;
}
.layout  #nav  ul  li  a.conservation {
	background-image: url(../images/nav_conservation.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 38px;
	width: 185px;
	display: block;
}
.layout  #nav  ul  li  a.membership {
	background-image: url(../images/nav_membership.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 38px;
	width: 185px;
	display: block;
}
.layout  #nav  ul  li  a.resources {
	background-image: url(../images/nav_resources.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 38px;
	width: 185px;
	display: block;
}
.layout   #nav   ul   li   a.gallery {
	background-image: url(../images/nav_gallery.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	width: 185px;
	display: block;
}
.layout   #nav   ul   li   a.sales {
	background-image: url(../images/nav_sale.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	width: 185px;
	display: block;
}
.layout   #nav   ul   li   a.links {
	background-image: url(../images/nav_links.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	width: 185px;
	display: block;
}
.layout #nav ul li a.contact {
	background-image: url(../images/nav_contact.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	width: 185px;
	display: block;
}
.layout #nav ul li a:hover, .layout #nav ul li.active a   {
	background-position: -185px center;
}

#sidebar {
	float: right;
	width: 220px;
	clear: right;
	margin-right: 12px;
}
#sidebar .top {
	background-image: url(../images/top_fishouts.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 353px;
	width: 220px;
	height: 88px;
}
#sidebar .center {
	background-image: url(../images/bg_sidebar.jpg);
	background-repeat: repeat-y;
	position: absolute;
	top: 440px;
	width: 210px;
}
#sidebar .bottom {
	background-image: url(../images/bottom_sidebar.jpg);
	background-repeat: no-repeat;
	height: 95px;
	width: 230px;
	position: relative;
	bottom: 0px;
}
#sidebar .text {
	padding-right: 15px;
	padding-left: 45px;
}



#sidebar .background {
	background: url(../images/bg_sidebar.gif) repeat-y;
}
#sidebar  .sbcontent {
	padding-right: 25px;
	padding-left: 45px;
}

.clearBoth {
	clear: both;
}
#highlights {
	float: left;
	position: relative;
	top: 105px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #292B98;
}
a:hover, a:active {
	color: #b23b21;
	text-decoration: none;
}
strong.red {
	font-weight: bold;
	color: #77200C;
}
.warning {
	color: #56160A;
	font-size: 11px;
}
div.hr {
 	height: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #31481E;
}
div.hr hr {
 
	display: none;
	display: none;
}
.homeRight {
	float: right;
	background-color: #E7DFCB;
	width: 211px;
	padding-left: 10px;
}
