@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:570px;
	height:134px;
	float:left;
}

#header-quote {
	width:384px;
	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;
	}
	
	#horiz_menu li a {
		display: block;
		height: 31px;
		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#thefarm a {
		background-position: 0 0px;
		width: 112px;
	}
	#horiz_menu li#thefarm a:hover {
		background-position: -0px -31px;
	}
	
	#horiz_menu li#thefarm a:active {
		background-position: -0px -62px;
	}
	#horiz_menu li#thefarm a#HorizSelectNav {
		background-position: -0px -62px;
	}
	
	
	#horiz_menu li#activities a {
		background-position: -112px 0px;
		width: 114px;
	}
	#horiz_menu li#activities a:hover {
		background-position: -112px -31px;
	}
	
	#horiz_menu li#activities a:active {
		background-position: -112px -62px;
	}
	#horiz_menu li#activities a#HorizSelectNav {
		background-position: -112px -62px;
	}
	

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

	#horiz_menu li#contact a {
		background-position: -368px 0px;
		width: 147px;
	}
	#horiz_menu li#contact a:hover {
		background-position: -368px -31px;
	}
	
	#horiz_menu li#contact a:active {
		background-position: -368px -62px;
	}
	#horiz_menu li#contact a#HorizSelectNav {
		background-position: -368px -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;
		}
		
		
		
		/********************************/
		/*		  MENU - THE FARM		*/
		/********************************/
		
	   ul#vert_menu_thefarm {
		 list-style-type: none;
		 padding: 0; /*removes indent Mozilla and NN7*/
		 margin: 0; /*removes indent IE6 and IE7*/
	   }
	
	   #vert_menu_thefarm li a {
		 display: block;
		 width: 120px;
		 background-repeat: no-repeat;
		 text-indent: -3000px;
		 background-image: url(../images/vert_menu/vert_menu_thefarm.jpg);
		 padding: 0;
		 vertical-align: bottom; /* This fixes the Win gap */
	   }
	
		#vert_menu_thefarm li#farmhouse a {
			 height: 28px;
			background-position: -0px -0px;
		}
	
		#vert_menu_thefarm li#farmhouse a:hover {
			 background-position: -120px -0px;
		}
	
		#vert_menu_thefarm li#farmhouse a:active {
			 background-position: -240px -0px;
		}
	
		#vert_menu_thefarm li#farmhouse a#VertSelectNav {
			 background-position: -240px -0px;
		}
	
		#vert_menu_thefarm li#accommodations a {
			 height: 28px;
			background-position: -0px -28px;
		}
	
		#vert_menu_thefarm li#accommodations a:hover {
			 background-position: -120px -28px;
		}
	
		#vert_menu_thefarm li#accommodations a:active {
			 background-position: -240px -28px;
		}
	
		#vert_menu_thefarm li#accommodations a#VertSelectNav {
			 background-position: -240px -28px;
		}
	
		#vert_menu_thefarm li#farmstyledining a {
			 height: 45px;
			background-position: -0px -56px;
		}
	
		#vert_menu_thefarm li#farmstyledining a:hover {
			 background-position: -120px -56px;
		}
	
		#vert_menu_thefarm li#farmstyledining a:active {
			 background-position: -240px -56px;
		}
	
		#vert_menu_thefarm li#farmstyledining a#VertSelectNav {
			 background-position: -240px -56px;
		}
	
		#vert_menu_thefarm li#history a {
			 height: 27px;
			background-position: -0px -101px;
		}
	
		#vert_menu_thefarm li#history a:hover {
			 background-position: -120px -101px;
		}
	
		#vert_menu_thefarm li#history a:active {
			 background-position: -240px -101px;
		}
	
		#vert_menu_thefarm li#history a#VertSelectNav {
			 background-position: -240px -101px;
		}
	
		#vert_menu_thefarm li#childrensedventure a {
			 height: 44px;
			background-position: -0px -128px;
		}
	
		#vert_menu_thefarm li#childrensedventure a:hover {
			 background-position: -120px -128px;
		}
	
		#vert_menu_thefarm li#childrensedventure a:active {
			 background-position: -240px -128px;
		}
	
		#vert_menu_thefarm li#childrensedventure a#VertSelectNav {
			 background-position: -240px -128px;
		}
	
		#vert_menu_thefarm li#testimonials a {
			 height: 28px;
			background-position: -0px -172px;
		}
	
		#vert_menu_thefarm li#testimonials a:hover {
			 background-position: -120px -172px;
		}
	
		#vert_menu_thefarm li#testimonials a:active {
			 background-position: -240px -172px;
		}
	
		#vert_menu_thefarm li#testimonials a#VertSelectNav {
			 background-position: -240px -172px;
		}
	
		#vert_menu_thefarm li#photogallery a {
			 height: 28px;
			background-position: -0px -200px;
		}
	
		#vert_menu_thefarm li#photogallery a:hover {
			 background-position: -120px -200px;
		}
	
		#vert_menu_thefarm li#photogallery a:active {
			 background-position: -240px -200px;
		}
	
		#vert_menu_thefarm li#photogallery a#VertSelectNav {
			 background-position: -240px -200px;
		}
	
		#vert_menu_thefarm li#farmfriends a {
			 height: 28px;
			background-position: -0px -228px;
		}
	
		#vert_menu_thefarm li#farmfriends a:hover {
			 background-position: -120px -228px;
		}
	
		#vert_menu_thefarm li#farmfriends a:active {
			 background-position: -240px -228px;
		}
	
		#vert_menu_thefarm li#farmfriends a#VertSelectNav {
			 background-position: -240px -228px;
		}
	
		#vert_menu_thefarm li#inthepress a {
			 height: 28px;
			background-position: -0px -256px;
		}
	
		#vert_menu_thefarm li#inthepress a:hover {
			 background-position: -120px -256px;
		}
	
		#vert_menu_thefarm li#inthepress a:active {
			 background-position: -240px -256px;
		}
	
		#vert_menu_thefarm li#inthepress a#VertSelectNav {
			 background-position: -240px -256px;
		}
	
		#vert_menu_thefarm li#directions a {
			 height: 15px;
			background-position: -0px -284px;
		}
	
		#vert_menu_thefarm li#directions a:hover {
			 background-position: -120px -284px;
		}
	
		#vert_menu_thefarm li#directions a:active {
			 background-position: -240px -284px;
		}
	
		#vert_menu_thefarm li#directions a#VertSelectNav {
			 background-position: -240px -284px;
		}

	
		
		/********************************/
		/*		  MENU - ACTIVITIES		*/
		/********************************/
		
	   ul#vert_menu_activities {
		 list-style-type: none;
		 padding: 0; /*removes indent Mozilla and NN7*/
		 margin: 0; /*removes indent IE6 and IE7*/
	   }
	
	   #vert_menu_activities li a {
		 display: block;
		 width: 120px;
		 background-repeat: no-repeat;
		 text-indent: -3000px;
		 background-image: url(../images/vert_menu/vert_menu_activities.jpg);
		 padding: 0;
		 vertical-align: bottom; /* This fixes the Win gap */
	   }
	
		#vert_menu_activities li#chores a {
			 height: 29px;
			background-position: -0px -0px;
		}
	
		#vert_menu_activities li#chores a:hover {
			 background-position: -120px -0px;
		}
	
		#vert_menu_activities li#chores a:active {
			 background-position: -240px -0px;
		}
	
		#vert_menu_activities li#chores a#VertSelectNav {
			 background-position: -240px -0px;
		}
	
		#vert_menu_activities li#downtime a {
			 height: 27px;
			background-position: -0px -29px;
		}
	
		#vert_menu_activities li#downtime a:hover {
			 background-position: -120px -29px;
		}
	
		#vert_menu_activities li#downtime a:active {
			 background-position: -240px -29px;
		}
	
		#vert_menu_activities li#downtime a#VertSelectNav {
			 background-position: -240px -29px;
		}
	
		#vert_menu_activities li#offfarm a {
			 height: 28px;
			background-position: -0px -56px;
		}
	
		#vert_menu_activities li#offfarm a:hover {
			 background-position: -120px -56px;
		}
	
		#vert_menu_activities li#offfarm a:active {
			 background-position: -240px -56px;
		}
	
		#vert_menu_activities li#offfarm a#VertSelectNav {
			 background-position: -240px -56px;
		}
	
		#vert_menu_activities li#adventure a {
			 height: 29px;
			background-position: -0px -84px;
		}
	
		#vert_menu_activities li#adventure a:hover {
			 background-position: -120px -84px;
		}
	
		#vert_menu_activities li#adventure a:active {
			 background-position: -240px -84px;
		}
	
		#vert_menu_activities li#adventure a#VertSelectNav {
			 background-position: -240px -84px;
		}
	
		#vert_menu_activities li#cormmaze a {
			 height: 11px;
			background-position: -0px -113px;
		}
	
		#vert_menu_activities li#cormmaze a:hover {
			 background-position: -120px -113px;
		}
	
		#vert_menu_activities li#cormmaze a:active {
			 background-position: -240px -113px;
		}
	
		#vert_menu_activities li#cormmaze a#VertSelectNav {
			 background-position: -240px -113px;
		}


		/********************************/
		/*		  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#rates a {
			 height: 28px;
			background-position: -0px -0px;
		}
	
		#vert_menu_reservations li#rates a:hover {
			 background-position: -120px -0px;
		}
	
		#vert_menu_reservations li#rates a:active {
			 background-position: -240px -0px;
		}
	
		#vert_menu_reservations li#rates a#VertSelectNav {
			 background-position: -240px -0px;
		}
	
		#vert_menu_reservations li#whatsincluded a {
			 height: 29px;
			background-position: -0px -28px;
		}
	
		#vert_menu_reservations li#whatsincluded a:hover {
			 background-position: -120px -28px;
		}
	
		#vert_menu_reservations li#whatsincluded a:active {
			 background-position: -240px -28px;
		}
	
		#vert_menu_reservations li#whatsincluded a#VertSelectNav {
			 background-position: -240px -28px;
		}
	
		#vert_menu_reservations li#faq a {
			 height: 27px;
			background-position: -0px -57px;
		}
	
		#vert_menu_reservations li#faq a:hover {
			 background-position: -120px -57px;
		}
	
		#vert_menu_reservations li#faq a:active {
			 background-position: -240px -57px;
		}
	
		#vert_menu_reservations li#faq a#VertSelectNav {
			 background-position: -240px -57px;
		}
	
		#vert_menu_reservations li#packages a {
			 height: 28px;
			background-position: -0px -84px;
		}
	
		#vert_menu_reservations li#packages a:hover {
			 background-position: -120px -84px;
		}
	
		#vert_menu_reservations li#packages a:active {
			 background-position: -240px -84px;
		}
	
		#vert_menu_reservations li#packages a#VertSelectNav {
			 background-position: -240px -84px;
		}
	
		#vert_menu_reservations li#reservation a {
			 height: 28px;
			background-position: -0px -112px;
		}
	
		#vert_menu_reservations li#reservation a:hover {
			 background-position: -120px -112px;
		}
	
		#vert_menu_reservations li#reservation a:active {
			 background-position: -240px -112px;
		}
	
		#vert_menu_reservations li#reservation a#VertSelectNav {
			 background-position: -240px -112px;
		}



		/********************************/
		/*		  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: 142px;
		 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: 20px;
			background-position: -0px -0px;
		}
	
		#vert_menu_contact li#directions a:hover {
			 background-position: -142px -0px;
		}
	
		#vert_menu_contact li#directions a:active {
			 background-position: -284px -0px;
		}
	
		#vert_menu_contact li#directions a#VertSelectNav {
			 background-position: -284px -0px;
		}
	
		#vert_menu_contact li#request a {
			 height: 23px;
			background-position: -0px -20px;
		}
	
		#vert_menu_contact li#request a:hover {
			 background-position: -142px -20px;
		}
	
		#vert_menu_contact li#request a:active {
			 background-position: -284px -20px;
		}
	
		#vert_menu_contact li#request a#VertSelectNav {
			 background-position: -284px -20px;
		}



	/*			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;

}




