/* CSS Document */


* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
  	text-align: center;
	background-image:url(../images/websitebg.jpg);
	background-repeat:repeat-y;
	background-color:#7d7373;
	background-position:center top;
	background-attachment:fixed;
	margin:0px;
	color:#301708;
}

/*****************************************/
/**************** TAGS *******************/
/*****************************************/

h1 {
	font: normal 25px/1.5em Georgia, "Times New Roman", Times, serif;
}

h2 {
  	padding-top: 7px 0px 0px 0px;
	margin:0;
  	font: normal 22px/1.5em Georgia, "Times New Roman", Times, serif;
	color:#301206;
	text-transform:uppercase;
	font-weight:bold;
}

h3 {
	padding: 1em 0 .2em 0;
  	font: normal 25px/1.5em Georgia, serif;
	color:#920606;
	border-bottom:0px solid #c58a37;
	margin-bottom:2px;
	text-transform:capitalize;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#2b2c41;
	margin-bottom:5px;
}

p {
  	margin: .75em 0 1.75em 0;
  	line-height: 1.5em;
}

hr {
	display:none;
}

a {
	color:#bd4a0c;
	text-decoration:none;
	border-bottom: 1px solid #af9d85;
	padding-bottom:2px;
}

a:hover {
	color:#186d9c;
	text-decoration:none;
	border:none;
}


/*****************************************/
/************** DIVS ET AL ***************/
/*****************************************/



div#container-page {
  	margin: 0 auto;
  	width: 800px;
  	background: #ffffff;
  	text-align: left;
  	position: relative;
  	min-height: 100%; /* For Modern Browsers */
  	height: auto !important; /* For Modern Browsers */
  	height: 100%; /* For IE */
	border-left:6px solid #FFFFFF;
	border-right:6px solid #FFFFFF;
	background-image:url(../images/contentbg.jpg);
	background-repeat:repeat-y;
}

#container-head {
}

div#head {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:153px;
}

div#head div#headtext h1, div#head div#headtext h2 { 
	float: left; 
	height: 0; 
	padding-top: 10px; 
	overflow: hidden; 
}


/*****************************************/
/*************** NAVIGATION **************/
/*****************************************/

div#navigation {
	width:100%;	
	height:37px!important;
	border-bottom:7px solid #301206;
	z-index:101;
	position: relative; 
}

#nav, #nav ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	width:100%;
}

#nav li a {
	display: block;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	text-decoration: none;
	font-weight:normal;
	text-align:left;
	overflow: hidden;
	height:0;
	padding-top:35px;
	border:none;
	background-image:url(../images/navigation.jpg);
	background-repeat:no-repeat;
}

#nav li#home a { width:80px; background-position: 0px 0px; }
#nav li#about a { width:94px; background-position: -80px 0px; }
#nav li#information a { width:121px; background-position: -174px 0px; }
#nav li#deer a { width:140px; background-position: -295px 0px; }
#nav li#bear a { width:108px; background-position: -435px 0px; }
#nav li#fish a { width:141px; background-position: -543px 0px; }
#nav li#contact a { width:116px; background-position: -684px 0px; }

#nav li#home a:hover { width:80px; background-position: 0px -37px; }
#nav li#about a:hover  { width:94px; background-position: -80px -37px; }
#nav li#information a:hover  { width:121px; background-position: -174px -37px; }
#nav li#deer a:hover  { width:140px; background-position: -295px -37px; }
#nav li#bear a:hover  { width:108px; background-position: -435px -37px; }
#nav li#fish a:hover  { width:141px; background-position: -543px -37px; }
#nav li#contact a:hover  { width:116px; background-position: -684px -37px; }


#nav li {
	float: left;
	padding: 0;
} 

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 121px;
	font-weight: normal;
	background-color:#FFFFFF;
	margin: 0px;
	border-top:7px solid #301206;
	border-left:1px solid #301206;
	border-right:1px solid #301206;
	border-bottom:1px solid #301206;
}

#nav li li a {
	background:none;
	background-color:#FFFFFF;
	font-size:12px;
	display: block;
	font-weight: normal;
	margin:0px;
	height:16px;
	padding:3px 0px 5px 15px;
}

