@charset "utf-8";



/* --------------------------------GENERAL-------------------------------------------------------------------------*/
#container {
	/*text-align:left;*/
	margin-left: 0px;
	background-color:white;
	margin-right: 0px;
}
body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
    width: 998px;	
	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 */
	background-image: url(images/bg1.png);
	background-repeat: repeat-x;
	line-height: normal;
	background-position: top center;
	}

body a {
    background-color: transparent;
	color: #336600;
}
body a:visited {
	background-color: transparent;
    color: #336600;
}
body a:hover, .menu .current {
	background-color: transparent;
	color: #a2dd6b;
}

.background {
	background-image: url(images/contentbg.png);
	background-repeat:no-repeat;
	background-color: transparent;
}
.return a{
	color: #660033;
	float: right;
	font-size:13px;
	font-style:italic;
}

/* --------------------------------HEADER-------------------------------------------------------------------------*/
.header {

	top:10px;
	height: 232px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	width: 998px;
	background-color: black;
	background-image:url(images/header.png);
	background-position:top;
	background-repeat:no-repeat;
	/*padding: 0 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size:30px;
	color: white;
	text-align: left;

}


/* --------------------------------HEADER NAVIGATION BAR-------------------------------------------------------------------------*/
.header-nav{

	top:10px;
	height: 22px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	width: 998px;
	background: #336600;
	/*padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size:10px;
	color: white;
}
.header-nav ul li{
	display: inline;
	float: right;
	width: auto;
	background-color: transparent;
	padding: 0.4em 1em;
	margin: 0;
	border-right: #FFFFFF 1px solid;
	color: white;
} 
.header-nav ul .firstem {
	border: 0px solid #FFFFFF;
	padding-right: 1em;
	padding-top: .3em;
	background-color: #669900;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
.header-nav a {
	color: white;
	background-color: transparent;
}	
.header-nav a:visited {
	background-color: transparent;
    color: white;
}
.header-nav a:hover, .menu .current {
	background-color: transparent;
	color: #a2dd6b;
}
.header-nav li.last {
	border-right: none;
}
.header-nav a.cart {
	border-right: none;
}



/* --------------------------------SIDEBAR LEFT-------------------------------------------------------------------------*/
.sidebar-left {
    float:left;
    top: 0px;
	left: 0px;
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px 0px 10px; /* padding keeps the content of the div away from the edges */
	text-align: left;
	font-size: 13px;
	background-image: url(images/sidebarfade1.png);
	background-position: top left;
	background-repeat:no-repeat;
	background-color:#264a26;
	margin: 0px;
}
.sidebar-left h4 {
	/*color: #e0d2b8;*/
	color: white;
	text-align:center;
	border-top: white 1px solid;
	font-size: 14px;
	padding: 8px 0px 8px 0px;
	font-family: inherit;
	background-color: transparent;
	margin:0px;
}
.sidebar-left h4 a{
	color: white;
	}
.sidebar-left h4.firstem {
	padding-top: 0px;
	padding-bottom:8px;
	border-top: white 0px solid;
}
.sidebar-left a:visited {
	background-color: transparent;
    color: #ffffcc;
}
.sidebar-left a:hover, .menu .current {
	background-color: transparent;
	color: #a2dd6b;
}
.sidebar-left ul {
	margin:0px;
	padding:0px;
	list-style:none;
	width:200px;
	border-bottom: 0px solid white;
}
.sidebar-left ul li {
	position:relative;
}
.sidebar-left li ul {
	position:absolute;
	left:200px;
	top:0px;
	display:none;
}
.sidebar-left ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFCC;
	background: transparent;
	padding: 3px 4px 3px 5px;
	border: 0px solid #ffffff;
	border-bottom: 0;
}
.sidebar-left li:hover ul, li.over ul {
	display: block;
	background: #264a26;
}
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


/* --------------------------------CONTENT-------------------------------------------------------------------------*/
.content {
	float:right;
	width: 768px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0px 0 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 10px 0px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background-image: url(images/contentbg.png);
	background-color: transparent;
	background-position: top left;
	background-repeat:repeat-x;
	color: #000000;
}
.content h2{
	color:#336600;
	font-size:24px;
	margin-top: 0px;
	background-color: transparent;
}
.content h3{
	color:black;
	font-size:18px;
	margin: 0px 0px -10px 0px;
	padding-top: 8px;
	text-decoration:underline;
	border-top: #CCCCCC 1px solid;
	background-color: transparent;
}
.content h4{
	color:black;
	font-size:18px;
	margin: 0px 0px -10px 0px;
	padding-top: 8px;
	background-color: transparent;
}
.content-interior {
	/*position: relative;*/
	margin: 0px 0px 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	text-align: left;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	background-color:transparent;
}
.content-interior h4 {
	color: #660033;
	text-align:left;
	font-size:18px;
	font-style: italic;
	background-color:transparent;
}




/* --------------------------------CONTENT IMAGE-------------------------------------------------------------------------*/
.content-imageleft {
	margin: 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
}
.content-imageleft img{
	float:left;
	padding: 0px 15px 0px 5px;
	vertical-align:text-top;
}
.content-imageright {
	margin: 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
}
.content-imageright img{
	float:right;
	padding: 0px 5px 0px 15px;
	vertical-align:text-top;
}
.content-image img{
	padding: 0px 5px 5px 0px;
	vertical-align:text-top;
}
.content-image img.first{
	padding: 0px 5px 5px 15px;
}
.content-image img.last{
	padding: 0px 15px 5px 0px;
}


/* --------------------------------INDEX IMAGES-------------------------------------------------------------------------*/
.index-left img{
	margin: 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	background-color:transparent;
}

.index-right img{
	margin: 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: right;
	background-color: transparent;
}
	
.index-right h4 a {
	color: #660033;
	text-align:center;
	font-size:20px;
	margin: 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: transparent;
}
/* --------------------------------STAFF-------------------------------------------------------------------------*/
.staff-nav ul li{
	display: inline;
	/*float: center;*/
	padding: 0em 1em 0em 0em;
	font-size:13px;
	font-style:italic;
}
.staff-nav a{
	color: #660033;
	background-color: transparent;
}
.content-staff {
	position: relative;
	margin: 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	padding-left: 20px;
}
.content-staff h2{
	color:#336600;
	font-size:24px;
	background-color: transparent;
}
.content-staff h3{
	color:#660033;
	background-color: transparent;
	font-size:16px;
	margin: 0px 0px 0px 0px;
	padding-top: 8px;
	border-top: #CCCCCC 1px solid;
}
.content-staff a{
	color:#660033;
	background-color: transparent;
	font-size:14px;
}
.content-staff p{
	color:black;
	background-color: transparent;
	font-size:12px;
	text-align:left;
}
.content-staff img{
	float:left;
	padding: 0px 20px 20px 20px;
	height: 100px;
	vertical-align:text-top;
}
#groupimage img{
	padding: 0px 0px 0px 20px;
	height: 185px;
	vertical-align:text-top;
}



