/* simple reset */
* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

/* layout */
body {
	background-color: #cccc99;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: .75px;
}

#dropshadow-top {
	width: 994px;
	height: 72px; /* height: 89px; */
	margin: 0 auto;
	background: transparent url('/gfx/layout/dropshadow-top.png') scroll no-repeat 0 0;
	padding: 17px 0 0 0;
}

#header {
	width: 948px;
	height: 70px;
	margin: 0 auto;
	border-top: solid 1px #d2e1b4;
	border-right: solid 1px #578200;
	border-bottom: solid 1px #578200;
	border-left: solid 1px #578200;
	background-color: #669900;
	position: relative;
}

#header img#title {
	margin: 13px 0 0 18px;
	padding: 0;
}

#dropshadow-tile {
	width: 994px;
	margin: 0 auto;
	background: transparent url('/gfx/layout/dropshadow-tile.png') scroll repeat-y 0 0;
}

#container {
	width: 950px;
	min-height: 350px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	border-top: solid 1px #1a2600;
}

#container img#logo {
	position: absolute;
	bottom: 0;
	right: 19px;
	margin: 0;
	padding: 0;
}

#container img#foliage {
	position: absolute;
	bottom: -11px;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 2;
}

#footer {
	width: 994px;
	height: 35px;
	margin: 0 auto;
	background: transparent url('/gfx/layout/dropshadow-bottom.png') scroll no-repeat 0 0;
	position: relative;
	z-index: 1;
}

/* dropdown navigation core structural styles (son of suckerfish) */
/* http://htmldog.com/articles/suckerfish/dropdowns/ */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 99;
}

#nav a {
	display: block;
	width: auto;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed to accommodate Opera */
}

#nav li ul { /* second-level lists */
	position: absolute;
 	width: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* dropdown navigation visual styles (custom for blossoms :::CAR) */
#nav {
	margin: 16px 0 0 85px;
	letter-spacing: .5px;
}

#nav li#nav-about { width: 73px; }
#nav li#nav-calendar { width: 85px; }
#nav li#nav-growing-locally { width: 130px; }
#nav li#nav-new-arrivals { width: 110px; }
#nav li#nav-faqs { width: 70px; }

#nav a {
	font-family: Georgia, Times, Serif;
	font-size: 13px;
	text-transform: lowercase;
	text-decoration: none;
}

#nav a:link { color: #fff; }
#nav a:visited { color: #fff; }
#nav a:hover { color: #669; font-weight: bold; }
#nav a:active { /* empty */ }

#nav li ul {
	padding-top: 8px;
}

#nav li ul li {
	clear: left;
	margin-left: -5px;
}

#nav li ul li a {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
	text-decoration: none;
	background-color: #ccf;
	border-top: solid 1px #eaeaff;
	border-right: solid 1px #b3b3e0;
	border-bottom: solid 1px #8888aa;
	border-left: solid 1px #b3b3e0;
	width: 10em;
	padding: 5px;
}

#nav li ul li a:link { color: #333;  }
#nav li ul li a:visited { color: #333; }

#nav li ul li a:hover { 
	color: #fff; 
	font-weight: normal; 
	background-color: #690; 
	border-top: solid 1px #c0d596; 
	border-right: solid 1px #5a8600;
	border-bottom: solid 1px #446600;
	border-left: solid 1px #5a8600;
}
	
#nav li ul li a:active { /* empty */ }

/* content area and text elements */
#content {
	clear: left;
	padding-top: 145px;
	min-height: 350px;
	background: transparent url('/gfx/layout/banners/default.jpg') scroll no-repeat 0 0;
}

#products-services #content,
#staff-profiles #content,
#getting-here #content { background-image: url('/gfx/layout/banners/peonies.jpg'); }

#calendar #content { background-image: url('/gfx/layout/banners/passion.jpg'); }

#growing-locally #content {	background-image: url('/gfx/layout/banners/default.jpg'); }

#new-arrivals #content { background-image: url('/gfx/layout/banners/virginiacreeper.jpg'); }

