/* =Reset Browser Defaults
-------------------------------------------------- */
html, body, div, span, table, tr, th, td, h1, h2, h3, h4, h5, h6, p, form, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
body {
	background-color: #1E1D15;
}

/* =Fonts
-------------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #1E1D15;
}
a:link, a:visited, a:hover, a:active {
	color: #710022;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, dl, blockquote {
	margin-top: 18px;
	margin-bottom: 18px;
}
h2, h3, h4, h5, h6, li {
	margin-bottom: 6px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #414141;
}
h1 {
	font-size: 140%;
}
h2 {
	font-size: 120%;
}
h3, h4, h5, h6 {
	font-size: 100%;
}

/* =Misc.
-------------------------------------------------- */
.top_of_page {
	text-align: center;
	padding-top: 20px;
}
h1 > img, h2 > img, h3 > img, h4 > img, h5 > img, h6 > img {
	display: block;
}
h1.page_header {
	margin-top: 0;
}
h1.page_header span {
	display: none;
}

/* =Page Layout (All Instances)
-------------------------------------------------- */
#page_top, #page_bottom {
	float: left;
	width: 100%;
}
#page_top {
	background: #D9D8C7 url(images/backgrounds/body.jpg) repeat-x left top;
}
#page_bottom {
	background: url(images/backgrounds/page_bottom.gif) repeat-x left top;	
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/backgrounds/page.png', sizingMethod='scale');*/
}
.page {
	width: 760px;
	padding: 0 4px;
	margin: 0 auto;
}
#page_top .drop_shadow {
	float: left;
	width: 760px;
	padding: 0 4px;
	background: url(images/backgrounds/page.png) repeat-y left top;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/backgrounds/page.png', sizingMethod='scale');*/
}

/* =Footer (All Instances)
-------------------------------------------------- */
#footer {
	width: 760px;
	height: 63px;
	padding: 20px 4px 0 4px;
	margin: 0 auto;
	color: #F8F7ED;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #F8F7ED;
}
#nav_sec {
	float: left;
	width: auto;
}
#compliance_info {
	float: right;
	width: auto;
	padding-right: 18px;
	background: url(images/backgrounds/ehl_logo.gif) no-repeat right center;
}

/* =Header Area (All Instances)
-------------------------------------------------- */
#header {
	float: left;
	width: 760px;
	background: url(images/backgrounds/header.jpg) repeat left top;
}
#header img {
	display: block;
}
#logo {
	float: left;
	width: auto;
}
#tagline {
	float: right;
	width: auto;
}
	
/* =Main Navigation (All Instances)
-------------------------------------------------- */
#nav_main {
	float: left;
	width: 760px;
	border-top: solid 1px #F8F7ED;
	border-bottom: solid 1px #F8F7ED;
	position: relative;
	z-index: 999999999;
}
#nav_main ol, #nav_main li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav_main li, #nav_main img {
	float: left;
	display: block;
}

/* =Content (All Instances)
-------------------------------------------------- */
#content {
	float: left;
	width: 760px;
	background: url(images/backgrounds/content.gif) repeat-y left top;
}
#content_sub {
	float: left;
	width: 214px;
	margin-right: 3px;
	padding-bottom: 15px;
}
#content_main {
	float: left;
	width: 466px;
	padding: 50px 43px 25px 33px;
}
#content_main ul, #content_main li {
	list-style: disc;
	margin: 0;
	padding: 0;
}
#content_main ul {
	margin: 1em 2.25em;
}

/* =Content (Home Page)
-------------------------------------------------- */
#hp #content {
	background: none;
}
#hp #content_sub {
	float: left;
	width: 760px;
	margin-right: 0;
	padding-bottom: 2px;
	border-bottom: solid 1px #f8f7ed;
	background: #716C5A url(images/backgrounds/hp_content_sub.gif) repeat-x left bottom;
}
#hp #content_main {
	float: left;
	width: 760px;
	padding: 0 0 15px 0;
	background: #D5D2C2 url(images/backgrounds/hp_content_main.gif) repeat-y left top;
}

