@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1f1a17;
	font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;
	font-size: 100%;
	background-color: #7EB6FC;
}
*
{
margin: 0;
padding: 0;
}
#container {
	width: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
}
#header {
	padding: 0;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 314px;
}
#logo {
	position: absolute;
	z-index: 100;
	margin: 0px;
	padding: 0px;
	top: 0px;
}
#slide_show {
	height: 270px;
	width: 899px;
	margin-top: 0px;
	margin-left: 51px;
	background-color: #0F3205;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
	z-index: 50;
}
#signup {
	float: right;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 31px;
	bottom: 15px;
	width: 314px;
}
#nav_wrap {
	width: 100%;
	margin: 0px;
	background-image: url(images/nav_strip_grad_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0px;
	height: 38px;
}
#nav_bar {
	width: 950px;
	padding: 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav_bar    a:link {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#nav_bar   a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav_bar   a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.navleft {
	float: left;
	padding: 0px;
	margin: 0px;
}
#navlist {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navlist  li {
	text-decoration: none;
	list-style-type: none;
	display: inline;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #336633;
	font-size: 14px;
	line-height: 1.1em;
	margin: 0px;
	padding-left: 5px;
}
#navlist   li   a { text-decoration: none; }
#main_wrap {
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 20px;
}
#mainContent {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}
#foot_wrap {
	height: 261px;
	width: 100%;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
}
#footer {
	clear: both;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}
#footer p {
	margin: 0;
	text-align: left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	color: #FFFFFF;
	font-size: 14px;
}
#footer a:link {
	color: #99CC00;
}
#footer a:visited {
	color: #99CC00;
}
#footer a:hover {
	color: #FFCC00;
}
#footleft {
	float: left;
	width: 294px;
	margin-right: 2%;
	margin-top: 15px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000066;
	height: 170px;
	margin-bottom: 5px;
}
#footcenter {
	width: 280px;
	margin-right: 1.5%;
	float: left;
	margin-top: 15px;
	padding-right: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000066;
	height: 170px;
	margin-bottom: 5px;
}
#footcenter p {
	line-height: 1.4em;
}
#footright {
	float: right;
	width: 314px;
	margin-top: 15px;
	height: 170px;
	margin-bottom: 5px;
}
#foot_cc {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}
#footer_note {
}
#footer_note  p {
	font-size: 12px;
	color: #333333;
	text-align: right;
	padding-top: 15px;
}
#footer_note a:link {
	color: #333333;
}
#footer_note a:visited {
	color: #333333;
}
#footer_note a:hover {
	color: #999999;
}
#contact_form {
	margin-right: auto;
	margin-left: auto;
}
#contact_form td {
	font-size: 14px;
	color: #333333;
	text-align: left;
}
#newsletter {
	width: 490px;
	margin-right: auto;
	margin-left: auto;
}
.media {
	width: 280px;
	float: left;
	margin-right: 30px;
	margin-top: 10px;
}
.media img {
	height: 280px;
	width: 280px;
}
.media  p {
	line-height: 1.2em;
	margin-top: 5px;
	margin-bottom: 5px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #094EA3;
	float: left;
}
h2, h3 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #336600;
}
p {
	font-size: 13px;
	line-height: 1.6em;
	color: #535353;
	margin-top: 5px;
	margin-bottom: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ol {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 40px;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 40px;
}
li {
	font-size: 14px;
	color: #535353;
	line-height: 1.4em;
}
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #990000;
}
.bold {
	font-weight: bold;
}
.boldblue {
	color: #094EA3;
	font-weight: bold;
}
.boldgreen {
	font-weight: bold;
	color: #336600;
}
.center {
	text-align: center;
}
#fbtext p {
	font-size: 11px;
}
.ital {
	font-style: italic;
}
.fltlft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.fltrt {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.clrflt {
	clear: both;
}
.hidden {
	display: none;
}
.clrng_tagline {
	clear: both;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tag_line {
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: center;
}
.quote_tag {
	font-size: 14px;
	color: #094A9B;
}
.question {
	font-size: 16px;
	font-weight: bold;
	color: #094EA3;
}
.mem_one {
	width: 150px;
	float: left;
	text-align: center;
	margin-right: 15px;
}
.mem_two {
	width: 150px;
	float: left;
	text-align: center;
	margin-right: 15px;
}

.leftcol {
	width: 350px;
	float: left;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.rightcol {
	float: right;
	text-align: justify;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 580px;
}
.leftcol_alt {
	width: 445px;
	float: left;
	text-align: justify;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 13px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.rightcol_alt {
	text-align: right;
	width: 220px;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.centercol_alt {
	float: left;
	text-align: justify;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 260px;
}
.gal_title  {
	color: #FFFFFF;
	background-image: url(images/subgal_bg.png);
	margin-bottom: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
}
.grouptitle  {
	font-size: 18px;
	color: #2D5B1B;
	padding-left: 6px;
}
.gallery img {
	margin-bottom: 8px;
	margin-right: 5px;
	height: 95px;
	width: 95px;
}
.gallery_leftcol {
	width: 310px;
	float: left;
	text-align: justify;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
.gallery_rightcol {
	text-align: justify;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 325px;
	width: 625px;
}
.gallerycol_subleft {
	float: left;
	width: 48%;
	margin-bottom: 5px;
}
/*links_grid end*/
.gallerycol_subleft p {
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
}
.gallerycol_subleft a {
	text-decoration: none;
}
.gallerycol_subright {
	width: 49%;
	margin-left: 51%;
	margin-bottom: 5px;
}
.gallerycol_subright p {
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
}
.gallerycol_subright a {
	text-decoration: none;
}
#plant_selection_nav {
	margin-bottom: 8px;
}
#plant_selection_nav a {
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #333333;
}
#plant_selection_nav ul {
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
}
#plant_selection_nav li {
	display: inline;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#plant_selection_nav  li a:link {
	color: #0F3205;
	text-decoration: none;
	padding: 5px;
	background-image: url(images/pn_nav_bg_off.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	border: 1px solid #333333;
}
#plant_selection_nav li a:visited {
	color: #0F3205;
	text-decoration: none;
	padding: 5px;
	background-image: url(images/pn_nav_bg_off.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
#plant_selection_nav li a:hover {
	color: #D9FFD3;
	text-decoration: none;
	background-image: url(images/pn_nav_bg_on.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

/*links_grid start*/
.col_one, .col_two, .col_three {
	width: 138px;
	margin-right: 7px;
	margin-bottom: 7px;
	float: left;
}
.col_four {
	width: 138px;
	margin-bottom: 7px;
	float: left;
}
.col_one img, .col_two img, .col_three img, .col_four img{
	margin-bottom: 5px;
}
.col_one p, .col_two p, .col_three p, .col_four p  {
	font-size: 11px;
	line-height: 1.2em;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
#column_left {
	float: left;
	width: 31%;
	margin-top: 10px;
}

#column_center {
	float: left;
	width: 31%;
	margin-left: 3%;
	margin-top: 10px;
}
#column_right {
	float: right;
	width: 31%;
	margin-top: 10px;
}

