@charset "utf-8";
/*  CSS Document 
    Copyright 2008 Goldleaf
    Author: Chad M. Wright
*/
body, ul, ol, li, h1, h2, h3, h4, h5, h6, p, table, tr, td, form, fieldset {
    border:0px;
    padding:0px;
    margin:0px;
    list-style-type:none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
body {
    background-color:#000099;
    background-image:url();
    background-repeat:no-repeat;
    background-position:center top;
    margin: 10px;
}
#wrapper {
    background-color:#fff;
    background-image:url(/2141/mirror/design/header.jpg);
    background-repeat:no-repeat;
    background-position:left top;
    width:909px;
    height:auto;
    position:relative;
    margin: 0px auto 0px auto;
}
#wrapperInterior {
    background-color:#fff;
    background-image:url(/2141/mirror/design/interiorHeader.jpg);
    background-repeat:no-repeat;
    background-position:left top;
    width:909px;
    height:auto;
    position:relative;
    margin: 0px auto 0px auto;
}
#header {
    background-repeat:no-repeat;
    width:909px;
    padding: 16px 0px 0px 0px;
    height: 125px;
}
.logo {
    float: left;
    padding: 4px 0px 34px 0px;
}
.swapHeader-img {
    float: right;
}
.topLogin {
    height: 93px;
    width: 287px;
    float: right;
    padding-top: 0px;
    padding-right: 13px;
    padding-bottom: 0px;
    padding-left: 10px;
}
.topLogin h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    padding-top: 8px;
    text-align: center;
    font-weight: normal;
}
.topLogin h2 {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: #333;
    padding-top: 6px;
}
.topLogin a {
    color: #FFFFFF;
    text-decoration: underline;
}
.topLogin a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.topLogin a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
#navlist {
    height: 32px;
    width: 889px;
    padding: 5px 10px 10px 10px;
    background-image: url(/2141/mirror/design/MainNav-bg.jpg);
    background-repeat: no-repeat;
    background-position: center 5px;
    float: left;
    background-color: #FFFFFF;
}
#navlist   ul {
}
#navlist    ul li {
    padding-top: 8px;
    padding-bottom: 8px;
    float: left;
    display: inline;
    position: relative;
    width: 147px;
    text-align: center;
}
#navlist    ul li a {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bolder;
}
#navlist    ul li a:hover {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bolder;
}
#navlist    ul li a:visited {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bolder;
}
#navlist ul li ul{
    visibility: hidden;
    position: absolute;
    z-index: 10;
    width: 200px;
    top: 20px;
    left: 5px;
    padding: 4px 0px 0px 0px;
}
#navlist ul li ul li{
    text-align:center;
    padding: 4px 0px 4px 0px;
    margin: 0;
    width: 185px;
 /*   height: 16px;*/
    float: left;
    background-color: #cccccc;
}
#navlist ul li ul li a{
    width: 185px;
    height: 20px;
}
#navlist ul li ul li a:hover{
    font-weight: bolder;
    color: #000000;
    text-decoration: underline;
}
/* hide drop downs until you hover over main button */
#navlist li:hover ul, #navlist li:hover li:hover ul {
    visibility: visible;
}
#navlist li:hover li ul, #navlist li:hover li:hover li ul {
    visibility: hidden;
}
/* do the normal show, with increased specificity, for good browsers */
#navlist 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 #navlist li ul {
     display: none;
}
#main {
    background-color: #FFFFFF;
    width: 909px;
    float: left;
}
#left {
    float: left;
    background-color: #FFFFFF;
    width: 350px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
}
.verticalLine {
    background-image: url(/2141/mirror/design/verticalLine.jpg);
    background-repeat: no-repeat;
    background-position: 308px 50px;
}
.button {
    height: 99px;
    width: 287px;
    padding: 2px 2px 2px 10px;
}
#green {
    background-image: url(/2141/mirror/design/greenButton.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}
#blue {
    background-image: url(/2141/mirror/design/blueButton.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}
#red {
    background-image: url(/2141/mirror/design/redButton.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    overflow: visible;
}
.button h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    padding-top: 8px;
    text-align: center;
    font-weight: normal;
}
.button h2 {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: #333;
    padding-top: 8px;
    padding-bottom: 2px;
}
.button h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    padding-top: 9px;
    text-align: center;
    font-weight: bold;
}
.button h4 {
    font-size: 14px;
    font-weight: bolder;
    color: #FFFFFF;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 2px;
}
.button ul {
    text-align: left;
    padding-left: 30px;
    float: left;
    padding-top: 3px;
}
.button li {
    font-size: 14px;
    color: #FFFFFF;
    list-style-type: square;
}