/* =Login (All Instances)
-------------------------------------------------- */
#login {
	float: left;
	width: 214px;
	padding-bottom: 20px;
	color: #F8F7ED;
	background: #716C5A;
}
#login h2 {
	margin-top: 0;
	margin-bottom: 0.5em;
}
#login a:link, #login a:visited, #login a:hover, #login a:active {
	display: block;
	color: #F8F7ED;
}
#login ul, #login li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#login ul {
	width: 188px;
	margin-left: 13px;
	margin-right: 13px;
	line-height: 14px;
}

/* =Login (Home Page)
-------------------------------------------------- */
#hp #login {
	padding-bottom: 0;
	position: relative;
	z-index: 1;
}
#hp #login form {
	display: block;
	margin-left: 13px;
	margin-right: 13px;
	margin-bottom: 13px;
}
#hp #login label, #hp #login #id, #hp #login #pin {
	display: block;
	width: 90px;
}
#hp #login #submit {
	position: absolute;
	left: 131px;
	top: 75px;
	z-index: 2;
}

/* =Quick Links (All Instances)
-------------------------------------------------- */
#quick_links {
	float: left;
	width: 214px;
	padding-top: 3px;
	background: url(images/backgrounds/int_quick_links.gif) repeat-x left top;
	line-height: 20px;
}
#quick_links h2 {
	margin-top: 0;
	margin-bottom: 1em;
}
#quick_links a:link, #quick_links a:visited, #quick_links a:hover {
	display: block;
	padding-left: 10px;
	background: url(images/bullets/square.gif) no-repeat left 7px;
}
/* Added the following code to remove bullets from the ad area graphic links - RS */
#quick_links #promotional_image a:link, #quick_links #promotional_image a:visited, #quick_links #promotional_image a:hover {
	display: block;
	padding-left: 0px;
	background: none;
}


#quick_links ul, #quick_links li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#quick_links ul {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

/* =Quick Links (Home Page)
-------------------------------------------------- */
#hp #quick_links {
	width: 212px;
	margin-right: 3px;
	padding-top: 0;
	border-right: solid 1px #F8F7ED;
	border-left: solid 1px #F8F7ED;
	background: url(images/backgrounds/hp_content_main_sections.gif) repeat-x left top;
}

/* =Promotional Image (All Instances)
-------------------------------------------------- */
#promotional_image {
	width: 182px;
	margin-right: auto;
	margin-left: auto;
}
#promotional_image img {
	display: block;
}

/* =Banner (Home Page Only)
-------------------------------------------------- */
#hp #banner {
	float: left;
	width: 545px;
	border-left: solid 1px #F8F7ED;
}
#hp #banner img {
	display: block;
}

/* =Weather (Home Page Only)
-------------------------------------------------- */
#hp #weather {
	float: left;
	width: 212px;
	margin-right: 3px;
	border-right: solid 1px #F8F7ED;
	background: url(images/backgrounds/hp_content_main_sections.gif) repeat-x left top;
}
#hp #weather h2 {
	margin-top: 0;
	margin-bottom: 1em;
}
#hp #weather #weatherBox {
	width: 180px;
	padding-right: 16px;
	padding-left: 16px;
}

/* =News (Home Page Only)
-------------------------------------------------- */
#hp #news {
	float: left;
	width: 326px;
	border-left: solid 1px #F8F7ED;
	background: url(images/backgrounds/hp_content_main_sections.gif) repeat-x left top;
	line-height: 20px;
}
#hp #news h2 {
	margin-top: 0;
	margin-bottom: 1em;
}
#hp #news dl {
	display: block;
	width: 300px;
	margin-left: 13px;
	margin-right: 13px;
}
#hp #news dt, #hp #news dd {
	margin-left: 0;
}
#hp #news dt {
	text-transform: uppercase;
	font-weight: bold;
	color: #710022;
}
#hp #news dd {
	margin-bottom: 10px;
}
/*#hp #news dt a:link, #hp #news dt a:visited, #hp #news dt a:hover, #hp #news dt a:active {
	font-weight: bold;
	color: #710022;
}*/

