html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-image:url(/images/background_bar.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.25em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #00653a;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
}
h2 {
	color: #00653a;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
}
a, a:link {
	color:#0c4eb1;
	font-weight: bold;
	text-decoration:none;
}
a:visited {
	color:#0c4eb1;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration: underline;
}
.fpo {
	background-color: #FFFF00;
}
#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 900px;
	background-color: #fff;
}
#outerWrapper #contentWrapper #leftColumn1 #header {
	height:195px;
	z-index:0;
}
#nav {
	height:40px;
	margin-top:11px;
	margin-left:20px;
	z-index:10;
}
#contentWrapper {
	height:100%;
	overflow:visible;
}
#leftColumn1 {
	float: left;
	width: 575px;
	background-image:url(/images/header_left.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#flashbottle {
	float: right;
	width: 325px;
	overflow: visible;
	height: 608px;
	position: relative;
	background-image:url(/images/header_right.jpg);
	background-position:top;
	background-repeat:no-repeat;
	right: 0px;
}
#whatsnew {
	float: right;
	width: 300px;
	overflow: visible;
	position: relative;
	right: 0px;
}
#whatsnew h2{
	color: #fff;
	background:url(../images/bg-whatsnew.jpg) no-repeat;
	line-height: 35px;
	padding: 0 0 0 15px ;
	height: 35px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#whatsnew .sidebarcontent{margin-left: 15px;}

#widgets {

	float: left;
	width: 130px;
	padding-left:16px;
}
#bodycontent {
	width: auto;
	padding-right:20px;
	z-index:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bannerimage {
	margin-left:17px;
	margin-top:4px;
}
.clearFloat {
	clear: right;
	display:none;
	background-color: #FFFFFF;
}
#footer {
	clear:both;
	height:60px;
	background-image:url(/images/footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-size: .8em;
}
#footer ul li {
	list-style: none;
	padding-left: 5px;
	padding-right: 5px;
	display: inline;
}
#footer ul li a:link {
	color:#000000;
	text-decoration: none;
}
#footer ul li a:visited {
	color:#000000;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #669933;
	text-decoration: none;
}
#footer_links {
	padding-top:20px;
	margin-left:90px;
}
#faqs .faqanswer {
	margin-left: 20px;
	margin-bottom: 15px;
}
#faqs a {
	margin-bottom: 5px;
}
.faq_question {
	display: block;
	color: #9ab23e;
}
#multi ul {
	width: auto;
	padding: 0px;
	list-style-type: none;
	overflow: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#multi li{
	width: 160px;
	float: left;
	padding: 2px;
	line-height: 15px;
	display: table-cell;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* FORMS */
#fm-form fieldset {
	margin: 1em 0;
	border: none;
	border-top: 1px solid #ccc;
}
#fm-form legend {
	margin: 1em 0;
	padding: 0 .5em;
	color: #156235;
	background: transparent;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
}
#fm-form label {
	float: left;
	text-align: right;
	vertical-align: top;
	width: 150px;
	font-size: 0.9em;
	padding-top: 0em;
	padding-right: 0.5em;
	padding-bottom: 0em;
	padding-left: 0em;
}
#fm-form fieldset div {
	padding: 0;
	display: block;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: .25em;
	margin-left: 0em;
}
#fm-form fieldset div input, fieldset div textarea {
	width: 150px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
}
#fm-form fieldset div select {
	padding: 1px;
}
#fm-form div.fm-multi div {
	margin: 5px 0;
}
#fm-form div.fm-multi input {
	width: 1em;
}
#fm-form div.fm-multi label {
	display: block;
	padding-left: 2.5em;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
}
#fm-form #fm-submit {
	clear: both;
	padding: 0em;
	margin-left: 156px;
}
#fm-form #fm-submit input {
	border: 1px solid #333;
	padding: 2px 1em;
	background: #9ab547;
	color: #fff;
	font-size: 100%;
}
#fm-form input:focus, textarea:focus {
	background: #efefef;
	color: #000;
}
#fm-form fieldset div.fm-req {
	font-weight: bold;
	clear: both;
}
#fm-form fieldset div.fm-opt {
	clear: both;
}
#fm-form fieldset div.fm-req label:before {
	content: "* ";
}
#fm-form .error {
	font-weight: bold;
	color: #FF0000;
	font-size: .8em;
	margin: 0px;
}
#share {
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 100px;
	clear: both;
	float: right;
}
/* FORMS SHARE THIS*/
#frm_share fieldset {
	margin: 1em 0;
	border: none;
	border-top: 1px solid #ccc;
}
#frm_share {
	width: 450px;
}
#frm_share legend {
	margin: 1em 0;
	padding: 0 .5em;
	color: #666666;
	background: transparent;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
}
#frm_share label {
	float: left;
	text-align: right;
	vertical-align: top;
	width: 150px;
	font-size: 0.9em;
	padding-top: 0em;
	padding-right: .5em;
	padding-bottom: 0em;
	padding-left: 0em;
}
#frm_share .error {
	font-weight: bold;
	color: #FF0000;
	font-size: .8em;
	margin: 0px;
	clear: both;
	float: left;
	width: 200px;
	text-align: left;
	padding-left: 160px;
}
.fakelabel {
	vertical-align: top;
	font-size: 0.9em;
	padding-top: 0em;
	padding-right: 0.5em;
	padding-bottom: 0em;
	padding-left: 0em;
}
#frm_share fieldset div {
	padding: 0;
	display: block;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: .25em;
	margin-left: 0em;
}
#frm_share fieldset div select {
	padding: 1px;
}
#frm_share #fm-submit {
	clear: both;
	padding: 0em;
}
#frm_share #fm-submit input {
	border: 1px solid #333;
	background: #9ab547;
	color: #fff;
	padding-top: 2px;
	padding-right: 1em;
	padding-bottom: 2px;
	width: 125px;
	float: left;
	margin-left: 158px;
}
#frm_share img {
	text-align: center;
}
#frm_share input:focus, textarea:focus {
	background: #efefef;
	color: #000;
}
#frm_share fieldset div.fm-req {
	font-weight: bold;
	clear: both;
}
#frm_share fieldset div.fm-opt {
	clear: both;
}
#frm_share fieldset div.fm-req label:before {
	content: "* ";
}
#frm_share input {
	float: left;
}
#frm_share textarea {
	float: left;
	clear: right;
}


.footnote{font-size: 9px;}
sup{font-size: .5em; line-height: 0;}

.weedimages {float:left; clear:none; width: 400px;}
.weedimages ul{margin: 0; padding: 0;}
.weedimages li{float:left; list-style: none;}
.weed{float:left; display: block; width: 175px; margin-right: 10px; margin-top: 10px;}
.weed .image{float: left; width: 175px; height: 110px; overflow: hidden;}
.weed .description{float: left; clear: left; font-size: .8em; line-height: 1em;}
.weed h5 {color: #9ab23e; font-size: 1.5em; margin: 5px 0; line-height: 1em;}

.clear{clear: both;}
.spacer{float:left; display:block; width: 100%;height: 20px;}

.legal {font-size: .8em;}