BODY
{
	text-align: center; /* to correct the centering IE bug*/
	font-family: "Georgia", Times New Roman, Times, serif;
	line-height: 14px;
	overflow: visible;
	font-size: 10px;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(/images/sidebannerwedge.gif);
	background-position:0px -35px;
	background-repeat: repeat-x;
	background-color:#7c9d7e;
}

TABLE
{
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11pt;
}

A
{
	color: #600C0C; 
	text-decoration: none;
	
}
A:hover
{
	color: #1E5534;
	text-decoration: underline;
}

H1
{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: -1px;
	margin-top: -3px;
}

H2
{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}

H3
{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}

H4
{
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	margin: 0px;
}

P
{
	margin-top: 9pt;
	margin-bottom: 9pt;
	font-size: 10pt;
	color: #000000;
	margin-left: 75pt;
}

SELECT
{
	font-family: Arial;
	font-size: 8pt;
}

INPUT
{
	font-family: Arial;
	font-size: 8pt;
}

/*
	The filter property utilizes Microsoft's gradient filter: a "procedural surface" that blends colors for smooth transitions.
	-	GradientType specifies the blend direction; 0 means top-to-bottom and 1 means left-to-right.
	-	StartColorStr & EndColorStr are entered as octets, with the first two hex values controlling opacity and the remainder specifying color.
*/
INPUT.Button
{
	cursor: hand;
	font-size: 12px;
	font-weight: bold;
	background-color: #1E5534;
	border: 1px solid #000000; 
	color: #F0EAC1;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ff7C9D7E',EndColorStr='#ff1E5534');
}

INPUT.Button:Hover
{
	background-color: #7C9D7E;
	color: #F0EAC1;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ff1E5534',EndColorStr='#ff7C9D7E');
}

INPUT.HeaderButton
{
	cursor: hand;
	font-size: 12px;
	font-weight: bold;
	background-color: #7C9D7E;
	border: 1px solid #000000; 
	color: #F0EAC1;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ff1E5534',EndColorStr='#ff7C9D7E');
}

INPUT.HeaderButton:Hover
{
	background-color: #1E5534;
	color: #F0EAC1;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ff7C9D7E',EndColorStr='#ff1E5534');
}

INPUT.DisabledButton
{
	cursor: hand;
	font-size: 12px;
	background-color: #1E5534;
	border: 1px solid #000000; 
	color: #F0EAC1;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ff7C9D7E',EndColorStr='#ff1E5534');
}

DIV.Button
{
    cursor: hand;
	font-size: 12px;
	font-weight: bold;
	background-color: #1E5534;
	border: 1px solid #000000; 
	color: #F0EAC1;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ff7C9D7E',EndColorStr='#ff1E5534');
}

DIV.Button:Hover
{
	background-color: #7C9D7E;
	color: #F0EAC1;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ff1E5534',EndColorStr='#ff7C9D7E');
}

DIV.Button A
{
	font-size: 12px;
	font-weight: bold; 
	color: #F0EAC1;
	text-decoration: none;
}

DIV.Button A:Visited
{
	color: #FCB030;
	text-decoration: none;
}

DIV.Button A:Hover
{
	color: #7C9D7E;
	text-decoration: none;
}

TR.SpacerRow
{
	height: 10px;
}

TR.Backordered
{
	
}

TR.Canceled
{
	color: #ff0000;
}

TABLE.ItemBox
{
	background-color: #ffffee;
	vertical-align: top;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 5px;
}

TABLE.Box
{
	border: 1px solid #1E5534; 
	background-color: #ffffff;
	padding:10px;
	border-collapse: collapse;
}

TABLE.Grid
{
	border-collapse: collapse;
	border: solid 1px #1E5534;
}

.Grid TD
{
	border-style: solid;
	border-width: 1px;
	border-color: #1E5534;
	padding: 3px;
}

TABLE.Grid A
{
	text-decoration: underline;
	color: #600C0C;
}

TABLE.Grid A:Hover
{
	color: #1E5534;
}

TABLE.Grid A:Visited
{
	color: #600C0C;
}	

TABLE.Grid A:Visited:Hover
{
	color: #1E5534;
}

.ImageButton
{
	cursor: hand;
}

.Header
{
	background-color: #1E5534;
	color: #ffffff;
	font-weight: 700;
}

#Header h1 {
	background: #1E5534;
	color: #F0EAC1;
	font-size: 18px;
	font-variant: small-caps;
	height: 25px;
	padding: 10px 0 0 15px;
	width: 975px;
}

.ItemRow
{
	background-color: #ffffff;
}

.AlternatingRow
{
	background-color: #7C9D7E;
}

.ErrorMessage
{
	color: #ff0030;
	font-weight: 700;
	font-size: 10pt;
}

.Price
{
	color: #000000;
}

.SalePrice
{
	color: #ff0030;
}

TABLE.Form
{
	border: 1px solid #1E5534; 
	background-color: #ffffff;
	padding:10px;
	border-collapse: collapse;
}

TABLE.Form TH
{
	background-color: #7C9D7E;
	font-weight: 700;
	font-size: 10pt;
	border: solid 1px #1E5534;
	padding: 2px;
	text-align: left;
}

TABLE.Calendar
{
	border: 1px solid #1E5534;
	background-color:#ffffff;
	color: #00008b;
}

.ValidationSummary
{
	color: #ff0030;
	font-weight: 700;
	font-size: 10pt;
	border: 1px solid #1E5534; 
	background-color: #ffffff;
	padding:10px;
	border-collapse: collapse;
	margin: 2px 2px 2px 2px;
}
	
TD.AddressLineLabel
{
	padding-right: 5px;
	text-align: right;
	font-weight: 700;
}

TD.AddressLineInfo
{
	text-align: left;
}

.LiteNote
{
    color: #AAAAAA;
}

DIV.UserDefinedHierarchyPrompt
{
	background-color: #7C9D7E;
	border: 1px solid #1E5534;
	text-align:center;
	display: block; 
	overflow: auto;
	position: absolute;
	visibility: hidden;
}

TABLE.UserDefinedHierarchyPromptHead
{
	background-color: #1E5534;
	color: #F0EAC1;
}

DIV.CloseLink
{
	cursor: hand;
	margin: 5px 5px 0px 0px;
}

/***********************************
Content Body Style
***********************************/

TABLE.ContentBody
{
	border: 0px solid #0066cc; 
	background-color: #ffffff;
	color: #000000;
	font-family: Arial;
	padding:10px;
	border-collapse: collapse;
}

TABLE#contentMasterTbl
{
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	text-align: left;
	vertical-align:bottom;
	font-size: 11px;
	font-weight: normal;
	padding:0px 0px 0px 0px;
}


/*Seed Savers*/
/*topnav.css*/
#wrap {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#banner {
	background-image: url(/images/sse-logo.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 990px;
	height: 195px;
	padding: 0px;
	margin: 0px;
	position: relative;
	text-align: right;
}

<!---SEARCH BOX---->

#searchArea {
	text-align: right;
	height: 150px;
	width: 600px;
}


#searchForm {
	height: 150px;
	text-align: right;
	width: 400px;
	position: absolute;
	top: 5px;
	right: 0px;
}

