/* G L O B A L  D E F A U L T S */

body,div,dl,dt,dd,ul,ol,li,hr,h1,h2,h3,h4,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

address,caption,cite,code,dfn,em,p,h1,h2,h3,h4,h5,h6,li,strong,th,var {
	font-style:normal;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
}

div {
	text-align: left; 
	vertical-align: top;
}

strong, h1, h2, h3, h4 {
	font-weight: bold;
	color: #84933F;
}

img {
	border:none;
}

/* G L O B A L  E L E M E N T S */

body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/eckertBGPattern.gif);
	background-repeat:yes;
	}

/* H E A D E R */

#header {
	width:775px;
	height:370px;
	background-image:url(../images/bg_header.png);
	background-repeat:no-repeat;
}

#headerCash {
	width:775px;
	height:190px;
	background-image:url(../images/bg_header.png);
	background-repeat:no-repeat;
}

#headerTours {
	width:500px;
	height:100px;
	background-image:url(../images/bg_headerTours.png);
	background-repeat:no-repeat;
}

#headerAlwaysInSeason {
	height:60px;
	background-image:url(../images/bg_alwaysInSeason.png);
	background-repeat:no-repeat;
}

#headerLogoBlock {
	height:60px;
	width:730px;
	float:left;
	padding:20px 0 0 20px;
}

#headerNavLeft {
	float:left;
	width:150px;
	height:50px;
}

#headerNavRight {
	float:right;
	width:150px;
	height:50px;
}

#headerBanner {
	height:189px;
	background-color:none;
	width:730px;
	float:left;
	padding:0 20px 0 20px;
}

#headerNavigation {
	height:40px;
	background-color:none;
	width:766px;
	float:left;
	padding:0 7px 0 2px;
}

.navTable{
	margin:0;
}


/* H E A D E R  N A V I G A T I O N  L I N K S */
 
/* Nav Blog link removed and replaced w/ Home link 082608*/
ul#navBlog {
  height:25px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#navBlog a:link, #navBlog a:visited {
  display: block;
  padding: 0;
  font: bold Arial, Helvetica, sans-serif;
  color: #FFF;
  background: url("../images/navBlog.gif") top left no-repeat;
  text-decoration: none;
}

* html #navBlog a {
  width: 100%;
}

#navBlog a:hover {
  background-position: 0 -25px;
  color: #FFF;
}

ul#navHome {
  height:25px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#navHome a:link, #navHome a:visited {
  display: block;
  padding: 0;
  font: bold Arial, Helvetica, sans-serif;
  color: #FFF;
  background: url("../images/navHome.gif") top left no-repeat;
  text-decoration: none;
}

* html #navHome a {
  width: 100%;
}

#navHome a:hover {
  background-position: 0 -25px;
  color: #FFF;
}

ul#navDirections {
  height:25px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#navDirections a:link, #navDirections a:visited {
  display: block;
  padding: 0;
  font: bold Arial, Helvetica, sans-serif;
  color: #FFF;
  background: url("../images/navDirections.gif") top left no-repeat;
  text-decoration: none;
}

* html #navDirections a {
  width: 100%;
}

#navDirections a:hover {
  background-position: 0 -25px;
  color: #FFF;
}

ul#navContact {
  height:25px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#navContact a:link, #navContact a:visited {
  display: block;
  padding: 0;
  font: bold Arial, Helvetica, sans-serif;
  color: #FFF;
  background: url("../images/navContact.gif") top left no-repeat;
  text-decoration: none;
}

* html #navContact a {
  width: 100%;
}

#navContact a:hover {
  background-position: 0 -25px;
  color: #FFF;
}

ul#navHarvestHotline {
  height:25px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#navHarvestHotline a:link, #navHarvestHotline a:visited {
  display: block;
  padding: 0;
  font: bold Arial, Helvetica, sans-serif;
  color: #FFF;
  background: url("../images/navHH.gif") top left no-repeat;
  text-decoration: none;
}

* html #navHarvestHotline a {
  width: 100%;
}

#navHarvestHotline a:hover {
  background-position: 0 -25px;
  color: #FFF;
}

.navListLineHeight {
	line-height:25px;
}

/* M A I N  C O N T E N T  S T Y L E S - (Top to Bottom - Left to Right) */

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 775px;
}

#wrapperTours {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 500px;
}

#container { 
	background-image:url(../images/bg_content.png);
	background-repeat:repeat-y;
	padding-bottom:20px;
}

#containerTours { 
	background-image:url(../images/bg_contentTours.png);
	background-repeat:repeat-y;
	padding-left:20px;
	padding-bottom:20px;	
}

#eList {
	height:100px;
	background-image:url(../images/eList.gif);
	background-repeat:no-repeat;
	margin-top:7px;
}

