* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url('img/body-bg-top.png') repeat-x top;
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	
}

#siteContainer {
	width: 865px;
	margin-left: auto;
	margin-right: auto;
}
#siteWrapperOuter {
	float: left;
	width: 100%;
	height: 100%;
	background: url('img/header-left-shadow.png') no-repeat left 9px;
}
#siteWrapperInner {
	float: left;
	width: 100%;
	height: 100%;
	background: url('img/header-right-shadow.png') no-repeat right 9px;
}
#contentContainer {
	width: 843px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header {
	width: 100%;
	float: left;
	padding-top: 30px;
}
#banner {
	background: #fff url('img/header-image2.jpg') no-repeat top left;
	float: left;
	width: 100%;
	height: 241px;
}
#header h1 {
	float: left;
	width: 355px;
	height: 76px;
	display: block;
	visibility: hidden;
	padding: 13px 0 0 39px;
}
#header span {
	float: right;
	font-size: 11px;
	color: #929292;
	padding: 25px 0 0 0;
}
#header span em {
	color: #565656;
	text-decoration: none;
	padding: 0 35px 0 0;
	font-style: normal;
}
#main_menu {
	border-top: 1px solid #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
	height: 34px;
	background: url('img/top-nav-bg.png') repeat-x;
	float: left;
	width: 100%;
}
#main_menu ul {
	width: auto;
	height: 100%;
	margin-left: 15px;
	border-left: 1px solid #2e2e2e;
	list-style: none;
}
#main_menu li {
	float: left;
	border-right: 1px solid #2e2e2e;
	height: 34px;
}
#main_menu a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	float: left;
	height: 25px;
	padding: 9px 37px 0 37px;
}
#main_menu a:hover {
	background: url('img/top-nav-over.png') repeat-x;
}
#main_menu a.selected, a.selected:hover {
	background: url('img/top-nav-selected.png') repeat-x;
	color: #edcf57;
	cursor: default;
}
#mainContent {
	width: 100%;
	background: url('img/body-top-gradient.png') repeat-x top;
	min-height: 500px;
	float: left;
}
#mainContentWrapper {
	width: 100%;
	height: 100%;
	float: left;
	background: url('img/main-container-bg.jpg') no-repeat bottom right;
}
#bodyContent {
	width: 476px;
	padding: 10px 22px 31px 36px;
	float: left;
	min-height: 400px;
}
#bodyContent h1 {
	font-size: 25px;
	color: #333;
	padding: 0 0 13px 0;
	margin-top:14px;
}
#bodyContent h1 span {
	color: #75828d;
}
#bodyContent p, #bodyContent a {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #1e1e1e;
	line-height: 17px;
	padding-bottom: 20px;
}
#bodyContent a {
	padding: 0 0 0 12px;
	color: #001a7c;
	background: url('img/link-bullet.png') no-repeat 0 3px;
}
#bodyContent img {
	padding: 1px;
	background: #555;
}
#bodyContent img.left {
	float: left;
	margin: 5px 15px 5px 0;
}
#bodyContent img.right {
	float: right;
	margin: 5px 0 5px 15px;
}
#subNav {
	padding: 0;
	margin: 0;
	width: 290px;
	float: right;
	margin-top: 26px;
	margin-bottom: 44px;
	background: url('img/sub-nav-bg.png') repeat-y 0 0;
}
#subNav ul {
	padding: 9px 0 29px 0;
	list-style: none;
}
#subNav li {
	padding-top: 17px;
	clear: both;
}
#subNav h2 {
	padding-left: 32px;
	color: #002a84;
	font-size: 16px;
	background: url('img/cross-bullet.png') no-repeat 17px 3px;
	padding-bottom: 9px;
	line-height: 1em;
}
#subNav img {
	background: #555;
	padding: 1px;
	margin-left: 17px;
	float: left;
	display: inline;
}
#subNav p {
	clear: both;
	font-size: 11px;
	color: #5c5c5c;
	padding: 5px 0 0 17px;
	float: left;
	line-height: 1em;
	width: 240px;
	background: url('img/sub-nav-caption-bg.png') no-repeat left 7px;
}
#subNav ul ul {
	float: left;
	padding: 0;
}
#subNav ul ul li {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 1em;
	padding: 0 0 4px 17px;
	background: url('img/list-arrow-bullet.png') no-repeat 10px 4px;
}
#subNav ul ul a {
	color: #002a84;
}
#subNavInner {
	width: 100%;
	background: url('img/sub-nav-bg-top.png') no-repeat top left;
	float: right;
	padding-bottom: 25px;
}
#footer {
	border-top: 1px solid #c0c6c1;
	width: 100%;
	float: left;
	font-family: Tahoma, arial, sans-serif;
	padding-bottom: 30px;
}
.clearer {
	clear: both;
}
#footer ul {
	text-align: center;
	width: 100%;
	list-style: none;
}
#footer li {
	display: inline;
	width: auto;
	padding: 0 13px 0 8px;
	background: url('img/footer-item-bg.png') no-repeat top right;
}
#footer li.lastItem {
	background: none;
}
#footer a {
	color: #3b3b3b;
	font-size: 11px;
}
#footer a:hover {
	color: black;
}
#footer p {
	text-align: center;
	font-size: 11px;
	padding-top: 18px;
	color: #333;
}
#footer p a {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #19420b;
}

