body {
	background-image: url(../images/bg.jpg);
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 140%;
}
#adm_wrapper {
	background-color: #FFFFFF;
	text-align: left;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#wrapper {
	background-color: #FFFFFF;
	text-align: left;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	background-color: #FFFFFF;
	 
	height: 228px;
	width: 970px;
	 
}
#main_menu {
	background-image: url(../images/bg_menu.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 51px;
	width: 970px;
}

#main_menu A {
	display: block;
	float: left;
	height: 51px;
	width: 100px;
	margin-top: 0px;
	margin-left: 32px;
	background-repeat: no-repeat;
}

#m_welcome {
	background-image: url(../images/mnu_welcome.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline;
}

#m_about { 
	background-image: url(../images/mnu_aboutus.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#m_faq { 
	background-image: url(../images/mnu_faqs.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#m_join { 
	background-image: url(../images/mnu_join.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#m_events { 
	background-image: url(../images/mnu_events.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#m_recipes { 
	background-image: url(../images/mnu_recipes.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#m_tips { 
	background-image: url(../images/mnu_tips.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#m_welcome:hover {
	background-image: url(../images/mnu_welcome.jpg);
	background-repeat: no-repeat;
	background-position: 0px -51px;
}

#m_about:hover { 
	background-image: url(../images/mnu_aboutus.jpg);
	background-repeat: no-repeat;
	background-position: 0px -51px;
}

#m_faq:hover { 
	background-image: url(../images/mnu_faqs.jpg);
	background-repeat: no-repeat;
	background-position: 0px -51px;
}


#m_join:hover { 
	background-image: url(../images/mnu_join.jpg);
	background-repeat: no-repeat;
	background-position: 0px -51px;
}

#m_events:hover { 
	background-image: url(../images/mnu_events.jpg);
	background-repeat: no-repeat;
	background-position: 0px -51px;
}

#m_recipes:hover { 
	background-image: url(../images/mnu_recipes.jpg);
	background-repeat: no-repeat;
	background-position: 0px -51px;
}
#m_tips:hover { 
	background-image: url(../images/mnu_tips.jpg);
	background-repeat: no-repeat;
	background-position: 0px -51px;
}
#logo {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}
#head_photo {
	float: right;
	width: 671px;
	height: 144px;
	
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;

}

#sidebar {
	background-image: url(../images/bg_sidebar.jpg);
	background-repeat: repeat;
	float: left;
	width: 275px;	 
 
}
#sidebar h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0DA5F;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
	clear: both;
}
#sidebar .column {
	float: left;
}


#sidebar p {
	font-weight: bold;
	color: #666666;
	margin-right: 10px;
	margin-left: 12px;
	font-size: 9pt;
	padding: 0px;
	margin-bottom: 4px;
	margin-top: 0px;
}
#sidebar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#sidebar li {
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding-left: 12px;
	padding-bottom: 5px;
	font-size: 9pt;
}



/* orange */
.sidebar_emp {
	color: #f2691b; 
}

#page_content {
	background-color: #FFFFFF;
	float: right;
	width: 690px;
	 
}

#page_content A:link {
	background-color: #FFFFFF;
	color:#366602;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #386603;
}
#page_content A:visited {
	background-color: #FFFFFF;
	color:#666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#page_content A:hover {
	background-color: #95B140;
	color:#FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#page_content h1 {

	font-size: 13pt;
	font-weight: bold;
	color: #4A6D0F;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E2EDA9;
	margin-right: 15px;
	margin-left: 22px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
	clear: both;
}

#page_content h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #FF6600;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
	clear: both;
	background-image: url(../images/bg_h2.jpg);
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	height: 35px;
	width: 640px;
	background-repeat: no-repeat;
}

#page_content p, #page_content UL, #page_content OL  {
	margin-right: 25px;
	margin-left: 35px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

#page_content LI  {
	 
	 
	margin-top: 0px;
	margin-bottom: 8px;
	 
}
#farm_photos {
	width: 600px;
	text-align: center;
}
#farm_photos IMG {
	padding: 4px;
	border: 1px solid #333333;
	margin: 4px;
}



#footer {
	background-color: #FFFFFF;
	clear: both;
	padding-top: 20px;
	height: 50px;
	font-size: 8.5pt;
}
#footer_menu {
	float: right;
}

#credits {
	padding: 10px;
	float: left;
}
#footer_menu {
	float: right;
	padding: 10px;
	margin-right: 120px;
}
#footer_menu A:link, #credits A:link {
	background-color: #FFFFFF;
	color:#366602;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #386603;
	padding: 2px 2px 0px;
}
#footer_menu A:visited, #credits A:visited {
	background-color: #FFFFFF;
	color:#666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#footer_menu A:hover, #credits A:hover {
	background-color: #95B140;
	color:#FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#sidebar a:link, #sidebar a:visited  {
	font-weight: bold;
	color: #5d7d22;
	margin-right: 10px;
	margin-left: 12px;
	font-size: 11pt;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}
#sidebar a:hover {
	color: #FF9900;
	text-decoration: none;
	display: block;
}
#sidebar img.curl {
	padding-left: 25px;
}

#sidebar A.recipe_selection:link {
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
	margin-right: 8px;
	margin-left: 15px;
}

.clearfix {
	clear: both;
}
.details {
	padding: 10px;
}
.callout {
	background-color: #F6F9DE;
	font-size: 13pt;
	color: #465F1B;
	width: 500px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	border: 2px solid #B2C866;
	margin-bottom: 15px;
	line-height: 145%;
}
.callout2 {
	background-color: #F6F9DE;
	font-size: 11pt;
	color: #465F1B;
	width: 580px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	border: 2px solid #B2C866;
	margin-bottom: 15px;
	line-height: 135%;
}