.searchbox {
	margin: 45px 0px 0px 0px;

}

label#search1 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: italic;
	font-size: 14px;
	color: #f2eba2;
	margin-right: 5px;
	vertical-align: middle;
}

input.textbox	{
	color: #000000;
	background: #ffffee;
	border: 0;
	margin: 0px 0px 0px 5px;
	padding-left: 5px;
	width: 100px;
	font-weight: normal;
	vertical-align: middle;
}



<!--NAVIGATION-->

#nav{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: 40px;
	position: relative;
}

#navMainLeft {
	width: 392px;
	position:absolute;
	left:-90px;
	top:146px;
	padding:0px;
	margin:0px;
	text-align:right;
	display:inline-block;
	height: 15px;
}

#navMainRight{
	width: 341px;
	position: absolute;
	right:-40px;
	top:146px;
	padding:0px;
	margin:0px;
	text-align: left;
	display:inline-block;
	height: 15px;
}


li.nav {
	display: inline;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #f2eba2;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1;
}

ul.nav {
	margin: 0px;
	padding: 0px;
}
a:link.nav {
	color: #f2eba2;
	text-decoration: none;
	font-size: 13px;
	margin: 0px;
	padding: 0px;	
}

a:hover.nav {
	color: #aabb67;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a:active.nav {
	color: #aabb67;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a:visited.nav {
	color: #f2eba2;
	text-decoration: none;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

a:visited:hover.nav {
	color: #aabb67;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}


/*sidenav.css*/
A.sidenav2:link {
	 color: #090100;
	 font-size: 13px;
	 font-family: Georgia;
	 text-decoration: none;
	 background-color: ddddbb;
}

A.sidenav2:active {
	 color: #090100;
	 font-size: 13px;
	 font-family: Georgia;
	 text-decoration: none;
	 background-color: ddddbb;
}

A.sidenav2:visited {
	 color: #090100;
	 font-size: 13px;
	 font-family: Georgia;
	 text-decoration: none;
}

A.sidenav2:hover {
	 color: #090100;
	 font-size: 13px;
	 font-family: Georgia;
	 text-decoration: underline;
}

.sidenavTxt {
	 color: #3e331f;
	 font-size: 13px;
	 font-family: Georgia;
	 font-weight: bold;
}

.sidenavbg {
	 background-color: #ddddbb;
	 width: 120px;
}


/*storestyle.css*/
.TopNavRow2Text{
	 color :#000000;
	 FONT-SIZE  :13px;
	 FONT-FAMILY : Georgia, Times New Roman, Times, serif ;
	 TEXT-DECORATION  : none ;
	 background-color :#FFFFEE;
}
.THHeader{

	 color :#000000;
	 FONT-SIZE  :13px;
	 FONT-FAMILY : Georgia, Times New Roman, Times, serif ;
	 FONT-WEIGHT  : bold ;
	 TEXT-DECORATION  : none ;
	 background-color :#FFFFEE;
}
.tdRow1Color {

	 background-color :#DDDDBB;
}
.tdRow2Color {

	 background-color :#FFFFEE;
}
A.allpage:link {

	 color :##FALSE;
	 FONT-SIZE  :13px;
	 FONT-FAMILY : Georgia, Times New Roman, Times, serifs ;
	 TEXT-DECORATION  : none ;
}
A.allpage:visited {

	 color :##FALSE;
	 FONT-SIZE  :13px;
	 FONT-FAMILY : Georgia, Times New Roman, Times, serif ;
	 TEXT-DECORATION  : none ;
}
A.allpage:hover {

	 color :##FALSE;
	 FONT-SIZE  :13px;
	 FONT-FAMILY : Georgia, Times New Roman, Times, serifs ;
	 TEXT-DECORATION  : underline ;
}
A:link {

	 color :##FALSE;
	 FONT-SIZE  :13px;
	 FONT-FAMILY : Georgia, Times New Roman, Times, serif ;
	 TEXT-DECORATION  : none ;
}
A:visited {

	 color :##FALSE;
	 FONT-SIZE  :13px;
	 FONT-FAMILY : Georgia, Times New Roman, Times, serif ;
	 TEXT-DECORATION  : none ;
}
A:hover {

	 color :##FALSE;
	 FONT-SIZE  :13px;
	 FONT-FAMILY : Georgia, Times New Roman, Times, serif ;
	 TEXT-DECORATION  : underline ;
}
.Plaintext{

	 color :#090100;
	 FONT-SIZE  :13px;
	 FONT-FAMILY : Georgia, Times New Roman, Times, serifs ;
	 TEXT-DECORATION  : none ;
}
.Plaintextbold{

	 color :#090100;
	 FONT-SIZE  :13px;
	 FONT-FAMILY : Georgia, Times New Roman, Times, serif ;
	 FONT-WEIGHT  : bold ;
	 TEXT-DECORATION  : none ;
}
.ProductTitle{

	 color :#000000;
	 FONT-SIZE  :13px;
	 FONT-FAMILY : Georgia, Times New Roman, Times, serif ;
	 FONT-WEIGHT  : bold ;
	 TEXT-DECORATION  : none ;
}
.ProductPrice{

	 color :#000000;
	 FONT-SIZE  :13px;
	 FONT-FAMILY : Georgia, Times New Roman, Times, serif ;
	 TEXT-DECORATION  : none ;
}
.CompPrice{

	 color :#FD0606;
	 FONT-SIZE  :13px;
	 FONT-FAMILY : Georgia, Times New Roman, Times, serif ;
	 FONT-WEIGHT  : bold ;
	 TEXT-DECORATION  : none ;
}
.smalltextblk{

	 color : #000000;
	 FONT-SIZE  :12px ;
	 FONT-FAMILY : Georgia, Times New Roman, Times, serif ;
	 TEXT-DECORATION  : none ;
}
.pagenavbg 
{
    background-color :#FFFFEE;
/*	width: 640px*/
}

/*rollover.css*/
div#links a {
   float: left ;
   width: 123px;
   text-align: left; 
   padding: 2px 2px; 
   margin: 1px; 
   border-width: 1; 
   text-decoration: none; 
   color: #ffffee; 
   background: #7c9d7e;
   border-right: 0px solid #505050;
}

div#links a:hover {
	color: #1e5534; 
	background: #ddddbb;
	text-decoration: none; 
   	border-right: 0px double white;
}

div#links a span {
	display: none;
}

div#links a:hover span {
	display: block;
	position: absolute; 
	padding: 1px; 
	margin: 1px ; 
	z-index: 100;
	color: #ffffee; 
	background: black;
	text-align: left;
	text-decoration: underline;
}

/*order.css*/a:link.ordernav {
	color: #ffffee; 
	text-decoration: none;
	font-size: 13px;
	margin: 0px;
	padding: 0px;	
}

