@charset "utf-8";
/* CSS Document */
wrapper, body, div, p, h1, h2, h3, ul, li, form, fieldset {
    margin: 0;
    padding: 0;
}
html{
    color:#000;
    font-family:Arial, Helvetica, sans-serif; 
    font-size:12px;
    }
body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    background-image: url(/2239/mirror/design/bg_02.jpg);
    background-repeat: repeat;
    padding: 10px 0px 0px 0px;
}
#wrapper {
    width: 924px;
    margin-left: auto;
    margin-right:auto;
    position:relative;
    background-color: #FFFFFF;
    background-image: url(/2239/mirror/design/wrapper.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: auto;
}
#header {
    height: 313px;
    width: 924px;
}
#logo {
    float: left;
    height: 243px;
    width: 288px;
}
#logo img {border:none;}
#header_right_column {
    float: right;
    height: auto;
    width: 609px;
    padding: 63px 7px 0px 0px;
    font-size: 14px;
    line-height: 1em;
}
#topNav ul {
    list-style-type: none;
    text-align: right;
}
#topNav ul li {
    display: inline;
    padding: 0px 0px 0px 20px;
}
#topNav ul li a {
    color: #000000;
    text-decoration: none;
}
#topNav {
    height: 14px;
    width: 609px;
    margin-bottom: 10px;
}
#topNav ul li a:hover {
    text-decoration: underline;
}
#hero {
    height: 225px;
    width: 609px;
    /*background-image: url(/2239/mirror/design/hero.jpg);
    background-repeat: no-repeat;*/
}
/* MAIN NAVIGAITON */
#mainNav {
    height: 43px;
    width: 909px;
    background-image: url(/2239/mirror/design/mainNav.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 15px;
    padding: 6px 0px 0px 15px;
    font-size: 15px;
    line-height: 1em;
    font-family: Arial, Helvetica, sans-serif;
}
#mainNav ul {
    padding: 0;
    list-style: none;
}
#mainNav ul li {
    float: left;
    display: inline;
    position: relative;
    margin-right: 8px;
}
#mainNav ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    width: 216px;
    height: 23px;
    padding-top: 10px;
    padding-bottom: 0px;
    border: solid 1px #8B733F;
    background-image: url(/2239/mirror/design/mainNav_ul_li.jpg);
    background-repeat: repeat-x;
}
#mainNav ul li a:hover {
    background-image: url(/2239/mirror/design/mainNav_ul_li_hover.jpg);
    font-weight: bold;
}
/* MAIN NAV HOVER STYLES FOR HORIZATONAL ONLY */
#mainNav ul li ul{
    visibility: hidden;
    position: absolute;
    z-index: 10;
    width: 218px;
    top: 30px;
    left: 1px;
}
#mainNav ul li ul li{
    text-align:left;
    padding: 0;
    margin: 0;
    height: 20px;
    line-height: 1em;
    font-size: 14px;
}
#mainNav ul li ul li a{
    width: 207px;
    border:none;
    background-color: #A31C03;
    background-image: url(/2239/mirror/design/trans_bg.gif);
    background-repeat: no-repeat;
    font-weight: normal;
    padding: 0 0 0 10px;
    line-height: 1.3em;
    text-align:left;
}
#mainNav ul li ul li a:hover{
    background-color: #AE9155;
    background-image: url(/2239/mirror/design/trans_bg.gif);
    background-repeat: no-repeat;
}

#mainNav ul li ul li ul li a{
   visibility:hidden;
}

