@charset "utf-8";
/* CSS Document */
body {
	background-color: #6D6F71;
	background-image: url(/images/body-bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-position: top;
}
#wrapper {
	width: 951px;
	margin-right: auto;
	margin-left: auto;
	background-color: #B2B2B2;
	padding: 0px 5px 0px 5px;
	overflow: hidden;
}
#banner {
	height: 176px;
	width: 951px;
}
#logo {
	float: left;
	height: 176px;
	width: 542px;
}
#phone-number {
	float: left;
	height: 176px;
	width: 409px;
}
#banner-space {
	background-color: #E3E1E6;
	height: 3px;
	width: 951px;
}
#navigation {
	background-image: url(/images/nav-bg.png);
	background-repeat: no-repeat;
	height: 51px;
	width: 951px;
}
#content-area {
	background-color: #8C8C8C;
}
.main-content {
	background-color: #E6E6E6;
	width: 683px;
	text-align: left;
	vertical-align: top;
	background-image: url(/images/content-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 14px 0px 10px 0px;
}

#footer {
	background-image: url(/images/footer-bg.png);
	background-repeat: repeat-x;
	height: 65px;
	width: 951px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	padding-top: 20px;
}
#footer p{
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
#footer a:link{
	color: #ffffff;
	text-decoration: none;
}
#footer a:visited{
	color: #ffffff;
	text-decoration: none;
}
#footer a:active{
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover{
	color: #ffffff;
	text-decoration: underline;
}
.rhs-feature {
	width: 268px;
	text-align: center;
	vertical-align: top;
	padding: 18px 0px 0px 0px;
}
.image-space {
	padding-bottom: 6px;
}
h1 {
	margin: 0px;
	padding: 0px 0px 12px 12px;
}
h2 {
	margin: 0px;
	padding: 0px 0px 12px 12px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px 25px 15px 25px;
	line-height: 16px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	margin: 0px;
	padding: 0px 0px 15px 40px;
}
a:link {
	color: #4F4E78;
	text-decoration: none;
}
a:visited {
	color: #4F4E78;
	text-decoration: none;
}
a:hover {
	color: #4F4E78;
	text-decoration: underline;
}
a:active {
	color: #4F4E78;
	text-decoration: none;
}
