@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;
}
p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}
img {
	border: 0px;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-weight: normal;
	font-size: 20px;
	color: #336699;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
h2 {
	font-weight: normal;
	font-size: 18px;
	color: #336699;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
h3 {
	font-weight: normal;
	font-size: 14px;
	color: #336699;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
h4 {
	font-weight: bold;
	font-size: 12px;
	color: #A5D178;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
/*input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	padding: 0px 0px 0px 4px;
	margin: 0px;
}*/
.main {
	position: relative;
	width: 769px;
	margin: 10px auto;
	border: 1px #336699 solid;
}
.header {
	position: relative;
	width: 769px;
	height: 138px;
	background-image: url(../images/backer_header.jpg);
	background-repeat: no-repeat;
}
.headerNavigation {
	position: absolute;
	top: 100px;
	right: 0px;
	width: 292px;
	height: 26px;
	padding-top: 10px;
	text-align: center;
	color: #9bb5cd;
}
.headerNavigation a {
	color: #fff;
}
.navigation {
	width: 769px;
	height: 32px;
	padding-top: 11px;
	background-image: url(../images/backer_navigation.jpg);
	background-repeat: repeat-x;
	text-align: center;
	color: #c7e3ad;
}
.navigation a {
	color: #fff;
}
.content {
	position: relative;
	width: 769px;
	background-image: url(../images/backer_content.jpg);
	background-repeat: repeat-y;
}
.featureImage {
	margin: -20px -20px 20px -20px;
}
.featureHomeLeft {
	float: left;
	width: 300px;
	padding-right: 20px;
}
.featureHomeRight {
	float: right;
}
.subNavigation {
	width: 148px;
	padding: 20px;
	float: left;
	color: #fff;
}
.subNavigation a {
	color: #b9d4ed;
}
.subNavigation ul, .subNavigation li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.subNavigation li {
	margin-bottom: 5px;
}
.memberLogin {
	position: relative;
	width: 145px;
	height: 72px;
	margin: -15px -15px 10px -14px;
	padding: 145px 15px 15px 15px; 
	background-image: url(../images/backer_member_login.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px #39403b solid;
	color: #3b6c9d;
}
.buttonLogin {
	position: absolute;
	top: 185px;
	left: 12px;
	display: block;
	width: 151px;
	height: 33px;
	background-image: url(../images/button_login.jpg);
	background-repeat: no-repeat;
}
.buttonLogin span {
	display: none;
}
.inputUsername {
	position: absolute;
	left: 16px;
	top: 65px;
	border: 0px;
}
.inputPassword {
	position: absolute;
	left: 16px;
	top: 115px;
	border: 0px;
}
.headerNews {
	margin: 0px -20px 10px -20px; 
}
.text {
	width: 541px;
	padding: 20px;
	float: right;
}
.clear {
	clear: both;
}
.footer {
	clear: both;
	width: 754px;
	height: 29px;
	padding-top: 12px;
	padding-right: 15px;
	background-image: url(../images/backer_footer.jpg);
	background-repeat: repeat-x;
	color: #fff;
	text-align: right;
}
.footer a {
	color: #fff;
}

/*redengine styles*/
.pagetitle {
	margin-bottom: 10px;
	color: #376694;
	font-size: 14px;
}
h5 {
	margin-bottom: 10px;
	color: #376694;
	font-size: 14px;
	font-weight:normal;
}
h6 {
	margin-bottom: 10px;
	color: #005E28;
	font-size: 12px;
	font-weight:normal;
}
.buttonLogout {
	display: block;
	width: 151px;
	height: 33px;
	background-image: url(../images/button_logout.jpg);
	background-repeat: no-repeat;
	padding-bottom:10px;
}
.buttonLogout span {
	display: none;
}
.loginMessage a
{
	color:#0064C8;
}

/***************subnav class*****************/

.subnav1 li
{
	list-style-type:disc;
	margin:0px 0px 0px 10px;
	padding:0px;

}
.subnav1 ul
{
	list-style-type:disc;
	margin:0px 0px 0px 10px;
	padding:0px;

}
.SectionsdgPager td
{
	padding-top:10px;
	font-weight:bold;
	font-size:12px;
	

}
/***************subnav class*****************/
/*redengine styles*/