/* ------------ NORMALIZES PADDING, MARGIN & TYPEFACE ACROSS SITE -------------*/
* {
    padding: 0;
    margin: 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}
/* ------------ NORMALIZING ENDS ----------------*/
.bg {
    background-attachment: fixed;
    background-image: url(/2753/mirror/design/bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
}
/* ------------ SPLASH STYLES BEGINS -------------*/
#wrapper {
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
#top {
    background-image: url(/2753/mirror/design/top.jpg);
    float: left;
    height: 111px;
    width: 230px;
}
/* ------------ ONLINE STUFF BEGINS -------------*/
#online_area {
    background-image: url(/2753/mirror/design/top_login.jpg);
    background-repeat: no-repeat;
    float: left;
    height: 66px;
    width: 597px;
    padding-top: 45px;
    padding-right: 23px;
    text-align: right;
}
#online_area_wrap {
    float: right;
    width: 190px;
}
#online_left_col {
    float: left;
    width: 50px;
    padding-top: 3px;
}
#online_right_col {
    float: right;
    width: 137px;
    text-align: left;
    padding-left: 3px;
}
#online_right_col a {
    font-size: 10px;
    color: #124546;
}
#online_right_col a:hover {
    font-size: 10px;
    color: #134546;
    text-decoration: none;
}
.textfield {
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    height: 18px;
    width: 120px;
    border: 1px solid #0D292A;
}
.login {
    background-color: #8CA2A3;
    height: 20px;
    width: 47px;
    border: 1px solid #0D292A;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
    margin-top: 1px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
/* ------------ ONLINE STUFF ENDS -------------*/
/* ------------ NAV BEGINS -------------*/
#nav_area {
    background-image: url(/2753/mirror/design/nav.jpg);
    background-repeat: no-repeat;
    float: left;
    height: 239px;
    width: 202px;
    padding-top: 15px;
    padding-left: 28px;
}
#nav {

}
#nav ul {
    
}
#nav ul li {
    list-style-type: none;
    margin-bottom: 5px;
    float:left;
    position: relative;
}
#nav ul li a {
    font-size: 12px;
    font-weight: bold;
    color: #184A4B;
    text-decoration: none;
    display: block;
    width: 200px;
}
#nav a:hover {
    color: #7A9394;
}
#nav ul li ul {
    visibility: hidden;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 190px; /* usually the width of the main button */
}
#nav ul li ul li{
    width: 190px;
    background: #D2D5E4;
    margin-bottom: 0px;
    height: 18px;
    padding-left:10px;
    border: 1px solid #123636;
    
}
#nav li:hover ul, #nav li:hover li:hover ul {visibility: visible;}
#nav li:hover li ul, #nav li:hover li:hover li ul {visibility: hidden;}
#nav li:hover>ul {display: block;visibility: visible;}
 
/* ------------ NAV ENDS -------------*/
#splash_main_photo {
    float: left;
    height: 254px;
    width: 620px;
}
/* ------------ SPLASH CONTENT BEGINS -------------*/
#splash_content_area {
    background-image: url(/2753/mirror/design/splash_content_area2_0410.jpg);
    float: left;
    height: 216px;
    width: 850px;
}
.splash_headers {
    float: left;
    height: 25px;
    width: 263px;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #184A4B;
}
#featured_text {
    color: #C5D2D2;
    float: left;
    width: 178px;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 85px;
}
#featured_text p {
    color: #C5D2D2;
}
#featured_text h1 {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}
#featured_text ul {
    list-style-type: none;
    padding-top: 15px;
}
#featured_text ul li {
    background-image: url(/2753/mirror/design/bullet_dots.jpg);
    background-repeat: no-repeat;
    background-position: 1px 4px;
    padding-left: 15px;
}
#featured_text a {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
}
#featured_text a:hover {
    text-decoration: none;
}
.iframe_boxes {
    float: left;
    width: 255px;
    padding-top: 2px;
    padding-right: 8px;
    padding-left: 20px;
    height: 145px;
}
/* ------------ SPLASH CONTENT ENDS -------------*/
/* ------------ SPLASH STYLES ENDS ----------------*/
/* ------------ INTERIOR STYLES BEGINS ----------------*/
#interior_content_wrapper {
    background-image: url(/2753/mirror/design/bg_content.jpg);
    background-repeat: repeat;
    float: left;
    width: 850px;
}
#nav_area_interior {
    background-image: url(/2753/mirror/design/nav_interior.jpg);
    background-repeat: no-repeat;
    float: left;
    height: 251px;
    width: 202px;
    padding-top: 15px;
    padding-left: 28px;
}
#interior_header {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #17494A;
    float: left;
    height: 27px;
    width: 604px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #FFFFFF;
    border-left-color: #FFFFFF;
    padding-top: 7px;
    padding-left: 12px;
}
#content {
    float: left;
    width: 594px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
}
#content h1 {
    font-size: 14px;
    font-weight: bold;
    color: #8CA2A3;
    margin: 0px;
}

#content h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}

#content h3 {
    font-size: 12px;
    margin: 0px;
}

#content ul {
    list-style-type: none;
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
}
#content ul li {
    background-image: url(/2753/mirror/design/bullet_square.jpg);
    background-repeat: no-repeat;
    background-position: 1px 5px;
    padding-left: 17px;
}
#content a {
    font-weight: bold;
    color: #17494A;
    text-decoration: underline;
}
#content a:hover {
    color: #8CA2A3;
    text-decoration: none;
}
#content strong {
    font-weight: bold;
}
#content em {
    font-style: italic;
}
#interior_bottom {
    background-image: url(/2753/mirror/design/bottom_interior.jpg);
    background-repeat: no-repeat;
    float: left;
    height: 25px;
    width: 850px;
}
/* ------------ INTERIOR STYLES ENDS ----------------*/
/* ------------ FOOTER BEGINS ----------------*/
#footer_area {
    background-image: url();
    background-repeat: no-repeat;
    float: left;
    width: 830px;
    padding-left: 20px;
    padding-top: 12px;
}
#footer_header {
    font-size: 13px;
    font-weight: bold;
    color: #184A4B;
    padding-bottom: 5px;
}
#footer_links {
    color: #C5D2D2;
    float: left;
    width: 500px;
}
#footer_links a {
    text-decoration: underline;
    color: #8EA3A4;
}
#footer_links a:hover {
    text-decoration: none;
}
#footer_notice {
    color: #184A4B;
    float: left;
    width: 644px;
    padding-top: 12px;
}
#footer_notice strong {
    font-weight: bold;
    color: #184A4B;
}
#footer_notice a {
    color: #8BA3A3;
    text-decoration: underline;
}
#footer_notice a:hover {
    text-decoration: none;
}
#footer_FDIC {
    float: left;
    padding-left: 25px;
    text-align: center;
}
#footer_FDIC a {
    font-size: 10px;
    color: #8BA3A3;
    text-decoration: underline;
}
#footer_FDIC a:hover {
    text-decoration: none;
}
#footer_EHL {
    float: left;
    padding-left: 20px;
    text-align: center;
}
#footer_EHL a {
    font-size: 10px;
    color: #8BA3A3;
    text-decoration: underline;
}
#footer_EHL a:hover {
    text-decoration: none;
}
#footer_links_interior {
    color: #4E77A5;
    float: left;
    width: 450px;
    padding-top: 10px;
}
#footer_links_interior a {
    text-decoration: none;
    color: #4E77A5;
}
#footer_links_interior a:hover {
    text-decoration: underline;
}
/* ------------ FOOTER ENDS ----------------*/
/* ------- THE END! ------- */