@charset "utf-8";
a:link {
	color: #F93;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F93;
}
a:hover {
	text-decoration: none;
	color: #963;
}
a:active {
	text-decoration: none;
	color: #F93;
}


/* Main layout styles */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	border: 0;
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #000;
}

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-repeat: repeat-x;
	background-image: url(../images/background.png);
}

/* Commonly used to style page titles. */
h1 {
	color: #FD822F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 6px;
	padding-bottom: 6px;
	margin-top: 6px;
}
/* Commonly used to style section titles. */
h2 {
	color: #39c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}
h4 {
	font-size: 36px;
	color: #009CD0;
	line-height: 30px;
	text-indent: 10px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #360;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-style: solid;
	border-bottom-color: #F93;
	border-bottom-width: 1px;
	background-image: url(../images/nav_back.gif);
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../images/outerback.gif);
	background-repeat: repeat-y;
}
#outerWrapper #header {
	background-repeat: no-repeat;
	border-bottom: solid 1px #666; /* Sets the bottom border properties for an element using shorthand notation */
	border-style: none; /* Sets the border style properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-image: url(../images/top.jpg.jpg);
	height: 170px;
}


#outerWrapper #contentWrapper {
	overflow: hidden;
}

#outerWrapper #contentWrapper #contentsubs {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	background-color: #FFFFFF;
	margin: 20px 215px 0 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 20px 10px 10px 30px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-repeat: repeat;
}

#outerWrapper #contentWrapper #content p {
	margin-top: 5px;
	margin-right: 10px;
	padding-left: 5px;
	color: #000;
	font-weight: normal;
}

#subContentmain {
	width: 590px;
	background-color: #FFF;
	background-repeat: repeat;
	padding: 5px;
	color: #333;
}

#subContentmain h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FD822F;
}

#subContentmain h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #009CD0;
}

#outerWrapper #footer {
	background-color: #666;
	border-style: none; /* Sets the border style properties for an element using shorthand notation */
	border-top: solid 1px #666; /* Sets the top border properties for an element using shorthand notation */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	color: #ffffcc;
	text-align: center;
	font-size: 10px;
}

#outerWrapper #contentWrapper #content #subContentmain table tr td .centerblock p {
	padding-left: 20px;
}

#outerWrapper #contentWrapper #content #directions {
	width: 400px;
}

#programs .image_right {
	padding: 10px;
	float: right;
}
hr {
	color: #CCC;
}


/* Sets the style for images within the content div */

#content img {
	padding: 0px 5px 5px 5px;
	margin-bottom: 10px;
}

/* Class styles */
.seconpara {
	color: #FF9;
	background-color: #3A6027;
	font-size: 12px;
}

.subtext {
	float:right;
	display:inline;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #106900;
	line-height: 100%;
	padding-top:1px;
	padding-bottom:2px;
}
.more {
	float:right;
	padding-right: 10px;
}

.widebox {
	background-color: #CCC;
	margin-left: 400px;
}

.divider {
	background-color: #82CF1D;
	height: 1px;
	width: 80%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.image_right {
	float: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.leftimage{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000;
}

.captions {
	font-size: 10px;
	color: #005800;
	text-align: center;
}

.right_darkgreen {
	background-color: #6A8B00;
	padding: 0px;
	width: 205px;
}

.topnav {
	margin-top: 0px;
	margin-left: 375px;
	color: #692;
	font-size: 12px;
	font-variant: normal;
	font-weight: normal;
	padding-top: 60px;
}
.topnav a {
	color: #692;
	font-weight: normal;
}
.topnav a:hover {
	color: #FD822F;
	font-weight: normal;
	text-decoration: underline;
}
.topnav a:visited {
	color: #692;
	font-weight: normal;
	text-decoration: underline;
}

.right_lightgreen {
	background-color: #6A8B00;
	padding: 0px;
	width: 205px;
}

.garden_gallery {
	padding-left: 5px;
	width: 550px;
	background-color: #FFe;
	background-repeat: repeat;
	
}

.quote {
	font-style: italic;
	color: #DDDCD2;
	padding: 0px;
	font-size: 11px;
}

.brown_bold {
	font-weight: bold;
	color: #633;
}

.photowithcaption {
	font-size: 10px;
	color: #030;
	text-align: right;
	margin: 5px;
	float: right;
}
.attribution {
	text-align: right;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
}

/* Absolute Position Divs*/

#apDiv1 {
	position:absolute;
	width:520px;
	height:32px;
	z-index:1000;
	background-image: url(../images/navbar.png);
	left: 236px;
	top: 170px;
}

#apDiv4 {
	position:absolute;
	width:220px;
	height:30px;
	z-index:4;
	left: 155px;
	top: 498px;
}
#apDiv5 {
	position:absolute;
	width:279px;
	height:44px;
	z-index:1;
	left: 338px;
	top: 496px;
	background-color: #FFFFFF;
}

#apDiv3 {
	position:absolute;
	width:200px;
	height:182px;
	z-index:2;
	left: 696px;
	top: 4px;
}

#apDiv2 {
	position:absolute;
	z-index:1;
	left: 268px;
	top: 66px;
	width: 536px;
	height: 368px;
	background-image: url(../../garden_files/css/images/navbar.gif);
	background-repeat: no-repeat;
}
/* Right Column Styles*/

