@charset "utf-8";
/*==============================
	GLOBALS
Sets the default document font size, family
and color
===============================*/
body
{
	font-family:Arial;
	font-size:12px; 
	color:#5f5c3a;
	background-color: #BFC431;
	margin-top: 4px;
}

body a {
	color:#5f5c3a;
}

img{ behavior: url(../images/iepngfix.htc) }

.no_underline {
	text-decoration: none;
}

/*==============================
	SITE WRAPPER
===============================*/
.site-wrapper
{
	width:954px; 
 
	/* min-height lets your site grow vertically 
	(like in tables). */
	min-height:600px; 
 
	/* By setting these to auto you are centering the 
	site */
	margin-left:auto;  
	margin-right:auto;
	background-color: #DAD683;
 
}
/*==============================
	HEADER WRAPPER
===============================*/
.header-wrapper
{
	width:954px;

 
	/* css lets you designate how you want an image to 
	repeat. Along the x-axis, y-axis or not at all. */
	background-repeat:repeat-x; 
	font-size: 0px; /* Fix stupid IE bug */
}

#header-logo {
	width:574px;
	height:134px;
	float:left;
}

#header-quote {
	width:380px;
	height:134px;
	float:left;
	background: url(../images/header_quote.jpg)
}

	#farmer_quote {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: lighter;
		color: #FFFFFF;
		font-size: 12px;
		padding-top: 48px;
		padding-left: 20px;
		padding-right: 100px;
		height: 50%;
	}

#header-logo003 {
	width:439px;
	height:107px;
	float:left;
	border:0;
	font-size: 0px; /* Fix stupid IE bug */
}

#header-menu {
	width:515px;
	height:31px;
	float:left;
	font-size: 0px; /* Fix stupid IE bug */
}

#header-menu-below {
	width:515px;
	height:76px;
	float:left;
	font-size: 0px; /* Fix stupid IE bug */
}

	/*			HORIZ MENU			*/
	/*==============================*/

	ul#horiz_menu {
		list-style-type: none;
		padding: 0; /*removes indent Mozilla and NN7*/
		margin: 0;
	}
	
	#horiz_menu li {
		float: left;
		margin-bottom: 20px;
	}
	
	#horiz_menu li a {
		display: block;
		height: 31px;
		padding-bottom: 20px;
		background-repeat: no-repeat;
		text-indent: -3000px;
		background-image: url(../images/horiz_menu/horiz_menu.jpg);
		padding: 0;
		vertical-align: bottom; /* This fixes the Win gap */
	}
	
	#horiz_menu li#thepreserve a {
		background-position: 0 0px;
		width: 138px;
	}
	#horiz_menu li#thepreserve a:hover {
		background-position: -0px -31px;
	}
	
	#horiz_menu li#thepreserve a:active {
		background-position: -0px -62px;
	}
	#horiz_menu li#thepreserve a#HorizSelectNav {
		background-position: -0px -62px;
	}
	
	
	#horiz_menu li#lodging a {
		background-position: -138px 0px;
		width: 94px;
	}
	#horiz_menu li#lodging a:hover {
		background-position: -138px -31px;
	}
	
	#horiz_menu li#lodging a:active {
		background-position: -138px -62px;
	}
	#horiz_menu li#lodging a#HorizSelectNav {
		background-position: -138px -62px;
	}
	

	#horiz_menu li#rates a {
		background-position: -232px 0px;
		width: 69px;
	}
	#horiz_menu li#rates a:hover {
		background-position: -232px -31px;
	}
	
	#horiz_menu li#rates a:active {
		background-position: -232px -62px;
	}
	#horiz_menu li#rates a#HorizSelectNav {
		background-position: -232px -62px;
	}
	

	#horiz_menu li#reservations a {
		background-position: -301px 0px;
		width: 130px;
	}
	#horiz_menu li#reservations a:hover {
		background-position: -301px -31px;
	}
	
	#horiz_menu li#reservations a:active {
		background-position: -301px -62px;
	}
	#horiz_menu li#reservations a#HorizSelectNav {
		background-position: -301px -62px;
	}


	#horiz_menu li#contact a {
		background-position: -431px 0px;
		width: 84px;
	}
	#horiz_menu li#contact a:hover {
		background-position: -431px -31px;
	}
	
	#horiz_menu li#contact a:active {
		background-position: -431px -62px;
	}
	#horiz_menu li#contact a#HorizSelectNav {
		background-position: -431px -62px;
	}



