html, body, ul, ol, li, p, h1, form, fieldset, img {
    border: 0;
    padding: 0px;
    margin: 0px;
}
body {
    font-family: Microsoft Sans Serif;
    color: #000000;
    font-size: 12px;
    /*text-align: center;*/
}
a {
    color: #CC0000;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
/* ------------------------------------------------------
SPA AND INTERIOR *SHARED LAYOUT DIVS AND CLASSES*
------------------------------------------------------ */
#bgwrapper {
    width: 999px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    background-repeat: repeat-x;
    padding-bottom: 5px;
}
#wrapper {
    width: 999px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    background-color: #FFFFFF;
    margin-top: 15px;
}
#intHeader {
    height: 165px;
}
#main { /* Where main images are placed on the page */
}
#left_column {
    width: 214px;
    float: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
}
#right_column {
    width: 782px;
    float: right;
}
#footer {
    background-image: url(/design/footer-bg.jpg);
    background-repeat: repeat-x;
    font-size: 10px;
    height: 89px;
    clear: both;
    width: 999px;
}
#footer p {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
#footerBar {
    height: 18px;
    background-image: url(/design/footer-bar.jpg);
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-size: 10px;
    padding-top: 4px;
    padding-left: 10px;
    width: 989px;
}
#footerBar a {
    color: #FFFFFF;
}
#footerLogos {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}
.footerNotice {
    margin-bottom: 10px;
}
.OnlineBankingLinks a {
    color: #000000;
    text-decoration: none;
}
.OnlineBankingLinks a:hover {
    color: #000000;
    text-decoration: underline;
}
#intOnlineBanking {
    width: 215px;
    height: 110px;
    float: left;
    margin-top: 12px;
}
#intOnlineBanking img{
    padding-left:15px;
}


#intOnlineBanking ul {
    padding: 0px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#intOnlineBanking ul li {
    line-height: 1.7em;
    margin-left: 51px;
    list-style-type: none;
}
#intLeft {
    width: 215px;
    float: left;
    margin-top: 10px;
}
#intLeft h1 {
    color: #000000;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 8px;
}
#intLeftContent {
    color: #FFFFFF;
    height:100px;
    margin-bottom:0px!important;
    margin-bottom:-50px;
}
#intLeftContent img{
    padding-left:15px;
}
#intLeftContent a {
    color: #CC0000;
}
#intLeftContent input, select {
    margin-left:-15px!important;
    margin-left:-0px;
    position:relative;
    left:0px!important;
    left:-15px;
    top:0px;
}
#intLeftContent a:hover {
    text-decoration: none;
}
#quick_links_form_box {
    width: 130px;
    margin-left: 36px;
    margin-top: 8px;
}
#quick_links_form {
    border: 1px solid #CCCCCC;
    font-size: 10px;
    color: #000000;
    width: 140px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 4px;
}
#Feature {
    color: #000000;
    font-size: 11px;
    margin-left: 35px;
}
#Feature p {
    line-height: 1.4em;
    margin-bottom: 15px;
}
#Feature img {
    border: 1px solid #CCCCCC;
    padding: 2px;
}
#contact {
    width: 215px;
    float: left;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
#contact img{
    padding-left: 15px;
    
}
#contact ul {
    padding: 0px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#contact ul li {
    line-height: 1.7em;
    margin-left: 51px;
    list-style-type: none;
}

/* ------------------------------------------------------
NAVIGATION
------------------------------------------------------ */

#nav {
    height: 26px;
    background-repeat: repeat-x;
    background-image: url(/design/nav-bg.jpg);
    padding-top: 11px;
    text-align: center;
    }
#nav ul {
}

#nav ul li {
    list-style-type: none;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #EEEEEE;
    display: inline;
    position: relative;
    padding-bottom: 10px;
    
    }
#nav ul li a {
    color: #000000;
    text-decoration: none;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CC0000;
    text-align: center;
    font-size: 11px;
    padding-right: 10px;
    padding-left: 10px;
    }
