﻿* { 
	margin: 0; 
	padding: 0; 
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: #679C00 url(images/background.jpg) repeat-x top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

input,
textarea {
	width: 220px;
	background: #FFFFFF url(images/leaf1.jpg) no-repeat;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.breadcrumb {
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #3F6800;
	position: absolute;
	top: 14.65em;
}

.breadcrumb a {
	background: transparent url(images/breadcrumb.gif) no-repeat center right;
	text-decoration: none;
	padding-right: 20px;
	color: #619E00;
}

.breadcrumb a:visited,
.breadcrumb a:active {
	color: #619E00;
}

.breadcrumb a:hover {
	text-decoration: underline;
	color: #619E00;
}

h1 {
	text-decoration: none;
	font-size: 45px;
	font-family: georgia;
	text-align: center;
}

h2 {
	text-decoration: none;
	font-size: 28px;
	font-weight: normal;
}

h2 a {
	text-decoration: none;
}

h3 {
	font-size: 16px;
}

p,
ul,
ol {
	margin-top: 1.5em;
	line-height: 190%;
}

ul,
ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

#header {
	width: 960px;
	height: 206px;
	margin: 0 auto;
	background: #679c00 url(images/img02c.jpg) no-repeat;
	background-repeat: no-repeat;
	padding: 0;
	border: 0;
}

/* Logo */

#logo {
	width: 870px;
	height: 152px;
	margin: 0 auto;
}

#logo h1,
#logo h2 {
	margin: 0;
}

#logo h1 {
	float: left;
	padding-top: 75px;
	padding-left: 50px;
	font-weight: normal;
	text-transform: lowercase;
}

#logo h2 {
	float: left;
	padding-top: 95px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

#logo h2,
#logo h2 a {
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 30px;
}

#menu ul {
	margin: 0;
	padding: 23px 0 0 28px;	
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 2px 0 2px;
}

#menu a {
	margin: 0px;
	float: left;
	background: #406800;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

#menu li.first a{
	margin: 0px;
	float: left;	
	background: #619E00;
	padding: 9px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;	
}

#menu a:hover {
	float: left;	
	background: #619E00;
	padding: 9px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;	
}


/* Search 

#search {
	float: right;
	padding: 4px;
	width: 20em;
}

#search form {
	margin: 0;
	padding: 0;
	margin-top: -10px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
}

#search #s {
	width: 150px;
}

#search #x {
	margin: 0;
	padding: 0;
	width: 30px;
	background: #406800;
	color: #FFFFFF;
}
*/
/* Banner */

#banner {
	width: 960px;
	margin: 0 auto;
	padding: 8px 0;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 45px 35px 0 25px;
	position: static;
}

/* Content */

#content {
	float: right;
	width: 603px;
}

.post {
}

.post .title {
	margin: 0;
	padding: 20px 20px 0 40px;
	background: url(images/img34.jpg) no-repeat left 100%;
	border-bottom: 1px solid #FFFFFF;
}

.post .title a:hover {
	text-decoration: none;
}

.post .entry {
	padding: 0 20px;
	margin: 0px;
}

.post .meta {
	height: 25px;
	margin: 15px 0 20px 0;
	padding: 10px 0 0 20px;
	background:  url(images/img07.gif) no-repeat;
	line-height: normal;
}

.contact {
	font-weight: bold;
	font-size: 1.5em;
}

#index .thumbcell {
	padding-bottom: 20px;
	padding-right: 20px;
}

#index .thumbcell a {
	text-decoration: none;
}

#myvar a {
	text-decoration: underline;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	position: absolute;
	margin: 0;
	padding-bottom: 20px;
	border: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 20px;
}

#sidebar li h2 {
	height: 30px;
	margin-bottom: 15px;
	padding: 5px 0px 0px 25px;
	background: #4E9FC8 url(images/sideheader.jpg) no-repeat;
	font-size: 18px;
	color: #619E00;
}

#sidebar li p {
	padding: 0 20px;
}

/* Footer */

#footer {
	clear: both;
	width: 870px;
	height: 50px;
	margin: 0 auto;
	padding: 35px 45px;
	border-top: 5px solid #4E9FC8;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #FFFFFF;
}

#footer a {
	color: #406800;
}

#footer .legal {
	float: left;
}

#footer .standards {
	float: left;
}

#footer .credit {
	float: right;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto 20em;
}

.footer, .push {
    height: -20em;
}

/* Gallery */

#photo-gallery {
	width: 600px;
	margin: 0 auto;
}

.photo-link {
	padding: 5px;
	margin: 5px;
	border: 2px solid #3f6800;
	display: block;
	width: 140px;
	float: left;
}

.photo-link:hover {
	border-color: white;
}

/* expandable text*/

.expandable {
	line-height: 190%;
}

/*	Plant List	*/
#plantlist dl dt {
	font-weight: bold;
	font-size: 16px;
}

#plantlist ul {
	padding-top: 0px;
	margin-top:0px;
}

#font16 {
	font-size: 16px;
	font-weight: bold;
}