/*==============================
		BODY WRAPPER
===============================*/
.body-wrapper
{
 
 
	/* floats are crucial to the creation of any
	web interface. Every web developer must master
	this concept. Don't worry I'll be writing a
	tutorial about this a little later.	:)	*/
	float:left; 
	width:954px; 
	min-height:530px;
	background-color: #95a32b;
	background:url(../images/page_background.gif) repeat-y;
}

	/*			LEFT MENU			*/
	/*==============================*/

	#left-menu {
		width:216px;
		float:left;
		color: #ffffff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:lighter;
	}
	
		#left-menu h2 {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-weight:lighter;
			font-size:18px;
			margin-bottom: 4px;
		}
		
		
			
		/*		  LEFT MENU NAV			*/
		/*==============================*/
		#left_menu_nav {
			padding-left: 30px;
			padding-top: 22px;
		}
		
		#left_menu_nav li a {
			margin-bottom: 10px;
		}
		
		/********************************/
		/*		MENU - THE PRESERVE		*/
		/********************************/
		
		ul#vert_menu_thepreserve {
				list-style-type: none;
		 		padding: 0; /*removes indent Mozilla and NN7*/
		 		margin: 0; /*removes indent IE6 and IE7*/
		   }
		
		   #vert_menu_thepreserve li a {
			 display: block;
			 width: 120px;
			 background-repeat: no-repeat;
			 text-indent: -3000px;
			 background-image: url(../images/vert_menu/vert_menu_thepreserve.jpg);
			 padding: 0;
			 vertical-align: bottom; /* This fixes the Win gap */
		   }
		
			#vert_menu_thepreserve li#farmhouse a {
				 height: 29px;
				background-position: -0px -0px;
			}
		
			#vert_menu_thepreserve li#farmhouse a:hover {
				 background-position: -120px -0px;
			}
		
			#vert_menu_thepreserve li#farmhouse a:active {
				 background-position: -240px -0px;
			}
		
			#vert_menu_thepreserve li#farmhouse a#VertSelectNav {
				 background-position: -240px -0px;
			}
		
			#vert_menu_thepreserve li#history a {
				 height: 27px;
				background-position: -0px -29px;
			}
		
			#vert_menu_thepreserve li#history a:hover {
				 background-position: -120px -29px;
			}
		
			#vert_menu_thepreserve li#history a:active {
				 background-position: -240px -29px;
			}
		
			#vert_menu_thepreserve li#history a#VertSelectNav {
				 background-position: -240px -29px;
			}
		
			#vert_menu_thepreserve li#photogallery a {
				 height: 44px;
				background-position: -0px -56px;
			}
		
			#vert_menu_thepreserve li#photogallery a:hover {
				 background-position: -120px -56px;
			}
		
			#vert_menu_thepreserve li#photogallery a:active {
				 background-position: -240px -56px;
			}
		
			#vert_menu_thepreserve li#photogallery a#VertSelectNav {
				 background-position: -240px -56px;
			}
		
			#vert_menu_thepreserve li#familyfarmvacations a {
				 height: 44px;
				background-position: -0px -100px;
			}
		
			#vert_menu_thepreserve li#familyfarmvacations a:hover {
				 background-position: -120px -100px;
			}
		
			#vert_menu_thepreserve li#familyfarmvacations a:active {
				 background-position: -240px -100px;
			}
		
			#vert_menu_thepreserve li#familyfarmvacations a#VertSelectNav {
				 background-position: -240px -100px;
			}
		
			#vert_menu_thepreserve li#testimonials a {
				 height: 29px;
				background-position: -0px -144px;
			}
		
			#vert_menu_thepreserve li#testimonials a:hover {
				 background-position: -120px -144px;
			}
		
			#vert_menu_thepreserve li#testimonials a:active {
				 background-position: -240px -144px;
			}
		
			#vert_menu_thepreserve li#testimonials a#VertSelectNav {
				 background-position: -240px -144px;
			}
		
			#vert_menu_thepreserve li#faq a {
				 height: 14px;
				background-position: -0px -173px;
				margin-bottom: 20px;
			}
		
			#vert_menu_thepreserve li#faq a:hover {
				 background-position: -120px -173px;
			}
		
			#vert_menu_thepreserve li#faq a:active {
				 background-position: -240px -173px;
			}
		
			#vert_menu_thepreserve li#faq a#VertSelectNav {
				 background-position: -240px -173px;
			}
			
		
		/********************************/
		/*		  MENU - LODGING   		*/
		/********************************/

		ul#vert_menu_lodging {
			 list-style-type: none;
			 padding: 0; /*removes indent Mozilla and NN7*/
			 margin: 0; /*removes indent IE6 and IE7*/
		   }
		
		   #vert_menu_lodging li a {
			 display: block;
			 width: 120px;
			 background-repeat: no-repeat;
			 text-indent: -3000px;
			 background-image: url(../images/vert_menu/vert_menu_lodging.jpg);
			 padding: 0;
			 vertical-align: bottom; /* This fixes the Win gap */
		   }
		
			#vert_menu_lodging li#accommodations a {
				 height: 29px;
				background-position: -0px -0px;
			}
		
			#vert_menu_lodging li#accommodations a:hover {
				 background-position: -120px -0px;
			}
		
			#vert_menu_lodging li#accommodations a:active {
				 background-position: -240px -0px;
			}
		
			#vert_menu_lodging li#accommodations a#VertSelectNav {
				 background-position: -240px -0px;
			}
		
			#vert_menu_lodging li#heartyhomecookedmeals a {
				 height: 29px;
				background-position: -0px -29px;
			}
		
			#vert_menu_lodging li#heartyhomecookedmeals a:hover {
				 background-position: -120px -29px;
			}
		
			#vert_menu_lodging li#heartyhomecookedmeals a:active {
				 background-position: -240px -29px;
			}
		
			#vert_menu_lodging li#heartyhomecookedmeals a#VertSelectNav {
				 background-position: -240px -29px;
			}
		


		

		/********************************/
		/*		  MENU - RATES   		*/
		/********************************/
		
		   ul#vert_menu_rates {
				list-style-type: none;
		 		padding: 0; /*removes indent Mozilla and NN7*/
		 		margin: 0; /*removes indent IE6 and IE7*/
		   }
		   
		   #vert_menu_rates li#pheasanthunting {
		   		padding-left: 25px;
				padding-top: 7px;
				background-image: url(../images/list_pheasant.gif);
				background-repeat: no-repeat;
		   }
		   
			#vert_menu_rates li#deerhunting {
		   		padding-left: 25px;
				padding-top: 7px;
				background-image: url(../images/list_deer.gif);
				background-repeat: no-repeat;
		   }
		   
		   #vert_menu_rates li#turkeyhunting {
		   		padding-left: 25px;
				padding-top: 7px;
				background-image: url(../images/list_turkey.gif);
				background-repeat: no-repeat;
		   }		   	   
		   
		
		   #vert_menu_rates li a {
			 display: block;
			 width: 124px;
			 background-repeat: no-repeat;
			 text-indent: -3000px;
			 background-image: url(../images/vert_menu/vert_menu_rates.jpg);
			 padding: 0;
			 vertical-align: bottom; /* This fixes the Win gap */
		   }
		
			#vert_menu_rates li#pheasanthunting a {
				 height: 29px;
				background-position: -0px -0px;
			}
		
			#vert_menu_rates li#pheasanthunting a:hover {
				 background-position: -124px -0px;
			}
		
			#vert_menu_rates li#pheasanthunting a:active {
				 background-position: -248px -0px;
			}
		
			#vert_menu_rates li#pheasanthunting a#VertSelectNav {
				 background-position: -248px -0px;
			}
		
			#vert_menu_rates li#deerhunting a {
				 height: 27px;
				background-position: -0px -29px;
			}
		
			#vert_menu_rates li#deerhunting a:hover {
				 background-position: -124px -29px;
			}
		
			#vert_menu_rates li#deerhunting a:active {
				 background-position: -248px -29px;
			}
		
			#vert_menu_rates li#deerhunting a#VertSelectNav {
				 background-position: -248px -29px;
			}
		
			#vert_menu_rates li#turkeyhunting a {
				 height: 15px;
				background-position: -0px -56px;
				margin-bottom: 20px;
			}
		
			#vert_menu_rates li#turkeyhunting a:hover {
				 background-position: -124px -56px;
			}
		
			#vert_menu_rates li#turkeyhunting a:active {
				 background-position: -248px -56px;
			}
		
			#vert_menu_rates li#turkeyhunting a#VertSelectNav {
				 background-position: -248px -56px;
			}

		
		/********************************/
		/*		 MENU - RESERVATIONS 	*/
		/********************************/

		   ul#vert_menu_reservations {
				list-style-type: none;
		 		padding: 0; /*removes indent Mozilla and NN7*/
		 		margin: 0; /*removes indent IE6 and IE7*/
		   }
		
		   #vert_menu_reservations li a {
			 display: block;
			 width: 120px;
			 background-repeat: no-repeat;
			 text-indent: -3000px;
			 background-image: url(../images/vert_menu/vert_menu_reservations.jpg);
			 padding: 0;
			 vertical-align: bottom; /* This fixes the Win gap */
		   }
		
			#vert_menu_reservations li#makeareservation a {
				 height: 28px;
				background-position: -0px -0px;
			}
		
			#vert_menu_reservations li#makeareservation a:hover {
				 background-position: -120px -0px;
			}
		
			#vert_menu_reservations li#makeareservation a:active {
				 background-position: -240px -0px;
			}
		
			#vert_menu_reservations li#makeareservation a#VertSelectNav {
				 background-position: -240px -0px;
			}



		/********************************/
		/*		 	MENU - CONTACT		*/
		/********************************/

		   ul#vert_menu_contact {
				list-style-type: none;
		 		padding: 0; /*removes indent Mozilla and NN7*/
		 		margin: 0; /*removes indent IE6 and IE7*/
		   }
		
		   #vert_menu_contact li a {
			 display: block;
			 width: 120px;
			 background-repeat: no-repeat;
			 text-indent: -3000px;
			 background-image: url(../images/vert_menu/vert_menu_contact.jpg);
			 padding: 0;
			 vertical-align: bottom; /* This fixes the Win gap */
		   }
		
			#vert_menu_contact li#directions a {
				 height: 28px;
				background-position: -0px -0px;
			}
		
			#vert_menu_contact li#directions a:hover {
				 background-position: -120px -0px;
			}
		
			#vert_menu_contact li#directions a:active {
				 background-position: -240px -0px;
			}
		
			#vert_menu_contact li#directions a#VertSelectNav {
				 background-position: -240px -0px;
			}



	/*			Testimonials		*/
	/*==============================*/
	#left-menu #left_menu_testimonials {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	/*			CBS Feature			*/
	/*==============================*/
	#left-menu #left_menu_buttons {
		padding-top: 35px;
		padding-bottom: 30px;
	}
	


	