#nav li#about li a { width:106px; background:none; }	
#nav li#about li a:hover { width:106px; background:none; color:#FFFFFF; background-color:#555c42; }

#nav li#about li#journal a { height:30px; }

#nav li#information li a { width:106px; background:none; }	
#nav li#information li a:hover { width:106px; background:none; color:#FFFFFF; background-color:#555c42; }


#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

div#brownbar {
	background-image:url(../images/brown-bar.jpg);
	height:28px;
}

div#rotatingimages {

}


/*****************************************/
/**************** CONTENT ****************/
/*****************************************/


div#container-content {
  	background-color:#transparent;
	padding-bottom:5px;
}

div#container-content:after {
  	clear: both;
  	display: block;
  	font: 1px/0px serif;
  	content: ".";
  	height: 0;
  	visibility: hidden;
	padding-bottom:10px;
}

#maincontent {
	padding:10px 25px 20px 25px;
}

div#container-content div#maincontent {
	width: 800px;
	padding:0px 0px 0px 0px;
}

div#container-content #maincontent #container {
	width: 100%;
	float: left;
	margin-right: -320px;

}

div#container-content #maincontent #container #leftcontent {
	margin-right: 320px;
	padding:0px 0px 0px 0px;
	/*width:435px;*/
	width:460px;
}

#leftcontent p {
	margin: .75em 0 1.75em 0;
  	line-height: 1.55em;
	text-align:justify;
	padding-left:25px;
}

div#container-content #maincontent #rightcontent {
	text-align:left;
	width: 300px;
	float: right;
	padding:10px 5px 0px 0px;
}

#flashcontent {
		width: 242px;
		height: 115px;
		float: left;
		margin: 5px 10px;
}

#panimage {
		width: 800px;
		height: 200px;
		margin: 0px;
}



/*****************************************/
/*********** DYNAMIC CONTENT *************/
/*****************************************/

#leftcontent div#bibnews {
	padding-left:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#301708;
	text-align:left!important;
}

div#bibnews font, div#bibnews bold {
	font-family:Georgia, "Times New Roman", Times, serif!important;
	font-size:12px!important;
	color:#301708!important;
	text-align:left!important;
}

div#bibnews p {
	padding-left:0px;
	text-align:left!important;
	margin: .75em 0 1.75em 0;
  	line-height: 1.55em;
	font-size:12px;
}

div#bibnews div#orange-area {
	background-image:url(../images/orange-sc-small.jpg);
	background-repeat:no-repeat;
	width:460px;
	height:58px;
	position:relative;
	left:-35px;
}

div#bibnews div#orange-area h3 {
	font: normal 32px/1.5em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#FFFFFF;
	padding:0px;
	padding-left:25px;
	padding-top:5px;
	margin:0px;
}

div#bibnews img {
	border:1px solid #af9d85;
}

div#bibnews ul {
	margin-bottom:20px;

}
 
div#bibnews li {
	padding:2px 0px 2px 2px;
	font-size:11px;
	margin-left:20px;
}

div#bibnews div {
	text-align:left!important;
}



div#orange-areahome {
	background-image:url(../images/orange-special-content.jpg);
	background-repeat:no-repeat;
	width:460px;
	height:67px;
	position:relative;
	left:-35px;
}

div#orange-areahome h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
	padding-left:25px;
}

div#orange-areahome h3 a { color:#FFFFFF; text-decoration:none; border:none; }
div#orange-areahome h3 a:hover { color:#FFFFFF; text-decoration:underline; }

div#orange-areahome h3 span {
	font-size:17px;
}

/*****************************************/
/**************** FOOTER *****************/
/*****************************************/


div#container-foot {
  	width: 100%;
  	background: #301206;
  	position: absolute;
  	bottom: 0 !important;
  	bottom: -1px; /* For Certain IE widths */
  	height: 56px;
}

div#foot {
  	padding: 0 1em;
  	padding:20px 20px 0px 20px;
  	line-height: 15px;
  	color:#999999;
}

div#preloaded-images {
   position: absolute;
   left: -9999px; 
   top: -9999px;
}

div#container-weather {
	padding-bottom:70px;
}

div#weatherapp {
	padding-left:35px;
}

