@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;
}
img {
	border: 0px;
}
p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #0179aa;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #ec4103;
}
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;
}
/*.headerDiv div {
	position: absolute;
	top: 92px;
	right: 25px;
}*/
.headerDiv a {
	color: #fff;
	text-decoration: none;
}
.headerDiv a:hover {
	text-decoration: underline;
}

#headerLinks
{
	z-index:20;
	position:absolute;
	right:20px;
	bottom:8px;
}

.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: 10px;
	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: 170px;
	float: left;
}
.leftContent
{
	padding-left:10px;
}
.leftColumnFeature {
	width: 120px;
	height: 84px;
	padding: 130px 25px 0px 25px;
	color: #fff;
	background-image: url(../images/feature_magazine.jpg);
	background-repeat: no-repeat;
}
.rightColumn {
	width: 530px;
	padding: 35px 25px 20px 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;
}
.mainContent li {
	list-style-type: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;
}
.subLinks {
	margin: 10px 0px 10px 10px;
}

.subLinksContent ul, li {
	list-style: none;
	margin: 0px 0px 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;
	margin-bottom: 20px;
	height: 167px;
}
.mission {
	width: 120px;
	height: 121px;
	padding: 50px 20px 0px 20px;
	color: #fff;
	background-image: url(../images/backer_mission.jpg);
	background-repeat: no-repeat;
}
.homeFeatures img {
	float: left;
	margin: 0px 8px 0px 0px;
}
.flowerBullets, .flowerBullets li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.flowerBullets li {
	background-image: url(../images/bullet_flower.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 40px;
	margin: 0px 0px 10px 0px;
}

/*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;
}
