/** @FONT FACE **/

@font-face {
    font-family: 'RokkittRegular';
    src: url('fonts/Rokkitt-webfont.eot');
    src: url('fonts/Rokkitt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Rokkitt-webfont.woff') format('woff'),
         url('fonts/Rokkitt-webfont.ttf') format('truetype'),
         url('fonts/Rokkitt-webfont.svg#RokkittRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BevanRegular';
    src: url('fonts/Bevan-webfont.eot');
    src: url('fonts/Bevan-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Bevan-webfont.woff') format('woff'),
         url('fonts/Bevan-webfont.ttf') format('truetype'),
         url('fonts/Bevan-webfont.svg#BevanRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*predefined tags*/
body {
	background:#ffffff;
	margin:0;
	text-align:center;
	font-size:62.5%;
}
img {
	border:none;
}
a {
	border:none;
}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:1.1em;
	margin:10px 0px 10px 0px;
	line-height:160%;
}
p a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:1.0em;
	margin:10px 0px 10px 0px;
	line-height:160%;
	text-decoration:none;
	font-weight:bold;
}
p a:hover {
	text-decoration:underline;
}

p.smallPrint {
	font-size:1.0em;
	font-style:italic;
	margin:5px 0px 20px 0px;
	text-align:center;
	line-height:normal;
}
h1, h2, h3, h4 {
	margin:15px 0px 0px 0px;
}
ul {
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
li	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:1.1em;
	line-height:160%;
	margin-bottom:5px;
	font-weight:bold;
}
div {
	overflow:hidden;
}
input {
}
textarea {
}
select {
}
/*---------------MAIN STRUCTURE---------------*/
#wrapper {
	background-color: #999999;
	width:750px;
	height:auto;
	margin:0 auto 0 auto;
	background:url(images/wrapper_bg.jpg) repeat-y;
}
#wrapper_fishing {
	background-color: #999999;
	width:750px;
	height:auto;
	margin:0 auto 0 auto;
	background:url(images/wrapper_fishing_bg.jpg) repeat-y;
}


/*---TOP NAV---*/

#topnav {
	width:700px;
	height:40px;
	background:#ffffff;
	margin:0 auto 0 auto;
	text-align:left;
}
#topnav ul {
	margin:0px 0px 0px 510px;
	padding:15px 0px 10px 0px;
}
#topnav ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	float:left;
	list-style:none;
	padding:0px 20px 0px 20px;
	letter-spacing:0.2em;
	font-weight:normal;
}
#topnav .home {
	background:url(images/home_icon.gif) no-repeat 0px 50%;
}
#topnav .home a {
	text-decoration:none;
	color:#666666;
}
#topnav .home a:hover {
	text-decoration:underline;
}
#topnav .contact {
	background:url(images/contact_icon.gif) no-repeat  0px 50%;
}
#topnav .contact a {
	text-decoration:none;
	color:#666666;
}
#topnav .contact a:hover {
	text-decoration:underline;
}


/*---FLASH---*/

#flash {
	width:700px;
	height:350px;
	background:#ffffff;
	margin:0 auto 0 auto;
}


/*---PRIMARY NAV---*/

#primary_nav {
	width:700px;
	height:40px;
	background:#ffffff;
	margin:0 auto 0 auto;
	padding:0 0 10px 0;
}
#primary_nav ul {
	margin:0px 0px 0px 0px;
	padding:10px 0px 20px 20px;
}
#primary_nav ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	float:left;
	list-style:none;
	padding:0px 15px 0px 22px;
	font-weight:normal;
}
#primary_nav .trees {
	background:url(images/tree_icon.gif) no-repeat 0px 50%;
}
#primary_nav .trees a {
	text-decoration:none;
	color:#09964c;
}
#primary_nav .trees a:hover {
	text-decoration:underline;
}
#primary_nav .fishing {
	background:url(images/fishing_icon.gif) no-repeat 0px 50%;
}
#primary_nav .fishing a {
	text-decoration:none;
	color:#2e3192;
}
#primary_nav .fishing a:hover {
	text-decoration:underline;
}
#primary_nav .security {
	background:url(images/security_icon.gif) no-repeat 0px 50%;
}
#primary_nav .security a {
	text-decoration:none;
	color:#ee3b33;
}
#primary_nav .security a:hover {
	text-decoration:underline;
}
#primary_nav .cabins {
	background:url(images/cabins_icon.gif) no-repeat 0px 50%;
}
#primary_nav .cabins a {
	text-decoration:none;
	color:#e56e30;
}
#primary_nav .cabins a:hover {
	text-decoration:underline;
}