#faqs #content { background-image: url('/gfx/layout/banners/hollyhocks.jpg'); }

#contact #content,
#links #content,
#site-map #content,
#site-credits #content { background-image: url('/gfx/layout/banners/morningglory.jpg'); }

#left-col {
	width: 190px; /* total: 243px width */
	position: absolute;
	top: 145px;
	left: 0;
	padding: 16px 0 0 53px;
	z-index: 49;
}

#right-col {
	width: 566px; /* 707px total width */
	padding: 16px 95px 5px 46px;
	margin-left: 243px;
	position: relative;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #69c;
	margin: 0 0 16px 0;
	text-transform: lowercase;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 0;
}

h2 span {
	font-weight: normal;
	font-style: italic;
}

h3 {
	font-size: 12px;
}

p {
	font-size: 12px;
	color: #333;
	margin: 0 0 1.25em 0;
	line-height: 18px;
}

ul {
	font-size: 12px;
	margin: 0 0 1.25em 20px;
	color: #333;
}

#content a {
	text-decoration: none;
}

#content a:link { color: #006600; }
#content a:visited { color: #006600; }
#content a:hover { color: #6666cc; }
#content a:active { /* empty */ }

#content img.left {
	float: left;
	margin: 0 18px 10px 0;
}

#content img.right {
	float: right;
	margin: 0 0 10px 18px;
}

#content div {
	clear: left;
}

a#back-top {
	position: absolute;
	bottom: 0;
	left: 288px;
	font-size: 12px;
	font-weight: bold;
	color: #690;
}

a#back-top:link { text-decoration: none; }
a#back-top:visited { text-decoration: none; }
a#back-top:hover { text-decoration: underline; }
a#back-top:active { /* empty */ }

h2.left-col-h2 {
	color: #69c;
	margin: 0 0 16px 0;
	text-transform: lowercase;
	text-align: right;
	font-style: italic;
}

p.left-col-p {
	color: #690;
	font-style: italic;
	border-bottom: dotted 2px #006633;
	padding: 0 0 20px 0;
	margin: 0 0 10px 0;
	line-height: 14px;
}

p.left-col-p-last {
	color: #690;
	font-style: italic;
	border-bottom: 0;
	padding: 0 0 20px 0;
	margin: 0 0 10px 0;
	line-height: 14px;
}

/* staff-profiles */
#staff-profiles h1 {
	margin-left: 73px;
}

	


/* calendar main page */
.slot {
	margin-bottom: 20px;
}

.slot h2 {
	color: #669900;
}

.location, .dates {
	font-size: 12px;
	color: #333;
}

.location {
	font-style: italic;
}

.dates {
	font-weight: bold;
}

#calendar .slot .desc25 p {
	margin-top: 2px;
	margin-bottom: 0;
}

/* calendar detail */
#calendar-detail #right-col img {
	float: right;
	padding: 0 0 10px 10px;
}

#calendar-detail #right-col h2, 
#calendar-detail .location {
	margin-bottom: 5px;
}

#calendar-detail #right-col h2 {
	color: #669900;
}

/* new-arrivals */
#new-arrivals #content div {
	margin-bottom: 80px;
}

/* site-map */
#site-map h2 {
	margin-bottom: 5px;
}

#site-map h2 a {
	text-decoration: underline;
}

/* enews signup */
#captcha img {
	vertical-align: middle;
	padding-left: 5px;
}

/* home page */
#home #content {
	background: none;
	padding-top: 0;
	padding-bottom: 0;
}

#home #left-col {
	top: 0;
	width: 203px; /* total: 243px width */
	padding: 70px 20px 0 20px;
	z-index: 49;
}

#home #right-col {
	background-color: #ccccff;
	width: 707px;
	height: 616px; /* 627 minus 11px from footer shadow */
	padding: 0;
}

#home img#logo {
	display: none;
}

#home img#logo-hp {
	position: absolute;
	bottom: 210px;
	right: 25px;
	z-index: 99;
}

#home img#lower-right {
	position: absolute;
	bottom: -11px;
	right: 0;
	z-index: 98;
	display: none;
}