/* =Matrix Tables
-------------------------------------------------- */
.matrix {
	width: 100%;
	margin: 18px 0;
	border-collapse: collapse;
}
.matrix th, .matrix td {
	border: solid 1px #dddbcc;
	padding: 3px 6px;
	text-align: center;
}
.matrix th {
	font-weight: bold;
	border-bottom: solid 2px #880028;
}
.matrix th.first-child, .matrix td.first-child {
	text-align: left;
	font-weight: bold;
}
.matrix th.first-child {
	white-space: nowrap;
}
.matrix tr.hideMoreInfo {
	display: none;
}
.matrix tr.showMoreInfo td {
	text-align: left;
}
.matrix table {
	width: 100%;
	border: none;
	margin: 0 0;
}
.matrix table td {
	border: none;
	border-bottom: solid 1px #dddbcc;
	text-align: left;
}

/* =Locations Tables
-------------------------------------------------- */
.locations {
	width: 100%;
	margin: 18px 0;
	border: solid 1px #dddbcc;
}
.locations th, .locations td {
	padding: 3px 6px;
	text-align: left;
	border: none;
	vertical-align: top;
}
.locations th {
	font-weight: bold;
	border-bottom: solid 2px #880028;
}
.locations th.first-child, .locations td.first-child {
	font-weight: bold;
}
.locations table {
	width: 100%;
	border: none;
	margin: 0 0;
}
.locations table td {
	border-bottom: solid 1px #dddbcc;
}
.locations td.photo {
	text-align: center;
}

/* =Application Tables
-------------------------------------------------- */
.appTable {
	width: 100%;
	margin: 18px 0;
	border-collapse: collapse;
}
.appTable th, .appTable td {
	border: solid 1px #dddbcc;
	padding: 3px 6px;
}
.appTable th {
	border-bottom: solid 2px #880028;
	font-weight: bold;
	text-align: left;
}
.appTable th.first-child, .appTable td.first-child {
	font-weight: bold;
}

/* =Basic Table
-------------------------------------------------- */
.basicTable {
	width: 100%;
	margin: 18px 0;
	border-collapse: collapse;
}
.basicTable th, .basicTable td {
	border: solid 1px #dddbcc;
	padding: 3px 6px 0 6px;
	vertical-align: middle;
}
.basicTable th {
	border-bottom: solid 2px #880028;
	font-weight: bold;
	text-align: left;
}
.basicTable th.first-child, .basicTable td.first-child {
	font-weight: bold;
}
.basicTable td.centered, .basicTable th.centered {
	text-align: center;
}
/*.basicTable img {
	display: block;
}*/
.basicTable a {
	text-decoration: none;
}

/* =Board of Directors
-------------------------------------------------- */
.directors dt, .directors dd {
	margin: 0;
	padding: 0;
}
.directors dt {
	margin-top: 10px;
	font-weight: bold;
	color: #414141;
}
.directors dd {
	margin-bottom: 10px;
}

/* =FAQ Formatting
----------------------------------------------- */
#faq_section, #faq_section dt, #faq_section dd {
	margin: 0;
	padding: 0;
}
#faq_section {
	padding: 0 0 18px 0;
}
#faq_section dt {
	font-size: 120%;
	font-weight: bold;
	color: #880028;
	cursor: pointer;
	text-decoration: none;
}
#faq_section dt:hover {
	text-decoration: underline;
}
#faq_section dt {
	margin-top: 5px;
	padding-left: 15px;
}
#faq_section dd {
	margin-top: -5px;
	padding-left: 15px;
}
#faq_section dt.hide_question {
	font-size: 100%;
	font-weight: normal;
}