@import url("yui-reset.css");
@import url("jquery.lightbox-0.5.css");

body,html {
	background-color: #2d1509;
	font-family: tahoma;
	font-size: 0.82em;
	color: #000;
	margin: 0;
	padding: 0;
}

/* Structure */

#wrap {
	width: 960px;
	margin: 0 auto;
}

#top {
	width: 960px;
	height: 122px;
	background-image: url('../img/header_bg.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	color: #fff;
	float: left;
}

#header {
	width: 100%;
	height: 148px;
	background-image: url('../img/landscape.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	border-top: none;
	clear: both;
}

#middle {
	width: 930px;
	margin: 0 auto;
	background: #fff;
	padding: 1px;
	float: left;
	margin-left: 12px;
}

#left {
	float: left;
	width: 704px;
}

#right {
	float: right;
	width: 223px;
}

#navigation{
	float: left;
	margin-top: 10px;
	margin-left: 12px;
}


#navigation dt, #navigation dd{
	float: left;
}

#navigation dd a:link, #navigation dd a:visited {
	text-decoration: none;
	color: #35432c;
}

#navigation dd a:hover{
	text-decoration: underline;
}

#navigation dd{
	background-image: url('../img/arrow.gif');
	background-position: left center;
	background-repeat: no-repeat;	
	padding-left: 15px;
}

#navigation dd.prairie{
	font-weight: bold;
	background-image: none;
	padding-left: 5px;
	padding-right: 10px;
}




#today{
	float: right;
	margin-top: 10px;
  margin-right: 12px;
}

#today dt, #today dd {
	float: left;
	padding-left: 5px;
	color: #35432c;
}

#today dd.day{
	font-weight: bold;
}


#bottom {
}

/* End Structure */


/* Typography */

a {
	color: #2d1508;

	-moz-focus-inner: none;
	-moz-outline-style: none;
}

a:hover {
	text-decoration: none;
}

#top h1{
	margin-top: 30px;
	margin-left: 0px;
	float: left;
}

.right {
	float: right;
}

.left {
	float: left;
}

#frame {
	width: 100%;
	float: left;
	background: #c9be91;
}

#frame div.top,
#frame div.bottom {
	height: 14px;
	font-size: 1px;
	clear: both;
}

#frame div.top span.left,
#frame div.top span.right,
#frame div.bottom span.left,
#frame div.bottom span.right {
	width: 14px;
	height: 14px;
	font-size: 1px;
	background-position: left top;
	background-repeat: no-repeat;	
}

#frame div.top span.left {
	background-image: url('../img/corners/tl.jpg');
}

#frame div.top span.right {
	background-image: url('../img/corners/tr.jpg');
}

#frame div.bottom span.left {
	background-image: url('../img/corners/bl.jpg');
}

#frame div.bottom span.right {
	background-image: url('../img/corners/br.jpg');
}


ul#top-small-menu{
	float: left;
	margin-left: 293px;
	margin-top: 13px;
}

ul#top-small-menu li{
	float: left;
	padding-left: 31px;
}

form#quick-search{
	width: 200px;
	float: left;
	margin-left: 290px;
	margin-top: 17px;
}

input#quick-search-query{
	width: 135px;
	height: 20px;
	margin:0;
	padding: 0;
	border:0;
	background: transparent;
	font-size: 100%;
	padding-top: 8px;
	margin-left: 15px;
	color: #a69b71;
	float: left;
}

input#quick-search-submit{
	margin-top: 3px;
	margin-left: 16px;	
}



hr {
	width: 100%;
	border: none;
	border-bottom: 1px solid #424f38;
	clear: both;
	padding-top: 10px;
}

h2 {
	margin: 10px 0 0 30px;
	color: #2d1508;
	font-size: 18px;
}

h3 {
	color: #2d1508;
	margin-left: 30px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

p {
	margin: 1em 2em;
}

img.thumb {
	border: 1px solid #afb5ab ;
	padding: 4px;
}

#news {
	width: 675px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url('../img/news_sh.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	
	float: right;
}

#news h3 {
	text-indent: -5000em;
}

#news div.top {
	width: 668px;
	height: 23px;
	background-image: url('../img/news.jpg');
	background-repeat: no-repeat;
}

#news div.bottom {
	width: 668px;
	height: 15px;
	background-image: url('../img/news_bot.jpg');
	background-repeat: no-repeat;
}

#news p {
	width: 608px;
	background-image: url('../img/news_bg.jpg');
	background-repeat: repeat-y;
	padding: 10px 30px;
	margin: 0;
	float: left;
}

#news p span.text {
	width: 490px;
	float: left;
	color: #534d33;
}

#news p a.read-more {
	width: 110px;
	height: 22px;
	display: block;
	float: right;
	
	background-image: url('../img/read_more.gif');
	background-repeat: no-repeat;
	background-position: left top;
	
}