a:hover.ordernav {
	color: #aabb67;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a:active.ordernav {
	color: #aabb67;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a:visited.ordernav {
	color: #ffffee;
	text-decoration: none;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

a:visited:hover.ordernav {
	color: #aabb67;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.orderinfo {
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
	color: #1E5534; 
	text-decoration: none;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

a.orderinfo {
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
}

a:link.orderinfo {
	color: #1E5534; 
	text-decoration: none;
	font-size: 16px;
	margin: 0px;
	padding: 0px;	
}

a:hover.orderinfo {
	color: #1E5534;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a:active.orderinfo {
	color: #1E5534;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a:visited.orderinfo {
	color: #1E5534;
	text-decoration: none;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

a:visited:hover.orderinfo {
	color: #1E5534;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

/*ordernav*/
#orderNav{
	width: 500px;
	padding:0px;
	margin:0px;
	text-align: right;
	height: 15px;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	left: -105px;
}


li.order {
	display: inline;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #1c3e24;
	margin: 0px;
	padding: 0px;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
}

ul.ordernav {
	margin: 0px;
	padding: 0px;
	color: #1c3e24;
		font-size: 11px;

}
a:link.ordernav {
	color: #1c3e24;
	text-decoration: none;
	font-size: 11px;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;	
}

a:hover.ordernav {
	color: #feffed;
	text-decoration: none;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:active.ordernav {
	color: #1c3e24;
	text-decoration: none;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:visited.ordernav {
	color: #1c3e24;
	text-decoration: none;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:visited:hover.ordernav {
	color: #feffed;
	text-decoration: none;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:visited:active.ordernav {
	color: #1c3e24;
	text-decoration: none;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*inline*/
a:link#infoLink {
	color: #3e331f;
	text-decoration: underline;
	font-size: 11px;
	font-family: Tahoma;
}

a:hover#infoLink {
	color: #aabb67;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 11px;
}

a:active#infoLink {
	color: #aabb67;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 11px;
}

a:visited#infoLink {
	color: #3e331f;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 11px;
}

a:visited:hover#infoLink {
	color: #aabb67;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 11px;
}


#footer {
	background-color: #1e5534;
	width: 100%;
	height: 40px;
	color: #ffffff;
	font-weight:200;
	font-size: 13px;
	padding: 0px;
	margin: 0px;;
	text-align: center;
}

#info {
	border-top: solid thick #1e5534;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 11px;
	text-align: center;
	color: #3e331f;
	line-height: 12px;
}

.info {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #3e331f;
}

#footer-copy {
	padding:10px;
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	width:220px;
}

DIV.AboutUs div#centerTop
{

	background-image: url(/images/aboutus_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 800px;
	margin: 0px;
	padding: 0px;
	height: 120px;
}


#centerTop {
	background-image: url(/images/aboutus_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 800px;
	margin: 0px;
	padding: 0px;
	height: 120px;
}

DIV.AboutUs

.topCopy {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 13px;
	color: #8e8365;
	font-weight: normal;
	line-height: 18px;
	text-align: right;
	padding: 10px 10px 0px 320px;
	margin: 0px;
	clear: right
}

.middleBorders {
	border-style: solid;
	border-top-color:#8e8365;
	border-bottom-color:#8e8365;
	border-width: thin;
	border-left: none;
	border-right: none;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 87px;
	margin: 0px 0px 10px 0px;
	text-align:left;
}
.programsButtons1 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(/images/aboutus_orchard.gif);
}

.programsButtons2 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(/images/aboutus_visitors.gif);
}

.programsButtons3 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(/images/aboutus_gardens.gif);
}

.programsButtons4 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(/images/aboutus_cattle.gif);
}

.programsButtons5 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(/images/aboutus_collection.gif);
}

.programsButtons6 {
	width: 250px;
	height: 84px;
	text-align: right;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/aboutus_hermans.gif);
}

.programsButtons7 {
	width: 250px;
	height: 84px;
	text-align: right;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/Photo-5.png);
}

.redHeader {
	color: #600c0c;
	font-size: 18px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-weight:normal;
}

a:link.about1 {
	text-decoration:none;
	color: #1e5534;
}

a:hover.about1 {
	text-decoration: underline;
	color: #600c0c;
}

a:active.about1 {
	text-decoration: none;
	color: #1e5534;
	width:100%
}

a:visited.about1 {
	text-decoration: none;
	color: #1e5534;
}

a:visited:hover.about1 {
	text-decoration: underline;
	color: #600c0c;
}

a:link.about2 {
	color: #1e5534;
	font-weight: normal;
	text-decoration: none;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:hover.about2 {
	color: #600c0c;
	font-weight:normal;
	text-decoration: underline;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:active.about2 {
	color: #600c0c;
	text-decoration: none;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:visited.about2 {
	color: #1e5534;
	font-weight: normal;
	text-decoration: none;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:visited:hover.about2 {
	color: #600c0c;
	font-weight:normal;
	text-decoration: underline;
	font-family: "Georgia", Times New Roman, Times, serif;
}


a:link.about3 {
	color: #1e5534;
	font-weight: normal;
	text-decoration: none;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:hover.about3 {
	color: #600c0c;
	font-weight:normal;
	text-decoration: underline;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
}

a:active.about3 {
	text-decoration: none;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
}

a:visited.about3 {
	color: #1e5534;
	font-weight: normal;
	text-decoration: none;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.pabout {
	padding: 0px 0px 5px 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #4A4344;
	margin: 0px;
}

.pprograms {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
	margin: 3px 8px 0px 0px;
	width:100%;
	padding: 0px;
	text-align: right;
	float: right;
}

.pgeorgia {
	font-size: 12px;
	color: #1e5534;
	font-weight: 200;
	line-height: 16px;
	font-family: "Georgia", Times New Roman, Times, serif;
	margin: 0px;
	padding: 0px;
}

.pGreen {
	color: #1e5534;
}

.green {
	color: #1e5534;
}

.tan {
	color: #8e8365;
}

.red {
	color: #600c0c;
}

.pHeader {
	color: #600c0c;
	font-size: 16px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
}

.pHeader2 {
	color: #1e5534;
	font-size: 13px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

h3.about {
	color: #1e5534;
	font-size: 18px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
}

h4.about {
	color: #1e5534;
	font-size: 14px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	padding: 0px 10px 5px 0px;
	margin: 0px;
	text-align: right;
}

h5.about {
	color: #1e5534;
	font-size: 14px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	margin: 0px;
	text-align: left;
	padding: 10px 0px 0px 0px;
}

h6.about {
	color: #1e5534;
	font-size: 13px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	margin: 0px 15px 0px 95px;
	padding-top: 10px;
}


img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}


ul.about1 {
	list-style:none;
	padding-top: 0px;
	margin-top: 0px;
}

li.about1 {
	list-style:none;
	padding-top: 0px;
	margin-top: 5px;
}


#clearfloat {
	clear:both;
	font-size:1px;
	height:0pt;
	line-height:0px;
}


DIV.heritagefarm div#centerTop
{

	background-image: url(/images/heritagefarm_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 800px;
	margin: 0px;
	padding: 0px;
	height: 120px;
}


DIV.heritagefarm 

#centerTop {
	background-image: url(../images/heritagefarm_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 650px;
	margin: 0px;
	padding: 0px;
	height: 120px;
}

.topCopy {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 13px;
	color: #8e8365;
	font-weight: normal;
	line-height: 18px;
	text-align: right;
	padding: 10px 10px 0px 320px;
	margin: 0px;
	clear: right
}


.middleBorders {
	border-style: solid;
	border-top-color:#8e8365;
	border-bottom-color:#8e8365;
	border-width: thin;
	border-left: none;
	border-right: none;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 87px;
	margin: 0px 0px 10px 0px;
}

.redHeader {
	color: #600c0c;
	font-size: 18px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-weight:normal;
}

.programsButtons1 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(../images/aboutus_orchard.gif);
}

.programsButtons2 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(../images/membership_stream.jpg);
	left: 0px;
}

.programsButtons3 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(../images/aboutus_gardens.gif);
}

.pabout {
	padding: 0px 0px 5px 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #4A4344;
	margin: 0px;
}

.pprograms {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
	width:136px;
	padding: 0px;
	text-align: right;
	float: right;

}	

.pgeorgia {
	font-size: 12px;
	color: #1e5534;
	font-weight: 200;
	line-height: 16px;
	font-family: "Georgia", Times New Roman, Times, serif;
	margin: 0px;
	padding: 0px;
}

.pGreen {
	color: #1e5534;
}

.green {
	color: #1e5534;
}

.tan {
	color: #8e8365;
}

.red {
	color: #600c0c;
}

.pHeader {
	color: #600c0c;
	font-size: 16px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
}

.pHeader2 {

	color: #1e5534;
	font-size: 13px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

h3.about {
	color: #1e5534;
	font-size: 18px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
}

h4.about {
	color: #1e5534;
	font-size: 14px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	padding: 0px 10px 5px 0px;
	margin: 0px;
	text-align: right;	
}

h5.about {
	color: #1e5535;
	font-size: 14px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	margin: 0px;
	text-align: left;
	padding: 10px 0px 0px 0px;
}

h6.about {
	color: #1e5534;
	font-size: 13px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	margin: 0px 15px 0px 95px;
	padding-top: 10px;
	text-align: center;
}


img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}


.programsButtons1 {
	width: 250px;
	height: 145px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(/images/savingheirlooms_B579.jpg);
}


DIV.visitorcenter

#centerTop {
	background-image: url(../images/vc_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 770px;
	margin: 0px;
	padding: 0px;
	height: 160px;
}

.topCopy {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 13px;
	color: #8e8365;
	font-weight: normal;
	line-height: 18px;
	text-align: right;
	padding: 10px 10px 0px 320px;
	margin: 0px;
	clear: right
}

.middleBorders {
	border-style: solid;
	border-top-color:#8e8365;
	border-bottom-color:#8e8365;
	border-width: thin;
	border-left: none;
	border-right: none;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 160px;
	margin: 0px 0px 10px 0px;
}


.programsButtons1 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(../SSEFinals/images/aboutus_orchard.gif);
}

.programsButtons2 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(../SSEFinals/images/aboutus_visitors.gif);
}

.programsButtons3 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(../SSEFinals/images/aboutus_gardens.gif);
}

