/* ------- NORMALIZES EVERYTHING ------- */
* {
	font: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	border: none;
}

/* ------- END NORMALIZING EVERYTHING ------- */

body {
	background-color: #E2D094;
}
#wrapper {
	background-repeat: repeat-y;
	width: 936px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-right: 19px;
	padding-left: 20px;
	background-image: url(design/bg_content.jpg);
}
#header {
	background-repeat: no-repeat;
	height: 132px;
	width: 934px;
	background-image: url(design/header.jpg);
}

/* ------- ONLINE BANKING BEGINS -------*/

#online_banking_area {
	background-image: url(design/online_banking.jpg);
	background-repeat: no-repeat;
	height: 187px;
	width: 909px;
	padding-top: 38px;
	padding-left: 25px;
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#online_banking_area  h1  {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 7px;
}
#online_wrap {
	width: 255px;
}
.online_interface {
	width: 235px;
	text-align: right;
	margin-bottom: 2px;
}
.textfield {
	padding: 0px;
	height: 18px;
	width: 140px;
	border: 1px solid #000000;
}
.login_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC00;
	height: 18px;
	width: 44px;
	border: 1px solid #000000;
	margin-right: 98px;
	margin-top: 2px;
}

.form {
	margin: 0px;
}
.lock {
	margin-left: 5px;
}
.online_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 10px;
}
.online_links  a {
	color: #FFFFFF;
	text-decoration: underline;
}
.online_links a:hover {
	text-decoration: none;
}
.online_links ul {
}
.online_links ul li {
	display: inline;
	padding-right: 15px;
}

/* ------- ONLINE BANKING ENDS -------*/

#main_wrap {
	width: 934px;
	float: left;
}
#left {
	width: 268px;
	float: left;
}

/* ------- NAV BEGINS -------*/

#nav_main {
	background-color: #025AC4;
	width: 242px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #013E87;
	padding-left: 26px;
	padding-top: 7px;
	padding-bottom: 16px;
	float: left;
}
#nav_main a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav_main a:hover {
	color: #9EC0E9;
}
#nav_main ul {
	list-style-type: none;
}
#nav_main ul li {
	display: block;
	height: 22px;
}
#nav_resources {
	background-color: #1566C8;
	width: 242px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #013E87;
	padding-left: 26px;
	padding-top: 16px;
	padding-bottom: 16px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #508CD6;
}
#nav_resources a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav_resources a:hover {
	color: #9EC0E9;
}
#nav_resources ul {
	list-style-type: none;
}
#nav_resources ul li {
	display: block;
	height: 22px;
}
#nav_weather {
	background-color: #025AC4;
	padding-left: 48px;
	padding-bottom: 16px;
	width: 220px;
	float: left;
}
#nav_weather_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #2A74CD;
	width: 155px;
	padding-top: 10px;
	padding-left: 6px;
	margin-top: 16px;
	padding-bottom: 4px;
}
#nav_weather a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#nav_weather a:hover {
	color: #B8D0EF;
}
#locations {
	background-color: #025AC4;
	padding-left: 18px;
	padding-bottom: 16px;
	width: 250px;
	float: left;
}
.locations_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #2A74CD;
	width: 219px;
	padding-top: 10px;
	padding-left: 12px;
	margin-top: 16px;
	padding-bottom: 10px;
}
.locations_box h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 3px;
}
.locations_box h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	margin-bottom: 3px;
	font-weight: normal;
}

/* ------- NAV ENDS -------*/

#right {
	width: 666px;
	background-color: #FFFFFF;
	background-image: url(design/bg_content_top.jpg);
	background-repeat: no-repeat;
	float: right;
}
#content {
	background-image: url(design/bg_content_top.jpg);
	background-repeat: no-repeat;
	width: 613px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 41px;
	padding-left: 33px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#content ul {
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: disc;
	padding-left: 30px;
}
#content ul li {
}
#content a {
	color: #025AC4;
	text-decoration: none;
}
#content a:hover {
	color: #025AC4;
	text-decoration: underline;
}
#content p{
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 10px;
}
#content  h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #025AC4;
	font-weight: normal;
	margin-bottom: 7px;
}
.floatright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

