
/***************/
/* Text classes*/
/***************/

hr
{
	position: relative;
	color: #260;
	text-align: center;
	width: 500px;
	height: 1px;
	line-height: 80%;
}

hr.bottom_spacer
{
	padding: 20px 60px 10px 60px;
	border: 0px hidden #fff;
	visibility: hidden;
	clear: left;
}

img.item_image
{
	border: 0px;
	margin: 10px;
}

code
{
	text-align: left;
	font-size: 90%;
	}

/*******************************/
/* p classes for use with p tag*/
/*******************************/

p
{
	font-size: 80%;
	line-height: 140%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: top;
	letter-spacing: 0px;
	padding-bottom: 0px;
}

.p_body1
{
	text-align: justify;
	margin-right: 20px;
	margin-left: 30px;
}

.p_body2
{
	text-align: justify;
	margin-right: 20px;
	margin-left: 30px;
}

.p_body2BOLD
{
	font-size: 75%;
	font-weight: bold;
	text-align: justify;
	margin-right: 60px;
	margin-left: 30px;
}

.p_body_bold1
{
	font-size: 90%;
	font-weight: bold;
	text-align: justify;
	margin-right: 20px;
	margin-left: 0px;
}

.p_body_indent1
{
	text-align: justify;
	margin-right: 80px;
	margin-left: 100px;
}

.p_body_bold_indent1
{
	text-align: justify;
	font-weight: bold;
	margin-right: 80px;
	margin-left: 100px;
}

.p_body_center
{
	text-align: center;
	margin-right: 80px;
	margin-left: 100px;
}

/*******************************/
/* H classes for use with h tag*/
/*******************************/

h1
{
	font-size: 24px;
	color: #260;
	text-align: left;
	font-weight: bold;
	font-variant: small-caps;
	font-family: 'Century Gothic', Helvetica, sans-serif;
	letter-spacing: 1px;
	border-bottom: 2px solid;
	margin-left: 100px;
}

h2
{
	font-size: 15px;
	font-style: normal;
	color: #571;
	text-align: left;
	font-weight: bold;
	margin-left: 0px;
	line-height: 105%;
	padding: 0px;
	margin: 0px;
	margin-left: 100px;	
}

h3
{
	margin-left:20px;
	font-size: 120%;
	font-style: normal;
	color: #260;
	text-align: left;
	font-family: 'Century Gothic', Helvetica, sans-serif;
}

h4
{
	margin-left: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 105%;
	font-style: italic;
	color: #571;
	text-align: left;
	font-weight: bold;
}

h5
{
	font-size: 105%;
	font-style: italic;
	color: #571;
	text-align: left;
	font-weight: 400;
	margin-left: 10px;
	line-height: 105%;
}

/****************/
/* list classes */
/****************/	

ul{margin-top: 0px; line-height: 12px;}
ol{margin-left: 45px;}

.body_list_1
{
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0px;
	text-align: left;
	text-indent: 0px;
	line-height: 150%;
	vertical-align: top;
	margin-left: 45px;
	list-style: url(/images/list-bullet.gif);
}

.gloss
{
	font-size: 95%;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0px;
	text-align: left;
	text-indent: 0px;
	line-height: 150%;
	vertical-align: top;
	margin-left: 0px;
	margin-right: 150px;
	list-style: none;
}

.links
{
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0px;
	text-align: left;
	text-indent: 0px;
	line-height: 150%;
	vertical-align: top;
	margin-left: 0px;
	margin-right: 150px;
}

/****************/
/* link classes */
/****************/

a:link		{text-decoration: none;}
a:visited	{text-decoration: none;}
a:hover		{text-decoration: none;}
a:active	{text-decoration: none;}

.returnlink { display: none; }


/****************/
/* layout divs  */
/****************/

#news_headline
{
	position: relative;
	width: 468px;
	height: 60px;
	top: 5px;
	left: 40px;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid #000;
}

#news_headline span
{
	text-align: right;
}

/***********************/
/* General Page Layout */
/***********************/

body
{
	background-color: #fff;
	font-family: 'verdana', helvetica, arial, sans-serif;
	text-decoration: none;
	color: #000;
}

#main_container
{
	position: relative;
	width: 700px;
	height: auto;
	margin-left: -50px;
	color: #000;
	background-color: #fff;
}

#preview_main_container
{
	position: relative;
	width: 600px;
	height: auto;
	color: #000;
	background-color: #fff;
}

#content
{
	position: relative;
	width: 600px;
	height: 450px;
	top: 30px;
	left: 75px;
	padding: 0;
	margin: 0;
}

#content[id]
{
	position: relative;
	width: 600px;
	height: auto;
	top: 20px;
	left: 75px;
	min-height: 450px;
	padding: 0;
	margin: 0;
}

#preview_content
{
	position: relative;
	width: 590px;
	height: 450px;
	top: 10px;
	left: 10px;
	padding: 0;
	margin: 0;
}

#text_content
{
	position: relative;
	height: auto;
	top: 0px;
	padding: 0;
	margin: 0;
}

.clear
{
	clear: both; 
	height: 1px;  /* these next attributes keep the div height to 0 pixels, critical for Safari and Netscape 7 */
	overflow: hidden;
	margin-bottom: -1px;
}

/* stops IE displaying clear div/br, as these are for Moz/Opera and Safari only. If IE 5.x Win DID display these, the page is too high */
* html .clear { display:none; } 

.hidden {display: none;}

/****************************/
/* Header box basic layout  */
/****************************/

