/*Stanleys Greenhouse styles*/


body {
	padding: 0;
	margin: 0 auto;
	font: 90% Georgia, "Times New Roman", Times, serif;
	line-height: 1.5;
	text-align: center;
	color: #333;
	background: #1D7A13;
}

a:link, a:visited {
	color: #FF6C00;
}

a:active, a:hover {
	color: #004602;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: .6em;
}

h2, h3 {
	color: #004602;
	font-weight: normal;
	padding: 0;
	margin: 1em 0 .5em 0;
	line-height: normal;
}

.greeting {
	padding: .5em;
	font: 80% Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #999;
	background: #fff;
	text-align: left;
}

a.homeLink {
	position: absolute;
	top: 60px;
	left: 48px;
	display: block;
	z-index: 30;
	height: 100px;
	width: 325px;
	background: url(images/homeLink.gif);
}

#pageBackground {
	min-width: 852px;
	background: #1D7A13 url(images/background2.jpg) center 0 no-repeat;
}

#pageWrapper {
	position: relative;
	margin: 0 auto;
	width: 852px;
}

#pageHead {
	position: relative;
	top: 127px;
	width: 852px;
	margin: auto;
	height: 220px;
	z-index: 0;
}
.header {
}

.cse-overlay {
	z-index:20;
}
#pageHead .siteSearchArea {
	position: absolute;
	top: 2em;
	left: 25px;
	padding: 1em;
	width: 800px;
	margin: auto;
}

.googleSearch {
}
.searchInput {
	position: absolute;
	top: 51px;
	right: 115px;
	border: none;
	background: #EDF1D8;
	font-size: 105%;
	padding: 2px;
	width: 230px;
}

.googleSearch .submit {
	position: absolute;
	top: 46px;
	right: 90px;
	background: url(images/searchBtn.jpg) no-repeat;
	width: 47px;
	height: 37px;
	border: none;
}
.googleSearch .submit:hover {
     background: url(images/searchBtn.jpg) -47px 0 no-repeat;
}


#pageHead form {
	margin: 0;
	padding: 5px;
}
#pageHead #searchInput {
	padding: .1em;
	background: #ECF1D7;
	width: 170px;
	border: none;
}
#pageHead #searchBtn {
	position: relative;
	top: 7px;
	left: 5px;
}


/**Top Nav Styles**/
.topNav {
	position: relative;
	top: 12px;
	clear: both;
	z-index: 10;
	font-size: 115%;
}
.topNav .telephone {
	width: 50%;
	text-align: left;
	color: #004602;
	float: left;
	margin-left: 1em;
}
.topNav ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
.topNav li {
	float: left;
	padding: 0 1em;
}

.topNav a:link, .topNav a:visited {
	display: block;
	color: #000;
	text-decoration: none;
}
.topNav a:active, .topNav a:hover {
	display: block;
	color: #004602;
	text-decoration: underline;
}


#contentWrapper {
	position: relative;
	top: 172px;
	width: 850px;
	margin: auto;
	text-align: left;
	background: url(images/interiorBck_full.jpg) 0 0 repeat-y;
	z-index: 20;
}
#innerContent {
	position: relative;
	top: -30px;
}


#content {
	width: 680px;
	float: right;
	
}

#navL {
	clear: both;
	width: 150px;
	float: left;
	color: #CD5802;
	z-index: 20;
}
#navL p {
	padding: 0 1em;
	font-size: 1em;
	margin-bottom: 1em;
}

#navL .hours {
	padding: 10px;
}
#navL .hours h3 {
	padding-left: .2em;
	font-weight: bold;
}
#navL .hours p {
	padding: 0 .5em;
	color: #004602;
	line-height: normal;
	margin-bottom: .5em;
}
#navL .navLSep {
	height: 68px;
	padding: 1em;
	background: url(images/leftNavSep.jpg) center no-repeat;
}
#navL .emailSignup {
	font-size: 90%;
	background: #004602;
	position: relative;
	width: 142px;
	color: #fff;
	padding: 5px;
} 	

#navL .emailSignup label {
	display: block;
	color: #fff;
	padding: .5em;
}
#navL .emailSignup form {
	margin: 0;
	padding: 0;
}
#navL .emailSignup #request {
	width: 135px;
	border: 2px solid #028D05;
}
#navL .emailSignup a {
	display: block;
	padding: .5em;
	color: #fff;
}
.emailSignup .submit {
	background: url(images/emailSignupSubmit.jpg) no-repeat;
	width: 67px;
	height: 22px;
	border: none;
	margin: .5em;
}
.emailSignup .submit:hover {
     background: url(images/emailSignupSubmit.jpg) -67px 0 no-repeat;
}