/* hide drop downs until you hover over main button */
#mainNav li:hover ul, #mainNav li:hover li:hover ul {
    visibility: visible;
}
#mainNav li:hover li ul, #mainNav li:hover li:hover li ul {
    visibility: hidden;
}
/* do the normal show, with increased specificity, for good browsers */
#mainNav li:hover>ul {
     display: block;
    visibility: visible;
}
/* using display is better (no scrollbars when page loads), but IE can't handle it, so only good browsers should see this */
html>body #mainNav li ul {
     display: none;
}
/* BEGIN INTERIOR CONTENT STYLES */
#content_wrapper {
    /*background: #ffffff url(design/img_content_shadow.jpg) repeat-y left top;*/
    width: 910px;
    background-image: url(/2239/mirror/design/content_wrapper.jpg);
    background-repeat: repeat-y;
    height: auto;
    padding: 0px 7px 0px 7px;
}
#left_column {
    float: left;
    width: 207px;
    height: auto;
    padding-left: 1px;
}
#ibanking {
    height: 142px;
    width: 185px;
    padding: 29px 11px 23px 11px;
    background-image: url(/2239/mirror/design/ibanking.jpg);
    background-repeat: repeat-x;
}
#left_column  h3 {
    font-size: 18px;
    color: #7A1501;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 7px;
}
#left_column h4 {
    font-size: 12px;
    font-weight: bold;
    color: #7B1A07;
    margin: 0px;
    line-height: 1.3em;
}
#left_column p {
    line-height: 1.3em;
    margin-bottom: 10px;
}
#login_form {
    width: 185px;
    height: 65px;
    font-size: 12px;
    color: #333333;
}
#user_id {
    font-size: 12px;
    line-height: 1.3em;
    color: #333333;
    height: 16px;
    width: 132px;
    border: solid 1px #000;
}
#buttons {
    height: 17px;
    width: 102px;
    margin: 10px 0px 0px 49px;
}
#ibanking ul {
    margin-left: 15px;
    font-size: 11px;
    font-weight: bolder;
    line-height: 1.4em;
}
#ibanking ul li {
    list-style-image: url(/2239/mirror/design/ibanking_bullets.jpg);
margin-top:-2px;
}
#ibanking ul li a {
    color: #333333;
    text-decoration: underline;
}
#ibanking ul li a:hover {
    text-decoration: none;
}
#enroll_button {
    float: left;
}
#login_button {
    float: right;
}
.left_feature {
    height: auto;
    width: 185px;
    padding: 0px 11px 21px 11px;
    background-repeat: repeat-x;
    background-image: url(/2239/mirror/design/border-bottom.jpg);
    background-position: left bottom;
}
.left_feature a {
    color: #333333;
    text-decoration: underline;
}
.left_feature a:hover {
    text-decoration: none;
}
.left_feature ul li {
    list-style-type: none;
}
.left_feature ul li a {
    text-decoration: none;
}
.left_feature ul li a:hover {
    text-decoration:underline;
}
.left_feature2 {
    height: 80px;
    width: 185px;
    padding: 21px 11px;
    background-repeat: repeat-x;
    background-image: url(/2239/mirror/design/border-bottom.jpg);
    background-position: left bottom;
}
.left_feature2 a {
    color: #333333;
    text-decoration: underline;
}
.left_feature2 a:hover {
    text-decoration: none;
}
.left_feature2 ul li {
    list-style-type: none;
}
.left_feature2 ul li a {
    text-decoration: none;
}
.left_feature2 ul li a:hover {
    text-decoration:underline;
}