#nav ul li a:hover {
    text-decoration: underline;
}
#nav #nav_comresources a {
    border: none;
}

#nav ul li ul{
    visibility: hidden;
    position: absolute;
    z-index: 10;
    width: 75px;
    height: 21px;
    top: 15px;
    left: 0px;
}
#nav ul li ul li{
    text-align:left;
    padding: 0;
    margin: 0;
}
#nav ul li ul li a {
    background-image: url(/design/nav-bg.jpg);
    width: 125px;
    float:left;
    padding: 5px;
    text-align: left;
}
#nav ul li ul li a:hover {
    text-decoration: underline;

}
/* hide drop downs until you hover over main button */
#nav li:hover ul, #TopNav li:hover li:hover ul {
    visibility: visible;
}
#nav li:hover li ul, #TopNav li:hover li:hover li ul {
    visibility: hidden;
}
/* do the normal show, with increased specificity, for good browsers */
#nav 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 #nav li ul {
     display: none;
}


/* ------------------------------------------------------
INTERIOR *ONLY* LAYOUT DIVS
------------------------------------------------------ */
#intContent {
    width: 720px;
    margin-right: 14px;
    margin-bottom: 12px;
    margin-left: 45px;
    line-height: 1.4em;
    margin-top: 4px;
}
#breadcrumb {
    height: 25px;
    width: 735px;
    margin-top: 12px;
    padding-top: 5px;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #8dabb5;
    border-bottom-color: #8dabb5;
    border-bottom-width: 1px;
    margin-left: 30px;
}
#breadcrumb ul {
    list-style-type: none;
}
#breadcrumb ul li {
    font-family: Microsoft Sans Serif;
    font-size: 13px;
    display: inline;
    margin-left: 15px;
}
#breadcrumb ul li a {
    text-decoration: none;
    color: #454545;
}
#breadcrumb ul li a:hover {
    color: #000000;
    text-decoration: none;
}
/*==========Content Styles==============*/
#intContent h1 {
    font: bold 24px Arial, Helvetica, sans-serif;
    color: #00344C;
    border-bottom: 1px solid #00344C;
    padding-bottom: 6px;
}
#intContent h2 {
    font: 18px Arial, Helvetica, sans-serif;
    color: #AD1023;
}
#intContent h3 {
    font: italic 16px Arial, Helvetica, sans-serif;
    color: #00344C;
}
#intContent h4 {
    font-size: 12px;
    color: #666666;
}
#intContent h5 {}
#intContent h6 {
    color: #999999;
}
#intContent ul {
    margin: 0px 20px;
}
#intContent li {
}
#intContent p {
    font-family: Microsoft Sans Serif;
    font-size: 14px;
    margin-left: 4px;
}

/* ------------------------------------------------------
INTERIOR *SUBNAV ONLY*
------------------------------------------------------ */
#intSubnav {
    width: 720px;
    margin-left: 45px;
    margin-top: 15px;
}
#intSubnav h1 {
    color: #CC102A;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 3px;
    margin-bottom: 12px;
    margin-top: 15px;
}
#intSubnav ul {
    margin-bottom: 15px;
}
#intSubnav ul li {
    margin-right: 20px;
    list-style-type: none;
    display: inline;
}
#intSubnav ul li a {
    color: #333333;
    text-decoration: none;
}
#intSubnav ul li a:hover {
    text-decoration: underline;
}
/*#intSubnav a {
    display: block;
    background-color: #FFF3CE;
    width: 100px;
    text-align: center;
    float: left;
    margin-bottom: 7px;
    border: 1px solid #CCCCCC;
    margin-right: 7px;
    padding-bottom: 2px;
}
#intSubnav a:hover {
    display: block;
    background-color: #4AAEC6;
    width: 100px;
    text-align: center;
    float: left;
    margin-bottom: 7px;
    border: 1px solid #CCCCCC;
    margin-right: 7px;
    padding-bottom: 2px;
    color: #FFFFFF;
}*/
 #HomeMarquee {
margin-bottom:-20px;
}
 #mortgage {
 padding:0px 0px 10px 15px;

}