html
{
	height: auto; /* To get Firefox to position image correctly */
	min-height: 100%; /* To get Firefox to position image correctly */
}

body
{
	background-color: #fff;
	background-image: url(../images/bg_body.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

h1
{
	font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
	font-size: 60px;
	margin-bottom: 0.5em;
}

p
{
	font-family: verdana, helvetica, arial, sans-serif;
}

#logo
{
	background-image: url(../images/logo192.png);
	height: 192px;
	position: absolute;
	left: 20px;
	top: 10px;
	width: 192px;
}

#banner
{
	background-color: #008000;
	background-image: url(../images/bg_banner_bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 140px;
}

#banner h1
{
	color: #fff;
	margin-left: 210px;
	padding-top: 54px;
	white-space: nowrap;
}

#nav
{
	background-color: #FBFCFF;
	border-right: 1px solid #DDE2FF;
	float: left;
	padding-top: 60px;
	width: 180px;
}

#nav ul
{
	font-size: 1em;
	margin: 20px 0 0 10px;
}

#nav ul li a
{
	background-position: 5px 5px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #DDE2FF;
	border-top: 1px solid #FBFCFF;
	color: #666;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 5px 0 5px 45px;
}

#nav ul li a.thispage
{
	background-color: #F3F6FF;
}

#nav ul li a:hover
{
	background-color: #FCF8E0;
	border-bottom: 1px solid #E9C82F;
	border-top: 1px solid #fff;
	color: #000;
}

#nav ul li a.contact
{
	background-image: url(../images/contact.png);
}

#nav ul li a.events
{
	background-image: url(../images/events.png);
}

#nav ul li a.faq
{
	background-image: url(../images/faq.png);
}

#nav ul li a.history
{
	background-image: url(../images/history.png);
}

#nav ul li a.home
{
	background-image: url(../images/home.gif);
}

#nav ul li a.journal
{
	background-image: url(../images/journal.gif);
}

#nav ul li a.links
{
	background-image: url(../images/links.png);
}

#nav ul li a.marketing
{
	background-image: url(../images/marketing.png);
}

#nav ul li a.organic
{
	background-image: url(../images/organic.png);
}

#nav ul li a.profiles
{
	background-image: url(../images/profiles.png);
}

#nav ul li a.varieties
{
	background-image: url(../images/varieties.gif);
}

#sidebar_right
{
	background-image: url(../images/bg_sidebar_right.png);
	border-bottom: 3px solid #44AB44;
	border-left: 3px solid #44AB44;
	float: right;
	font-size: 0.8em;
	width: 180px;
}

#sidebar_right div
{
	margin: 20px 5px 5px 5px;
}

#sidebar_right h4
{
	background-color: #44AB44;
	background-image: url(../images/bg_h4.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #fff;
	font-size: 1.2em;
	height: 1.9em;
	line-height: 1.9em;
	padding-left: 6px;
}

#sidebar_right a,
#sidebar_right a:visited
{
	color: #0000d0;
	text-decoration: underline;
}

#sidebar_right a:hover
{
	color: #0000ff;
	text-decoration: none;
}

#sidebar_right .float_left
{
	margin: 0 4px 2px 0;
}

#sidebar_right .float_right
{
	margin: 0 0 2px 4px;
}

#main
{
	background-image: url(../images/bg_main.png);
	margin-top: 40px;
	overflow: hidden; /* Stops cleared content from falling below the nav column */
	padding: 0 12px 12px 12px;
	text-align: justify;
}

#main.rightmargin
{
/*	margin-right: 200px; */
}

#main hr
{
	margin-bottom: 0;
	margin-top: 10px;
}

#main a
{
	background-image: url(../images/bg_rightarrow.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #0000d0;
	padding-left: 13px;
}

#main a:hover
{
	text-decoration: underline;
}

#main a.ext
{
	background-image: url(../images/bg_globe.gif);
	background-position: 5px 2px; /* h v */
	color: #008000;
	display: inline-block; /* Stops IE from losing the bg if link splits over 2 lines */
	padding-left: 19px;
}

#main a.ext:hover
{
	background-image: url(../images/bg_globe_on.gif);
	background-position: 0 2px;
}

#main a.n
{
	background: transparent;
	padding: 0;
}

#main h2
{
	background-color: #008000;
	background-image: url(../images/bg_h2.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	height: 1.7em;
	line-height: 1.7em;
	margin-bottom: 12px;
	margin-left: -5px;
	padding-left: 15px;
}

#main h3
{
	background-color: #E7F0F9;
	color: #222;
	font-size: 1.1em;
	font-weight: bold;
	height: 1.4em;
	line-height: 1.4em;
	margin-left: -5px;
	padding-left: 5px;
}

#main .usertable h3
{
	background-color: #CDE8F5;
	font-size: 1.0em;
	font-weight: bold;
	height: 1.3em;
	line-height: 1.3em;
	margin-left: 0;
}

#main ul
{
	line-height: 1.4em;
	list-style: disc;
	padding-left: 40px;
}

#main ul ul
{
	list-style: circle;
}

#main #faq a
{
	background-image: url(../images/q.gif);
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	height: 1.5em;
	line-height: 1.5em;
	padding: 0 0 0 35px;
}

#main #faq a:visited
{
	background-image: url(../images/qtick.gif);
}

#main form table
{
	border: 1px solid #6E6E6E;
}

#footer
{
	border-top: 1px dashed #999;
	clear: both;
	color: #e8e8e8;
	font-size: 0.9em;
	margin-top: 20px;
	padding-right: 20px;
	padding-top: 12px;
}

#footer ul
{
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}

#footer li
{
	float: left;
}

#footer img
{
	margin-left: 20px;
	margin-top: 10px;
}

#footer a, #footer a:visited
{
	color: #999;
	text-decoration: none;
}

#footer a:hover, #footer a:focus
{
	color: #444;
	text-decoration: underline;
}

#rssfeed
{
	font-size: 0.9em;
	height: 2em;
	line-height: 2em;
	position: absolute;
	right: 13px;
	top: 110px;
}

#rssfeed img
{
	margin-left: 6px;
	vertical-align: middle;
}

#rssfeed a
{
	color: #ddd;
}

#rssfeed a:hover
{
	color: #fff;
	text-decoration: underline;
}