input.txt {
	color:#5B473B;
	background-color:#FFFFFF;
	border: 1px inset #9D887B;
	width:112px;
	height:16px;
	}

#content {
	float: left;
	width: 385px;
}

#contentOneColumn {
	float: left;
	width: 535px;
	padding: 0 0 0 20px;
}

#contentOneColumnText {
	float: left;
	padding: 0 20px 0 20px;
}

#contentOneColumnRight {
	float: right;
	width: 560px;
	padding: 0 25px 0 0;
}

/* container for feature image header */
.deptContainer {
	width:560px;
	padding:0 0 15px 0;
}

.dept_item_wrapper {
	width:560px;
	padding:0 0 6px 0;
}

.deptItemsLeftSide {
	width:366px;
	padding:0 20 0 0;
	float:left;
}

h1.dept {
	font-size:16px;
	text-align:center;
	letter-spacing:1px;
	line-height:16px;
	margin:20px 0 4px 0;
}

p.dept {
	font-size:10px;
	line-height:12px;
	text-align:center;
	margin-bottom:0px;
	color:#333;
}

.dept_item_columnOne {
	width:173px;
	background-image:url(../images/dept_item_bg.jpg);
	background-repeat:no-repeat;
	padding:0 20 15 0;
	float:left;
}

.dept_item_columnTwo {
	width:173px;
	background-image:url(../images/dept_item_bg.jpg);
	background-repeat:no-repeat;
	padding:0 0 15 0;
	float:right;
}

.dept_item_columnThree {
	width:174px;
	background-image:url(../images/dept_item_bg.jpg);
	background-repeat:no-repeat;
	padding:0 0 15 0;
	float:right;
}

.dept_item_columnOne_noBG {
	width:173px;
	padding:0 20 15 0;
	float:left;
}

.dept_item_columnTwo_noBG {
	width:173px;
	padding:0 0 15 0;
	float:right;
}

.dept_item_columnThree_noBG {
	width:174px;
	padding:0 0 15 0;
	float:right;
}

.dept_item_photo {
	width:173px;
	height:116px;
	margin:0px;
	padding:0px;
	float:left;
}

.dept_item_text {
	margin:124px 10px 0 10px;
}

.dept_item_list {
	margin:0px 0 0 0;
}

h2.dept_item_head {
	font-size:13px;
	color:#5B473B;
	margin-top:0;
	margin-bottom:2px;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:15px;
}
	
#containerBottom {
	clear: both;
	height:1px;
	*height:auto;
}

#footer {
	clear: both;
	background-image:url(../images/bg_footer.png);
	height:37px;
}

#footerTours {
	clear: both;
	background-image:url(../images/bg_footerTours.png);
	height:37px;
}

/* S I D E B A R  S T Y L E S */

#leftColumn {
	float: left;
	width: 150px;
	padding: 0 20px 0 20px;
}

.leftColumnContent {
	margin:0px 0 20px 0;
}

#rightColumn {
	float: right;
	width: 155px;
	padding: 0 25px 0 20px;
}

.rightColumnContent {
	margin:0px 0 20px 0;
}

.rightColumnCoupon {
	height:101px;
	background-image:url(../images/coupon_link_background.jpg);
	background-repeat:no-repeat;
	margin:0px 0 20px 0;
}

.rightColumnCouponText {
	text-align:center;
	padding:52px 20px 0 20px;
}

.rightColumnClasses {
	height:101px;
	background-image:url(../images/classes_link_background.jpg);
	background-repeat:no-repeat;
	margin:0px 0 20px 0;
}

.rightColumnClassesText {
	text-align:center;
	padding:52px 20px 0 20px;
}

.counter {
	height:105px;
	margin:0px 0 20px 0;
}

#sidebarHours_wrapper {
	margin:10px 0 16px 0;
}

#sidebarHours_top {
	background: url("../images/hours_bg_top.jpg") top left no-repeat;
	height:37px;
}

#sidebarHours_restaurantTop {
	background: url("../images/hours_restaurant_top.jpg") top left no-repeat;
	height:37px;
}

#sidebarHours_bakeryTop {
	background: url("../images/hours_bakery_top.jpg") top left no-repeat;
	height:37px;
}

#sidebarHours_gcTop {
	background: url("../images/hours_gc_top.jpg") top left no-repeat;
	height:37px;
}

#sidebarHours_marketTop {
	background: url("../images/hours_market_top.jpg") top left no-repeat;
	height:37px;
}

#sidebarHours_stlmarketTop {
	background: url("../images/hours_stlmarket_top.jpg") top left no-repeat;
	height:37px;
}

#sidebarHours_custardTop {
	background: url("../images/hours_custard_top.jpg") top left no-repeat;
	height:37px;
}