/*		Center Contents			*/
/*==============================*/
#content {
	float:left;
	width: 738px;
}

	#content #text_area {
		padding-left: 35px;
		padding-right: 35px;
		padding-top: 25px;
		padding-bottom: 30px;
		color: #5f5c3a;
	}
	
	#content #content_title {
		/*padding-bottom: 15px;*/
	}



.row_1 {
	background-color: #d3d080;
	width: 100%;
	height: 100%;
	padding: 10px;
	margin: 0px;
}
	
.row_2 {
	background-color: #ccc97a;
	width: 100%;
	height: 100%;
	padding: 10px;
	margin: 0px;
}

	.row_r {
		float: right;
		padding:5px;
	}
	
	.row_l {
		float: left;
		padding:5px;
	}
	
.cleared {
  clear:both;
  line-height:0;
  height: 0px;
}

/*			Site Map			*/
/*==============================*/

.sitemap ul {
	margin-top: 5px;
	margin-left: 0;
	padding-left: 1em;
}

.sitemap li {
	margin: 0;
	padding: 0;
}


.sitemap li ul li {
	list-style-type:square;
	margin-top: 0px;
	margin-left: 0px;	
}

.sitemap h3 {
	margin: 0px;
	font-size: 16px;
}



/*==============================
		FOOTER
===============================*/
.footer
{
	/* clears are the sisters to float, it's 
	time to meet the whole family :) */
	clear:left; 
	width: 954px;
	background: url(../images/page_testimonial_bottom.jpg) top no-repeat;
	background-color: #eae7bd;
	
}