.button   a  {
    color: #FFFFFF;
}
.button a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.button a:visited {
    color: #FFFFFF;
}
.bankingButton {
    padding-top: 10px;
    padding-left: 25px;
}
.learnMore {
    float: right;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    width: 95px;
    padding-top: 5px;
}
.learnMore:hover  {
    float: right;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    width: 95px;
    padding-top: 5px;
    text-decoration: none;
}


.keys {
    float: left;
    padding: 1px;
}
.visa {
    float: left;
    padding-left: 1px;
}
.largeButton {
    height: 240px;
    width: 268px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center top;
}
.cashCorner {
    float: left;
}
.largeButton h1 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 18px;
}
.largeButton p {
    font-weight: bold;
    color: #FFFFFF;
    width: 165px;
    font-size: 11px;
    text-align: center;
    padding-left: 53px;
    padding-bottom: 41px;
}
.largeButton li {
    list-style-type: disc;
    font-size: 10px;
    list-style-position: inside;
    color: #333333;
}
.largeLearnMore {
    float: right;
    padding-right: 30px;
    padding-top: 15px;
}
.largeLearnMore a {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}
.largeLearnMore a:hover {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
.largeLearnMore a:visited {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}

#redLarge {
    background-image: url(/2141/mirror/design/large-redButton.jpg);
}
#greenLarge {
    background-image: url(/2141/mirror/design/large-greenButton.jpg);
}

/* FEATURE CODE */

.intLeft {
    height: auto;
    width: 268px;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin: 0px 0px 10px 0px;
    padding: 0px 20px 20px 20px;
}
.buttonContent1 {
    background-image: url(/2141/mirror/design/redLarge-top.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 15px;
    font-size: 11px;
}
.buttonContent2 {
    background-image: url(/2141/mirror/design/greenLarge-top.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 15px;
    font-size: 11px;
}
.intLeft  h1 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 15px 0px 18px 0px;
}
.intLeft  p {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding: 5px 0px 5px 0px;
}
.intLeft ul {
    margin-bottom: 5px;
    }
.intLeft  li {
    list-style-type: disc;
    font-size: 12px;
    list-style-position: inside;
    color: #fff;
    
}
.intLeft a {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}

.intLeft  a:hover {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
.intLeft  a:visited {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}


.linkText {
    padding-right: 30px;
    padding-top: 15px;
    text-align: right;
}
.linkText  a {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}
.linkText  a:hover {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
.linkText  a:visited {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}
#style1 {
    background-image: url(/2141/mirror/design/redLarge-bottom.jpg);
}
#style2 {
    background-image: url(/2141/mirror/design/greenLarge-bottom.jpg);
}
.splashbutton {
    height: auto;
    width: 287px;
    padding: 2px 2px 0px 10px;
    margin: 0px 0px 10px 0px;
    color: #FFFFFF;
}
.splashbutton ul {
    color:#fff;
    margin-left: 20px;
    margin-top: 10px;
}
.splashbutton a {
    color: #ffffff;
    }
/*.splashbutton ul li {
    text-align: right;
    padding: 0px 10px 0px 0px;
}*/
.splashbutton p {
    color: #FFFFFF;
    padding: 10px;
}
.splashbutton h1 {
font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    padding-top: 8px;
    text-align: center;
    font-weight: normal;

}

.bottomLink {
    width: 287px;
    background-repeat: no-repeat;
    background-position: left bottom;
    height: auto;
}
#firstSmall .bottomLink {
    background-image: url(/2141/mirror/design/bluesmall-bottom.jpg);
}
#secondSmall .bottomLink {
    background-image: url(/2141/mirror/design/redsmall-bottom.jpg);
}

#firstSmall {
    background-image: url(/2141/mirror/design/bluesmall-top.jpg);
    background-repeat: no-repeat;
    background-position: 10px 0px;
}
#secondSmall {
    background-image: url(/2141/mirror/design/redsmall-top.jpg);
    background-repeat: no-repeat;
    background-position: 10px 0px;
}
.splashbutton  h3 {
    color: #FFFFFF;
    text-align: center;
    padding: 10px 0px 0px 0px;
}
.spalshbutton #firstSmall a {
    color: #ffffff;
    }
.splashbutton .bottomLink {
    width: 275px;
    height: 15px;
    color: #FFFFFF;
    /*text-align: right;*/
    padding: 15px 12px 10px 0px;
}
.bottomLink a {
    color: #FFFFFF;
    text-decoration: underline;
    /*text-align: right;*/
}
.bottomLink a:hover {
    text-decoration: none;
}
.splashFeature_image {
    float: left;
    padding: 12px 5px 0px 10px;
}


