@charset "utf-8";
/*reset code*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;
    padding:0; 
    list-style:none;
    }
    
html{
    color:#000;
    /*background:#FFF; */
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
    font-size:12px;
    }
    
body {
    background-color: #E4E4CA;
}
#wrapper {
    width: 760px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    background: #E4E4CA;
    /*border: 1px solid #FFF;*/
}
#column_wrapper {
    width: 760px;
    background: #E4E4CA;
    float:left;
}
/* HEADER */
#header_wrapper {
    width: 760px;
    height: 77px;
    background-color: #2E5A2E;
    }
/* MAIN HORIZONTAL NAVIGATION */
#mainNav {
    font-weight: bold;
    color: #324d30;
    width: 760px;
    margin-top: 30px;
}
#mainNav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 11px;
    
}
#mainNav ul li {
    float: left;
    display: inline;
    position: relative;
}
#mainNav ul li a {
    display: block;
    background: #324d30;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    width: 150px;
    height: 12px;
    padding-top: 8px;
    padding-bottom: 10px;
    border: 1px solid #AB4B2C;
}
#mainNav ul li a:hover {
    background: #E4E4CA;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #324d30;
    width: 150px;
    height: 12px;
    padding-top: 8px;
    padding-bottom: 10px;
    border: 1px solid #AB4B2C;
}

/*NAVIGATION HOVER MENUS*/

#mainNav ul li ul{
    visibility: hidden;
    position: absolute;
    z-index: 10;
    width: 148px;
    height: 12px;
    top: 31px;  
    left: 0px; 
}
#mainNav ul li ul li{
    text-align:center;
    padding: 0px;
    margin: 0px;
    border: 1px solid #cccccc;
}
#mainNav ul li ul li a{
    width: 148px;
    background: #E4E4CA;
    color: #2E5A2E;
    padding-top: 5px;
}
#mainNav ul li ul li a:hover{
    background: #324d30;
    color: #FFFFFF;
    padding-top: 5px;

}
/* 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;
}

/* COLUMNS */

#left {
    width: 250px;
    float: left;
    background: #E4E4CA;
    }
    
#right {
    width: 500px;
    float: right;
    background: #E4E4CA;
    padding-top: 10px;
    padding-left: 10px;
    }
    
/* INTERNET BANKING */
#ibanking {
    width: 178px;
    padding-bottom: 10px;
    margin-left:5px;
}
#ibanking p 
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   padding-left:15px;
   font-weight: bold;
}
#ibanking a
{
    text-decoration:underline;
    color: #AB4B2C;
}
#ibanking a:hover
{
    text-decoration:none;
}

#ibanking form 
{
   font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
   padding-left:15px;
} 
#ibanking input {
background-color: #ffffff;
}
#ibanking input:focus {
background-color:#FFFFFF;
}
#ibanking #UserID1, #Password1
{
   
       width: 100px;
    margin-bottom: 8px;
}
#ibanking select  {
    font-size: 10px;
    width: 150px;
    margin-bottom: 8px;
}
#ibanking label
{
   color: #324D30;
   font-size: 12px;
   font-weight: bold;
}
/* HOME PAGE STYLES*/
#welcome {
    width: 422px;
}
#welcome .photo {
padding-right: 6px;
}
#welcome h1 {
    margin-top: 20px;
    font-family:"Times New Roman", Times, serif;
    font-style: italic;
    font-size: 20px;
    color: #324D30;
    text-align: center;
    padding-left: 25px;
    }
#welcome h2 {
    font-family:"Times New Roman", Times, serif;
    font-style:italic;
    margin-top: 5px;
    color: #AB4B2C;
    font-size: 15px;
    text-align: center;
    padding-left: 25px;
    }
#welcome h2 a {
    color: #AB4B2C;
    text-decoration: none;
}

#welcome h2 a:hover {
    text-decoration: underline;
}

#welcome .button {
    margin-top: 20px;
    margin-bottom: 6px;
    margin-left: 115px; 
    }
#welcome .greenbutton {
    margin-top: 10px;
    margin-bottom: 6px;
    margin-left: 115px; 
    }
#welcome .whatsnewbutton {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 148px; 
    }

#feature_wrapper {
    width: 630px;
    background-color: #E4E4CA;
    padding-left: 65px;
    padding-right: 65px;
    float:left;
}    
.feed {
    width: 210px;
    float: left;
    }
.feed h1 {
    font-size: 16px;
    color: #324D30;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
    
.feedbox {
    width: 198px;
    margin-right: 3px;
    height: 150px;
    background: #fff;
    border: solid 1px #000;
}
/* INTERIOR CONTENT STYLES*/
#content_wrapper {
}
#content {
    padding-left: 10px;
    padding-right: 10px;
}    
#breadcrumb {
    margin: 0px 0px 10px 0px;
}
#content p {
    margin-bottom: 10px;
}    
#content a {
    color: #AB4B2C;
    text-decoration: underline;    
}
#content a:hover {
    text-decoration: none;
}
#content img border {
    color: #324D30;
}
#content h1 {
    color: #324D30;
    font-size: 18px;
    margin-bottom: 10px;
}
#content h2 {
    color: #324D30;
    font-size: 13px;
    margin-bottom: 5px;
    border-bottom: 1px solid #324D30;
}
#content h3 {
    font-size: 16px;
    color: #324D30;
    margin-bottom: 10px;
}
#content h4 {
    font-size: 12px;
    color: #324D30;
}
#content h5 {
    font-size: 11px;
    font-weight: bold;
}
#content h6 {
    font-size: 10px;
    font-weight: bold;
    color: #999999;
}
#content ul {
    margin-left: 20px;
    margin-bottom: 20px;
    
}
#content ul li {
    list-style-image: url(/2127/mirror/design/bullet.gif);
}
#content ol {
    list-style: decimal;
    margin-bottom: 20px;
    margin-left: 20px;
}
.boxed_link {
    color: #FFFFFF;
    background: #44A73E;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 3px;
    border: 1px solid #000000;
}

#content blockquote {
     margin-left: 50px;
}
#content hr {
    color: #000000;
    border-top: 1px solid #000000;
    width: 100%;
    
}
    
/* BEGIN FOOTER STYLES*/
#footer_wrapper {
    float: left;
    width: 630px;
    font-size: 11px;
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
    background-color: #E4E4CA;
}
.footerHead {
    font: bold 16px "Times New Roman", Times, serif;
    color: #324D30;
    text-align: center;
}
.footerLinks {
    margin-bottom: 5px;
text-align: center;

}
.footerLinks a {
    color: #666666;
    text-decoration: none;
}
.notice {
    color: #666666;
    margin-bottom: 5px;
}
.notice a {
    color: #666666;
    text-decoration: none;
}
.logos {
    float: right;
}
.logos a {
    color: #666666;
    text-decoration: none;
}
.copyright {
    color: #666666;
}
.copyright a {
    color: #666666;
    text-decoration: none;
}
.fdic {
    width: auto;
    text-align:center;
    float:left;
    padding-right: 10px;
}
.ehl {
    width: auto;
    text-align:center;
    float:left;
}

.splash_map {
padding-left: 24px; 
padding-top: 30px;}
/* CODE BY CD */