#navL .salesTax {
	color: #004602;
	padding: 1em;
	font-weight: bold;
	line-height: normal;
	border-bottom: 1px solid #004602;
}
.noMenu #footer {
	display: none;
}
#footer {
	position: absolute;
	margin-top: 105px;
	width: 850px;
	clear: both;
	z-index: 20;
	padding-left: 155px;
}


#footer ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 15%;
}
#footer ul li {
	
}

#footer ul a:link, #footer ul a:visited {
	display: block;
	color: #000;
	text-decoration: none;
	position: relative;
	background: none;
}
#footer ul a:active, #footer ul a:hover {
	color: #fff;
	text-decoration: underline;
}

#pageBottom {
	position: relative;
	width: 1259px;
	z-index: 0;
	left: -203px;
	top: -300px;
	height: 795px;
	background: url(images/footer2.jpg) no-repeat;
	margin-bottom: -350px;
}

#footerText {
	position: relative;
	margin-top: 1.5em;
	color: #004602;
	z-index: 20;
	font-size: 90%;
}

.bottomNav {
}
/**Site tweaks*/

#oneColumn {
	width: 98%;
}

.oneThird {
	padding-left: 1em;
}
.twoThird {
	padding-right: 1em;
	width: 60%;
}
#sidebarRight {
	float: right;
	margin-right: 1em;
}

.sidebarArticle .readMore {
	display: block;
	font-size: 110%;
	padding-top: 20px;
	padding-right: 25px;
	background: url(images/butterflyDeco.jpg) no-repeat top right;
}


#twoColumn .leftColumn {
}

#twoColumn .rightColumn {
}


/**Groups**/

.articleGroup {
	padding: 1em;
	border: 4px solid #B1D5A0;
	margin-top: 2em;
}

h2.grpHeadline {
	margin: 0;
	padding: .2em;
	position: relative;
	top: -1.5em;
	margin-bottom: -1.3em;
	background: #F9F1E0;
}
.articleGroup .articleHeadline {
	margin: 0;
	padding: 0;
	margin-bottom: .5em;
	font-size: 1.2em;
	color: #E80315;
}
.detail .articleGroup {
	position: relative;
	top: 2em;
	width: 90%;
}

/**SimpleSlideshow**/

#simplegallery1{ //CSS for Simple Gallery Example 1
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	left: -20px;
	top: 4px;
	z-index: 0;
	margin-bottom: 1em;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}
	
#simplegallery2 {
	float: right;
	margin-left: 1em;
}
/**Calendar**/
#calendarDisplay {
}
#eventList {
	position: relative;
	background: url(images/passionFlower.jpg) no-repeat 10px right;
	padding-top: 15px;
}
#eventDetail .clear {
	display: inline;
}
.eventHeadline, .dateLine {
    color: #333333;
	border: none;
}

#eventList {
	margin-bottom: 1.5em;
}

#eventList p {
	margin-bottom: 1em;
}



.eventHeadline, .dateLine {
    color: #333333;
	border: none;
	margin-bottom: 1em;
}
.eventList h3 {
	font-weight: normal;
	border: none;
	color: #004602;
	font-size: 1.7em;
	padding: 0;
	margin: .5em 0 1em 0;
}
.eventLocation {
	display: block;
}


#eventList p {
	margin-bottom: 1em;
}
#eventList a:link, #eventList a:visited {
	display: block;
	background: #FFE0C9;
	color: #333;
	text-decoration: none;
}
#eventList a:active, #eventList a:hover {
	color: #993333;
	text-decoration: underline;
}
#eventList .eventLink a:link, #eventList .eventLink a:visited {
	background: none;
	text-decoration: underline;
}
#eventList .eventDetail {
	display: block;
	margin: .5em;
	font-size: 90%;
}

/**New Plant Lists in right column**/

dt {
	font-weight: bold;
	font-style: italic;
	margin-top: 1em;
}

dd {
	margin: 0;
	padding: 0;
	margin-left: .5em;
}

/**lists**/


.twoColList {
	position: relative;
	top: -.7em;
	width: 455px;
}
.twoColList ul {
	list-style-type: none;
	margin-left: 20px;
	float: left;
	width: 100%;
}
.twoColList ul li {
	float: left;
	width: 225px;
	list-style-type: none;
}

/**plant list table**/

table.plantList {
	width: 650px;
}

table.plantList td {
	vertical-align: top;
}

.plantList th {
	background: #1D7A13;
	font-weight: bold;
	font-style: italic;
	padding: .3em;
	color: #fff;
}

.plantList .listTitle {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	margin-top: 1em;
	border-top: 1px solid #1D7A13;
	background: #F8F1DF;
	color: #1D7A13
}


.oddrow {
	background: #f1f1f1;
}

.plantList a:link, .plantList a:visited {
	color: #1D7A13;
}