.programsButtons4 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(../SSEFinals/images/aboutus_cattle.gif);
}

.programsButtons5 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(../SSEFinals/images/aboutus_collection.gif);
}

.programsButtons6 {
	width: 250px;
	height: 84px;
	text-align: right;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url(../SSEFinals/images/aboutus_hermans.gif);
}

.redHeader {
	color: #600c0c;
	font-size: 18px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-weight:normal;
}

a:link.about1 {
	text-decoration:none;
	color: #1e5534;
}

a:hover.about1 {
	text-decoration: underline;
	color: #600c0c;
}

a:active.about1 {
	text-decoration: none;
	color: #1e5534;
}

a:visited.about1 {
	text-decoration: none;
	color: #1e5534;
}

a:visited:hover.about1 {
	text-decoration: underline;
	color: #600c0c;
}

a:link.about2 {
	color: #1e5534;
	font-weight: normal;
	text-decoration: none;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:hover.about2 {
	color: #600c0c;
	font-weight:normal;
	text-decoration: underline;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:active.about2 {
	color: #600c0c;
	text-decoration: none;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:visited.about2 {
	color: #1e5534;
	font-weight: normal;
	text-decoration: none;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:visited:hover.about2 {
	color: #600c0c;
	font-weight:normal;
	text-decoration: underline;
	font-family: "Georgia", Times New Roman, Times, serif;
}


a:link.about3 {
	color: #1e5534;
	font-weight: normal;
	text-decoration: none;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:hover.about3 {
	color: #600c0c;
	font-weight:normal;
	text-decoration: underline;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
}

a:active.about3 {
	text-decoration: none;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
}

a:visited.about3 {
	color: #1e5534;
	font-weight: normal;
	text-decoration: none;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:visited:hover.about3 {
	color: #600c0c;
	font-weight:normal;
	text-decoration: underline;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
}

.pabout {
padding: 0px 0px 5px 0px;
font-size: 12px;
font-weight: normal;
line-height: 15px;
font-family: "Georgia", Times New Roman, Times, serif;
color: #4A4344;
margin: 0px;
}

.pprograms {
font-size: 11px;
font-weight: normal;
line-height: 15px;
font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
margin: 3px 15px 0px 100px;
padding: 0px;
text-align: right;
float: right;
}

.pgeorgia {
font-size: 12px;
color: #1e5534;
font-weight: 200;
line-height: 16px;
font-family: "Georgia", Times New Roman, Times, serif;
margin: 0px;
padding: 0px;
}

.pGreen {
color: #1e5534;
}

.green {
color: #1e5534;
}

.tan {
color: #8e8365;
}

.red {
color: #600c0c;
}

.pHeader {
color: #600c0c;
font-size: 16px;
font-family: "Georgia", Times New Roman, Times, serif;
font-style: normal;
font-weight: 100;
}

.pHeader2 {
color: #1e5534;
font-size: 13px;
font-family: "Georgia", Times New Roman, Times, serif;
font-style: normal;
font-weight: 100;
margin: 0px;
padding: 0px 0px 5px 0px;
}

h3.about {
color: #1e5534;
font-size: 18px;
font-family: "Georgia", Times New Roman, Times, serif;
font-style: normal;
font-weight: 100;
}

h4.about {
color: #1e5534;
font-size: 14px;
font-family: "Georgia", Times New Roman, Times, serif;
font-style: normal;
font-weight: 100;
padding: 0px 10px 5px 0px;
margin: 0px;
text-align: right;
}

h5.about {
color: #1e5534;
font-size: 14px;
font-family: "Georgia", Times New Roman, Times, serif;
font-style: normal;
font-weight: 100;
margin: 0px;
text-align: left;
padding: 10px 0px 0px 0px;
}

h6.about {
color: #1e5534;
font-size: 13px;
font-family: "Georgia", Times New Roman, Times, serif;
font-style: normal;
font-weight: 100;
margin: 10px 15px 0px 95px;
padding-top: 10px;
}


img {
border: 0px;
margin: 0px;
padding: 0px;
}


ul.about1 {
list-style:none;
padding-top: 0px;
margin-top: 0px;
}

li.about1 {
list-style:none;
padding-top: 0px;
margin-top: 5px;
}


/*DIV.customerserv*/

.middleBorders {
	border-style: solid;
	border-top-color:#8e8365;
	border-bottom-color:#8e8365;
	border-width: thin;
	border-left: none;
	border-right: none;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 87px;
}

.customerButtons1 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(../images/customerTater.jpg);
}

.customerButtons2 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(../images/customerGarlic.jpg);
}

.redHeader {
	color: #600c0c;
	font-size: 18px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-weight:normal;
}

.shadowBoxes {
	background-image: url(../images/shadowboxMid.gif);
	background-repeat: repeat;
	width: 250px;
	padding-top: 0px;
	margin-top: 0px;
	text-align: right;
	border: none;
}


a:link.customer1 {
	color: #ffffff;
	text-decoration: none;
}

a:hover.customer1 {
	text-decoration: underline;
	color: #ffffff;
}

a:active.customer1 {
	text-decoration: none;
	color: #ffffff;
}

a:visited.customer1 {
	text-decoration: none;
	color: #ffffff;
}

a:visited:hover.customer1 {
	text-decoration: underline;
	color: #ffffff;
}

a:link.customer2 {
	color: #1e5534;
	text-decoration: none;
	height: 100%;
}

a:hover.customer2 {
	text-decoration: underline;
	color: #600c0c;
}

a:active.customer2 {
	text-decoration: none;
	color: #600c0c;
}

a:visited.customer2 {
	text-decoration: none;
	color: #1e5534;
}

a:visited:hover.customer2 {
	text-decoration: underline;
	color: #600c0c;
}

.pgeorgia {
	font-size: 11px;
	line-height: 15px;
	font-family: "Georgia", Times New Roman, Times, serif;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}


.pplanting {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 20px;
	color: #ffffff;
	padding: 35px 25px 10px 0px;
	margin: 0px;
	font-variant:small-caps;
}

.shipping {
	background-image: url(../Images/shipping.gif);
	background-repeat: no-repeat;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 14px;
	padding: 35px 25px 10px 0px;
	margin: 0px;
	font-style: italic;
	height: auto;	
	
}

.wholesale {
	background-image: url(../Images/wholesale.gif);
	background-repeat: no-repeat;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 14px;
	padding: 35px 25px 10px 0px;
	margin: 0px;
	font-style: italic;

}


.pGreen {
	color: #1e5534;
}

.green {
	color: #1e5534;
}

.red {
	color: #600c0c;
	padding-right: 22px;
	padding-top: 5px;
	
}

.RedH4Contact {
	font-size: 14px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	color: #600c0c;
	padding-right: 22px;
	padding-top: 5px;
	margin: 0px;
	text-align: right;
}

.shadowBoxes {
	background-image: url(../images/shadowboxMid.gif);
	background-repeat: repeat;
	width: 250px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	border: none;
}

.tan {
	color: #8e8365;
}

.brown {
	color: #3e331f;
}

.pHeaderCS {
	color: #1e5534;
	font-size: 15px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	line-height: 21px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

h3.contact {
	color: #600c0c;
	font-size: 16px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	margin: 0px;
	padding: 0px 10px 5px 0px;
}

h4.contact {
	color: #1e5534;
	font-size: 14px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	padding: 0px 10px 8px 0px;
	margin: 0px;
	text-align: right;
}

h5.contact {
	color: #600c0c;
	font-size: 14px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	margin: 0px;
	text-align: left;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

ul.shadowBox {
	padding: 5px 20px 5px 0px;
	margin: 0px;
	list-style: none;
}

ol.ordered {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 12px;
	line-height: 16px;
	margin-left: 0px;
	padding-left: 18px;
	color: #8e8365;
}

li.ordered {
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 16px;
	font-family: "Georgia", Times New Roman, Times, serif;
	margin: 0px;
}

li.unordered1 {
	padding: 0px 0px 5px 0px;
	text-indent: 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 16px;
	font-family: "Georgia", Times New Roman, Times, serif;
	list-style: none;
}

ul.unordered1 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#middleCopy {
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 50px 0px;
	width: 450px;
	position: relative;
	float: left;	
}



DIV.buyonline

.pbuyOnline {
	font-size: 16px;
	color: #516956;
	font-weight: normal;
	line-height: 23px;
	font-family: "Georgia", Times New Roman, Times, serif;
	padding: 0px;
}

.pGreen {
	color: #1e5534;
}

.green {
	color: #1e5534;
}


.pHeader2 {
	color: #1e5534;
	font-size: 13px;
	font-family: Georgia;
	font-style: normal;
	font-weight: 100;
}

h3.buy {
	color: #1e5534;
	font-size: 18px;
	font-family: Georgia;
	font-style: normal;
	font-weight: 100;
	padding: 0px;
	margin: 10px 0px 15px 0px;
	clear: both;
}

h4.buy {
	color: #1e5534;
	font-size: 14px;
	font-family: Georgia;
	font-style: normal;
	font-weight: 100;
	padding: 0px 10px 5px 0px;
	margin: 0px;
	text-align: right;
}

h5.buy {
	color: #600c0c;
	font-size: 14px;
	font-family: Georgia;
	font-style: normal;
	font-weight: 100;
	margin: 0px;
	text-align: left;
}

#BuyCenterTop {
	width: 800px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
}

img.buyTopPics1 {
	border: 0px;
	float: left;
	height: 210px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	right: 25px;
}

img.buyTopPics2 {
	border: 0px;
	margin: 20px 0px 0px 0px;
	float: right;
	height: 210px;
	padding: 0px;
	left: 50px;
}

img.buyPics {
	margin: 0px 20px 30px 0px;
	float:left;
}


.redHeader {
	color: #600c0c;
	font-size: 18px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-weight:normal;
}

a:link.buy {
	color: #600c0c;
	font-size: 18px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-weight: normal;
	text-decoration: none;
}

a:hover.buy {
	color: #1e5534;
	font-size: 18px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-weight:normal;
	text-decoration: underline;
}

a:visited.buy {
	color: #600c0c;
	font-size: 18px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-weight: normal;
	text-decoration: none;
}

a:visited:hover.buy {
	color: #1e5534;
	font-size: 18px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-weight:normal;
	text-decoration: underline;
}

.middleBorders {
	border-style: solid;
	border-top-color:#1e5534;
	border-bottom-color:#1e5534;
	border-width: medium;
	border-left: none;
	border-right: none;
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	height: auto;
}

P
{
	margin-top: 9pt;
	margin-bottom: 9pt;
	font-size: 10pt;
	color: #000000;
	margin-left: 0pt;
}

DIV.conference div#centerTop
{

	background-image: url(/images/conference_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 800px;
	margin: 0px;
	padding: 0px;
	height: 120px;
}

DIV.conference

#centerTop {
	background-image: url(../images/conference_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 650px;
	margin: 0px;
	padding: 0px;
	height: 120px;
}

.topCopy {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 13px;
	color: #8e8365;
	font-weight: normal;
	line-height: 18px;
	text-align: right;
	padding: 10px 10px 0px 320px;
	margin: 0px;
	clear: right
}

.middleBorders {
	border-style: solid;
	border-top-color:#8e8365;
	border-bottom-color:#8e8365;
	border-width: thin;
	border-left: none;
	border-right: none;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 150px;
	margin: 0px 0px 10px 0px;
}

.programsButtons8 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(../images/vandana.jpg);
	left: 275px;
}

.programsButtons9 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(../images/tasch.jpg);
	left: 275px
}

.programsButtons10 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(../images/lehoullier2.jpg);
	left: 275px
}

.programsButtons11 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(../images/aboutus_collection.gif);
}

.programsButtons12 {
	width: 250px;
	height: 84px;
	text-align: right;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/aboutus_hermans.gif);
}

