body {
	font: 85% "Arial", sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color:#000000;
}
#wrapper {
	position: relative;
	width: 910px;
	margin: 60px auto;
	text-align: left;
	border:1px solid #fff;
	background: #000000 url(/images/bs-logo.jpg) no-repeat bottom right;
	padding-bottom:50px;
}
#main {
	min-height:500px;
	font-size: 1em;
	line-height: 1.4em;
	width:520px;
	color:#fff;
	float:right;
	margin:-90px 25px 40px 25px;
	padding:0 10px;
}
#content {
	background:#fff;
	color:#000;
	position:relative;
	padding:40px 10px 50px;
	margin-bottom: 40px
}

#content a {
	color:#3E8630;
}

#tl-plant {
	background:url(/images/plant-tl.png);
	height:59px;
	width:141px;
	color:#000;
	position:absolute;
	top:-15px;
	left:-14px;
}
#tr-plant {
	background:url(/images/plant-tr.png);
	height:57px;
	width:85px;
	color:#000;
	position:absolute;
	top:-22px;
	right:-13px;
}#br-plant {
	background:url(/images/plant-br.png);
	height:87px;
	width:161px;
	color:#000;
	position:absolute;
	bottom:-3px;
	right:-23px;
}
#bl-plant {
	background:url(/images/plant-bl.png) bottom left;
	height:22px;
	width:20px;
	color:#000;
	position:absolute;
	bottom:-1px;
	left:-1px;
}
#main img {
	border:none;
} 
.breadcrumb {
	font-size: 0.8em;
	margin: 1em 0 0 0;
}
#category_breadcrumb {
	margin-top:-10px;
	font-size:90%;
}
#sidebar {
	width:230px;
	border:none;
	margin:-20px 0 0 38px;
	float:left;
	color:#fff;
	line-height:1.5em;
}
#body_home h2 {
	display:none;
}
.file_details {
	height:50px;
}
#body_home #bs-map {
	position:absolute;
	top:665px;
	left:511px;
}
/*-------------------------------------------------------------------- search box ----------------------------------*/

#searchform {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	/*border: 1px solid #ccc;*/
}
#searchform input {
	width: 70px;
	float: none;
}


/*-------------------------------------------------------xhtml elements ------------------------------------------*/
h1 {
	font: 2em Georgia, "Times New Roman", Times, serif;
	text-indent:-9999em;
	background:url(/images/masthead.jpg) no-repeat;
	width:280px;
	height:206px;
	margin: 0;
	padding: .5em;
}
h2 {
	text-transform:uppercase;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0.5em;
	color:#3E8630;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0.5em;
	color:#3E8630;
}
a{
	color:#3E8630;
	text-decoration:none;
}

/*-------------------------------------------------------- tables --------------------------------------------------*/
table {
	border:none;
}
td, th {
	border:none;
}

/*-------------------------------------------------------turn off print stuff ------------------------------------------*/
#printlogo {
	display:none;
}

/*--------------------------------------------------------------- FOOTER ---------------------------------------------------*/
#footer {
	margin-top:-40px;
	font-size: 0.8em;
	clear: both;
	text-align: center;
	color:#9a9a9a;
}
#footer a {
	text-decoration: none;
	color:#9a9a9a;
}
div.footerclear {
	clear: both;
}
/*------------------------------------------------------------------------------
 * google map on home page
 */
p.map_image{
	margin-top:2em;
}
.pullquote {
	text-indent:-999em;
}
/*------------------------------------------------------------------------------
 * sidebar cat nav
 */
ul#sidebar_category_list, #sidebar_category_list li{
	padding:0;
	margin:0;
	list-style:none;
}
ul#sidebar_category_list{
	border-bottom:1px dotted #3E8630;
}
ul#sidebar_category_list li.sidebar_category{
	border-top:1px dotted #3E8630;
	height:26px;
	line-height:26px;
}
ul#sidebar_category_list a{
	display:block;
	width:100%;
	height:26px;
}
ul#sidebar_category_list a:hover{
	background-color:#7cc579;
	color:#000;
}
