@charset "UTF-8";
@import url("/css/selections.css");
body {
	background-color: #ecf2d8;
	background-image: url(/greenhouse/images/body-stretch.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 150%;
	color: #334E1E;
}
a {
	color: #B91316;
}
a:hover{ 
	color: #000000;
	text-decoration: none;
}

.subhead {
	font-size: 150%;
	font-weight: bold;
	display: block;
}
.tabhead {
	font-size: 150%;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.wrapper {
	width: 970px;
	text-align: left;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearBoth {
	clear: both;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.valignTop {
	vertical-align: top;
}
.valignBottom {
	vertical-align: bottom;
}
.valignMiddle {
	vertical-align: middle;
}
.lower {
	background-color: #4b6e2f;
	background-image: url(/greenhouse/images/index-lower-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: fff9da;
	padding-bottom: 15px;
}
.leftCol {
	width: 386px;
	background-image: url(/greenhouse/images/leftCol-header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 68px 0px 0px;
}
.leftColContent {
	color: #334e1e;
	background-repeat: repeat-y;
	background-image: url(/greenhouse/images/leftCol-stretch.jpg);
	background-position: bottom;
	padding: 0px 40px 26px;
}
.leftColContentCap {
	background-image: url(/greenhouse/images/leftCol-footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.globalFooter {
	background-color: #000000;
	padding: 10px 20px;
	font-size: 10px;
	color: #ecf2d7;
}
.globalFooter a:link, .globalFooter a:visited{
	color: #ecf2d7;
}
.globalFooter a:hover, .globalFooter a:active{
	text-decoration: none
}
.lowerLink {
	float: right;
	clear: both;
	margin-top: 5px;
}
.lowerLink a:link, .lowerLink a:visited {
	background-image: url(/greenhouse/images/link-lower.jpg);
	background-repeat: no-repeat;
	background-position: left -29px;
	display: block;
	height: 26px;
	width: 95px;
	font-weight: bold;
	color: #334e1d;
	padding-left: 155px;
	font-size: 10px;
	padding-top: 3px;
}
.lowerLink a:hover, .lowerLink a:active{
	background-position: left top;
	color: #000000;
}
.upperLink {
	margin-right: 10px;
}
.upperLink a:link, .upperLink a:visited {
	background-image: url(/greenhouse/images/link-upper.jpg);
	background-repeat: no-repeat;
	background-position: left -28px;
	display: block;
	height: 26px;
	width: 96px;
	font-weight: bold;
	color: #fff9da;
	padding-left: 28px;
	font-size: 10px;
	padding-top: 2px;
}
.upperLink a:hover, .upperLink a:active{
	background-position: left top;
	color: #FFFFFF;
}
.IEimg {
	display: inline;
}
.indexAd {
	background-image: url(/greenhouse/images/index-specials.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 51px;
	padding-left: 19px;
	height: 174px;
	width: 537px;
	margin-top: 15px;
}
.insideAd {
	background-image: url(/greenhouse/images/inside-specials.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 182px;
	width: 571px;
	position: relative;	
}
.insideAd img {
	position: absolute;
	left: 29px;
	top: 21px;
}
.rightCol {
	padding-left: 9px;
	padding-right: 19px;
}
.yellowText {
	color: #fff9da;
}
.toprow td {
	font-weight: bold;
	background-color: #334E1E;
	color: #fff9da;
	border-right: solid 1px #ecf2d8;
}
.toprow th {
	font-weight: bold;
	background-color: #334E1E;
	color: #fff9da;
    border-right: solid 1px #ecf2d8;
}
.pageHeader {
	background-image: url(/greenhouse/images/pageHeader-stretch.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.pageContent {
	padding-right: 20px;
	padding-left: 20px;
}
ul {
	padding: 0px 0px 0px 30px;
	margin: 0px;
}
.local {
	border: 1px solid #334E1E;
}
.shadedRow{
	background-color: #f7f9ef;
}
.locationMap {
	background-image: url(/greenhouse/images/about-locationMap.jpg);
	background-repeat: no-repeat;
	padding-top: 61px;
	padding-left: 32px;
	float: right;
	width: 457px;
	height: 412px;
}
.tableDivider {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #334E1E;
}

.thumbnail{
	z-index: 0;
	position: relative;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ecf2d8;
padding: 5px;
left: -1000px;
border: 1px solid #334E1E;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 20px;
	left: 60px; /*position where enlarged image should offset horizontally */
}
.topRowDivider {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ecf2d8;
}
li {
	margin-bottom: 5px;
}

#certBtn {
	border: 1px dotted #3B5925;
	padding: 25px;
	width: 150px;
	margin: 15px;
	float: right;
	vertical-align: top;
}
h2 {
	margin: 0px 0px 12px;
	font-size: 18px;
}
.highlight {
	color: #F9FA8F;
}
.red {
	color: #FF0000;
}
.small {
	font-size: small;
}
/* Plant Selections */

.subCategoryNav {
	width: 124px;
	float: left;
	padding-right: 10px;
}

.userSubcategoryGroup {
	margin: 0px;
	padding: 0px;
	float: left;
}

.userSubcategoryGroupButton {
	position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	list-style: none;
	background-image: url(/greenhouse/images/link-upper.jpg);
	background-repeat: no-repeat;
	background-position: left -28px;
	height: 28px;
	width: 124px;
}

.userSubcategoryGroupButton a {
	font-size: 10px;
	display: block;
	font-weight: bold;
	color: #fff9da;
	padding-left: 30px;
	height: 28px;
	width: 124px;
	text-decoration: underline;
}

.userSubcategoryGroupButton a:hover {
	background-image: url(/greenhouse/images/link-upper.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	height: 28px;
	width: 124px;
}

.userSubcategoryGroupButton a:visited {
	font-size: 10px;
	display: block;
	font-weight: bold;
	color: #fff9da;
	padding-left: 30px;
	height: 28px;
	width: 124px;
	text-decoration: underline;
}

/* Admin Plant Selections */

.categoryGroup {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.categoryGroupButton {
	position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	list-style: none;
	text-decoration: underline;
	background-image: url(/greenhouse/images/category-link.jpg);
	background-repeat: no-repeat;
	background-position: left -37px;
	height: 40px;
	width: 50%;
	list-style: none;
}

.categoryGroupButton a {
	font-size: 11px;
	display: block;
	font-weight: bold;
	color: #fff9da;
	padding-left: 30px;
	height: 30px;
	width: 50%;
	padding-top: 5px;
}

.categoryGroupButton a:hover {
	background-image: url(/greenhouse/images/category-link.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	height: 30px;
	width: 50%;
	padding-top: 5px;
}

.categoryGroupButton a:visited {
	font-size: 11px;
	display: block;
	font-weight: bold;
	color: #fff9da;
	padding-left: 30px;
	height: 30px;
	width: 50%;
	padding-top: 5px;
}

.subcategoryGroup {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.subcategoryGroupli {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.subcategoryGroupButton {
	position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	list-style: none;
	background-image: url(/greenhouse/images/link-upper.jpg);
	background-repeat: no-repeat;
	background-position: left -28px;
	height: 28px;
	width: 50%;
}

.subcategoryGroupButton a {
	font-size: 10px;
	display: block;
	font-weight: bold;
	color: #fff9da;
	padding-left: 30px;
	height: 28px;
	width: 50%;
	text-decoration: underline;
}

.subcategoryGroupButton a:hover {
	background-image: url(/greenhouse/images/link-upper.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	height: 28px;
	width: 50%;
}

.subcategoryGroupButton a:visited {
	font-size: 10px;
	display: block;
	font-weight: bold;
	color: #fff9da;
	padding-left: 30px;
	height: 28px;
	width: 50%;
	text-decoration: underline;
}

.editdelete {
	list-style: none;
	background-image: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	line-height: 110%;
}
.editdelete a {
	text-decoration: underline;
	color: #000000;
	background-image: none;
	padding-right: 5px;
	padding-left: 5px;
}
.editdelete a:hover {
	text-decoration: none;
	color: #333333;
	background-image: none;
	padding-right: 5px;
	padding-left: 5px;
}
