/* THIS IS AN INCOMPLETE SHEET THESE ARE ONLY THE MOST COMMONLY USED ITEMS.  PLEASE REFER TO NAMING CONVENTIONS FOR OTHER ITEMS.  REMOVE ANYTHING YOU DO NOT USE.*/

@charset "utf-8";
/*reset code*/

wrapper, body, div, p, h1, h2, h3, h4, h5, h6, ul, li, form, fieldset {
    margin: 0;
    padding: 0;
}
html{
    color:#000;
    background:#275A3E; 
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
    font-size:12px;
}
    
body {
    background-color: #275A3E;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
    font-size: 13px;
}
#wrapper {
    width: 865px;
    margin-left: auto;
    margin-right:auto;
    background-color: #999;
    border-left: 1px solid #444;
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
}
#inner_wrapper {
    width: 835px;
    background-color: #fff;
    margin: 0px 11px 11px 11px;
    padding: 0px 3px;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}
a:link, a:visited {
    color: #4d7761;
}
a:hover, a:active {
    color: #013d1c;
}

/* BEGIN HEADER STYLES*/
#header {
    width: 835px;
}
#bankLogo {
    margin-left: 5px;
    width: 206px;
    height: 123px;
    float: left;
}
#tagline {
    margin-top: 50px;
    width: 250px;
    height: 40px;
    float: right;
}
#topNav {
    margin-top: 15px;
    float: right;
}
#topNav a:link, #topNav a:visited {
    color: #000;
    text-decoration: none;
    font-size: .9em;
}
#topNav a:hover, #topNav a:active {
    text-decoration: underline;
    color: #4d7761;
}
#hero_wrapper {
    width: 835px;
    margin-top: 3px;
}
#ibanking {
    float: left;
    width: 335px;
    height: 202px;
    background: #275A3E url(/2381/mirror/design/ibanking_bg.jpg) no-repeat left top;
}
#ibanking ul {
    margin: 32px 0px 80px 65px;
}
#ibanking li {
    list-style-image: url(/2381/mirror/design/bullet_ib.jpg);
    line-height: 19px;
}
#ibanking p {
    margin-left: 36px;
}
#ibanking a:link, #ibanking a:visited {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
#ibanking a:hover, #ibanking a:active {
    color: #ccc;
    text-decoration: underline;
}
#hero {
    float: right;
    width: 497px;
    height: 202px;
    padding-left: 3px;
}

/* MAIN NAVIGAITON */
#mainNav {
    width: 835px;
    height: 36px;
    margin: 5px 0px 3px 0px;
    clear: both;
}
#mainNav ul {
    padding: 0;
    list-style: none;
}
#mainNav ul li {
    float: left;
    display: inline;
    position: relative;
    background: #666 url(/2381/mirror/design/navButton_bg.gif) repeat-x left top;
    width: 167px;
    height: 36px;
}
#mainNav ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    padding: 8px 0px;
    border: none;
}
#mainNav ul li a:hover, #mainNav ul li a:active {
    text-decoration: underline;
}
/* MAIN NAV HOVER STYLES FOR HORIZATONAL ONLY */
#mainNav ul li ul{
    visibility: hidden;
    position: absolute;
    z-index: 10;
    width: 167px;
    top: 36px;  
    left: 1px; 
    padding: 0;
    margin: 0;
}
#mainNav ul li ul li{
    text-align:center;
    padding: 0;
    margin: 0;
    height: auto;
    background: #4d7761 repeat-x left top;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#mainNav ul li ul li a{
    width: 167px;
    padding: 3px 0px;
    margin: 0;
}
#mainNav ul li ul li a:hover{
    background: #275A3E;
}
/* 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 HOMEPAGE CONTENT STYLES */
#left_column {
    float: left;
    margin-top: 3px;
    width: 612px;
}
#left_wrapper {
    float: left;
    width: 612px;
}
.product_box {
    float: left;
    display: inline;
}
#right_column {
    float: right;
    margin-top: 3px; 
    width: 223px;
}
#right_wrapper {
    margin-top: 3px;
    border-top: 1px solid #4d7761;
    width: 223px;
}

