/* CSS Document */
#primaryNavigationContainer {
	margin-bottom: 38px;
}

#contentLHS {
	padding: 0 50px 0 50px;
	margin-right: 240px;
}
#contentBenefitsList h3 {
	margin-bottom: 15px;
}
#contentBenefitsList {
	padding: 0 50px 0 50px;
}
#contentLHS h2, #contentBenefitsList h2 {
	background-image: url(../images/titles/benefits.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 75px;	
}
p {
	margin-bottom: 15px;
}
a {
	color: #ffffff;
}
h3 {
	color: #DDD8C3;
	font-size: 12px;
	font-weight: bold;
}
ul {
	margin: 0 0 10px 20px;
}
li {
	margin-bottom: 5px;
}
.benefitsLogo {
	float: left;
	width: 130px;
	margin-left: 50px;
}
.benefitsLogoImage {
	margin-bottom: 6px;
}	
.benefitsDetail {
	padding-left: 180px;
	margin: 0 50px 0 0;
}
.benefitsDivider {
	background-image: url(../images/general/footer_bar.gif);
	background-repeat: no-repeat;
	font-size: 0;
	height: 22px;
	margin-top: 20px;
}