#content h2 {
	font-size: 15px;
	font-weight: bold;
	color: #025AC4;
}
#content h6 {
	font-size: 10px;
	color:#666666;
	font-weight: bold;
}
#content hr {
	color: #FFFFFF;
	border-top: 1px dotted #CCCCCC;
	margin-top: 10px;
	}
#content_subnav {
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	background-color: #025AC4;
}
#content_subnav p {
	margin-bottom: 2px;
	}
#content_subnav a {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#content_subnav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#content blockquote {
	margin-left: 50px;
	margin-right: 50px;
	}

/* ------- SPLASH STUFF BEGINS -------*/

.features_box {
	font-family: Arial, Helvetica, sans-serif;
	width: 179px;
	padding-left: 33px;
	padding-bottom: 32px;
	color: #000000;
	float: left;
}
.features_box h1{
	font-family: Arial, Helvetica, sans-serif;
	width: 179px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 3px;
	margin-top: 8px;
}
.features_box a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #025AC4;
	text-decoration: underline;
}
.features_box a:hover {
	text-decoration: none;
}
#statement_area {
	width: 603px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding-right: 35px;
	padding-bottom: 18px;
	padding-left: 35px;
	float: left;
}
#statement_border {
	background-color: #FFFFFF;
	padding: 4px;
	width: 593px;
	border: 1px solid #DECA83;
}
#statement {
	background-color: #EFE5C3;
	padding: 12px;
	width: 569px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

#statement_area.altStyle {
	width: 569px;
	padding-left: 52px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
}
#statement_area.altStyle p {
	font-size: 11px;
	text-align: justify;
}

/* ------- SPLASH STUFF ENDS -------*/

/* ------- FOOTER BEGINS -------*/

#footer {
	height: 118px;
	clear: both;
	background-image: url(design/footer.jpg);
	background-repeat: no-repeat;
	width: 916px;
	padding-left: 18px;
	padding-top: 55px;
}
#footer ul {
	list-style-type: none;

}
#footer ul li {
	display: inline;
}

#footer hr{
    color:#cccccc;
    width: 831px;
    margin-right: 5px;
    height: 1px;
}
#footer h1{
	color: #4378AA;
	font-size:16px;
	margin-left: 10px;
	margin-bottom: 7px;
	margin-top: 3px;
	padding-top: 8px;
}
#footer p{
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 10px;
}
#footer_links {
	color: #025AC4;
	width: 666px;
	height: 25px;
	float: left;
}
#footer_links a {
	font-weight: bold;
	color: #025AC4;
	text-decoration: none;
}
#footer_links a:hover {
	text-decoration: underline;
}

#footer a{
	color: #16579B;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
	margin-left: -2px;
}
#footer a:hover {
	color: #113164;
	text-decoration: underline;
}

#footer_logos {
	width: 250px;
	float: left;
}
#footer_logos_fdic {
	width: 164px;
	text-align: right;
	float: left;
}
#footer_logos_ehl {
	width: 80px;
	text-align: center;
	float: right;
}
#footer_notice {
	width: 850px;
	float: left;
	padding-top: 5px;
}

/* ------- FOOTER ENDS -------*/


.matrix {
	width: 100%;
	margin: 1em 0;
	border-collapse: collapse;
	border: 1px solid #000080;
}
.matrix th, .matrix td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px 6px;
	text-align: center;
	vertical-align: top;
}
.matrix th {
	background: #FFFFCC;
	color: #000080;
	border: 1px solid #000080;
}
.matrix td {
	border: 1px solid #000080;
}
.matrix tr.alt {
	background: #FFFFFF;
}
.matrix .leftColumn {
	text-align: left;
	font-weight: bold;
}
.matrix .rowHighlight td {
	background: #FFFAE8;
}
.matrix .showMoreInfo {
	text-align: left;
	display: table-row;
}
.matrix .showMoreInfo td, .matrix .hideMoreInfo td {
	text-align: left;
}
.H2
{
	FONT-SIZE: 17px;
	FONT-WEIGHT: bold;
	COLOR: #D81e05;
	MARGIN: 0px;
	PADDING: 5px 5px 5px 5px;
}