#primary_nav .home {
	background:url(images/home_icon.gif) no-repeat 0px 50%;
}
#primary_nav .home a {
	text-decoration:none;
	color:#333333;
}
#primary_nav .home a:hover {
	text-decoration:underline;
}
#primary_nav .contact {
	background:url(images/contact_icon.gif) no-repeat  0px 50%;
}
#primary_nav .contact a {
	text-decoration:none;
	color:#333333;
}
#primary_nav .contact a:hover {
	text-decoration:underline;
}


/*---content---*/

#content {
	width:700px;
	height:auto;
	background:#ffffff;
	margin:0 auto 0 auto;
	text-align:left;
	padding-bottom:25px;
}
#two_col {
	width:430px;
	height:auto;
	float:left;
	position:relative;
	left:20px;
}
#left_column {
	width:185px;
	height:auto;
	float:left;
	position:relative;
	padding-left:20px;
}
#latest_news {
	width:200px;
	height:auto;
	border:#eeeeee 2px solid;
	float:left;
	position:relative;
	left:40px;
	background:url(images/latest_news_bg.jpg) bottom no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#latest_news h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:bold;
	color:#0c6e3a;
	margin:0px 0px 0px 8px;	
	line-height:130%
}
#latest_news h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#003300;
	margin:0px 0px 0px 8px;
	line-height:130%
}
#latest_news ul {
	margin:0px 0px 0px 0px;
	padding:3px 0px 0px 8px	
}
#latest_news ul li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.0em;
	font-weight:bold;
	list-style:none;
	padding-bottom:5px;
}
#latest_news ul li a {
	color:#666666;
	text-decoration:none;
	padding:0px 15px 0px 18px;
	background:url(images/grey_arrow.gif) no-repeat 0px 50%;
}
#latest_news ul li a:hover {
	text-decoration:underline;
}
#latest_news p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:1.1em;
	margin:0px 0px 0px 8px;
	line-height:160%
}
#latest_news p a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:1.1em;
	margin:10px 0px 10px 0px;
	line-height:160%;
	text-decoration:underline;
}
#latest_news p a:hover {
	text-decoration:none;
}



/*---text links---*/

#textlinks {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	width:600px;
	height:50px;
	margin:0 auto 0 auto;
}
#textlinks ul {
	margin:0px 0px 0px 20px;
	padding:10px 0px 5px 20px;
}
#textlinks ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	float:left;
	list-style:none;
	padding:0px 15px 0px 22px;
	background:url(images/green_arrow.gif) no-repeat 0px 50%;
	font-weight:normal;
}
#textlinks ul li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#ffffff;
	text-decoration:none;
}
#textlinks ul li a:hover {
	text-decoration:underline;
}
#textlinks p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	clear:left;
	color:#ffffff;
	margin:0;
}
#textlinks p a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#ffffff;
	text-decoration:none;
	margin:0;
}
#textlinks p a:hover {
	text-decoration:underline;
}


/*---form elements---*/

fieldset {  
	float: left;  
	clear: left;
	width:420px;
	margin:8px 0px 8px 0px;
	position:relative;
	padding:0px;
	border: #eeeeee 2px solid;  
}
legend {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size:1.2em;
	margin-left: 10px;  
	font-weight: bold;
	padding: 0;  
}
fieldset ol {  
	padding: 10px 0px 0px 0px;
	margin:  10px 0px 5px 0px; 
	list-style: none;
}
fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;
	margin:0px 0px 5px 0px;
}
fieldset.submit {  
	float: none;  
	width: auto;  
	border: 0 none #ffffff;  
	left: 340px;
	position:relative;
	background-color: transparent;
	background-image:none;
}
label {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:1.1em;
	float: left;  
	width: 130px;  
	margin: 0px 10px 0px 12px;
	font-size:1em;
	font-weight:normal;
}
fieldset fieldset {  
	margin-bottom: 25px;  
	border-style: none;  
	background-color: transparent;  
	background-image: none;
	top:0;
}
fieldset fieldset legend {  
	margin-left: 0px;  
	font-weight: normal;
	color:#000000;
	font-size:1em;
}
fieldset fieldset ol {  
	position: relative;  
	top: 15px;  
	margin: 0px 0px 0px 162px;  
	padding: 0px;
}
fieldset fieldset label {  
	float: none;  
	width: auto;  
	margin-right: auto;
}
input.text {
	width:250px;
}
textarea.text {
	width:250px;
}
input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:1.1em;
}

/*---class tags---*/
.first {
	margin-top:0px;
}
.header_img {
	margin:8px 0px 0px 8px
}


/*---------------TREE PAGES---------------*/

#secondary_nav {
	width:180px;
	height:auto;
	border:#eeeeee 2px solid;
	float:left;
	position:relative;
	background:url(images/latest_news_bg.jpg) bottom no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#secondary_nav ul {
	margin:0px 0px 0px 0px;
	padding:10px 0px 5px 8px	
}
#secondary_nav ul li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	list-style:none;
	margin-bottom:8px;
	line-height:150%;
	width:170px;
	font-weight:normal;
}
#secondary_nav ul li a {
	color:#666666;
	text-decoration:none;
	padding:0px 15px 0px 18px;
	background:url(images/grey_arrow.gif) no-repeat 0px 50%;
	display:block;
	
}
#secondary_nav li a:hover {
	text-decoration:underline;
}
#right_column_xmas {
	width:450px;
	height:auto;
	float:left;
	position:relative;
	margin-left:20px;
}