#header_container
{
	position: relative;
	width: 700px;
	left: 0px;
	height: 60px;
}

#sitesearch { display: none; }

#accessibilityform
{
	position: absolute;
	background-color: transparent;
	top: -5px;
	left: 55px;	
	font-size: 9px;
}

#accessibilityform input{color: #000;}

#home_link
{
	position: absolute;
	top: -10px;
	left: -60px;
}

#breadcrumb		{ display: none; }
#banner			{ display: none; }
#header-banner-ad { display: none; }
#bookmarks		{ display: none; }
#topnav			{ display: none; }
#menu_box		{ display: none; }
#menu_box_loggedin { display: none; }
#buyplant		{ display: none; }
#buyseeds		{ display: none; }

/**********************/
/* Footer basic layout*/
/**********************/

#footer_container
{
	position: relative;
	width: 700px;
	margin-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}

#footer_return	{ display: none; }
#footer_nav		{ display: none; }
#FollowUs		{ display: none; }
#footer-events	{ display: none; }
#footer-photos	{ display: none; }
#footer-recent-articles { display: none; }

#footer_text
{
	width: 700px;
	top: 30px;
	left: 175px;
	vertical-align: middle;
}

.copyright
{
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: lowercase;
	text-align: center;
	vertical-align: top;
	color: #000;
	letter-spacing: 0px;
	line-height: 110%;
	padding-top: 0px;
	padding-left: 0px;
}


/******************************/
/* Admin section              */
/******************************/

a.adminaddnewlink
{
	position:relative;
	top: 0px;
	left: 0px;
	height: 18px;
	width: 60%;
	line-height: 150%;
	vertical-align: middle;
	border-width: 2px;
	border-style: solid;
	border-bottom-color: #999;
	border-top-color: #FFF;
	border-left-color: #FFF;
	border-right-color: #999;
	background-color:#EAEAF0;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 80%;
	letter-spacing: 0.4px;
	color: #260;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 3px;
}

a.adminaddnewlink:visited {text-decoration: none; color: #260;}
a.adminaddnewlink:hover   {text-decoration: none; color: #FFF; background-color: #260;}
a.adminaddnewlink:active  {text-decoration: none; color: #260;}

a.admin2link
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 18px;
	width: 50%;
	line-height: 150%;
	vertical-align: middle;
	border-width: 2px;
	border-style: solid;
	border-bottom-color: #999;
	border-top-color: #FFF;
	border-left-color: #FFF;
	border-right-color: #999;
	background-color:#EAEAF0;
	text-decoration: none;
	display:block;
	text-align: center;
	font-size: 80%;
	letter-spacing: 0.4px;
	color: #260;
	margin-top: 5px;
	padding-top: 3px;
	margin-bottom: 0px;
}

a.admin2link:visited {text-decoration: none; color: #260;}
a.admin2link:hover   {text-decoration: none; color: #FFF; background-color: #260;}
a.admin2link:active  {text-decoration: none; color: #260;}

.required { color:#F00; }

.admintable
{
	width: 60%;
	font-size: 90%;
	margin-right: 230px;
	margin-left: 30px;
}

th.admintable
{
	background: #406000;
	color: #FFF;
}

tr.admintablerow1
{
	background : #EAEAF0;
	font-size: 80%;
}

tr.admintablerow2
{
	font-size: 80%;
}


.table_body1
{
	width: 75%;
	font-size: 80%;
	color: #333;
	letter-spacing: 0px;
	text-align: justify;
	line-height: 140%;
	vertical-align: top;
	margin-right: 230px;
	margin-left: 30px;
	padding-bottom: 0px;
}


fieldset
{
	border: 0px;
	padding: 0;
}

acronym, abbr 
{
	border-bottom: none;
}

select
{
	line-height: 140%;
	background-color: #eee;
	font-size: 80%;
}

textarea
{
	line-height: 140%;
	background-color: #eee;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

input
{
	line-height: 140%;
	background-color : #eee;
	font-size: 80%;
}

label
{
	line-height: 140%;
	font-size: 80%;
}

.radio, .tickbox
{
	background-color: #fff;
	color: #000;
}

.searchdetails
{
	color : #777;
	font-size: 80%;
}

.searchtable
{
	font-size: 80%;
	margin-left: 30px;
}

.style_button
{
	background-color: #fff;
	font-size: 9px;
}

#extra
{
	float: right;
	width: 200px;
	padding: 0;
	margin: 0px 0px 10px 30px;
}

#sidebody
{
}


.icon { border: none; }


div.menu
{
	float: left;
	width: 390px;
	background-color: #fff;
}

div.menu2
{
	float: left;
	width: 600px;
	margin-bottom: 10px;
	background-color: #fff;
}


a
{
	color: #050;
	text-decoration: underline;
}

a:hover
{
	color: #7E8B40;
}

.menu2 img, .menu img
{
	margin: 0px 15px 10px 0px;
	border: 0px;
	float: left;
}

.menu2 h3, .menu h3
{
	font-family: 'Century Gothic', Helvetica, sans-serif;
	color: #050;
	margin: 0px 0px 0px 40px;
	font-size: 100%;
}

.menu2 p, .menu p { margin: 0; }

#end { clear: right;}

a#print
{
	float: right;
	display: block;
	width: 32px;
	height: 32px;
	background: transparent url(/images/icon-sprites.png) -41px -128px no-repeat;
}

a#print:hover
{
	background: transparent url(/images/icon-sprites.png) -41px -160px no-repeat;
}