h1#home-header {
	font-size: 21px;
	font-family: Georgia, Times, serif;
	color: #333;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	margin: 16px 0 10px 20px;
	width: 300px;
}

#home #right-col p {
	margin-left: 20px;
	margin-right: 250px;
	position: relative;
	z-index: 2;
}

#home #hp-text {
	width: 707px;
	height: 232px;
	background-color: #ccccff;
	position: relative;
	z-index: 97;
	background: #ccf url('/gfx/layout/hp/lower-right.jpg') scroll no-repeat 411px 0;
	position: absolute;
	bottom: -11px;
	right: 0;
}

#home #hp-text .overflow {
	overflow: visible; /* was using scrollbar here for testing, now disabled */
	height: 225px;
}

#home #hp-text p {
	position: relative;
	z-index: 99;
	line-height: 17px;
}

#home h2 {
	font-size: 14px;
	text-transform: none;
	font-style: normal;
	text-align: left;
	margin-bottom: 0;
	clear: both;
	color: #69c;
}

#home #news h2 {
	float: left;
	padding-right: 5px;
	margin-bottom: -10px;
}

#home h3 {
	font-size: 12px;
	color: #669900;
}

#home h3#new-arrivals-header {
	margin-bottom: 2px;
}

#home #content a.more-back {
	float: right;
	background: transparent url('/gfx/layout/hp/icon-more.png') scroll no-repeat 83px 2px;
	width: 100px;
	margin-bottom: 16px;
}

#home #content a.more-back-notext {
	float: right;
	width: 16px;
	background: none;
	margin-top: -17px;
}

#home #left-col p {
	color: #333;
	font-style: normal;
	border-bottom: 0;
	margin-bottom: 0;
	margin-right: 5px;
	padding-bottom: 0;
	line-height: 1.1em;
}

#home #left-col p img {
	margin: 2px 10px 10px 0;
	float: left;
}

#home #enews-signup {
	margin-top: 20px;
}

#home #icon-bot {
	position: absolute;
	bottom: 0px;
	left: 10px;
	z-index: 2;
}

#home .slot {
	margin-bottom: 5px;
}

#home #content img.left {
	margin-right: 5px;
	margin-top: 5px;
}

/* info strips */
ul.infostrip {
	list-style: none;
}

ul.infostrip li {
	display: inline;
}

ul#headerstrip {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	color: #fff;
	margin: 5px 10px 0 0;
}

ul#headerstrip li {
	padding: 0 0 0 10px;
}

#footer ul.infostrip {
	font-size: 10px;
	color: #333;
	position: absolute;
	top: 15px;
}

#footer ul.infostrip a { text-decoration: none; }
#footer ul.infostrip a:link { color: #333; }
#footer ul.infostrip a:visited { color: #333; }
#footer ul.infostrip a:hover { color: #66c; font-weight: bold; }
#footer ul.infostrip a:active { /* empty */ }

#footer ul#footer-nav {
	left: 35px;
}

#footer ul#footer-nav li {
	padding: 0 10px 0 0;
}

#footer ul#contact-info {
	left: 360px;
}

#footer ul#contact-info li {
	padding: 0 10px 0 0;
}

#footer ul#footer-nav a {
	text-decoration: none;
}

/* form styles */
label {
	font-size: 12px;
	color: #333;
}

input, select {
	width: 195px;
}

input#submit {
	width: 59px;
	height: 13px;
	float: right;
	margin: 2px 0 0 0;
}

.fieldwrapper {
	margin: 0 0 10px 0;
}

.radio div {
	float: left;
	padding-right: 5px;
}

.radio input {
	margin-top: 5px;
}

/* utility styles */
span.uc {
	text-transform: uppercase;
}

#content a.more-back {
	font-size: 12px;
	font-style: italic;
}

#content a.more-back:link { text-decoration: none; color: #333; }
#content a.more-back:visited { text-decoration: none; color: #333; }
#content a.more-back:hover { text-decoration: underline; color: #333; }
#content a.more-back:active { /* empty */ }

option {
	padding: 2px 2px 0 2px;
}