#sidebarHours_content {
	background: url("../images/hours_bg_middle.jpg") repeat-y;
	padding:6px 0px 1px 0px;
	margin:0px;
	text-align:center;
}

#sidebarHours_btm {
	background: url("../images/hours_bg_btm.jpg") top left no-repeat;
	height:15px;
}

#socialmedia_top {
	background: url("../images/socialmedia_bg_top.jpg") top left no-repeat;
	height:37px;
}

#socialmedia_links {
	background: url("../images/socialmedia_bg_middle.jpg") repeat-y;
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
}

#socialmedia_btm {
	background: url("../images/socialmedia_bg_btm.jpg") top left no-repeat;
	height:13px;
}

#kids_eat_free {
	background: url("../images/restaurant_kids_eat_free.jpg") top left no-repeat;
	height:101px;
}

#quickLinks {
	background:#FFF;
	border:1px solid #EFE9C5;
	width:133px;
	padding:0px 0px 6px 0px;
	margin:20px 0px 0px 10px;
	text-align:center;
}

ul.quicklinklist {
	list-style:none;
  	padding: 0;
 	margin: 0;
}

/* H O M E P A G E  C O N T E N T  S T Y L E S */

#leftColumnHome {
	float: left;
	width: 300px;
	padding: 7px 20px 0px 20px;
}

#quickLinksHome {
	float: left;
	background:#FFF;
	border:1px solid #EFE9C5;
	width:298px;
	text-decoration:none;
}

/*.quickLinksText {
	font-size:9px;
	margin-left:2px;
}

.quickLinksText a:link {
	color: #990000;
	text-decoration:none;
}

.quickLinksText a:visited {
	color: #330000;
	text-decoration:none;
}

.quickLinksText a:hover {
	color: #660000;
	text-decoration:underline;
}
*/

#sidebarHome {
	background:#EFE9C5;
	padding:0;
}

#rightColumnHome {
	float: right;
	width: 410px;
	padding: 0 25px 0 0px;
}

.sidebarPhotoFirst {
	float: left;
	width: 110px;
	padding: 12px 12px 10px 12px;
	*padding: 10px 10px 0px 12px;
	margin: 0px;
	*margin:0px 0px -6px 0px;
}

.sidebarPhoto {
	float: left;
	width: 110px;
	padding: 12px 12px 10px 12px;
	*padding: 10px 10px 2px 12px;
	margin: 0px;
}

.sidebarContent {
	float: right;
	width: 154px;
	padding: 12px 12px 0px 0px;
	*padding: 8px 12px 0px 0px;
	margin: 0px;
}

h1.sidebar {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	margin:0 0 4px 0;
	color:#990000;
}

p.sidebar {
	font-size:10px;
	line-height:12px;
	color: #5B473B;
}

p.homeCopy {
	color: #7C6C62;
	font-size: 15px;
	line-height:21px;
	}
	
p.link {
	font-size: 10px;
	font-weight:bold;
	color:#990000;
	text-align:right;
	line-height:10px;
	}
	
.italic {
	font-style:italic;
}

#secondlink {
	margin-top:-5px;
	}		
	
p.link a:link {
	color: #990000;
	text-decoration:none;
}

p.link a:visited {
	color: #330000;
	text-decoration:none;
}

p.link a:hover {
	color: #660000;
	text-decoration:none;
}

#centered {
	text-align:center;
}

#sidebarDivider {
	padding:0px 12px 0px 12px;
	margin:0px;
}

hr.sidebarBottom {
	border: none;
	background-color: #E7E3D1;
	color: #E7E3D1;
	height: 1px;
	width:50%;
	margin:0px 0px 0px 12px;
	clear:both;
}

.imagehomepage {
	width: 410px;
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
}

#printContent {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/* T E X T   S T Y L E S */

hr {
	border: none;
	background-color: #5B473B;
	color: #5B473B;
	height: 1px;
	width: 100%;
	clear:both;
}

.clear {
	clear:both;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 24px;
	color: #5B473B;
	line-height: 24px;
	margin:5px 0 8px 0;
}

h2 {
	font-size: 15px;
	color: #9F2D21;
	margin:8px 0 10px 0;
	line-height:21px;
}

h2.date {
	margin-bottom:0
}

h2.gardenDate {
	line-height:18px;
	margin-top:0;
	margin-bottom:0
}

h2.leadin {
	font-size:17px;
	line-height:24px;
	color:#5B473B;
	font-weight:normal;
}

p {
	margin-bottom:10px;
}


p.closeWindow {
	padding-top:8px;
	font-size:9px;
	color: #5B473B;
	text-align:center;
}

p.noSpaceAfter {
	margin-bottom:0px;
}

