/* CSS Document */

html {
	margin: 0;
	padding: 0;
	background: url(../images/html_bg.jpg) repeat 0px 0px;
}
body {
	background: url(../images/body_bg.jpg) no-repeat 0px 0px;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 81.25%;
	line-height: 1.615;
	color: #000;
	height: 100%;
}
h1 {
	margin: 0;
	color: #32557E;
	font-size: 20px;
	font-weight: normal;
}
h2 {
	color: #282c4b;
	font-size: 1.75em;
	line-height: 1.714em;
	margin: 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	color: #713636;
	font-size: 1.384em;
	line-height: 2.333;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
}
a {
	color: #006;
}
#header, #contentContainer, #footer {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
#topContainer {
	width: 100%;
	height: 84px;
}

#header h1 {
	margin: 0 auto;
	float: none;
	width: 415px;
	padding-top: 63px;
}
#header h1 a:link, #header h1 a:visited {
	width: 415px;
	height: 0;
	font-size: 1px;
	overflow: hidden;
	padding-top: 45px;
	display: block;
	background: url(../images/logo.gif) no-repeat;
}
#header {
	background: url(../images/header_bg.jpg) repeat-x top center;
	height: 150px;
	width: 100%;
	margin: 0 auto;
}
#header div {
	margin: 0 auto;
	width: 900px;
	height: 150px;
	background: url(../images/header_highlight.jpg) no-repeat center bottom;
}
#nav {
	margin: 0 auto 27px;
	width: 900px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: right;
	font-variant: small-caps;
}
#nav li {
	display: inline;
}
#nav li a {
	color: #2e325a;
	text-decoration: none;
	padding: 0 10px;
}
#nav li a:hover {
	color: #713636;
}
#leaderboard {
	height: 184px;
	width: 900px;
	margin: 0 auto;
}
#leaderboard div {
	float: right;
	width: 410px;
}
#leaderboard h3 {
	font-style: italic;
	font-size: 24px;
	color: #713636;
}
#leaderboard p {
	margin: 0;
	color: #333;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1;
	font-weight: normal;
}
#leaderboard img { float: left; 
margin-left:-33px;
}
#contentContainer {
	padding-top: 18px;
}
#contentContainer ul {
	margin-left: 0;
	padding-left: 20px;
}

/* Main Graphic Styles */
#maingraphic {
	width: 557px;
	float: left;
	margin-bottom: 24px;
}

/* Main Content Styles */
#mainContent {
	float: left;
	width: 480px;
}
#mainContent .capB {
	background: url(../images/cap-570_foot.jpg) no-repeat 0px 0px;
}
.capB {
	display: block;
	height: 8px;
}

#contentContainer .content {
	padding: 9px;
	background: url(../images/content_bg.jpg) repeat 0px 0px;
	border-right: 1px solid #72654b;
	border-left: 1px solid #72654b;
}
#contentContainer p {
	margin: 0 0 1.615em;
}
#mainContent p.faq{
	margin-left:30px;
	
}
.content h2 span {
	font-size: .619em;
}
#contentContainer ul li{
line-height:2.2;
}
img.services {
	float: left;
	margin-left: 15px;
	margin-top: 42px;
}
/* Secondary Content Styles */
#secondaryContent {
	width: 410px;
	float: right;
}
#secondaryContent div {
	width: 270px;
	float: left;
}
/* Contact */
#secondaryContent .contact {
	float: right;
	width: 120px;
	padding-top: 125px;
}

#footer {
	height: 61px;
	padding-top: 18px;
	font-size: .833em;
	line-height: 1.6em;
	color: #846261;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	background: #270706 url(../images/footer_bg.gif) repeat-x 0px 0px;
	width: 100%;
}
#footer address {
	text-align: left;
	font-style: normal;
	margin: 9px 0 0 0;
	float: left;
}

#footer div {
	float: right;
	text-align: right;
	margin: 21px 0 0 0;
}

#footer p {
	text-align: center;
	margin: 0 auto;
}
#footer a, #footer a:visited {
	color: #846261;
	text-decoration: none;
} 
#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}
#footer ul li {
	display:inline;
}
#footer ul li a, #footer ul li a:visited {
	margin: 0 4px;
	color: #846261;
	text-decoration: none;
} 
#footer ul li a:hover {
	color: #846261;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
#secondaryContent table + p {
border-bottom:1px dotted #928876;
padding-bottom:1.5em;
}
.bodyimg {
	padding-left: 8px;
	padding-right: 8px;
	}
