
/* Handheld media */

@media handheld {
body
{
	font-family: 'arial', sans-serif;
	text-decoration: none;
	color: #000;
	background-color: #e8ecf4;
}
}


/* Header box basic layout  */

#header
{
	width: 100%;
	background: transparent url(/images/x-repeats.png) 0px 0px repeat-x;
	height: 170px;
}

#header_container
{
	position: relative;
	width: 1000px;
	margin: 0px auto;
}

#header_container h1.logo
{
	position: absolute;
	text-indent: -9000px;
	padding: 0;
	margin: 0;
}

#header_container a.logo
{
	position: absolute;
	display: block;
	cursor: pointer;
	width: 478px;
	height: 60px;
	padding: 0;
	margin: 0;
	top: 20px;
	left: 10px;
	border: none 0px;
	background: transparent url(/images/logo-tag.png) 0px 0px no-repeat;
}

#header_container h2.tagline
{
	text-indent: -9000px;
}

#header_container .tagline
{
	position: absolute;
	width: 386px;
	height: 23px;
	padding: 0;
	margin: 0;
	top: 73px;
	left: 100px;
	border: none 0px;
	background: transparent url(/images/logo-tag.png) 0px -60px no-repeat;
}

#header-banner-ad
{
	position: absolute;
	width: 468px;
	height: 60px;
	top: 28px;
	left: 525px;
}

#header-banner-ad a { border: 0px; }


/* Function Header layout   */

#function_header
{
	width: 1000px;
	margin: 0px auto;
}

#sitesearch
{
	position: absolute;
	top: 125px;
	height: 45px;
	z-index: 10;
}

#sitesearch input.search_box
{
	position: relative;
	width: 100px;
	height: 14px;
	vertical-align: middle;
	font-style: italic;
	color: #777;
	left: 800px;
}

.search_image
{
	position: relative;
	vertical-align: middle;
	background-color: transparent;
	left: 800px;
}

#shareandprint
{
	position: absolute;
	top: 195px;
}

#shareandprint a {position: relative; border: none; left: 600px;}

a.print-page
{
	width: 16px;
	height: 16px;
	background: url('/images/icon-sprites.png') no-repeat -41px -192px;
	float: left;
	text-indent: -9000px;
}

a.email-page
{
	margin-left: 10px;
	width: 16px;
	height: 16px;
	background: url('/images/icon-sprites.png') no-repeat -57px -192px;
	float: left;
	text-indent: -9000px;
}

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

#footer
{
	position: relative;
	width: 100%;
	background: transparent url(/images/x-repeats.png) 0px -170px repeat-x;
	height: 308px;
	clear: both;
}

#footer_container
{
	position: relative;
	width: 1000px;
	margin: 0px auto;
	color: #fff;
}

#footer_return
{
	position: relative;
	top: -25px;
	text-align: right;
	right: 30px;
	z-index: 5;
}

a.foot_returnlink
{
	font-size: 12px;
	text-decoration: none;
	color: #777;
}

