/* -- ELEMENT STYLES -- */

body {  
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 15px;
  text-align:center;
  margin-top: 30px; 
  margin-bottom: 30px; 
  color: #296C69; 
  background-color: #E7F6F8;
}

a {
  color: #296C69; 
}

a:hover {
  text-decoration:none;
  background-color: #E7F3E7; 
}

acronym {
  cursor: help;
  border-bottom: 1px dashed #296C69; 
}

img {
  border: 0px;
}

ul {
  list-style-image: url(../images/bullet_green.gif);  
}

/* -- MAIN CONTAINER -- */

#layoutBox {
  padding: 10px;
  width:926px;
  margin-left:auto; margin-right:auto;
  border: 1px solid #3B9681; 
  background: #FFFFFF url(images/bg_watermark.jpg) no-repeat fixed;
}
* html #layoutBox { width:922px; } /* for I.E. */

/* -- HEADER CONTAINER -- */

#headerBox {
  height: 96px; 
  border: 1px solid #3B9681;
  background: #E7F3E7 url(../images/hdr_bg_green.jpg) repeat-y top left;
}
 
#headerBox .imgLogo {
  float: left;
  margin:0;
  padding:0;
  border:0;
  padding-left:20px;
}
/* -- HEADER STYLES -- */

.title {
  font-family: times new roman, helvetica, arial, sans-serif;
  font-size: 280%;
  font-weight: bold;
  font-style: italic;
  line-height: 0.9em;
  color: #FFFFFF;
}

.headAd {
  position:relative;
  top:0px; 
  left:0px;
}
#headerBox a,
#headerBox a:hover,
#headerBox a:link,
#headerBox a:visited {
  text-decoration:none;
  background-color: transparent;
  color: #398E3D;
}

.subTitle {
  width:210px; /* changed from 200px for 'delivery' change */
  font-size: 16px; 
  margin:0; 
  padding:0; padding-right:10px; padding-top:0px;
  border:0;
  float:right;
  font-weight: bold;
  color: #D0FFD0; 
}

.headerAddress {
  font-size:13px;
  font-weight:normal;
  color:#FFFFFF;
  margin-top:10px;
}

/* -- Horizontal Navigation -- */

#horznavBox {
  border: 1px solid #3B9681; 
  background: #E7F3E7 url(../images/hdr_bg_green.jpg) repeat-y top left;
  margin:10px 0 10px 0;
  height:20px;
}
* html #horznavBox { height:19px; } /* for I.E. */

#horznav {
font-family: arial, times new roman, helvetica, sans-serif;
font-size:16px;
font-weight:bold;
margin-left:-90px;
}
* html #horznav { margin-left:0px; margin-left:-50px; } /* for I.E. */

#horznav ul {
  list-style:none;
  margin: 0;
}

#horznav li {
  display: inline;

}

#horznav a:link,
#horznav a:visited {
  padding: 0px 10px 0px 10px;
  color: #296C69;
  background-color: #CAEAE7;
  text-decoration: none;
  border-left: 1px solid #3B9681;
  border-right: 1px solid #3B9681;
}

#horznav a:hover {
  color: #398E3D; 
  background-color: #CAEAE7; 
}

body#body_apc li.horznav_apc, 
body#body_menu li.horznav_menu,
body#body_faqs li.horznav_faqs,
body#body_order li.horznav_order,
body#body_location li.horznav_location,
body#body_hours li.horznav_hours,
body#body_about li.horznav_about,
body#body_contact li.horznav_contact,
body#body_gallery li.horznav_gallery,
body#body_garden li.horznav_garden {
	border-bottom: 1px solid #CAEAE7; 
	color: #398E3D;
}
body#body_apc li.horznav_apc a:link, body#body_apc li.horznav_apc a:visited,
body#body_menu li.horznav_menu a:link, body#body_menu li.horznav_menu a:visited,
body#body_order li.horznav_order a:link, body#body_order li.horznav_order a:visited,
body#body_faqs li.horznav_faqs a:link, body#body_faqs li.horznav_faqs a:visited,
body#body_location li.horznav_location a:link, body#body_location li.horznav_location a:visited,
body#body_hours li.horznav_hours a:link, body#body_hours li.horznav_hours a:visited,
body#body_about li.horznav_about a:link, body#body_about li.horznav_about a:visited,
body#body_contact li.horznav_contact a:link, body#body_contact li.horznav_contact a:visited,
body#body_gallery li.horznav_gallery a:link, body#body_gallery li.horznav_gallery a:visited,
body#body_garden li.horznav_garden a:link, body#body_garden li.horznav_garden a:visited {
	color: #398E3D;
}

/* -- outerWrap -- */

/* -- MENU CONTAINER -- */

#menuBox {
  float: left;
  width: 150px;
  margin: 0;
  text-align: left;
  border-right: 1px solid #3B9681; 
}

#menuBox p {
  margin: 5px 0 20px 2px;
}

#menuBox br {
  margin-top: 30px;
}

/* -- RIGHT CONTAINER -- */

#rightBox {
  float: right;
  width: 200px;  
  margin: 0; 
  text-align: left;
  border-left: 1px solid #3B9681; 
}

#rightBox p {
  margin: 5px 2px 20px 0;
}

#rightBox br {
  margin-top: 30px;
}

/* -- CONTENT CONTAINER -- */

#mainContent {
  float:left;
  width:  552px; 
  margin: 0 0 0 10px;
  text-align:left;
  border-left: 1px solid #3B9681; 
  border-right: 1px solid #3B9681; 
}
* html #mainContent { width:548px; } /* for I.E. */