#left_column .feature_box {
    float: left;
    height: auto;
    width: 196px;
    padding: 13px 0px 6px 11px;
    background-image: url(/2239/mirror/design/border-bottom.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
}
#left_column .feature_box h3 {
    color: #7A1A07;
    font-size: 15px;
    font-weight: bolder;
    line-height: 1em;
    text-align: left;
    margin-bottom: 6px;
}
#left_column .feature_box p {
    font-size: 11px;
    line-height: 1.22em;
    color: #333333;
}
#left_column .feature_box a {
    color: #6C1301;
    font-style: italic;
    font-weight: bolder;
    text-decoration: underline;
}
#left_column .feature_box a:hover {
    text-decoration: none;
}
#right_column {
    float: right;
    width: 676px;
    background-image: url(/2239/mirror/design/right_column.jpg);
    background-repeat: repeat-x;
    padding: 10px 5px 5px 20px;
}
#splash_content {
    font-size: 12px;
}
#product_spotlight {
    width: 440px;
    float: left;
    height: auto;
}
.product_box h2 {
    font-size: 15px;
    /*line-height: 2em;*/
    color: #7A1501;
}
.product_box {
    float: left;
    width: 180px;
}
.spacer_box {
    float: left;
    width: 50px;
}
#iframes_column {
    width: 213px;
    float: right;
}
#iframes_column h3 {
    font-size: 14px;
    line-height: 1.3em;
    font-weight: bold;
    color: #7A1A07;
}
.splash_iframe {
    height: 110px;
    width: 203px;
    padding: 4px;
    border: solid 1px #C7C7C7;
    background-color: #FFFFFF;
}
.product_box p {
    color: #333333;
}
.product_box p a {
    color: #00488D;
    text-decoration: underline;
}
.product_box a:hover {
    text-decoration: none;
}
#product_spotlight h1 {
    font-size: 22px;
    color: #7A1501;
    line-height: 1.2em;
    margin: 0px 0px 15px 0px;
    background-image: url(/2239/mirror/design/separator.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 0px 0px 15px 0px;
}
#features {
    width: 676px;
    font-size: 11px;
    line-height: 1.22em;
    color: #333333;
    height: auto;
    float: left;
    padding-top: 16px;
    border-top: dotted 1px #333;
    margin-top: 15px;
}
#features .spacer {
    float: left;
    height: auto;
    width: 24px;
}
#features .feature_box {
    float: left;
    height: 60px;
    width: 189px;
    background-color: #EFE9DA;
    padding: 10px;
}
#features h3 {
    color: #7A1A07;
    font-size: 15px;
    font-weight: bolder;
    line-height: 1em;
    text-align: left;
    margin-bottom: 8px;
}
#features p {
    line-height: 1.2em;
}
#features a {
    color: #6C1301;
    text-decoration: underline;
}
#features a:hover {
    text-decoration: none;
}
#content {
    font-size: 13px;
    line-height: 1.38em;
}
#content_description {
    font-size: 13px;
    line-height: 1.38em;
    color: #333333;
    margin: 0px 0px 18px 0px;
}
#content_description strong {
    color: #7A1501;
}
#content_description p {
    margin: 0px 0px 12px 0px;
}
#content_description h1 {
    font-size: 18px;
    font-weight: normal;
    color: #7A1501;
}
#content_description h2 {
    font-size: 16px;
    font-weight: normal;
    color: #7A1501;
}
#subNav {
    padding: 10px 15px 10px 10px;
    background-color: #F6F2EB;
}
#subNav ul {
    font-size: 14px;
}
#subNav ul li {
    color: #000000;
    line-height: 1.4em;
}
#subNav ul li a {
    color: #000000;
    text-decoration: none;
}
#subNav ul li a:hover {
    text-decoration: underline;
}
#breadcrumb {
    font-size: 12px;
    line-height: 1em;
    color: #333333;
    margin: 25px 0px 15px 0px;
}
#breadcrumb a {
    color: #333333;
    text-decoration: none;
}
#breadcrumb a:hover {
    text-decoration: underline;
}
#content p {
    margin-bottom: 10px;
}   
#content a {
    color: #6C1301;
    text-decoration: underline;
}
#content a:hover {
    text-decoration: none;
} 
#content h1 {
    font-size: 26px;
    line-height: 1em;
    color: #B5985A;
    font-weight: normal;
    margin: 0px 0px 12px 0px;
}
#content h2 {
    font-size: 16px;
    color: #7A1501;
    font-weight: bold;
    line-height: 1.38em;
}
#content h3 {
    font-size: 13px;
    color: #B5985A;
    line-height: 1.38em;
}
#content h4 {
    font-size: 22px;
    color: #7A1501;
    font-weight: normal;
    line-height: 1.38em;
}
#content h5 {
    font-size: 20px;
    color: #7A1501;
    font-weight: normal;
    line-height: 1.38em;
}
#content h6 {
    font-size: 18px;
    color: #7A1501;
    font-weight: normal;
    line-height: 1.38em;
}
.feature_title {
    float: left;
    height: auto;
    width: 275px;
    font-size: 13px;
    line-height: 1.38em;
    margin-bottom: 20px;
}
.feature_description {
    height: auto;
    width: 275px;
    float: left;
    font-size: 13px;
    line-height: 1.38em;
    margin-bottom: 20px;
}
.page_top {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    clear: both;
    font-size: 11px;
    line-height: 1em;
    padding: 4px;
    background-color: #B5985A;
    float: left;
    height: 11px;
    width: auto;
    border: solid 1px #000;
    margin: 0px 12px 20px 0px;
}
.page_top a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
.page_top:hover {
    color: #EFE9DA;
    text-decoration: none;
    font-weight: bold;
}
.option_button1 {
    font-size: 11px;
    line-height: 1em;
    padding: 4px;
    background-color: #CCB88C;
    float: left;
    height: 11px;
    width: auto;
    border: solid 1px #000;
    margin: 0px 12px 20px 0px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
.option_button1 a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
.option_button1:hover {
    color: #EFE9DA;
    text-decoration: none;
    font-weight: bold;
}
#content ul {
    font-size: 13px;
    line-height: 1.4em;
    color: #333333;
}
#content ul li {
    list-style-position: outside;
    list-style-image: url(/2239/mirror/design/content_bullets.jpg);
    margin-bottom: 4px;
    margin-left: 20px;
}
#content ul li a {
    color: #333;
    text-decoration:underline;
}
#content ul li a:hover {
    text-decoration:none;
}
#content ol {
    font-size: 13px;
    line-height: 1.38em;
    color: #333333;
}
#content blockquote {
    margin:20px;
    padding:10px 15px;
    background-color:#EFE9D9;
}
#content hr {
    clear: both;
    border: none;
    font-size: 1px;
    line-height: 1px;
    color: #FFFFFF;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
}
#content form {
    font-size: 13px;
    line-height: 1.3em;
    color: #333333;
}
/* BEGIN FOOTER STYLES*/
#footer {
    background-image: url(/2239/mirror/design/footer.jpg);
    height: 158px;
    width: 853px;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 60px 53px 0px 18px;
}
#footer_wrapper {
    float: left;
    height: auto;
    width: 610px;
}
#footer_wrapper ul {
    font-size: 12px;
    line-height: 1em;
    color: #AC8F52;
    margin-bottom: 8px;
    font-weight: bolder;
}
#footer_wrapper ul li {
    display: inline;
    padding-right: 4px;
}
#footer_wrapper ul li a {
    color: #AC8F52;
    text-decoration: none;
    padding-right: 4px;
}
#footer_wrapper ul li a:hover {
    text-decoration:underline;
}
#footer_wrapper p {
    font-size: 11px;
    line-height: 1.2em;
    color: #666666;
    margin-bottom: 15px;
}
#footer_wrapper p a {
    text-decoration:underline;
    color:#AC8F52;
}
#footer_wrapper p a:hover {
    text-decoration:none;
}
#logos {
    float: right;
    height: 62px;
    width: 183px;
    margin: 20px 0px 0px 0px;
}
#logos .fdic_logo {
    float: left;
    height: 53px;
    width: 93px;
    border: none;
}
#logos .ehl_logo {
    float: right;
    height: 62px;
    width: 67px;
    border: none;
}
 /* USER STYLES */
.white {
    color: #FFFFFF;
    font-weight: bold;
}
.white a{
    color: #ffffff;
    text-decoration: underline;
}
.white a:hover{
    text-decoration: none;
}