dl#copyrights{
	float: left;
	margin-left: 55px;
	margin-top: 10px;
	padding-bottom: 10px;
}

dl#copyrights dt, dl#copyrights dd{
	float: left;
	color: #c9be91;
	font-size: 110%;
	padding-right: 5px;
}

dl#powered{
	float: right;
	margin-right: 55px;
	margin-top: 10px;
	padding-bottom: 10px;
}

dl#powered dt, dl#powered dd{
	float: left;
	color: #c9be91;
	font-size: 110%;
	padding-left: 5px;
}


ul#main-menu{
	margin:0;
	padding:0;
	border-bottom: 1px solid #fff;
}

ul#main-menu, ul#main-menu li, ul#main-menu li a {
	height: 35px;
	float: left;
	display: block;
}

ul#main-menu li a {
	text-indent: -5000em;
}

ul#main-menu li ul li a {
	text-indent: 0;
}

ul#main-menu li a.item1 {
	width: 125px;
	background-image: url(../img/menu/home.jpg);
}

ul#main-menu li a.item2 {
	width: 121px;
	background-image: url(../img/menu/fishing.jpg);
}

ul#main-menu li a.item3 {
	width: 122px;
	background-image: url(../img/menu/hunting.jpg);
}

ul#main-menu li a.item4 {
	width: 102px;
	background-image: url(../img/menu/lodge.jpg);
}

ul#main-menu li a.item5 {
	width: 116px;
	background-image: url(../img/menu/events.jpg);
}

ul#main-menu li a.item6 {
	width: 177px;
	background-image: url(../img/menu/photo.jpg);
}

ul#main-menu li a.item7 {
	width: 167px;
	background-image: url(../img/menu/information.jpg);
}


ul#main-menu li a:hover, ul#main-menu li a.active {
	background-position: 0 100%;
}

ul.submenu {
	background: #aab4a4;
	float: left;
	position: absolute;
	margin-top: 35px;
	border: 1px #e0e4de solid;
	border-top: none;
	display: none;
	width: 120px;
}

ul.submenu li {
	clear: both;
}

ul.submenu li, ul.submenu li a {
	padding: 0;
	height: auto!important;
}

ul.submenu li a {
	color: #fff;
	padding: 3px 6px;
	width: 108px;
	text-decoration: none;
}

ul.submenu li a:hover {
	background: #b9c0b5;
}



ul.gallery li {
	float: left;
	margin: 5px;
}

ul.gallery li a {
	width: 120px;
	height: 90px;
	display: block;
	border: 1px #afb5ac double;
	padding: 1px;
	display: block;
}

/* End Typography */

fieldset {
	margin: 20px;
	padding: 20px;
}

fieldset label {
	width: 100px;
	float: left;
}

fieldset div {
	clear: both;
	padding-bottom: 2px;
}

legend {
	font-weight: bold;
}

#newsletter input {
	border: 1px #b5a875 solid;
	padding: 2px 5px;
	background: url(../img/bg/input.png) left 1px;
	margin: 4px 0 2px 4px;
	color: #80764b;
}

form .ok {
	font-weight: bold;
	cursor: pointer;
}
/* */

ul#calendar, ul#calendar li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}

ul#calendar {
	width: 203px;
	margin: 0 0 0 7px;
	border-top: 1px #fff solid;
	border-left: 1px #fff solid;
	border-right: 1px #efe8d0 solid;
	border-bottom: 1px #efe8d0 solid;
}

ul#calendar li {
	width: 28px;
	height: 21px;
	display: block;
	color: #655723;
	font-weight: bold;
	text-align: center;
	padding: 7px 0 0 0;
	background: #f7f4e8;
	border-top: 1px #efe8d0 solid;
	border-left: 1px #efe8d0 solid;
}

ul#calendar li.blank {
	background: #fff;
}

ul#calendar li.sunday {
	background: #ddcf9f!important;
}

ul#calendar li.weekday {
	background: #e5dab5;
}

ul#calendar li a {
	color: #f0e9d8;
	text-decoration: none;

	height: 20px;
	width: 26px;
	display: block;
	margin: -6px 0 0 1px;
	padding: 6px 0 0 0;
	background: url('../images/bg/event.png') no-repeat;
}

ul#calendar li a:hover {
	background: #cfba85;
}

/* */

div#events-box {
	width: 221px;
	border-top: 1px #e5e2c1 solid;
	border-left: 1px #e5e2c1 solid;
	border-bottom: 1px #e5e2c1 solid;
}

div#events-box span.date {
	color: #a77a51;
	font-size: 18px;
	font-weight: normal;
	margin: 4px 0 4px 10px;

	width: 100%;
	display: block;
	padding: 0 0 6px 0;
}


#events {
	float: left;
	padding: 10px;
}

#events li {
	color: #655723;
	padding-bottom: 4px;
}