#mainContent br {
  margin-top: 10px;
}
#mainContent p br {margin-top:0px;}

#mainContent p {
  padding: 0px 5px 2px 10px;
}

.spacer,
.spacer2 {
  height: 1px;
  clear: both;
}
* html .spacer2 { margin-top:-10px; /* -35px; */ } /* for I.E. */

/* Used by items meant for text only rendering */

.noDisplay {
  display: none;
}


/* -- HEADER/FOOTER STYLES (menuBox & mainContent & rightBox) -- */

#mainContent h1, 
#menuBox h1, 
.menuFooter, 
#rightBox h1, 
.rightFooter, 
.footer {
  font-family: times new roman, helvetica, arial, sans-serif;
  font-size: 19px; 
  font-weight: bold;
  letter-spacing: 0.05em;
  display: block; 
  padding: 2px 2px 2px 10px;
  margin: 0 0 10px 0;
  color: #398E3D; 
  border-top: 1px solid #3B9681;
  border-bottom: 1px solid #3B9681; 
}



#mainContent h1,
.footer {
  background: #CAEAE7 url(../images/hdr_bg_green_center.gif) no-repeat bottom right;
}

#menuBox h1, 
.menuFooter  {
  color: #398E3D;
  background: #E6F6F5 url(../images/hdr_bg_green_left.gif) no-repeat bottom right;
}

#rightBox h1, 
.rightFooter {
  color:#D0FFD0;
  background: #59B0A7 url(../images/hdr_bg_green_right.gif) no-repeat bottom right;
}

#rightBox h1 a
{
  text-decoration: none;
  color:#D0FFD0;
}
#rightBox h1 a:hover
{
  text-decoration: none;
  color:#D0FFD0;
  background-color:#59B0A7;
}

#mainContent h1,
.footer {
  color:#398E3D;
} 

.menuFooter, 
.footer, 
.rightFooter {
  margin-bottom: 0px;
}

#menuBox h1, 
.menuFooter {
  border-left: 1px solid #3B9681; 
}

#mainContent h2, 
#menuBox h2, 
#rightBox h2 {
  font-size: 15px; 
  font-weight: bold;
  display: block;
  padding: 0px 0px 0px 5px;
  margin-bottom: 0px;
  background-color: #E7F3E7;
  color:#398E3D;
}

#mainContent h2 {
  margin-left: 10px;
  margin-right: 5px;
}

#mainContent h1,
#mainContent h2 {
  text-transform:lowercase;
}

#mainContent h1, 
#mainContent h2, 
.footer {
 /*    clear: right; */   /* Set to both if you don't care about Internet Explorer */
}

.footer {
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 9px; 
  font-weight: normal;
  border-right: 1px solid #3B9681; 
  border-left: 0px;
}

.footer .nohover a:hover,
.footer .nohover a:link,
.footer .nohover a:visited {
  text-decoration:none;
  background-color: transparent;
  color: #398E3D; /* #296C69; */
}

.footer a:hover {
  background-color: #D6E1F1;
}

.footer br {
  margin: -20px;
}


/* -- MENU/NEWS ITEM STYLES -- */

.newsGroup {
  padding: 0px 5px 0px 5px;
  margin-bottom: 10px;
}

.menuGroup {
  padding: 5px 0 5px 0;
  margin-bottom: 10px;
}

.menuGroup a {
  text-indent: 10px;
  text-decoration: none;
  margin-bottom: 2px;
  display: block;  
  color: #296C69;  
}

.menuGroup a:hover {
  color: #FFFFFF;
  background-color: #398E3D;
}

/* -- IMAGE STYLES -- */

.imgRight, .imgLeft {
  padding: 10px 5px 5px 10px;
  border: 1px solid #FFFFFF;
}
* html .imgRight,
* html .imgLeft {
  padding: 10px 5px 5px 5px;
}

.imgRight {
  float: right;
}

/* Below style will not work correctly unless clear = "both" on the
   #mainContent h1, #mainContent h2, .footer class */

.imgLeft {
  float: left;
}

.nohover a:hover {
  text-decoration:none;
  background-color: white;
  color: #296C69;
}
.noindent a {
  text-indent:0px;
}

/* -- Takes care of the 'jump to top' arrow -- */

.upArrow {
  clear: both;
  display: block;
  text-align: right;
  padding-right:10px;
}

/* -- h2 Specials -- */

#faq .question h2 { text-transform:none; }

/* -- PHOTO CREDIT -- */

.photoCredit {font-size:8px;}

/* -- CCN Award -- */
.ccnAward { padding-left:10px; padding-top:15px;}

/* **** Photos Tiny Left Col - Random (max 12) **** */

#photoBox
{
  width:148px; /* 140px; */ /* 163px; */
  padding-left:0px; /* 10px; */
}

#photoBox img
{
  margin-top:2px; margin-right:0px; /* 2px;  */
  border:1px double #B9B9B9;
  padding: 1px 1px 1px 0px; 
  vertical-align:middle;
  text-align:center;
  float:left;
}
#photoBox a
{
  display:none;
}
/* ------------------------------------------------------------------------------------------------------ */
/*  based on design Drifting                                                                              */
/*  by <a href="http://openwebdesign.org/userinfo.phtml?user=snop" title="OWD profile / contact">snop</a> */
/* ------------------------------------------------------------------------------------------------------ */

