@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/backer_body.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4a4901;
}
p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #5d5a01;
}
li
{
	list-style: disc;
}

input 
{
	font-size: 11px;
}
.mainDiv {
	position: relative;
	width: 750px;
	margin: 10px auto;
	border: 1px #433f37 solid;
}
.headerDiv {
	position: relative;
	width: 750;
	height: 113px;
	background-repeat: no-repeat;
	color: #fff;
}

#headerImage
{
	z-index:10;	
}
#headerLinks
{
	z-index:20;
	position:absolute;
	right:20px;
	bottom:8px;
}


.headerDiv a {
	color: #fff;
	text-decoration: none;
}
.headerDiv a:hover {
	text-decoration: underline;
}

.navigationDiv {
	position: relative;
	width: 750;
	height: 35px;
	background-image: url(../images/backer_navigation.jpg);
	background-repeat: repeat-x;
	color: #fff;
}
.navigationDiv div {
	position: absolute;
	top: 9px;
	right: 25px;
}
.navigationDiv a {
	color: #fff;
	text-decoration: none;
}
.navigationDiv a:hover {
	text-decoration: underline;
}
.contentDiv {
	/* Setting float value for this parent block will allow child floats to clear */
	float: left;
	background-image: url(../images/backer_content.jpg);
	background-repeat: repeat-y;
	background-color: #fff;
	/* min-height - START */
  	min-height: 400px;
  	height: auto !important;
  	height: 400px;
	/* min-height - END */
}
.footerDiv {
	clear: both;
	width: 750px;
	height: 32px;
	background-image: url(../images/backer_footer.jpg);
	background-repeat: no-repeat;
}
.leftColumn {
	width: 169px;
	float: left;
}
.leftContent
{
	padding-left:10px;
}

.rightColumn {
	width: 530px;
	padding: 35px 25px 0px 25px;
	float: right;
	/* min-height - START */
  	min-height: 400px;
  	height: auto !important;
  	height: 400px;
	/* min-height - END */
	background-image: url(../images/backer_right_column.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
}
.rightColumn li
{
	list-style: disc;
}

.siteSearch {
	margin: 10px 0px 10px 10px;
}
.siteSearch input.searchbox {
	border: 0px;
	background-image: url(../images/backer_input_search.jpg);
	background-repeat: no-repeat;
	width: 141px;
	height: 23px; 
	padding-left:5px;
	padding-top:5px;
}
.siteSearch img {
	margin: 0px 0px 0px 105px;
}
.siteSearch .searchbutton {
 float:right;
 margin: 5px 15px 10px 10px;
}

.subLinks {
	margin: 10px 0px 10px 10px;
}
.subLinksContent ul, li {
	list-style: none;
	margin: 0px 5px 5px 0px;
	padding: 0px;
}
.subLinksContent a {
	color: #686302;
	text-decoration: none;
}
.subLinksTop {
	width: 137px;
	height: 12px;
	margin-bottom: -2px;
	background-image: url(../images/backer_sub_link_top.jpg);
	background-repeat: no-repeat;
}
.subLinksContent {
	width: 124px;
	padding: 5px 0px 5px 13px;
	margin-bottom: -5px;
	background-image: url(../images/backer_sub_link_content.jpg);
	background-repeat: repeat-y;
}
.subLinksBottom {
	width: 137px;
	height: 12px;
	background-image: url(../images/backer_sub_link_bottom.jpg);
	background-repeat: no-repeat;
}
.subLinksContent a:hover {
	text-decoration: underline;
}
.sponsor {
	text-align: center;
	margin-bottom: 20px;
}
.homeFeatures {
	clear: both;
	position: relative;
	padding-top: 180px;
	margin-bottom: 20px;
}
.homeFeatures .workshops {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
.homeFeatures .gardeningShow {
	display: block;
	position: absolute;
	top: 0px;
	left: 177px;
}
.homeFeatures .anniversary {
	display: block;
	position: absolute;
	top: 0px;
	left: 354px;
}

/*redengine styles*/
.browsetoedit
{
background:url(../images/browsetoedit.gif) no-repeat;
display:block;
height:35px;
width:150px;}
.browsetoedit:hover
{
background:url(../images/browsetoedit.gif) no-repeat 0px -35px;
display:block;
height:35px;
width:150px;}
.browsetoedit span
{
visibility:hidden;
}
