﻿body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 15px;
	padding: 0 ;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color:#ffffff;  	 						  
	font-size: small;
}
img { border: 0 }

.oneColFixCtrHdr #outercontainer {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding: 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	padding: 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: solid 1px #321f38;
	border-right: solid 1px #321f38;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header
{
	width: 960px;
	height: 110px;
	padding: 0;
	margin: 0 auto;
	border-top: solid 13px #321f38;
	background-color: #7c954b;
}
.oneColFixCtrHdr #headerContainer
{
	text-align: left;
	padding: 0;
	margin: 0 auto;
	width: 960px;
}
.oneColFixCtrHdr #contentHome
{
	padding: 3px 0 0 0;
	margin: 0 auto;
	width: 100%;
}
.oneColFixCtrHdr #logo
{
	float: left;
	width: 320px;
	height: 103px;
	padding: 2px 0 0 15px;
}
.oneColFixCtrHdr #headerRight
{
	width: 580px;
	margin: 0 0 0 335px;
	padding: 0;
}
.oneColFixCtrHdr #topNavigation
{
	padding-top: 10px;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	position: relative;
	width: 500px;
}
.oneColFixCtrHdr #headerinfoTop
{
	padding-top: 5px;
	text-align: left;
	padding: 0;
	margin: 0 auto;
}
.oneColFixCtrHdr #headerinfoTop2
{
	width: 350px;
	padding-top: 25px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #321f38;
}
.oneColFixCtrHdr #headerinfo
{
	width: 470px;
	padding-top: 5px;
	text-align: left;
	padding: 0;
	margin: 0 auto;
}
.oneColFixCtrHdr #headerinfo2
{
	width: 350px;
	padding-top: 10px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #321f38;
}
.oneColFixCtrHdr #dailyHours
{
	font-size: 11pt;
	font-weight: bold;
	color: #321f38;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #headerAddress
{
	font-size: 9pt;
	font-weight: bold;
	color: #321f38;
	margin: 0 auto;
	padding: 0;
}
.oneColFixCtrHdr #topNavigationMenu
{
	padding: 0;
	padding-top: 4px;
	text-align: left;
	margin: 0 auto;
}

.oneColFixCtrHdr #mainContent
{
	width: 960px;
	padding: 0;
	margin: 0 auto;
	background-color: #ffffff;
}
.oneColFixCtrHdr #headerContinued
{
	text-align: left;
	background-color: #7c954b;
	border-bottom: solid 13px #321f38;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
#headerContinued .navigation
{
	width: 100%;
	height: 25px;
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}
#headerContinued .navigation #mainnavigationcontent
{
	position: relative;
	margin: 0 auto;
	padding: 3px 0 0 0;
	text-align: left;
	height: 22px;
}
.divider
{
	color: #fff6bc;
}

/*  Footer style  */
.oneColFixCtrHdr #footer 
{
	color: #fff6bc;
	font-size: 8pt;
	position: relative;
	width: 960px;
	height: 45px;
	padding: 0;
	margin: 0 auto;
	border-top: solid 10px #321f38;
	border-bottom: solid 10px #321f38;
	background-color: #7c954b;
}
.oneColFixCtrHdr #footerContainer
{
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}
.oneColFixCtrHdr #footerContainer2
{
	position: relative;
	width: 930px;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	height: 40px;
}
.oneColFixCtrHdr #footerLeft
{
	float: left;
	width: 400px;
	text-align: left;
	padding: 8px 0 0 0;
	margin: 0;
}
.oneColFixCtrHdr #footerLeftBottom
{
	position: relative;
	padding: 5px 0 3px 0;
	margin: 0;
}
.oneColFixCtrHdr #footerRight
{
	text-align: right;
	padding: 15px 0 0 0;
	margin: 0 0 0 450px;
	width: 470px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 13px 0 8px 0;
}
.oneColFixCtrHdr #footer a
{
	color: #fff6bc;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:visited
{
	color: #fff6bc;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover
{
	color: #321f38;
	text-decoration: none;
}
/*  End Footer style  */

.oneColFixCtrHdr .twoColContainer
{
	width: 960px;
	border-top: solid 13px #321f38;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
.twoColContainer #twoColContainer2
{
	width: 960px;
	padding: 10px 0 10px 0;
	margin: 0 auto;
	text-align: left;
}
.twoColContainer #twoColSidebar1
{
	float: left;
	width: 250px;
	padding: 0;
}
.twoColContainer #twoColMainContent
{
	margin: 0 0 0 250px;
	width: 710px;
	padding: 0;
}
.twoColContainer #twoColSidebar1 .content
{
	text-align: center;
	padding: 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.twoColContainer #twoColSidebar1 .contentSub2
{
	width: 240px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: center;
}
.twoColContainer #twoColSidebar1 .contentSub
{
	width: 235px;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	text-align: left;
}
.secondaryNavigation
{
	color: #321f38;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 0 0;
	margin: 0 auto;
}
.secondaryNavigation a
{
	text-decoration: none;
	color: #321f38;
}
.secondaryNavigation a:visited
{
	text-decoration: none;
	color: #321f38;
}
.secondaryNavigation a:hover
{
	text-decoration: none;
	color: #e05d1c;
}
#twoColMainContent #mainContentX
{
	border-left: solid 2px #321f38;
	width: 710px;
	min-height: 380px;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}
#twoColMainContent #mainContentX2
{
	width: 680px;
	text-align: left;
	padding: 0;
	margin: 0 auto;
}
#twoColMainContent .pageContent
{
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

.pageTitle h1
{
	font-size: 21pt;
	color: #321f38;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
.pageTitle h2
{
	font-size: 18px;
	color: #000000;
	margin: 0;
	padding: 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fieldname
{
	font-weight: bold;
	font-size: 9pt;
}
.sectiontitle
{
	color: #321f38;
	font-size: 18pt;
	font-weight: bold;
}
.breadCrumbDiv
{
	padding: 0 0 10px 14px;
	margin: 0 auto;
	text-align: left;
}
.breadCrumb
{
	font-size: 8pt;
	color: #000000;
}
.breadCrumb a
{
	color: #000000;
}
.breadCrumb a:visited
{
	color: #000000;
}
.breadCrumb a:hover
{
	color: #321f38;
}
.leftNavTable
{
	vertical-align: top;
}
.leftNavTR
{
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.leftNavTD
{
	vertical-align: top;
	padding: 3px 0 3px 0;
	margin: 0;
}
.leftNavTDActive
{
	color: #e05d1c;
	vertical-align: top;
	padding: 3px 0 3px 0;
	margin: 0;
}
.leftNavTDActive a
{
	color: #e05d1c;
}
.leftNavTDActive a:visited
{
	color: #e05d1c;
}
.leftNavTDActive a:hover
{
	color: #7c954b;
}
.siteMapLinks
{
	color: #000000;
	font-size: 10pt;
}
.siteMapLinks a
{
	text-decoration: none;
	color: #000000;
}
.siteMapLinks a:visited
{
	text-decoration: none;
	color: #000000;
}
.siteMapLinks a:hover
{
	text-decoration: none;
	color: #e05d1c;
}
.topleftWheat
{
	margin-left: 365px;
	margin-top: -90px;
	position:absolute;
	z-index: 10;
	width: 260px;
	height: 160px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../../images/home/wheat.png' );
	background-repeat: no-repeat;
}
.topleftWheat[class]
{
	background-image: url('../../images/home/wheat.png' );
}
.homeHerbs
{
	margin-left: -180px;
	margin-top: 3px;
	position: absolute;
	z-index: 10;
	width: 180px;
	height: 115px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../../images/home/herbs.png' );
	background-repeat: no-repeat;
}
.homeHerbs[class]
{
	background-image: url('../../images/home/herbs.png' );
}
.homeStaffRob
{
	margin-left: 328px;
	margin-top: -462px;
	position: relative;
	z-index: 10;
	width: 275px;
	height: 461px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../../images/home/staff_rob.png' );
	background-repeat: no-repeat;
}
.homeStaffRob[class]
{
	background-image: url('../../images/home/staff_rob.png' );
}

.homeContentContainer
{
	width: 960px;
	padding: 0;
	margin: 0 auto;
}
.homeContentContainer #twoColContainer2
{
	width: 950px;
	padding: 10px 5px 10px 5px;
	margin: 0 auto;
}
.homeContentContainer #twoColSidebar1
{
	float: left;
	width: 350px;
	padding: 0;
}
.homeContentContainer #twoColMainContent
{
	margin: 0 0 0 350px;
	width: 600px;
	padding: 0;
}
.homeContentContainer #twoColSidebar1 .content
{
	text-align: center;
	padding: 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.homeContentContainer #twoColSidebar1 .contentSub2
{
	width: 340px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: center;
}
.homeContentContainer #twoColSidebar1 .contentSub
{
	width: 335px;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	text-align: left;
}

.homeContentContainer #mainContentHome
{
	border-left: solid 2px #321f38;
	width: 600px;
	min-height: 250px;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}
.homeContentContainer #mainContentHome2
{
	width: 570px;
	text-align: left;
	padding: 0;
	margin: 0 auto;
}
.homeContentContainer #mainContentWelcome
{
	width: 570px;
	padding: 0;
	margin: 0 220px 0 0;
	text-align: left;
}
.homeContentContainer .pageContent
{
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
.homeContentContainer #mainContentNews
{
	width: 570px;
	text-align: left;
	padding: 0 0 0 0;
	margin: 0 auto;
}
.homeContentContainer #mainContentNews2
{
	width: 570px;
	text-align: left;
	border-top: solid 2px #321f38;
	padding: 8px 0 0 0;
	margin: 0 auto;
}
.homeContentContainer #newstop
{
	width: 564px;
	background-image: url('../../images/home/home_news_top.jpg');
	background-repeat: no-repeat;
	height: 40px;
	padding: 0;
	margin: 0 auto;
}
.homeContentContainer #newscontent
{
	width: 564px;
	background-image: url('../../images/home/home_news_repeat.jpg');
	background-repeat: repeat-y;
	padding: 0;
	margin: 0 auto;
	min-height: 50px;
	text-align: center;
}
.homeContentContainer #newscontent2
{
	padding: 0;
	margin: 0 0 0 0;
	width: 555px;	
	text-align: left;
}
.homeContentContainer #newsbottom
{
	width: 564px;
	background-image: url('../../images/home/home_news_bottom.jpg');
	background-repeat: no-repeat;
	height: 40px;
	padding: 0;
	margin: 0 auto;
}
/*
.homeContentContainer #newsleft
{
	float: left;
	width: 44px;
	background-image: url('../../images/home/home_news_left.jpg');
	background-repeat: no-repeat;
	height: 208px;
	padding: 0;
}
.homeContentContainer #newsright
{
	float: right;
	width: 47px;
	background-image: url('../../images/home/home_news_right.jpg');
	background-repeat: no-repeat;
	height: 208px;
	padding: 0;
}
.homeContentContainer #newscenter
{
	background-image: url('../../images/home/home_news_repeatx.jpg');
	background-repeat: repeat-x;
	padding: 0;
	margin: 0 47px 0 44px;
	text-align: center;
	height: 208px;
	width: 479px;
}
.homeContentContainer #newscentercontent
{
	padding: 15px 0 0 0;
	margin: 0 auto;
	text-align: left;
}
*/
.toprightApple
{
	margin-left: 462px;
	margin-top: -97px;
	position:absolute;
	z-index: 10;
	width: 160px;
	height: 164px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../../images/home/topright_apple.png' );
	background-repeat: no-repeat;
}
.toprightApple[class]
{
	background-image: url('../../images/home/topright_apple.png' );
}
.toprightCork
{
	margin-left: 440px;
	margin-top: -95px;
	position:absolute;
	z-index: 10;
	width: 160px;
	height: 128px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../../images/home/topright_cork.png' );
	background-repeat: no-repeat;
}
.toprightCork[class]
{
	background-image: url('../../images/home/topright_cork.png' );
}
.toprightGrapefruit
{
	margin-left: 430px;
	margin-top: -97px;
	position:absolute;
	z-index: 10;
	width: 180px;
	height: 118px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../../images/home/topright_grapefruit.png' );
	background-repeat: no-repeat;
}
.toprightGrapefruit[class]
{
	background-image: url('../../images/home/topright_grapefruit.png' );
}
.toprightPeaches
{
	margin-left: 425px;
	margin-top: -114px;
	position:absolute;
	z-index: 10;
	width: 193px;
	height: 144px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../../images/home/topright_peaches.png' );
	background-repeat: no-repeat;
}
.toprightPeaches[class]
{
	background-image: url('../../images/home/topright_peaches.png' );
}
.toprightStrawberries
{
	margin-left: 440px;
	margin-top: -112px;
	position:absolute;
	z-index: 10;
	width: 197px;
	height: 135px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../../images/home/topright_strawberries.png' );
	background-repeat: no-repeat;
}
.toprightStrawberries[class]
{
	background-image: url('../../images/home/topright_strawberries.png' );
}
.toprightBananas
{
	margin-left: 460px;
	margin-top: -94px;
	position:absolute;
	z-index: 10;
	width: 141px;
	height: 122px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../../images/home/topright_bananas.png' );
	background-repeat: no-repeat;
}
.toprightBananas[class]
{
	background-image: url('../../images/home/topright_bananas.png' );
}
