@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #F2EFE6;
}
.container {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDD6BE;
	border-left-color: #DDD6BE;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD6BE;
}
.feature {
	background-color: #38483D;
}
#left {
	background-image: url(images/featureCurveL.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#right {
	background-image: url(images/featureCurveR.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.featureText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #D5C490;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-right: 10px;
	padding-left: 20px;
	margin-right: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #818B85;
}
.featureText a {
	color: #FFFFFF;
	text-decoration: none;
}

.featureText h4 {
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.featureText p {
	margin: 3px 0px 0px;
	padding: 0px;
}
#noBorder {
	border-right-width: 0px !important;
}
.navItem {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A6A6A6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 7px;
	padding-bottom: 7px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F4F4F;
	padding-left: 36px;
	padding-right: 50px;
	line-height: 18px;
	padding-top: 40px;
	padding-bottom: 30px;
}
.content h3 {
	font-size: 17px;
	color: #38483D;
	margin-top: 0px;
	padding-top: 0px;
}

.nav {
	padding-left: 16px;
	margin-top: 40px;
	margin-bottom: 40px;
}
#borderBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6A6A6;
}
.navItem a {
	color: #333333;
	text-decoration: none;
}
.navItem a:hover {
	color: #9C2F29;
	text-decoration: none;
}
.featureText a:hover {
	color: #924743;
	text-decoration: none;
}