#right_column_xmas img.right {
	float:right;
	margin:0 0 10px 10px;
}

#right_column_xmas h1 {
	font-family:'BevanRegular', Times New Roman, Times, serif;
	font-size:2.8em;
	color:#b90c13;
	font-weight:normal;
	margin:0 0 20px 0;
	letter-spacing:-0.05em;
	line-height:1.1em;
}

#right_column_xmas h2 {
	font-family:'RokkittRegular', Times New Roman, Times, serif;
	font-size:2.4em;
	color:#b90c13;
	font-weight:normal;
	margin:10px 0 5px 0;
}

#right_column_xmas h3 {
	font-family:'RokkittRegular', Times New Roman, Times, serif;
	font-size:1.8em;
	color:#b90c13;
	margin:8px 0 5px 0;
}
#right_column_xmas td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	color:#333333;
	text-align:center;
}

#right_column_xmas td span {
	color:#FF0000;
}

#right_column_xmas tr.first,
#right_column_xmas td.first {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	color:#ffffff;
	background-color:#FF0000;
}

ul.gallery {
	margin:20px 0 0 0;
	padding:0;
	list-style:none;
	width:450px;
	height:auto;
}

ul.gallery li {
	float:left;
	margin:0 20px 20px 0;
	background:#333333;
	width:120px;
	height:120px;
	padding:4px;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
}

/*lightbox styling*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(christmastrees/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(christmastrees/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/*---------------FISHING PAGES---------------*/

#secondary_nav_fishing {
	width:180px;
	height:auto;
	border:#eeeeee 2px solid;
	float:left;
	position:relative;
	background:url(images/fishing_secnav_bg.jpg) bottom no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#secondary_nav_fishing ul {
	margin:0px 0px 0px 0px;
	padding:10px 0px 5px 8px	
}
#secondary_nav_fishing ul li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	list-style:none;
	margin-bottom:8px;
	line-height:150%;
	width:170px;
	font-weight:normal;
}
#secondary_nav_fishing ul li a {
	color:#666666;
	text-decoration:none;
	padding:0px 15px 0px 18px;
	background:url(images/grey_arrow.gif) no-repeat 0px 3px;
	display:block;
	
}
#secondary_nav_fishing li a:hover {
	text-decoration:underline;
}
#right_column_fishing {
	width:450px;
	height:auto;
	float:left;
	position:relative;
	margin-left:20px;
}
#right_column_fishing h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	color:#FF0000;
}
#right_column_fishing td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	color:#333333;
	text-align:left;
	padding:4px;
}
#right_column_fishing tr.first,
#right_column_fishing td.first {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	color:#FFFFFF;
	background-color:#000066;
	font-weight:bold;
}

#textlinks_fishing {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	width:600px;
	height:50px;
	margin:0 auto 0 auto;
}
#textlinks_fishing ul {
	margin:0px 0px 0px 20px;
	padding:10px 0px 5px 20px;
}
#textlinks_fishing ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	float:left;
	list-style:none;
	padding:0px 15px 0px 22px;
	background:url(images/blue_arrow.gif) no-repeat 0px 50%;
	font-weight:normal;
}
#textlinks_fishing ul li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#ffffff;
	text-decoration:none;
}
#textlinks_fishing ul li a:hover {
	text-decoration:underline;
}
#textlinks_fishing p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	clear:left;
	color:#ffffff;
	margin:0;
}
#textlinks_fishing p a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#ffffff;
	text-decoration:none;
	margin:0;
}
#textlinks_fishing p a:hover {
	text-decoration:underline;
}
#reports {
	float:left;
	width:445px;
	padding: 5px 0;
	border: 2px solid #CCCCCC;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#reports dl {
	float:left;
	width:425px;
	padding: 5px 0 20px 10px;
	margin:0;
	display:inline; /* fixes IE/Win double margin bug */
}
#reports dt {
	float:right;
	width:257px;
	margin:0;
	padding:0;
	font-size:1.8em;
	color:#000066;
}
#reports dd {
	margin:0;
	padding:0;
	font-size:1.1em;
	line-height:1.5em;
	color:#666666;
}
#reports dd.date {
	color:#000000;
}
#reports dd.img img {
	float:left;
	margin:0 8px 0 0;
	padding:4px;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
}

/* reverse float */

#reports .alt dt {
	float:left;
}
#reports .alt dd.img img {
	float:right;
	margin:0 0 0 8px;
}