#footer p a:hover {
	color: #096e18;
}

#bodyContent #breadCrumbs {
	list-style: none;
	padding: 0 0 20px 0;
	height: 12px;
	clear: both;
}
#breadCrumbs li {
	display: inline;
	font-size: 12px;
	text-transform: capitalize;
	font-family: Tahoma, Arial, sans-serif;
	color: #333;
}
#breadCrumbs a, .pagesListing a {
	background: none;
	padding: 0;
}
#bodyContent ul.pagesListing, #inlineLinkList, #faqList {
	list-style: none !important;
}
#faqList {
	margin: 0;
	padding: 0 !important;
	float: left;
}
#faqList li {
	padding: 0;
	margin: 0;
	float: left;
}
#faqList a {
	text-decoration: none;
}
#faqList h2 {
	padding: 5px 5px 5px 34px;
/*	margin-top: 10px;*/
	margin: 0 !important;
	width: 413px;
	float: left;
	clear: both;
	font-weight: normal;
	font-size: 12px !important;
	text-decoration: underline;
	background: url('img/drop-down-heading-bg.png') no-repeat top;
}
#faqList li li {
	padding-bottom: 0;
	float: none;
}
#faqList li a {
	background: none;
	padding-left: 15px;
	text-decoration: underline;
}
#faqList li div {
	border-left: 1px dotted #ccc;
	float: left;
}
#faqList li div p, #faqList li p {
	padding: 10px 0 0 15px;
	width: 413px;
}
#faqList li div ul {
	margin-left: 10px;
}
#faqList li div h3 {
	padding: 10px 0 0 15px;
}
#faqList li div a {
	padding-bottom: 10px !important;
}
#bodyContent h2 {
	color: #333;
}
#bodyContent h2 {
	font-size: 16px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
}
#bodyContent h3 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #555;
}
#bodyContent h4 {
	font-size: 15px;
	color: #555;
	font-variant: small-caps;
}

#bodyContent ul {
	font-size: 12px;
	color: #222;
	list-style: square;
	padding: 5px 0 15px 25px;
}
#bodyContent li {
	line-height: 1.5em;
}
address, dl {
	font-weight: normal;
	font-style: normal;
	background: #ebe7e4;
	line-height: 18px;
	font-size: 12px;
	padding: 10px;
	border: 1px solid #c7c7c7;
}
address {
	padding-left: 90px;
	border-bottom: 1px dashed #c7c7c7;
}
dl {
	border-top: 0;
}
dt {
	float: left;
	width: 70px;
	padding-right: 10px;
	text-align: right;
}