/* BEGIN INTERIOR CONTENT STYLES */
#content_wrapper {
    width: 835px;
    clear: both;
}
#content {
    padding: 10px 15px;
    font-family: Arial, Helvetica, sans-serif;
}
#breadcrumb {
    padding: 1px 15px;
    background-color: #4d7761;
    color: #fff;
    font-size: .9em;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
    border-top: 3px solid #fff;
}
#content p {
    padding-bottom: 10px;
}    
#content h1 {
    padding-bottom: 3px;
    color: #013d1c;
    font-size: 1.3em;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
    border-bottom: 1px solid #999;
}
#content h2 {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
    font-size: 1.2em;
    color: #4d7761;
}
#content h3 {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
    font-size: 1.2em;
    color: #666;
}
#content h4 {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
    font-size: 1em;
    border-bottom: 1px solid  #4d7761;
}
#content h5 {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: .9em;
}
#content h6 {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: .8em;
}
#content ul {
    margin-left: 45px;
    padding-bottom: 10px;
}
#content ul li {
    list-style-image: url(/2381/mirror/design/bullet2.jpg);
}
#content ol {
    margin-left: 45px;
    padding-bottom: 10px;
}
#content blockquote {
    margin: 5px 30px;
    padding: 2px 5px;
    background-color: #dfe5e1;
    border: solid 1px #275A3E;
}

/* BEGIN FOOTER STYLES*/
#footer_wrapper {
    width: 805px;
    margin: 10px 15px;
    font-size: .9em;
}
#footerLinks {
    float: left;
    width: 465px;
    display: inline;
}
#footerLinks p {
    line-height: 20px;
}
#logos {
    float: right;
    display: inline;
    width: 325px;
    height: 40px;
    text-align: right;
    vertical-align: middle;
}
#notice {
    clear: both;
    font-size: .9em;
    padding-top: 10px;
    line-height: 14px;
}
#copyright {
    font-size: .9em;
    margin: 10px 0px;
}

/*CODED BY LHR: HOMEPAGE SITE-SPECIFIC */
#index_content_wrapper {
    width: 835px;
    clear: both;
}

#ltGrayBar {
    width: 835px;
    height: 10px;
    background-color: #ccc;
    font-size: .2em;
    color: #ccc;
}
.product_header {
    margin-bottom: 3px;
    padding: 5px 15px;
    background-color: #4d7761;
    color: #fff;
    font-weight: bold;
}
.product_text {
    height: 125px;
    padding: 10px 15px;
    border-top: 1px solid #4d7761;
    background: #fff url(/2381/mirror/design/fadedline.jpg) no-repeat right top;
    line-height: 14px;
}
.product_text p {
    height: 100px;
}
.product_text a:link, .product_text a:visited {
    color: #999;
    font-weight: bold;
    font-size: 11px;
    margin-left: 3px;
}
.product_text a:hover, .product_text a:active{
    color: #013d1c;
}
.feature_box {
    float: left;
    width: 610px;
    height: 109px;
    text-align: center;
    vertical-align: middle;
    background-color: #dfe5e1;
    border: solid 1px #275A3E;
    margin: 3px 0px 0px 0px;
    clear: left;
}
.iframe_box {
    border: 1px solid #000;
    margin: 3px 0px 0px 3px;
}
#dkGrayBar {
    width: 835px;
    height: 10px;
    background-color: #999;
    border-top: 3px solid #fff;
    clear: both;
}
/* CODED BY LHR: INTERIOR SITE-SPECIFIC */
#pageTitle {
    padding: 2px 15px 0px 15px;
    color: #013d1c;
    font-size: 1.5em;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
    border-bottom: 1px solid #999;
}