a.foot_returnlink:link    {color: #777;}
a.foot_returnlink:visited {color: #777;}
a.foot_returnlink:hover   {color: #000;}
a.foot_returnlink:active  {color: #777;}


#footer-recent-articles, #footer-events, #footer-photos
{
	position: relative;
	top: 50px;
	margin-left: 20px;
	float: left;
	height: 185px;
	overflow: hidden;
	z-index: 5;
}

#footer-recent-articles, #footer-events
{
	width: 330px;
}

#footer-photos img
{
	border: white solid 5px;
	margin: 3px 0px 5px 1px;
}

#footer-photos a.footer-gallery
{
	border: none;
}

#footer-photos small
{
	font-size: 8pt;
}

#foot-photo-title
{
	width: 260px;
}

#footer-recent-articles h3, #footer-events h3, #footer-photos h3
{
	font-size: 14px;
	color: #fff;
	margin: 0px 0px 5px 0px;
}

#footer-recent-articles ul, #footer-events ul
{
	list-style: disc;
	color: #fff;
	font-size: 10pt;
	line-height: 130%;
	text-align: left;
	margin: 0px;
	padding-left: 17px;
}

#footer-recent-articles ul a:link, #footer-events ul a:link, #footer-photos a:link {color: #fff;}
#footer-recent-articles ul a:visited, #footer-events ul a:visited, #footer-photos a:visited {color: #fff;}
#footer-recent-articles ul a:hover, #footer-events ul a:hover, #footer-photos a:hover {color: #777;}
#footer-recent-articles ul a:active, #footer-events ul a:active, #footer-photos a:active {color: #fff;}

#footer-bottom
{
	position: relative;
	width: 1000px;
	top: 66px;
	clear: both;
	float: left;
	z-index: 5;
}

#footer_nav small
{
	position: relative;
	list-style: none;
	text-align: left;
	font-weight: bold;
	left: 20px;
	top: 15px;
	float: left;
}

#footer_nav small
{
	font-size: 10px;
}


#footer_text
{
	position: relative;
	float: right;
	right: 20px;
}

#footer_text small
{
	font-size: 9px;
}

.copyright
{
	text-align: right;
	padding: 0px 0px 20px 0px;
}

#FollowUs
{
	position: fixed;
	right: 0px;
	top: 185px;
	width: 38px;
	height: 300px;
	background: #96BD60 url("/images/icon-sprites.png") bottom left no-repeat;
}

#FollowUs h3
{
	display: block;
	text-indent: -9000px;
	padding: 0;
	margin: 0;
	width: 32px;
	height: 2px;
}


#SocialFollow, #SocialFollow ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}


#SocialFollow li
{
	margin-bottom: 5px;
	margin-left: 2px;
}


#SocialFollow li a
{
	display: block;
	width: 32px;
	height: 32px;
	background-image: url("/images/icon-sprites.png");
	text-indent: -9000px;
	overflow-x: hidden;
	overflow-y: hidden;
	border: none;
}

#SocialFollow li #twitter
{
	background-position: -41px -32px;
}

#SocialFollow li #facebook
{
	background-position: -41px 0px;
}

#SocialFollow li #youtube
{
	background-position: -41px -96px;
}

#SocialFollow li #socialrss
{
	background-position: -41px -64px;
}

#SocialFollow li #emailfeed
{
	background-position: -41px -208px;
}

a.footlink
{
	color: #fff;
	text-decoration: none;
}

a.footlink:link    {text-decoration: none; color: #fff;}
a.footlink:visited {text-decoration: none; color: #fff;}
a.footlink:hover   {text-decoration: none; color: #fff;}
a.footlink:active  {text-decoration: none; color: #fff;}

#footer-ad-popup-container
{
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 9999;
}
 
#footer-ad-popup
{
	background: #82a81c url(/images/x-repeats.png) 0px -495px repeat-x;
	height: 70px;
	text-align:center;
	display:none;
}
 
#footer-ad-popup span
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
 
#footer-ad-popup p
{
	font-size: 13px;
	color: #000;
	text-shadow: #fff 1px 1px 1px;
	padding-top: 10px;
	margin-bottom: 5px;
}
 
#footer-ad-popup span.ad-hilite
{
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
 
#footer-ad-popup-close
{
	position: absolute;
	top: 22px;
	right: 5px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	background-color: #506811;
	padding: 1px;
	border: solid 1px #fff;
}

#footer-ebook
{
	width: 75px;
	height: 83px;
	float: left;
	background: url(/images/ebook-1.png) no-repeat 0px 0px;
	margin: -25px 10px 0px 10px;
}

#footer-ebook-title
{
	float: left;
	font-size: 35px;
	text-align: left;
	text-shadow: #000 2px 2px 2px;
	font-weight: bold;
	color: #fff;
	margin: 12px 0px 0px 10px;
}
/**********************************************/
/* Top Nav Menu Layout CSS 2 level drop down  */
/**********************************************/

#topnav-container
{
	width: 1000px;
	margin: 0px auto;
}

#topnav
{
	position: absolute;
	top: 110px;
	height: 50px;
	z-index: 10;
}

#nav li ul ul {margin: -20px 0 0 139px; z-index: 10;}

#nav li:hover ul ul, #nav li.sfhover ul ul {left: -999em; top: auto; z-index: 10;}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {left: auto; z-index: 10;}

#nav, #nav ul
{
	position: relative;
	height: 20px;
	top: 0px;
	left: 1px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1px;
}

#nav a {display: block; z-index: 10;}

#nav li
{
	float: left;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	font-weight: normal;
	display: block;
	/* width: 116px; */
}

#nav li a.headlink
{
	border: none;
}

#nav li ul {position: absolute; width: 200px; left: -999em; padding-left: 0px; z-index: 10;}

#nav li:hover ul {left:auto; z-index: 10;}

#nav li:hover ul, #nav li.sfhover ul {left:auto;top:44px; z-index: 10;}

a.headlink
{
	/* width: 112px; */
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-shadow: #000 2px 2px 2px;
	text-decoration: none;
	vertical-align: middle;
	line-height: 50px;
	float: none;
	padding: 0 10px;
	margin: 0 5px;
	display: block;
	letter-spacing: .2px;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, sans-serif;
}

a.headlink:link    {text-decoration: none; color: #FFF; }
a.headlink:visited {text-decoration: none; color: #FFF; }
a.headlink:hover   {text-decoration: none; color: #FFF; }
a.headlink:active  {text-decoration: none; color: #FFF; }

#ubertab a.headlink:link,
#ubertab a.headlink:visited,
#ubertab a.headlink:hover,
#ubertab a.headlink:active {text-decoration: none; color: #FFF;}

a.sublink
{
	font-size: 70%;
	font-weight: normal;
	font-style: normal;
	color: #260;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	line-height: 21px;
	display: block;
	background-color: #eee;
	border-bottom: 1px solid #571;
	border-left: 4px solid #000;
	border-right: 2px solid #ddd;
	width: 210px;
	padding-left: 3px;
}

a.sublink:visited {text-decoration: none; color: #260;border-bottom: 1px solid #571;}
a.sublink:hover   {text-decoration: none; color: #fff; background-color: #571;border-bottom: 1px solid #571;}
a.sublink:active  {text-decoration: none; color: #260;border-bottom: 1px solid #571;}

a.sub1link
{
	font-size: 70%;
	color: #406000;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	margin-left:3px;
	line-height: 21px;
	display: block;
	background-color: #EAEAF0;
	border-bottom: 1px solid #406000;
	border-left: 4px solid #260;
	width: 150px;
	padding-left: 3px;
}

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

a.subshortlink
{
	font-size: 70%;
	color: #406000;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	line-height: 21px;
	display: block;
	background-color: #EAEAF0;
	border-bottom: 1px solid #406000;
	border-left: 4px solid #260;
	width: 100px;
	padding-left: 3px;
}

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

a.arrowlink
{
	font-size: 70%;
	font-style: normal;
	font-weight:normal;
	color: #406000;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	line-height: 21px;
	display: block;
	background-color: #EAEAF0;
	border-bottom: 1px solid #406000;
	border-left: 4px solid #260;
	width: 140px;
	padding-left: 3px;
}

a.arrowlink:visited {text-decoration: none; color: #C00;}
a.arrowlink:hover   {text-decoration: none; color: #FFF; background-color: #406000;}
a.arrowlink:active  {text-decoration: none; color: #C00;}

/***************/
/*Site map Menu*/
/***************/

#maplist ul
{
	margin: 0px; /*removes indent IE and Opera*/
	padding: 0px; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}

#maplist a:link, #maplist a:visited
{
	width: 550px;
	font-size: 70%;
	font-weight: normal;
	font-style: normal;
	color: #406000;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	line-height: 19px;
	display: block;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #571;
	padding-left: 10px;
	margin-left: 30px;
	list-style: none;
}

#maplist a:hover, #maplist a:active
{
	text-decoration: none;
	color: #FFF;
	background-color: #406000;
}

#maplist a.subheadmap
{
	position: relative;
	width: 550px;
	height: 28px;
	color: #fff;
	background-color: #260;
	font-size: 80%;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	line-height: 19px;
	display: block;
	padding-left: 10px;
	margin-top: 20px;
	margin-left: 30px;
	letter-spacing: .4px;
}
/* CSS Side Menu wih select locked highlight*/

#menu_box
{
	width: 300px;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	z-index: 1;
}

#menu_box h4
{
	margin: 0px;
	padding-top: 5px;
	overflow: hidden;
	font-size: 15px;
	font-weight: bold;
	height: 25px;
	text-align: center;
	color: #fff;
	background-color: #304605;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
}

#menu_box h4 a
{
	color: #fff;
	border-bottom-style: none;
}

#side-newsletter
{
	width: 280px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background-color: #cde985;
}

#ebook
{
	width: 75px;
	height: 83px;
	float: left;
	background: url(/images/ebook-1.png) no-repeat 0px 0px;
	margin-right: 7px;
	margin-left: -7px;
}

#side-newsletter h4
{
	text-align: left;
	color: #000;
	background-color: #cde985;
	font-style: normal;
	font-size: 120%;
	margin-top: 0px;
}

#side-newsletter p
{
	margin: 0px 0px 10px 0px;
	font-size: 70%;
}

#formNewsletter label
{
	display: block;
	width: 120px;
	font-weight: bold;
	float: left;
	text-align: right;
	margin-right: 5px;
	font-size: 70%;
	line-height: 190%;
}

#formNewsletter input
{
	margin-bottom: 5px;
	font-size: 70%;
	float: right;
}

#formNewsletter input.button
{
	margin-left: 85px;
}

#side-ads
{
	width: 300px;
	margin: 0px 0px 10px 0px;
	background-color: #fff;
}

#side-ads span
{
	width: 125px;
	height: 125px;
	float: left;
	margin: 16px 0px 0px 16px;
}

#side-ads p
{
	clear: both;
	text-align: right;
	margin: 0px 10px 0px 0px;
	padding: 10px 0px 10px 0px;
}

#side-ads a 		{ color: #555; }
#side-ads span a 	{ border: 0px; }

#google_side_bar_links
{
	width: 290px;
	height: 110px;
	margin: 0px 0px 20px 0px;
	padding-top: 5px;
	padding-left: 5px;
	background-color: #fff;
}

#side-ad-250x250
{
	width: 260px;
	padding: 20px;
	background-color: #fff;
}

#side_bar_clear { clear: both; }

div.navlist
{
	width: 300px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-color: #fff;
}

.navlist ul
{
	list-style-type: none;
	margin: 0px;
	padding: 10px 0px 15px 0px;	
}

.navlist p
{
	font-size: 70%;
	line-height: 130%;
	margin: 10px 10px 0px 10px;
	padding: 0px 0px 20px 0px;
}

#menu_box li.category
{
	font-size: 70%;
	margin-left: 8px;
	margin-bottom: 3px;
	margin-top: 5px;
	line-height: 130%;
	list-style-image: none;
	list-style-type: none;
	font-weight: bold;
}

ul.menulistshow 
{
	font-size: 70%;
	line-height: 130%;
	margin: 0px 10px 5px 20px;
	padding: 0px 0px 20px 10px;
	list-style: url(/images/list-bullet.gif);
}

.navlist li a:link, .navlist li a:visited
{
	width: 270px;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #260;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	line-height: 190%;
	border-bottom: 1px solid #571;
	display: block;
	margin-left: 10px;
	padding: 0px 5px 0px 5px;
	list-style: none;
}

.navlist li a:hover, .navlist li a:active {text-decoration:none; color:#FFF; background-color: #571;}


/*************/
/*bug fixes*/
/*************/



/******************************************************************/
/* uberlink can be included on pages to make locked highlight work*/
/******************************************************************/

#uberlink a:link,
#uberlink a:visited,
#uberlink a:hover,
#uberlink a:active {color:#FFF; background-color: #A0C060;}



/**************************/
/* CSS Admin loggedin box */
/**************************/

a.buttonlink
{
	position: relative;
	height: 20px;
	line-height: 150%;
	border-bottom: 1px solid #571;
	border-top: 1px solid #571;
	border-left: 1px solid #571;
	border-right: 1px solid #571;
	background-color:#FF6;
	text-decoration: none;
	display:block;
	font-size: 75%;
	font-weight: bold;
	color: #260;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 3px;
	cursor: help;
}

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

#userlist ul
{
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}

#userlist a:link, #userlist a:visited
{
	font-size: 70%;
	font-weight: normal;
	color: #260;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	line-height: 180%;
	background-color: #EAEAF0;
	border-bottom: 1px solid #571;
	border-left: 1px solid #571;
	border-right: 1px solid #571;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	list-style: none;
}

#userlist a:hover, #userlist a:active {text-decoration:none; color:#FFF; background-color: #260;}

#userlist h4 a.adminmenu
{
	margin: -5px 0px 0px 0px;
	font-size: 12px;
	height: 20px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: transparent;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	display: block;
}

li.button_user
{
	position: relative;
	display: block;
	font-size: 70%;
	line-height: 180%;
	border-bottom: 1px solid #571;
	border-top-color: #571;
	border-left: 1px solid #571;
	border-right: 1px solid #571;
	padding-left: 10px;
	background-color: #fff;
}


/*************/
/*bug fixes*/
/*************/


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


/* Always pad scrollbar */
html { overflow-y:scroll; }


body
{
	/* background: #fff url(/images/background-clouds.jpg) top center repeat-x; */
	background: #fff url(/images/sky.jpg) top left repeat-x;
	font-family: 'verdana', helvetica, arial, sans-serif;
	margin: 0px;
}

#main_container
{
	margin: 0px auto;
	background: transparent url(/images/page-background.png) center repeat-y;
}

#content
{
	width: 960px;
	margin: 0px auto;
	background-color: #f8f4ef; 
}

#text_content
{
	position: relative;
	width: 620px;
	left: 10px;
	top: 10px;
	float: left;
	background-color: #fff;	
	min-height: 400px;
}

#breadcrumb
{
	position: relative;
	height: 30px;
	width: 550px;
}


/*******************************/
/* General classes             */
/*******************************/

.hidden {display: none;}

.required {color:#f00;}

acronym
{
	border-bottom: 1px dashed;
	cursor: help;
}

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

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

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

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


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

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

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

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

.p_body3
{
	font-size: 80%;
	text-align: left;
	margin-right: 20px;
	margin-left: 0px;
}

.p_body2BOLD
{
	font-weight: bold;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
}

.p_body_bold1
{
	font-size: 95%;
	font-weight: bold;
	color: #000;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, Helvetica, sans-serif;
}

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

.p_body_bold_indent1
{
	text-align: left;
	font-weight: bold;
	margin-right: 20px;
	margin-left: 50px;
}

.p_body_center
{
	text-align: center;
	margin-right: 20px;
	margin-left: 30px;
}


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

h3
{
	margin-left: 20px;
	font-size: 160%;
	margin-bottom: 10px;
	font-style: normal;
	color: #050;
	text-align: left;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
}

h4
{
	margin-left: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 110%;
	font-style: italic;
	color: #571;
	text-align: left;
	font-weight: bold;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
}

h5
{
	margin-left: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 100%;
	font-style: italic;
	color: #333;
	text-align: left;
	line-height: 105%;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
}

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

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

.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: 15px;
	margin-right: 20px;
	padding-left: 45px;
	list-style: url(/images/list-bullet.gif);
}

.body_list_2
{
	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: 15px;
	margin-right: 20px;
	padding-left: 45px;
}

.gloss
{
	display: block;
	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;
	padding-bottom: 10px;
	margin-right: 20px;
}

.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: 0px;
}


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

a:link		{text-decoration: none; color: #050; border-bottom: dotted 1px #777;}
a:visited	{text-decoration: none; color: #050; border-bottom: dotted 1px #777;}
a:hover		{text-decoration: none; color: #7E8B40; border-bottom: dotted 1px #000;}
a:active	{text-decoration: none; color: #050; border-bottom: dotted 1px #777;}

a.returnlink
{
	position: relative; 
	font-size: 85%;
	letter-spacing: 0px;
	line-height: 140%;
	vertical-align: top;
	padding-bottom: 0px;
	margin-right: 25px;
	text-decoration: none;
	text-indent: 0px;
	text-align: center;
	color: #050;
	left: 225px;
}

a.returnlink:visited { text-decoration: none; color: #050;}
a.returnlink:hover   { text-decoration: none; color: #7E8B40;}
a.returnlink:active  { text-decoration: none; color: #050;}


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

#banner
{
	position: relative;
	width: 468px;
	height: 60px;
	top: 10px;
	left: 70px;
	padding: 0px;
	margin-bottom: 30px;
}


#banner img, #banner a
{
	border: 0px;
}

#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;
}


/***************/
/* Misc classes*/
/***************/

.icon{ border: none; }

.clear { clear: both; }

/* 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; }

hr.bottom_spacer
{
	width: 300px;
	margin: 10px 0px 0px 0px;
	border: 0px hidden #fff;
	visibility: hidden;
}

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

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

/*********************/
/* Search page       */
/*********************/

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

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


/*********************/
/* Top tips pages    */
/*********************/

#notelet2
{
	padding: 5px 5px 10px 10px;
	margin: 0px 20px 10px 20px;
	background-color: #effaeb;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

/*********************/
/* Staff biographies */
/*********************/

.staffbiog
{
	clear: left;
}

.staffbiog img
{
	float: left;
	border: 1px solid #777;
	margin: 10px 20px 10px 20px;
}

.staffbiog p
{
	margin: 10px 20px 0px 20px;
}


/*********************/
/* Product pages     */
/*********************/

.audioplayer2
{
	margin: 15px 10px 5px 10px;
}

.products
{
	margin: 15px 10px 5px 10px;
	padding: 10px 10px 15px 10px;
	border: 1px solid #999;
	background-color: #effaeb;
}

.products:hover
{
	border: 1px solid #000;
	background-color: #d0ffd0;
}

div.products img
{
	float: left;
	border: 0px;
	margin: 10px 0px 10px 0px;
}

.products p
{
	margin: 10px 20px 0px 20px;
}

div.products h4
{
	padding: 0px;
	margin: 0px 0px 0px 20px;
}



/*********************/
/* User login pages  */
/*********************/

fieldset.userform
{
	margin: 20px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #999;
	background-color: #effaeb;
}

legend.userform
{
	font-weight: bold;
	color: #999;
}

label.userform
{
	font-weight: bold;
	display: block;
	float: left;
	width: 130px;
	text-align: right;
	margin: 0px 5px 0px 0px;
	font-size: 75%;
}

span.userform
{
	font-size: 80%;
}

#latin
{
	padding: 5px 5px 5px 0px;
	margin: 0px 20px 10px 20px;
	background-color: #effaeb;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}


#latin img
{
	border: solid 1px #777;
	margin: 5px 0px 5px 10px;
	float: left;
}

#latindesc
{
	float: right;
	width: 360px;
}

#latindesc p
{
	margin-top: 5px;
}

#plantbuttons
{
	margin: 0px 20px 10px 20px;
	float: right;
}

/*********************/
/* Shows pages       */
/*********************/

.show_date
{
	padding: 0px;
	margin: 15px 0px 0px 20px;
	font-weight: bold;
	font-size: 80%;
	color: #260;
}

div.show h4
{
	padding: 0px;
	margin: 0px 0px 0px 20px;
}

div.show p
{
	margin-left: 20px;
	margin-right: 10px;
}

div.show
{
	width: 435px;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 10px 20px;
	background-color: #effaeb;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.buttonbold
{
	font-weight: bold;
}


div.blogdate
{
	font-size: 60%;
	font-weight: normal;
	color: #888;
	background-color: #eee;
	width: 30px;
	border: 1px solid #ccc;
	text-align: center;
	float: right;
	padding: 2px;
	margin: 0px 20px 0px 10px;
}

.blogday
{
	font-size: 1.6em;
	font-weight: bold;
}

.caption
{
	float: left;
	margin: 5px 20px 12px 20px;
	display: block;
}

.caption span
{
	color: #555;
	font-size: 70%;
	line-height: 150%;
	margin-top: 3px;
	display: block;
}

.caption img
{
	position: relative;
	border: solid 1px #777;
	margin: 0px;
}

/*********************/
/* wysiwyg pages     */
/*********************/

div.div_body
{
	padding: 0px;
	margin: 10px 20px 0px 20px;
	font-size: 80%;
	line-height: 140%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: top;
	letter-spacing: 0px;
	text-align: left;
	color: #333;
}

div.div_body p
{
	font-size: 100%;
	margin-left: 0px;
}
	
div.div_body .p_body_intro
{
	margin-bottom: 0px;
	padding-bottom: 0px;
	
}
	
div.div_body h3
{
	font-size: 115%;
	margin: 10px 0px 5px 0px;
}

div.div_body h4, div.div_body h5
{
	font-size: 100%;
	font-style: normal;
	text-align: left;
	letter-spacing: 0px;
	text-indent: 0px;
	margin: 0px;
}

div.div_body tr {vertical-align: top;}
div.div_body td {padding: 7px;}

div.div_body ol {padding-left: 25px; margin-right: 25px; margin-left: 25px; }

div.div_body ul
{
	font-size: 100%;
	margin-top: 0px;
	line-height: 140%;
	margin-left: 5px;
	padding-left: 35px;
	padding-right: 10px;
	padding-bottom: 5px;
	list-style: square;
}


/*********************/
/* bookmarks         */
/*********************/

#bookmarks
{
	position: relative;
	font-size: 70%;
	border: solid 1px #999;
	margin: 10px 30px 10px 30px;
	background-color: #fdfdee;
}

#bookmarks h4
{
	margin: 5px 0px 5px 10px;
}

#bookmarks li
{
	list-style: none;
	float: left;
	margin: 0px 10px 0px 0px;
}

#bookmarks img
{
	border: none;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
}

#bookmarks ul
{
	margin: 0px 0px 20px 10px;
	padding: 0px;
	display: block;
}


/* Plant Table */
table.planttable
{
	padding-top: 20px;
	min-width: 400px;
	font-size: 80%;
	margin-right: 20px;
	margin-left: 20px;
	border-spacing: 0px;
}

tr.planttable
{
	background: #406000;
	color: #fff;
	text-align: left;
}


tr.planttablerow1
{
	background : #EAEAF0;
	font-size: 90%;
}

tr.planttablerow2
{
	font-size: 90%;
}

.plantcats
{
	margin: 0px 20px 0px 20px;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #999;
}

.plantcats:hover
{
	background-color: #d0ffd0;
}

.plsrch:hover
{
	background-color: #d0ffd0;
}

fieldset.displsrch
{
	margin: 20px 20px 10px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #999;
	background-color: #eee;
}


div.plantcats img
{	
	float: left;
	border: 0px;
	margin: 0px;
}

div.plantcats p
{
	font-size: 70%;
	margin: 0px 10px 0px 15px;
}

div.plantcats h4
{
	margin: 0px 0px 0px 15px;
}

/* Plant Table Search Options*/
table.plantsearchoptions
{
	font-size: 80%;
	border-spacing: 0px;
}

tr.plantsearchoptions
{
	text-align: left;
	line-height: 250%;
	padding: 0px;
}

tr.plantsearchoptions select
{
	font-size: 85%;
}

#service-contact
{
	clear: both;
	background-color: #cde985;
	margin: 20px;
	padding: 10px;
}

#service-contact h4
{
	margin: 0px 0px 0px 20px;
}

.AdvancedSearch
{
	cursor: pointer;
	width: 250px;
	height: 35px;
	border: none;
	color: #fff;
	background: url(/images/plant-search.jpg) no-repeat 0px 0px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

div.menu
{
	float: left;
	width: 288px;
	height: 125px;
	margin-left: 10px;
	margin-bottom: 20px;
	border: solid 1px #7a7;
	font-size: 87%;
	overflow: hidden;
	background: url('/images/home-boxes.jpg') bottom left no-repeat;
}

#receipt
{
    font-family: courier;
	background: url(/images/receipt.jpg) left top no-repeat;
    margin: 0px 0px 20px 20px;
    padding: 20px 0px 20px 20px;
    height: 310px;
}

#receiptend
{
	background: url(/images/receipt.jpg) left bottom no-repeat;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1023px) {

	#main_container,
	#content,
	#text_content,
	#breadcrumb,
	#header,
	#header_container,
	.tagline,
	#header-banner-ad,
	#sitesearch,
	#topnav-container,
	#menu_box,
	#side-newsletter,
	#footer_container,
	#footer-recent-articles,
	#footer-events,
	#footer-photos,
	#footer-bottom,
	#footer_nav,
	#footer_text,
	#function_header {
		width: 100%;
	}

	#text_content { left: 0px; }
	
	#header { min-height: 170px; }
	
	#header_container h1.logo,
	#header_container a.logo,
	#header_container .tagline
	{
		position: relative;
		float: left;
		clear: both;
		top: 5px;
		left: 5px;
		height: 60px;
	}

	#header-banner-ad { display: none; }

	#sitesearch { display: block; position: relative; top: auto; height: auto; }
	#sitesearch input.search_box { left: 0px; }
	.search_image { left: 0px; }

	#topnav
	{
		position: absolute;
		top: 110px;
		height: auto;
		width: 100%;
		z-index: 10;
	}

	#menu_box { float: left; }

	div.navlist { width: 100%; }
	.navlist ul { width: 100%; }
	.navlist li a:link, .navlist li a:visited
	{
		width: auto;
		margin-left: 10px;
		padding: 0px 5px 0px 0px;
	}

	#side-newsletter { padding: 0px; }
	#ebook { margin: 7px; }
	#formNewsletter label {	width: auto; margin-right: 10px; margin-left: 10px;	clear: left; }
	#formNewsletter input {	float: left; }
	#formNewsletter input.button { margin-left: 10px; clear: left; }
	
	#shareandprint { display: none; }

	#footer_container { width: 100%; padding: 0px; }

	#footer_return { display: block; top: -15px; z-index: 15; }

	#FollowUs { position: relative; width: 100%; height: 68px; background: #96BD60; top: 0px; }
	#FollowUs h3 { color: #fff; text-indent: 0px; width: 100%; height: 25px; margin-left: 0px; font-size: 130%; }
	#SocialFollow li a { display: inline; float: left; margin-left: 10px; }

	#footer-recent-articles,
	#footer-events,
	#footer-photos {
		background:#3C3526;
		margin-left: 0px;
		height: auto;
		top: 10px;
		clear: both;
		float: left;
	}

	#footer-recent-articles h3, #footer-events h3, #footer-photos h3 { margin: 10px 0px 5px 10px; }
	#footer-recent-articles ul, #footer-events ul, #footer-photos ul { margin: 10px 0px 5px 10px; }

	#foot-photo-title { width:auto; }
	#footer-photos img { float:left; clear: both; margin: 5px 10px 5px 10px; }

	#footer-bottom { background:#3C3526; top:0px; margin-top: 10px; padding:0px; width:100%; }
	#footer_nav small { clear:both; left:0px; top:0px; }
	#footer_text { float:left; left:0px; text-align:left; margin-top:10px; }
}