#rightColumn1{
	background-color: #363; 
	float: right; 
	width: 205px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #363;
	border-right-color: #363;
	border-bottom-color: #363;
	border-left-color: #666;
	padding-top: 30px;
}
#rightColumn1 .captions   {
	color: #FFF;
}

#rightColumn1 h1 {
	color: #9c3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #336601;
	padding: 5px;
	padding-top: 5px;
}
#rightColumn1 h4   {
	color: #9c3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #336601;
	padding: 5px;
}
#rightColumn1 p   {
	color: #FFe;
	padding: 5px;
	padding-top: 0px;
}
#rightColumn1 h2   {
	color: #FFe;
	background-color: #9C3;
	font-weight: normal;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

#rightColumn1 ol {
	margin: 5px;
	color: #FFE;
}
#rightColumn1 ol li   {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 140px;
	color: #ffe;
}
#rightColumn1 #toprightblock table tr td   {
	color: #fff;
}
#rightColumn1 #toprightblock table tr td   {
	text-align: left;
}
#rightColumn1 #toprightblock ul li   {
	color: #ffe;
	margin: 5px;
}

/* Misc. ID */

#flashvideo {
	float: left;
	margin-right: 10px;
}
#weather {
	padding-left: 10px;
}
#garden_title {
width: 550px;
}
#hauckmap {
	width: 520px;
}

#outerWrapper #contentWrapper #content #subContentmain #hauckmap img {
	display: block;
	margin-left: 15px;
	padding-left: 10px;
}
#url {
	margin-top: 30px;
	margin-bottom: 120px;
	width: 300px;
	font-size: 10px;
	color: #F4F4EC;
	float: left;
}
#whitecontainer {
	background-color: #FFF;
	width: 830px;
	padding-left: 20px;
	height: 100%;
}

#outerWrapper #contentWrapper #content #subContentmain table img {
	margin: 0px;
	padding: 0px;
}



/* Misc. Styles */
.leftblock{
	float: left;
	width: 240px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: inline;
	padding-top: 0pt;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #ffe;
}

.rightblock

{
	float: left;
	width: 280px;
	margin-top: 15px;
	margin-right: 0pt;
	margin-bottom: 25px;
	margin-left: 15px;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #ffe;
}

.centerblock

{
	float: left;
	margin-top: 10px;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	display: inline;
	padding-top: 0pt;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #ffe;
	width: 550px;
}
.centerblock img {
	float: right;
	}


/* Shopping cart styles */

.cart_item {
	margin: 10px;
	}

.product {
	padding:5px;
}
#class_price {
	margin-top: 0px;
	margin-left: 300px;
}
.product-image { border:solid 1px #ccc; margin-bottom: 5px; }
.product-title, .product-price, .product-shipping { font-weight:bold; margin-bottom: 5px; }
.data-cell { padding:0px 50px 0px 10px;border:solid 0px #fff;}
.align-cart { padding-left:480px }

/* guide styles*/

div.float {
	float: right;
	width: 258px;
	padding: 5px;
  }
  
div.float p {
	text-align: right;
	color: #030;
	font-size: 10px;
   }
   
   div.floatleft {
	float: left;
	width: 258px;
	padding: 5px;
  }
  
div.floatleft p {
	text-align: right;
	color: #030;
	font-size: 10px;
   }
div.floatsmallimage {
	float: right;
	width: 190px;
	padding: 5px;
}
div.floatsmallimage p {
	text-align: right;
	color: #030;
	font-size: 10px;
}

div.floatsmallimage_left {
	float: left;
	width: 190px;
	padding: 5px;
}
div.floatsmallimage_left p {
	text-align: right;
	color: #030;
	font-size: 10px;
}

#outerWrapper #contentWrapper #hotline {
	width: 390px;
	margin-right: auto;
	margin-left: auto;
}
#wagtwrapper {
	background-color: #FFF;
	width: 390px;
}
#mapwrap {
	width: 550px;
}
#guidewrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.oneColElsCtr #container #mainContent #guidewrapper p {
	text-align: left;
}
.special_title {
	color: #636;
}
.brown {
	color: #963;
}

/* styles for index page */

#leftColumn1 {
	border-right: solid 1px #666; /* Sets the right border properties for an element using shorthand notation */
	float: left;
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 216px;
	background-color: #39C;
	color: #FFF;
	margin-top: 0px;
}

#leftColumn1 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F1F0E5;
}

#leftColumn1 p {
	padding-left: 8px;
	padding-right: 5px;
	font-weight: bold;
}
#home_content {
	padding: 5px;
	float: left;
	width: 390px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#home_content h1   {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FD822F;
	line-height: 24px;
}
#home_content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #009CD0;
}
#donatestyle {
	background-color: #FFF;
	border: thin solid #F60;
}
#outerWrapper #contentWrapper #content #storemain {
	margin: 0px;
	padding: 0px;
	width: 580px;
}
#outerWrapper #contentWrapper #content table tr td .product .product-image {
	float: none;
}
.leftallign {
	margin-left: 10px;
	float: left;
}
#outerWrapper #contentWrapper #content #subContentmain #hauckmap table tr td img {
	margin: 0px;
	padding: 0px;
}
#volunteer_opportunites {
	text-align: left;
	float: left;
	width: 550px;
}