.spotlight {
    /*float: right;*/
    /*width: 100px;*/
    padding-right: 15px;
    padding-left: 15px;
    /*text-align: right;*/
    font-size: 11px;
    color: #000000;
    line-height: 1.1em;
}
.spotlight a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}
.spotlight a:hover {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
.spotlight a:visited {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}
.profileIMG {
    float: left;
    padding-left: 40px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.title {
    float: left;
    font-size: 11px;
    font-weight: bolder;
    color: #FFFFFF;
    width: 130px;
    text-align: center;
    padding-left: 20px;
    padding-top: 4px;
}

#content {
    float: left;
    width: 559px;
    height: auto;
    background-color: #FFFFFF;
    background-image: url(/2141/mirror/design/content-bg.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 20px;
    color: #333333;

}
#content img {
    border: inherit;
    }

.floatRight {
    float: right;
    padding: 30px 30px 30px 15px;
}

#content h1 {
    font-size: 17px;
    color: #000099;
    letter-spacing: -1px;
    padding-top: 30px;
    padding-bottom: 10px;
    background-image: url(/2141/mirror/design/content-h1-line.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
}
#content h2 {
    font-size: 15px;
    color: #0E61A8;
    font-weight: normal;
    padding-top: 10px;
    padding-left: 10px;
}
#content p {
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 80px;
    color: #333333;
}
#content ul, #content ol {
    margin: 15px 65px 5px 65px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#content li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    list-style-type: square;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: 200;
}
#splashContent {
    float: left;
    width: 559px;
    height: auto;
    background-color: #FFFFFF;
}
#splashContent img {
    border: solid #000000;
    }
#splashContent h1 {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 24px;
    color: #000099;
    letter-spacing: -1px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#splashContent b, strong {
    font-weight: bold;
    }
/*#splashContent {
    float: left;
    width: 260px;
    text-align: center;
    height: 54px;
    margin: 0px;
    padding-left: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    background-color: #FFFFFF;*/
}
#splashContent a {
    color: #000099;
    text-decoration: none;
}
#splashContent a:hover {
    color: #000099;
    text-decoration: underline;
}
#splashContent a:visited {
    color: #000099;
    text-decoration: none;
}
#splashContent  .imageRight {
    float: right;
    padding-right: 21px;
    padding-top: 5px;
    border: 0px;
}
#splashContent  ul{
    /*float: left;
    width: 310px;*/
    padding: 15px 15px 10px 15px;
}
#splashContent  li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: italic;
    list-style-type:square;
list-style-position:outside;
        padding-top: 3px;
    padding-bottom: 3px;
/*width: 300px;*/
    font-weight: 200;
}

#footer {
    height: 138px;
    width: 909px;
    float: left;
    background-image: url(/2141/mirror/design/footer-bg.jpg);
    background-repeat: repeat-x;
}
.ehl {
    float: right;
    padding-top: 84px;
}
.fdic {
    float: left;
    padding-top: 91px;
}
#footerContent {
    float: left;
    width: 715px;
    padding-right: 10px;
    padding-left: 10px;
    height: 138px;
}
#bottomNav ul {
    width: 610px;
    margin-left: 40px;
    margin-top: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    height: 15px;
    padding-bottom: 12px;
    margin-bottom: 15px;
    padding-left: 15px;
}
.notice {
    font-size: 9px;
    color: #ccc;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
}

#bottomNav li {
    color: #333333;
    float: left;
    padding-right: 3px;
    font-size: 10px;
}
#bottomNav a {
    color: #333333;
    text-decoration: none;
    font-size: 10px;
    padding-right: 2px;
}
#bottomNav a:hover {
    color: #000000;
    text-decoration: underline;
    font-size: 10px;
    padding-right: 2px;
}
.notice a {
    color: #666666;
    text-decoration: underline;
}
.notice a:hover {
    color: #ccc;
    text-decoration: none;
}
.copyright {
    font-size: 10px;
    color: #666666;
    float: left;
    padding-top: 22px;
    padding-right: 50px;
    padding-bottom: 15px;
    padding-left: 70px;
}
.credit {
    font-size: 10px;
    color: #666666;
    float: left;
    padding-top: 22px;
    padding-left: 35px;
}
.credit a {
    font-weight: bolder;
    color: #000000;
    text-decoration: underline;
}
.credit a:hover {
    font-weight: bolder;
    color: #666666;
    text-decoration: none;
}
.notice a:visited {
    color: #000000;
    text-decoration: underline;
    font-weight: bolder;
}
.credit a:visited {
    font-weight: bolder;
    color: #000000;
    text-decoration: underline;
}