@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;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
	color: #436aa3;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 30px;
	color: #7ac142;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
h2 {
	font-size: 20px;
	color: #4d7cbf;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
h3 {
	font-size: 14px;
	color: #6a904b;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.mainDiv {
	position: relative;
	width: 776px;
	margin: 0px auto;
	background-image: url(../images/backer_main_div.jpg);
	background-repeat: repeat-y;
}
.headerDiv {
	background-image: url(../images/backer_header_div.jpg);
	background-repeat: repeat-y;
	height: 112px;
}
.navigationDiv {
	background-image: url(../images/backer_navigation_div.jpg);
	background-repeat: no-repeat;
	height: 42px;
	color: #fff;
	padding-left: 20px;
}
.navigationDiv a {
	color: #fff;
	display: block;
	height: 30px;
	padding: 12px 7px 0px 7px;
	float: left;
	border-right: 1px #90c565 solid;
}
.navigationDiv a:hover {
	background-image: url(../images/backer_navigation_a_hi.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	color: #3d6229;
}
.currentSection {
	background-image: url(../images/backer_navigation_a_hi.jpg);
	background-repeat: repeat-x;
	color: #3d6229 !important;
}
.navigationSubDiv {
	background-image: url(../images/backer_navigation_sub_div.jpg);
	background-repeat: repeat-x;
	height: 25px;
	margin: 0px 10px 0px 8px;
	padding: 10px 0px 0px 20px;
	color: #5381b7;
}
.navigationSubDiv a {
	color: #bdcbdf;
}
.navigationSubDiv a:hover {
	color: #fff;
}
.navigationSide {
	width: 169px;
	background-image: url(../images/backer_nav_side.jpg);
	background-repeat: repeat-y;
	float: left;
}
.navigationSideText {
	padding: 5px 10px 5px 10px;
	color: #649e36;
}
.navigationSideText ul, .navigationSideText li {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
}
.navigationSideText li {
	margin-bottom: 10px;
}
.navigationSideText a {
	color: #649e36;
}
.columnRight {
	float: right;
	width: 510px;
	padding-bottom: 30px;
}
.homeFeature {
	height: 214px;
	background-image: url(../images/backer_home_feature.jpg);
	background-repeat: no-repeat;
}
.contentDiv {
}
.contentSubDiv {
	margin: 0px 35px 0px 30px;
	padding-bottom: 30px;
}
.contentSide {
	float: left;
	width: 263px;
	background-image: url(../images/backer_content_side.jpg);
	background-repeat: repeat-y;
	position: relative;
	top: -95px;
	left: 25px;
}
.contentSideText {
	color: #fff;
	background-image: url(../images/backer_content_side_text.jpg);
	background-repeat: no-repeat;
	padding: 55px 30px 10px 20px;
}
.contentSideText ul, .contentSideText li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.contentSideText li {
	margin-bottom: 10px;
}
.contentSideBottom {
	clear: both;
	background-image: url(../images/backer_content_side_bottom.jpg);
	background-repeat: no-repeat;
	margin-bottom: -4px;
	height: 9px;
}
.contentText {
	float: right;
	width: 415px;
	padding: 15px 30px 20px 0px;
}
.footerDiv {
	clear: both;
	height: 45px;
	background-image: url(../images/backer_footer_div.jpg);
	background-repeat: no-repeat;
}
.buttonLearn {
	float: right;
	margin: 0px 15px 0px 0px;
}
.pageTitleDiv {
	position: relative;
	height: 90px;
}
.pageTitleDiv img {
	position: absolute;
	top: 10px;
	right: 23px;
	z-index: 0;
}
.pageTitleDiv  h1 {
	position: absolute;
	top: 7px;
	left: 20px;
	text-align: left;
	z-index: 10;
}
.pageTitleDiv  h2 {
	position: absolute;
	top: 38px;
	left: 20px;
	text-align: left;
	z-index: 10;
}
.photoInlineRight {
	float: right;
	margin: 0px 0px 25px 25px;
}
.photoInlineLeft{
	float: left;
	margin: 0px 25px 25px 0px;
}
.buttonMembers {
	position: absolute;
	top: 530px;
	left: 130px;
}
.memberLogo {
	float: right;
}
.featureBox {
	width: 200px;
	padding: 15px;
	margin: 0px 0px 20px 20px;
	float: right;
	border: 1px #ccc solid;
	background-color: #eee;
}