/* --------------------------------PLANTS-------------------------------------------------------------------------*/
.plants-nav ul li{
	display: inline;
	/*float: center;*/
	padding: 0em 1em 0em 0em;
	font-size:13px;
	font-style:italic;
}
.plants-nav a{
	color: #660033;
	background-color: transparent;
}
.content-plants {
	position: relative;
	margin: 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	padding-left: 20px;
	color:black;
	background-color: transparent;
	font-size:12px;
}
.content-plants2 h5{
	text-align: left;
	color:black;
	background-color: transparent;
	font-size:14px;
}
.content-plants h2{
	color:#336600;
	background-color: transparent;
	font-size:24px;
}
.content-plants h3{
	color:#660033;
	background-color: transparent;
	font-size:14px;
}
.content-plants a{
	color:#660033;
	background-color: transparent;
	font-size:14px;
}

.content-plants img{
	float:left;
	padding: 0px 5px 15px 0px;
	height: 80px;
	vertical-align:text-top;
}
.content-plants2 img{
	padding: 3px 0px 0px 0px;
	float:right;
	height: 25px;
	vertical-align:inherit;	
}


/* --------------------------------SEEDS-------------------------------------------------------------------------*/
.content-seeds {
	position: relative;
	margin: 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	padding-left: 5px;
}