p.indent {
	margin-bottom:0px;
	padding-left:12px;
}

p.indentLast {
	padding-left:12px;
}

.spaceAfter {
	margin-bottom:10px;
}

ul.textList {
	list-style-image: url(../images/bullet.gif);
	padding:0 0 0 24px;
	margin: 4px 0 10px 0;
}

ul.pdfList {
	list-style-image: url(../images/bullet_pdf.gif);
	padding:0 0 0 24px;
	margin: 4px 0 10px 0;
}

ul.gardenCenterList {
	list-style-image: url(../images/bullet.gif);
	padding:0 0 0 140px;
	margin: 0 0 10px 0;
}

#disclaimerContainer {
	padding:15px 20px 10px 20px;
	margin:10px 0 10px 0;
	border-style:solid;
	border-width:1px;
	border-color:#e4dab7;
}

ul.disclaimerList {
	list-style-image: url(../images/bullet.gif);
	padding:0 0 0 15px;
	margin: 0 0 10px 0;
	line-height:12px;
	color:#5B473B;	
}

a:link {
	color: #5B473B; text-decoration: underline
}

a:visited {
	color: #887569; text-decoration: underline
}

a:hover {
	color: #887569; text-decoration: underline
}

.bodyBold {
	font-family: Arial, Helvetica, sans-serif; 
	color:#333;
	font-size: 12px; 
	line-height: 18px; 
	margin-top: 5px; 
	margin-bottom: 10px; 
	font-weight: bold;
	}

.noBorder {
	border:0;
}

input.btn {
   color:#FFFFFF;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:CD7400;
   border:1px solid CD7400;
}
   
input.btnhov {
	border-top-color:7f4800;
	border-left-color:7f4800;
	border-right-color:7f4800;
	border-bottom-color:7f4800;
	background-color:7f4800;
}

.boldHGGreen {
	font-size:14px;
	font-weight: bold;
	color: #84933F;
}

.boldHGRed {
	font-size:14px;
	font-weight: bold;
	color: #CC0000;
}

.normal {
	color: #000;
	font-weight: normal;
}

.rightAlign {
	text-align:right;
}

.rightAlignForm {
	text-align:right;
	padding-right:6px;
	
}

.leftAlign {
	text-align:left;
}

.number {
	font-weight:bold;
	color:#990000;
}

.caption {
	font-size:10px;	
	color:#5B473B;
}

.breadcrumb {
	margin-top:6px;
	font-size:10px;
	text-transform:uppercase;
	color:#5B473B;
}

.breadcrumb a {
	text-decoration:none;
}

/* T A B L E   S T Y L E S */

.datatable {
	border: 1px solid #5B473B;
	border-collapse: collapse;
	width: 100%;
}

.datatable col.item {
	background-color: #FFF;
	border-right: 1px solid #5B473B;
}

.datatable col.odd {
	background-color: #E7E3D2;
}

.datatable col.even {
	background-color: #FFF;
}

.datatable td {
	border-top:1px solid #5B473B;
	padding:4px 0 4px 0;
	color: #84933F;
	font-weight: bold;
	text-align:right;
}

.datatable th {
	border:1px solid #5B473B;
	background-color: #5B473B;
    color: #FFFFFF;
	font-weight: bold;
	vertical-align:top;
	text-align: center;
	line-height:14px;
	padding:2px;
}

.listHeadPlain {
	color: #E7E3D2;
	font-weight:normal;
	font-size:9px;
}

#item {
	padding-right:4px;
}


#tableBullet { 
	font-family: Webdings,"Zapf Dingbats"; 
	font-size: 10px;
	color: #84933F;
	text-align:center;
}


/* I M A G E  S T Y L E S */

.imageright {
	padding: 0px;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	text-align: right;
}

.imageleft {
	padding: 0px;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
}

/* P Y O  P A G E   S T Y L E S */

.pyo_image {
	padding: 0px;
	float: left;
	margin: 10px 12px 10px 0;
	text-align: left;
}

/* A P P L E  P A G E  S T Y L E S */

.body_textright {
	padding: 0px;
	float: right;
	margin: 10px 0 0 0;
	text-align: left;
	width:300px;
}

#resourcesText {
	padding: 0px 18px 0px 12px;
}

h3.resources {
	font-size:11px;
	line-height:14px;
	text-align:center;
	margin-bottom:10px;
}

#resourcesAppleTop {
	background:url(../images/photos_resources_appleTop.jpg);
	height:255px;
	background-repeat:no-repeat;
}

#resourcesMiddle {
	background:url(../images/photos_resourcesMiddle.jpg);
	background-repeat:repeat-y;
	clear:both;
}

#resourcesAppleBottom {
	background:url(../images/photos_resourcesBottom.jpg);
	height:15px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
