@charset "utf-8";
/* CSS Document */

body {
	background-image: url(layout/BG.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.right-BG {
	background-image: url(layout/right-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.left-BG {
	background-image: url(layout/left-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.body-right-BG {
	background-image: url(layout/right-body-BG.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-position: right top;
}
.list {
	list-style-position: outside;
	list-style-image: url(layout/bullet.jpg);
	list-style-type: none;
}
.nav-BG {
	background-image: url(layout/nav-BG.jpg);
	background-repeat: repeat-y;
}
.footer-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #E8D49E;
}
.contact-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.webwright-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #FFFFFF;
}
.footer-BG {
	background-image: url(layout/footer-BG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.page-title-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00773D;
	text-align: right;
	vertical-align: bottom;
}
.page-title-BG {
	background-image: url(layout/Pagetitle-BG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.photo-bdr {
	margin: 6px;
	border: 1px solid #000000;
}
.feature-box-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #008E46;
	background-color: #E8D49E;
	border: 1px solid #000000;
	padding: 4px;
	height: 14px;
	width: 150px;
	text-align: left;
	text-indent: 2px;
	}

.hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
}
.feature-Text-Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7F5444;
}
.feature-Text-Green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #007A3C;
}

.feature-box {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(layout/feature-box-BG.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 150px;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: left;
}
.plant-of-month-box {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(layout/feature-box-BG.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 556px;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.plant-of-month-box-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #008E46;
	background-color: #E8D49E;
	border: 1px solid #000000;
	padding: 4px;
	height: 14px;
	width: 556px;
	text-align: left;
	text-indent: 2px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #008E46;
}
a:active {
	color: #008E46;
}