#footer_testimonials {
	/*color:#FFFFFF;*/
	margin-top: 35px;
	/*background:url(../images/page_testimonial_back.jpg);*/
}
	#footer_testimonials font {
		margin: 0;
		padding: 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: lighter;
	}


	#footer_testimonials_link {
		float:left;
		margin: 0;
	}
		#footer_testimonials_link a {
			text-decoration: none;
			font-family:Georgia, "Times New Roman", Times, serif;
		}
		
		#footer_testimonials_link h2 {
			font-size: 14px;
			margin: 0;
		}
		
		#footer_testimonials_link font {
			font-size: 14px;
			margin: 0;
			font-weight:bold;
		}
		
	#footer_testimonials {
		width: 668px;
		padding-left: 35px;
		padding-right: 35px;
		padding-top: 80px;
		float:left;
		margin: 0;
	}
	
#copyright {
	margin-left:auto;  
	margin-right:auto;
	margin-bottom: 15px;
		width: 954px;
}

	/* Newsletter Sign-up Form */
	#newsletter {
		float:right;
		margin-top: 8px;
		margin-bottom: 8px;
		width: 954px;
		text-align:right;
	}
	
	#newsletter form {
		margin: 0;
	}
	
	#newsletter input{
		float: left;
		display: block;
	}

	#newsletter label {
		display: block;
		width: 150px;
		float: left;
		width: 600px;
		padding-top: 3px;
		text-align:right;
	}
	
	#newsletter_link #ea {
		width: 140px;
	}
	
	#newsletter_link #Submit {
	margin-left: 2px;
		width: 30px;
	}
	
	#newsletter_link .email_ital {
		font-style:italic;
	}
	
	
	
	/* Footer links/buttons hack */
	
	
	#footer_buttons {
	margin-left: auto;
	margin-right: auto;
	width: 954px;
	background-color: #eae7bc;
	height: 90px;
}

.inside_a {
	padding-right: 12px;
}

.inside_b {
	padding-right: 12px;
}
#newsletter_link {
	float: left;
	width: 216px;
	padding-left: 10px;
	padding-top: 30px;
}
#center_testimonial_link {
	width: 156px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 80px;
}
#footer_buttons_inside {
	padding-left: 45px;
	float: left;
}