.redHeader {
	color: #600c0c;
	font-size: 18px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-weight:normal;
}

a:link.about1 {
	text-decoration:none;
	color: #1e5534;
}

a:hover.about1 {
	text-decoration: underline;
	color: #600c0c;
}

a:active.about1 {
	text-decoration: none;
	color: #1e5534;
}

a:visited.about1 {
	text-decoration: none;
	color: #1e5534;
}

a:visited:hover.about1 {
	text-decoration: underline;
	color: #600c0c;
}


a:link.about2 {
	color: #1e5534;
	font-weight: normal;
	text-decoration: none;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:hover.about2 {
	color: #600c0c;
	font-weight:normal;
	text-decoration: underline;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:active.about2 {
	color: #600c0c;
	text-decoration: none;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:visited.about2 {
	color: #1e5534;
	font-weight: normal;
	text-decoration: none;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:visited:hover.about2 {
	color: #600c0c;
	font-weight:normal;
	text-decoration: underline;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:link.about3 {
	color: #1e5534;
	font-weight: normal;
	text-decoration: none;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:hover.about3 {
	color: #600c0c;
	font-weight:normal;
	text-decoration: underline;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
}

a:active.about3 {
	text-decoration: none;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
}

a:visited.about3 {
	color: #1e5534;
	font-weight: normal;
	text-decoration: none;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:visited:hover.about3 {
	color: #600c0c;
	font-weight:normal;
	text-decoration: underline;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
}


.pabout {
	padding: 0px 0px 5px 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #4A4344;
	margin: 0px;
}

.pprograms {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
	margin: 3px 15px 0px 100px;
	padding: 0px;
	text-align: right;
	float: right;
}

.pgeorgia {
	font-size: 12px;
	color: #1e5534;
	font-weight: 200;
	line-height: 16px;
	font-family: "Georgia", Times New Roman, Times, serif;
	margin: 0px;
	padding: 0px;
}

.pGreen {
	color: #1e5534;
}

.green {
	color: #1e5534;
}

.tan {
	color: #8e8365;
}

.red {
	color: #600c0c;
}

.pHeader {
	color: #600c0c;
	font-size: 16px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
}

.pHeader2 {
	color: #1e5534;
	font-size: 13px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

h3.about {
	color: #1e5534;
	font-size: 18px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
}

h4.about {
	color: #1e5534;
	font-size: 14px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	padding: 0px 10px 5px 0px;
	margin: 0px;
	text-align: right;
}

h5.about {
	color: #1e5535;
	font-size: 14px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	margin: 0px;
	text-align: left;
	padding: 10px 0px 0px 0px;
}


img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.ptopRight {
	font-size: 11px;
	line-height: 15px;
	font-family: "Georgia", Times New Roman, Times, serif;
	margin: 0px;
	padding: 0px 10px 10px 0px;
	text-align: right;
	color: #3e331f;
}

DIV.Membership div#centerTop
{

	background-image: url(/images/membership_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 800px;
	margin: 0px;
	padding: 0px;
	height: 120px;
}

DIV.Membership

#centerTop {
	background-image: url(../images/membership_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 650px;
	margin: 0px;
	padding: 0px;
	height: 120px;
}

.topCopy {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 13px;
	color: #8e8365;
	font-weight: normal;
	line-height: 18px;
	text-align: right;
	padding: 10px 10px 0px 320px;
	margin: 0px;
	clear: right
}

.middleBorders {
	border-style: solid;
	border-top-color:#8e8365;
	border-bottom-color:#8e8365;
	border-width: thin;
	border-left: none;
	border-right: none;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 150px;
	margin: 0px 0px 10px 0px;
}

.programsButtons2 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(../images/membership_stream.jpg);
	left: 0px;
}

.programsButtons3 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(../images/aboutus_gardens.gif);
}

.programsButtons4 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(../images/membership_YBdatabase.jpg);
}

.programsButtons5 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(../images/aboutus_collection.gif);
}

.programsButtons6 {
	width: 250px;
	height: 84px;
	text-align: right;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/aboutus_hermans.gif);
}

.redHeader {
	color: #600c0c;
	font-size: 18px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-weight:normal;
}

a:link.about1 {
	text-decoration:none;
	color: #1e5534;
}

a:hover.about1 {
	text-decoration: underline;
	color: #600c0c;
}

a:active.about1 {
	text-decoration: none;
	color: #1e5534;
}

a:visited.about1 {
	text-decoration: none;
	color: #1e5534;
}

a:visited:hover.about1 {
	text-decoration: underline;
	color: #600c0c;
}


a:link.about2 {
	color: #1e5534;
	font-weight: normal;
	text-decoration: none;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:hover.about2 {
	color: #600c0c;
	font-weight:normal;
	text-decoration: underline;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:active.about2 {
	color: #600c0c;
	text-decoration: none;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:visited.about2 {
	color: #1e5534;
	font-weight: normal;
	text-decoration: none;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:visited:hover.about2 {
	color: #600c0c;
	font-weight:normal;
	text-decoration: underline;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:link.about3 {
	color: #1e5534;
	font-weight: normal;
	text-decoration: none;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:hover.about3 {
	color: #600c0c;
	font-weight:normal;
	text-decoration: underline;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
}

a:active.about3 {
	text-decoration: none;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
}

a:visited.about3 {
	color: #1e5534;
	font-weight: normal;
	text-decoration: none;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:visited:hover.about3 {
	color: #600c0c;
	font-weight:normal;
	text-decoration: underline;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
}


.pabout {
	padding: 0px 0px 5px 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #4A4344;
	margin: 0px;
}

.pprograms {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
	margin: 3px 15px 0px 100px;
	padding: 0px;
	text-align: right;
	float: right;
}

.pgeorgia {
	font-size: 12px;
	color: #1e5534;
	font-weight: 200;
	line-height: 16px;
	font-family: "Georgia", Times New Roman, Times, serif;
	margin: 0px;
	padding: 0px;
}

.pGreen {
	color: #1e5534;
}

.green {
	color: #1e5534;
}

.tan {
	color: #8e8365;
}

.red {
	color: #600c0c;
}

.pHeader {
	color: #600c0c;
	font-size: 16px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
}

.pHeader2 {
	color: #1e5534;
	font-size: 13px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

h3.about {
	color: #1e5534;
	font-size: 18px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
}

h4.about {
	color: #1e5534;
	font-size: 14px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	padding: 0px 10px 5px 0px;
	margin: 0px;
	text-align: right;
}

h5.about {
	color: #1e5535;
	font-size: 14px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	margin: 0px;
	text-align: left;
	padding: 10px 0px 0px 0px;
}


img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.ptopRight {
	font-size: 11px;
	line-height: 15px;
	font-family: "Georgia", Times New Roman, Times, serif;
	margin: 0px;
	padding: 0px 10px 10px 0px;
	text-align: right;
	color: #3e331f;
}

DIV.savingheirlooms div#centerTop
{

	background-image: url(/images/savingheirlooms_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 800px;
	margin: 0px;
	padding: 0px;
	height: 120px;
}

DIV.savingheirlooms

#centerTop {
	background-image: url(../images/savingheirlooms_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 650px;
	margin: 0px;
	padding: 0px;
	height: 120px;
}
 
.topCopy {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 13px;
	color: #8e8365;
	font-weight: normal;
	line-height: 18px;
	text-align: right;
	padding: 10px 10px 0px 320px;
	margin: 0px;
	clear: right
}

.middleBorders {
	border-style: solid;
	border-top-color:#8e8365;
	border-bottom-color:#8e8365;
	border-width: thin;
	border-left: none;
	border-right: none;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 87px;
	margin: 0px 0px 10px 0px;
}

.programsButtons1 {
	width: 250px;
	height: 145px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(../images/savingheirlooms_B579.jpg);
}


.redHeader {
	color: #600c0c;
	font-size: 18px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-weight:normal;
}

a:link.about1 {
	text-decoration:none;
	color: #1e5534;
}

a:hover.about1 {
	text-decoration: underline;
	color: #600c0c;
}

a:active.about1 {
	text-decoration: none;
	color: #1e5534;
}

a:visited.about1 {
	text-decoration: none;
	color: #1e5534;
}

a:visited:hover.about1 {
	text-decoration: underline;
	color: #600c0c;
}

a:link.about2 {
	color: #1e5534;
	font-weight: normal;
	text-decoration: none;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:hover.about2 {
	color: #600c0c;
	font-weight:normal;
	text-decoration: underline;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:active.about2 {
	color: #600c0c;
	text-decoration: none;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:visited.about2 {
	color: #1e5534;
	font-weight: normal;
	text-decoration: none;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:visited:hover.about2 {
	color: #600c0c;
	font-weight:normal;
	text-decoration: underline;
	font-family: "Georgia", Times New Roman, Times, serif;
}


a:link.about3 {
	color: #1e5534;
	font-weight: normal;
	text-decoration: none;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:hover.about3 {
	color: #600c0c;
	font-weight:normal;
	text-decoration: underline;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
}

a:active.about3 {
	text-decoration: none;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
}

a:visited.about3 {
	color: #1e5534;
	font-weight: normal;
	text-decoration: none;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:visited:hover.about3 {
	color: #600c0c;
	font-weight:normal;
	text-decoration: underline;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
}

.pabout {
	padding: 0px 0px 5px 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #4A4344;
	margin: 0px;
}

.pprograms {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
	margin: 3px 15px 0px 100px;
	padding: 0px;
	text-align: right;
	float: right;
}

.pgeorgia {
	font-size: 12px;
	color: #1e5534;
	font-weight: 200;
	line-height: 16px;
	font-family: "Georgia", Times New Roman, Times, serif;
	margin: 0px;
	padding: 0px;
}

.pGreen {
	color: #1e5534;
}

.green {
	color: #1e5534;
}

.tan {
	color: #8e8365;
}

.red {
	color: #600c0c;
}

.pHeader {
	color: #600c0c;
	font-size: 16px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
}

.pHeader2 {
	color: #1e5534;
	font-size: 13px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

h3.about {
	color: #1e5534;
	font-size: 18px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
}

h4.about {
	color: #1e5534;
	font-size: 14px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	padding: 0px 10px 5px 0px;
	margin: 0px;
	text-align: right;
}

h5.about {
	color: #1e5535;
	font-size: 14px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	margin: 0px;
	text-align: left;
	padding: 10px 0px 0px 0px;
}


img {
	border: 0px;
	margin: 0px;
	padding: 0px;

}

DIV.education div#centerTop
{

	background-image: url(/images/education_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 800px;
	margin: 0px;
	padding: 0px;
	height: 120px;
}

DIV.education

#centerTop {
	background-image: url(/images/education_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 189px;
}


.middleBorders {
	border-style: solid;
	border-top-color:#8e8365;
	border-bottom-color:#8e8365;
	border-width: thin;
	border-left: none;
	border-right: none;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 220px;
	margin: 0px 0px 10px 0px;
	text-align:center;
}
.programsButtons1 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(/images/aboutus_orchard.gif);
}

.programsButtons2 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(/images/aboutus_visitors.gif);
}

.programsButtons3 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(/images/aboutus_gardens.gif);
}

.programsButtons4 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(/images/aboutus_cattle.gif);
}

.programsButtons5 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(/images/aboutus_collection.gif);
}

.programsButtons6 {
	width: 250px;
	height: 84px;
	text-align: right;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/aboutus_hermans.gif);
}

.redHeader {
	color: #600c0c;
	font-size: 18px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-weight:normal;
}

a:link.about1 {
	text-decoration:none;
	color: #1e5534;
}

a:hover.about1 {
	text-decoration: underline;
	color: #600c0c;
}

a:active.about1 {
	text-decoration: none;
	color: #1e5534;
	width:100%
}

a:visited.about1 {
	text-decoration: none;
	color: #1e5534;
}

a:visited:hover.about1 {
	text-decoration: underline;
	color: #600c0c;
}


a:link.about2 {
	color: #1e5534;
	font-weight: normal;
	text-decoration: none;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:hover.about2 {
	color: #600c0c;
	font-weight:normal;
	text-decoration: underline;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:active.about2 {
	color: #600c0c;
	text-decoration: none;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:visited.about2 {
	color: #1e5534;
	font-weight: normal;
	text-decoration: none;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:visited:hover.about2 {
	color: #600c0c;
	font-weight:normal;
	text-decoration: underline;
	font-family: "Georgia", Times New Roman, Times, serif;
}


a:link.about3 {
	color: #1e5534;
	font-weight: normal;
	text-decoration: none;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:hover.about3 {
	color: #600c0c;
	font-weight:normal;
	text-decoration: underline;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
}

a:active.about3 {
	text-decoration: none;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
}

a:visited.about3 {
	color: #1e5534;
	font-weight: normal;
	text-decoration: none;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.pabout {
	padding: 0px 0px 5px 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #4A4344;
	margin: 0px;
}

.pprograms {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 15px 0px 0px;
	width: 40%;
	padding: 0px;
	text-align: right;
	float: right;
}


.pGreen {
	color: #1e5534;
}

.green {
	color: #1e5534;
}

.tan {
	color: #8e8365;
}

.red {
	color: #600c0c;
}

.pHeader {
	color: #600c0c;
	font-size: 16px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
}

.pHeader2 {
	color: #1e5534;
	font-size: 13px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

h3.about {
	color: #1e5534;
	font-size: 18px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
}

h4.about {
	color: #1e5534;
	font-size: 14px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	padding: 0px 10px 5px 0px;
	margin: 0px;
	text-align: right;
}

h5.about {
	color: #1e5534;
	font-size: 14px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	margin: 0px;
	text-align: right;
	padding: 10px 0px 0px 0px;
}

h6.about {
	color: #1e5534;
	font-size: 14px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	margin: 0px 15px 0px 95px;
	padding-top: 10px;
	text-align: right;
}


img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}


ul.about1 {
	list-style:none;
	padding-top: 0px;
	margin-top: 0px;
}

li.about1 {
	list-style:none;
	padding-top: 0px;
	margin-top: 5px;
}


#clearfloat {
	clear:both;
	font-size:1px;
	height:0pt;
	line-height:0px;
}

img.buyPics {
	margin: 0px 20px 30px 0px;
	float:left;
	padding-right: 10px;
}

td.rightContent
{
	width:240;
	vertical-align:top;
}
.style2 {font-size: 18px}
.style3 {color: #5F7D57}

DIV.fundraiser div#centerTop
{

	background-image: url(/images/fundraiser_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 800px;
	margin: 0px;
	padding: 0px;
	height: 120px;
}

DIV.fundraiser

#centerTop {
	background-image: url(/images/fundraiser_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 189px;
}

.middleBorders {
	border-style: solid;
	border-top-color:#8e8365;
	border-bottom-color:#8e8365;
	border-width: thin;
	border-left: none;
	border-right: none;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 290px;
	margin: 0px 0px 10px 0px;
	text-align:center;
}
.programsButtons1 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(/images/aboutus_orchard.gif);
}

.programsButtons2 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(/images/aboutus_visitors.gif);
}

.programsButtons3 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(/images/aboutus_gardens.gif);
}

.programsButtons4 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(/images/aboutus_cattle.gif);
}

.programsButtons5 {
	width: 250px;
	height: 84px;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(/images/aboutus_collection.gif);
}

.programsButtons6 {
	width: 250px;
	height: 84px;
	text-align: right;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/aboutus_hermans.gif);
}

.redHeader {
	color: #600c0c;
	font-size: 18px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-weight:normal;
}

a:link.about1 {
	text-decoration:none;
	color: #1e5534;
}

a:hover.about1 {
	text-decoration: underline;
	color: #600c0c;
}

a:active.about1 {
	text-decoration: none;
	color: #1e5534;
	width:100%
}

a:visited.about1 {
	text-decoration: none;
	color: #1e5534;
}

a:visited:hover.about1 {
	text-decoration: underline;
	color: #600c0c;
}


a:link.about2 {
	color: #1e5534;
	font-weight: normal;
	text-decoration: none;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:hover.about2 {
	color: #600c0c;
	font-weight:normal;
	text-decoration: underline;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:active.about2 {
	color: #600c0c;
	text-decoration: none;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:visited.about2 {
	color: #1e5534;
	font-weight: normal;
	text-decoration: none;
	font-family: "Georgia", Times New Roman, Times, serif;
}

a:visited:hover.about2 {
	color: #600c0c;
	font-weight:normal;
	text-decoration: underline;
	font-family: "Georgia", Times New Roman, Times, serif;
}


a:link.about3 {
	color: #1e5534;
	font-weight: normal;
	text-decoration: none;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:hover.about3 {
	color: #600c0c;
	font-weight:normal;
	text-decoration: underline;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
}

a:active.about3 {
	text-decoration: none;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
}

a:visited.about3 {
	color: #1e5534;
	font-weight: normal;
	text-decoration: none;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.pabout {
	padding: 0px 0px 5px 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #4A4344;
	margin: 0px;
}

.pprograms {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	font-family: "Tahoma" , Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 15px 0px 0px;
	width:80%;
	padding: 0px;
	text-align: right;
	float: right;
}



.pGreen {
	color: #1e5534;
}

.green {
	color: #1e5534;
}

.tan {
	color: #8e8365;
}

.red {
	color: #600c0c;
}

.pHeader {
	color: #600c0c;
	font-size: 16px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
}

.pHeader2 {
	color: #1e5534;
	font-size: 13px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

h3.about {
	color: #1e5534;
	font-size: 18px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
}

h4.about {
	color: #1e5534;
	font-size: 14px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	padding: 0px 10px 5px 0px;
	margin: 0px;
	text-align: right;
}

h5.about {
	color: #1e5534;
	font-size: 14px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	margin: 0px;
	text-align: right;
	padding: 10px 0px 0px 0px;
}

h6.about {
	color: #1e5534;
	font-size: 14px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 100;
	margin: 0px 15px 0px 95px;
	padding-top: 10px;
	text-align: right;
}


img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}


ul.about1 {
	list-style:none;
	padding-top: 0px;
	margin-top: 0px;
}

li.about1 {
	list-style:none;
	padding-top: 0px;
	margin-top: 5px;
}


#clearfloat {
	clear:both;
	font-size:1px;
	height:0pt;
	line-height:0px;
}

img.buyPics {
	margin: 0px 20px 30px 0px;
	float:left;
	padding-right: 10px;
}

td.rightContent
{
	width:240;
	vertical-align:top;
}
.style3 {color: #5F7D57}
.style6 {
	padding: 0px 0px 5px 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #8e8365;
	margin: 0px;
	font-style: italic;
}
.style8 {color: #1e5534; font-weight: bold; }
.style14 {color: #DA5402}

/*BEGIN JONAH's EDITS*/
#wrap {
	margin-bottom: -10px;
	position: relative;
	z-index: 1;
}
.menu {
	height: 15px;
    left: 48px;
    margin: 0 auto;
    padding: 0;
 	position: relative;
    text-align: right;
    top: -54px;
    width: 990px;
    z-index: 2;
}
    
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:	0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display:	block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:	0;
	top: 2.5em; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:	10em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:	10em; /* match ul width */
	top: 0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
	float:left;
	width: 100%;
}
.ie6 .sf-menu {
	margin-bottom: -1px;
}
.sf-menu a {
	color: #ffffee;
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 8px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:	#ffffee;
}
.sf-menu li {

}
.sf-menu li li {
	background: #ffffee;
	border-bottom: 1px solid #203d26;
}
.sf-menu li li li {
	background: #ffffee;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
}
.sf-menu ul {
    border:1px solid #203d26;
    border-top: 0;
    	-moz-box-shadow: 0 3px 5px -2px #333;
		-webkit-box-shadow: 0 3px 5px -2px #333;
		box-shadow: 0 3px 5px -2px #333;
    text-align: left;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:31px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a:link, .sf-menu ul a:visited, .sf-menu ul a:active {
    background:#ffffee;
	color: #1b3d24;		
	font-weight: normal;				
	padding: 9px;
}
.sf-menu ul a:hover {
    background: #3f5b43;
    color: #fff;
    text-decoration: none;
}

.split {margin-left: 184px; }

#featured-vegetables{float:left;height:337px;left:10px;position:relative;width:841px;margin:0 0 30px;z-index: 1}#featured-vegetables li{list-style:none}#cycle-control{clear:both;left:785px;top:-15px;position:relative}#cycle-control a{background:url(/vegetables-page/images/assets/slide-icon.png) no-repeat left top;display:block;float:left;height:8px;text-indent:-9999px;width:8px;margin:0 5px 0 0}#cycle-control a.activeSlide{background:url(/vegetables-page/images/assets/current-slide-icon.png) no-repeat left top}#vegetable-list{clear:both;left:-30px;position:relative;width:860px;margin:0}#vegetable-list li{float:left;height:187px;list-style:none;width:166px;margin:0 3px 10px 0}#vegetable-list li a{color:#183c20;display:block;font-size:14px;font-weight:700;margin:0 0 3px}#vegetable-list li a img{border:1px solid #293d32;height:auto!important;width:163px!important}
/*END JONAH's EDITS*/