.content-seeds h5{
	color:#660033;
	background-color: transparent;
	font-size:14px;
	font-style:normal;
	margin-bottom:auto;
}
.content-seeds a{
	color:#660033;
	background-color: transparent;
	font-size:14px;
}
.content-seeds p{
	color:black;
	background-color: transparent;
	font-size:12px;
	text-align:left;
}
.content-seeds img{
	float:left;
	padding: 0px 5px 5px 0px;
	height: 80px;
	vertical-align:text-top;
}



/* --------------------------------CONSTRUCTION-------------------------------------------------------------------------*/
.content-construction {
	position: relative;
	margin: 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	padding-left: 5px;
}

.content-construction h5{
	color:#660033;
	background-color: transparent;
	font-size:14px;
	font-style:normal;
	margin-bottom:auto;
}
.content-construction a{
	color:#336600;
	background-color: transparent;
	font-size:14px;
}
.content-construction p{
	color:black;
	background-color: transparent;
	font-size:12px;
	text-align:left;
}
.content-construction img{
	float:left;
	padding: 0px 5px 5px 0px;
	vertical-align:text-top;
}




/* --------------------------------NEWS & EVENTS-------------------------------------------------------------------------*/
.content-news {
	float:left;
	/*top: 3000px; /*going to need to change this if the text up top gets more or less!*/
	/*left: 220px;*/
	width: 768px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 400px;
	margin: 0px 0px 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	color: #000000;
	background-image:url(images/eventsnewsbg.png);
	background-color: transparent;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 1px 5px 15px 5px; /* padding keeps the content of the div away from the edges */
	text-align: left;
	font-size: 12px;
	border-top: #336600 5px solid;
}
.content-news h4 {
	color: black;
	background-color: transparent;
	text-align:left;
	font-size:14px;
	margin-top: 10px;
}



/* --------------------------------FOOTER-------------------------------------------------------------------------*/
.footerindex {
    top: 1322px;
    width: auto;
    background-color: white;
    clear: both;
}

.footer-copyright {
	top: 1322px; /*going to need to change this if the text up top gets more or less!*/
	float:left;
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0px 0px 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 5px 10px 0px 10px; /* padding keeps the content of the div away from the edges */
	background-image:url(images/thin-green-line.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: white;
}
.footer-copyright p {
	font-size: 10px;
	color: #CCCCCC;
	background-color: transparent;
    text-align: right;
}

.footerid {
	float: left;
	top: 1322px; /*going to need to change this if the text up top gets more or less!*/
	left: 220px;
	width: 364px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0px 0px 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 5px 10px 0px 20px; /* padding keeps the content of the div away from the edges */
	background-image:url(images/thin-green-line.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	text-align: left;
	color: black;
	font-size: 12px;
}
.footerid h3 {
	margin-bottom: -12px;
}
.footerid p {
	margin-bottom: -12px;
}

.footerwy {
    float: left;
	width: 364px;
	margin: 0px 0px 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 5px 10px 0px 10px; /* padding keeps the content of the div away from the edges */
	background-image:url(images/thin-green-line.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	text-align: left;
	color: black;
	font-size: 12px;
}
.footerwy h3 {
	margin-bottom: -12px;
}
.footerwy p {
	margin-bottom: -12px;
}


/* --------------------------------IMAGE POP BOXES-------------------------------------------------------------------------*/
.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #ffffff;
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}



/* --------------------------------FLOAT-------------------------------------------------------------------------*/
/*.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page.
	float: right;
	margin-left: 8px;*/

/*.fltlft { /* this class can be used to float an element left in your page
	float: left;
	margin-right: 8px;
}*/

