﻿body, html {
    margin: 0;
    background: url(bg.jpg) repeat-x top #fbf1ea;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

::-moz-selection {
    background: #e4e4e4;
    color: #000;
    text-shadow: none;
}

::selection {
    background: #e4e4e4;
    color: #000;
    text-shadow: none;
}

#wrapper {
    margin: 0 auto;
    width: 985px;
    padding: 0 20px;
}

#logo {
    float: left;
    margin-left: -15px;
}

#header {
    background: url(bg-header.jpg) no-repeat;
    width: 970px;
    height: 160px;
    border-bottom: #FFF solid 48px;
}

#login {
    background: url(bg-login.jpg) no-repeat top;
    width: 376px;
    height: 132px;
    float: right;
    margin-right: 30px;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding-top: 1em;
    line-height: 28px;
}

.login-link {
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #fff;
    text-transform: none;
    text-align: center;
}

    .login-link a:link {
        color: #fff;
        font-weight: normal;
        text-transform: none;
        text-decoration: none;
        border-bottom: #fff solid 1px;
    }

    .login-link a:visited {
        color: #fff;
        font-weight: normal;
        text-transform: none;
        text-decoration: none;
        border-bottom: #fff solid 1px;
    }

    .login-link a:hover {
        font-weight: normal;
        color: #f4c576;
        text-transform: none;
        text-decoration: none;
        border-bottom: #f4c576 solid 1px;
    }

h1 {
    font-family: "Times New Roman", Times, serif;
    color: #231f20;
    font-size: 35px;
    font-weight: normal;
    margin: 20px 0 0 0;
    padding: 30px 0 10px 0;
}

#noticeHtml h1 {
    margin: 0px;
    padding: 10px 0;
}

h2 {
    font-family: Arial, sans-serif;
    color: #94491b;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px #94491b solid;
    margin: 0 0 5px 0;
    padding: 7px 0 2px;
}

h3 {
    font-family: Arial, sans-serif;
    color: #7c7c7c;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0 0 0;
}

h4 {
    font-family: Arial, sans-serif;
    color: #94491b;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

/****************************** Nav Styles ******************************/

#nav ul {
    list-style-type: none;
    margin-right: -65px;
    margin-top: 10px;
    padding: 0;
    overflow: hidden;
    width: 535px;
    float: right;
}

#nav li {
    float: left;
}

#nav a:link, a:visited {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    border-bottom: #ffffff solid 1px;
    color: #231f20;
    display: block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 15px;
}

#nav a:hover, a:active {
    border-bottom: #94491b solid 1px;
    color: #94491b;
}

body.home #nav a.home {
    border-bottom: #94491b solid 1px;
    color: #94491b;
}

body.contact #nav a.contact {
    border-bottom: #94491b solid 1px;
    color: #94491b;
}

body.about #nav a.about {
    border-bottom: #94491b solid 1px;
    color: #94491b;
}

body.disclaimers #nav a.disclaimers {
    border-bottom: #94491b solid 1px;
    color: #94491b;
}

#current {
    border-bottom: #94491b solid 1px;
    color: #94491b;
}

/****************************** Header Banners Styles ******************************/

#banner-wrapper {
    margin: 0 auto;
    width: 970px;
    height: 152px;
    padding-top: 206px;
}

.banner-border {
    border-bottom: #ceb6a7 solid 8px;
}


#mainimg {
    overflow: hidden;
    position: relative;
    height: 152px;
    width: 970px;
}

    #mainimg img {
        position: absolute;
        left: 0px;
        top: 0px;
        visibility: hidden;
        opacity: 0;
    }


/****************************** Form Styles ******************************/

.form-input {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
}

    .form-input:hover {
        border: #df9c2a solid 1px;
    }

    .form-input:focus {
        border: #df9c2a solid 1px;
    }

button {
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    height: 27px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    padding: 0 10px;
    border: 1px solid #b7b7b7;
    background-color: #ffc92b;
    text-transform: uppercase;
    background-image: linear-gradient(top, #d3d3d3, #707070);
    background-image: -o-linear-gradient(top, #d3d3d3, #707070);
    background-image: -moz-linear-gradient(top, #d3d3d3, #707070);
    background-image: -webkit-linear-gradient(top, #d3d3d3, #707070);
    background-image: -ms-linear-gradient(top, #d3d3d3, #707070);
}

    button:hover {
        border: 1px solid #d09218;
        background-color: #c88c26;
        text-transform: uppercase;
        background-image: linear-gradient(top, #ffc92b, #ce9a01);
        background-image: -o-linear-gradient(top, #ffc92b, #ce9a01);
        background-image: -moz-linear-gradient(top, #ffc92b, #ce9a01);
        background-image: -webkit-linear-gradient(top, #ffc92b, #ce9a01);
        background-image: -ms-linear-gradient(top, #ffc92b, #ce9a01);
    }

.login-button {
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    height: 27px;
    border: 1px solid #d09218;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    padding: 0 10px;
    background-color: #c88c26;
    text-transform: uppercase;
    background-image: linear-gradient(top, #ffc92b, #ce9a01);
    background-image: -o-linear-gradient(top, #ffc92b, #ce9a01);
    background-image: -moz-linear-gradient(top, #ffc92b, #ce9a01);
    background-image: -webkit-linear-gradient(top, #ffc92b, #ce9a01);
    background-image: -ms-linear-gradient(top, #ffc92b, #ce9a01);
}

    .login-button:hover {
        border: 1px solid #b7b7b7;
        background-color: #ffc92b;
        background-image: linear-gradient(top, #d3d3d3, #707070);
        background-image: -o-linear-gradient(top, #d3d3d3, #707070);
        background-image: -moz-linear-gradient(top, #d3d3d3, #707070);
        background-image: -webkit-linear-gradient(top, #d3d3d3, #707070);
        background-image: -ms-linear-gradient(top, #d3d3d3, #707070);
    }

.content-button {
    background-position: 0% 0%;
    font-family: Arial, sans-serif;
    font-size: 10px;
    text-align: center;
    color: #FFFFFF;
    height: 27px;
    border: 1px solid #d09218;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    padding: 0 10px;
    height: 35px;
    text-transform: uppercase;
    background-image: linear-gradient(top, #ffc92b, #ce9a01);
    background-image: -o-linear-gradient(top, #ffc92b, #ce9a01);
    background-image: -moz-linear-gradient(top, #ffc92b, #ce9a01);
    background-image: -webkit-linear-gradient(top, #ffc92b, #ce9a01);
    background-image: -ms-linear-gradient(top, #ffc92b, #ce9a01);
    background-color: #c88c26;
    background-repeat: repeat;
    background-attachment: scroll;
}

    .content-button:hover {
        border: 1px solid #b7b7b7;
        background-color: #ffc92b;
        background-image: linear-gradient(top, #d3d3d3, #707070);
        background-image: -o-linear-gradient(top, #d3d3d3, #707070);
        background-image: -moz-linear-gradient(top, #d3d3d3, #707070);
        background-image: -webkit-linear-gradient(top, #d3d3d3, #707070);
        background-image: -ms-linear-gradient(top, #d3d3d3, #707070);
    }

.required {
    color: #d02525;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}

.form-text {
    color: #585858;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.form-text-small {
    color: #585858;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-transform: none;
    margin: 0;
    padding: 0;
}


/****************************** Content Styles ******************************/

#content-wrapper {
    width: 898px;
    height: 100%;
    min-height: 100%;
    overflow-y: auto;
    background-color: #FFF;
    margin-top: 160px;
    padding: 36px;
    position: relative;
}

#content {
    width: 530px;
    float: left;
    position: relative;
}

    #content p, #noticeHtml p {
        font-family: Arial, sans-serif;
        font-size: 14px;
        color: #000;
        line-height: 22px;
        padding: 9px 0 13px;
        margin: 0;
    }

    #content a, #noticeHtml a {
        color: #94491b;
        text-decoration: none;
        border-bottom: #94491b solid 1px;
    }

        #content a:hover {
            color: #df9c2a;
            text-decoration: none;
            border-bottom: #df9c2a solid 1px;
        }

    #content .small p {
        font-family: Arial, sans-serif;
        font-size: 12px;
        color: #000;
        line-height: 16px;
        padding: 0;
        margin: 0;
    }

        #content .small p a {
            color: #94491b;
            text-decoration: none;
            border-bottom: #94491b solid 1px;
        }

            #content .small p a:hover {
                color: #df9c2a;
                text-decoration: none;
                border-bottom: #df9c2a solid 1px;
            }

    #content ul {
        /*list-style:none;*/
        line-height: 18px;
        margin: 0;
    }

#report-stolen-card {
    width: 245px;
    float: right;
    position: relative;
    padding: 20px 30px 25px 30px;
    border-bottom: #999 solid 1px;
    margin-bottom: 25px;
    background: url(bg-stolencard.jpg) no-repeat;
}

    #report-stolen-card p {
        font-family: Arial, sans-serif;
        font-size: 14px;
        color: #000;
        line-height: 20px;
        padding-top: 30px;
        margin: 0;
    }

#sidebar-wrapper {
    width: 240px;
    float: right;
    position: relative;
}

#sidebar {
    width: 240px;
    float: right;
    position: relative;
    background-color: #eeeeee;
    padding: 0 30px 30px 30px;
}

    #sidebar p {
        font-family: Arial, sans-serif;
        font-size: 12px;
        color: #000;
        line-height: 18px;
        padding: 0;
        margin: 0;
    }

    #sidebar a {
        font-family: Arial, sans-serif;
        font-size: 12px;
        color: #df9c2a;
        border-bottom: #df9c2a solid 1px;
        text-decoration: none;
        font-weight: bold;
    }

        #sidebar a:hover {
            color: #94491b;
            border-bottom: #94491b solid 1px;
            text-decoration: none;
            font-weight: bold;
        }

#titlebar {
    width: 240px;
    height: 30px;
    float: right;
    position: relative;
    background-color: #8f8f8f;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    padding: 15px 30px 0 30px;
}


/****************************** Banking Sub-Menu Dropdown Styles ******************************/

#dropdown,
#dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 600px;
}

#dropdown {
    float: left;
}

    #dropdown > li {
        float: left;
    }

    #dropdown li a {
        display: block;
        height: 2em;
        line-height: 2em;
        text-decoration: none;
    }

    #dropdown ul {
        position: absolute;
        display: none;
    }

        #dropdown ul li a {
            width: 200px;
            text-decoration: none;
        }

    #dropdown li:hover ul {
        width: 200px;
    }

/*---------- Main Dropdown Menu Styles (Personal & Business Banking Menus) ----------*/
#dropdown {
    padding: 0;
    margin: 0;
}

    #dropdown > li > a {
        width: 200px;
        height: 28px;
        color: #FFF;
        font-weight: bold;
        font-family: Arial;
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: none;
        margin-right: 13px;
        -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        border: #FFF solid 1px;
        text-align: center;
        padding-right: 20px;
        padding-top: 5px;
        background: url(downarrow.png) #df9c2a right no-repeat;
    }

    #dropdown > li:hover > a {
        color: #7b7a7a;
        border: #dddddd solid 1px;
        text-decoration: none;
        background: url(downarrow-hover.png) right no-repeat;
    }

    /*---------- Dropdown Menu Styles (Dropdown List) ----------*/

    #dropdown ul {
        width: 200px;
        margin-right: 13px;
        padding-right: 20px;
        font-weight: bold;
        font-family: Arial;
        font-size: 12px;
        text-align: left;
        text-transform: uppercase;
        background: #fff;
        -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        border: #FFF solid 1px;
    }

        #dropdown ul li a {
            height: 28px;
            color: #7b7a7a;
            margin-right: 13px;
            margin-top: 10px;
            text-decoration: none;
        }

        #dropdown ul li:hover a {
            height: 28px;
            color: #94491b;
            margin-right: 13px;
            margin-top: 10px;
            text-decoration: none;
            /*background:url(rightarrow.png) right no-repeat;*/
        }

    #dropdown li:hover ul.noJS {
        display: block;
    }

/****************************** Footer Styles ******************************/

#footer {
    width: 898px;
    height: 215px;
    border-top: #bdbdbd solid 1px;
    border-bottom: #94491b solid 8px;
    background-color: #FFF;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 36px;
    padding-right: 36px;
    bottom: 0;
}

#footer {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
}

    #footer ul {
        list-style-image: url(listarrow.jpg);
        padding-left: 15px;
    }

    #footer a {
        color: #494949;
        text-decoration: none;
    }

        #footer a:hover {
            color: #000;
            text-decoration: none;
            border-bottom: #000 solid 1px;
        }

    #footer h3 {
        margin-top: 0px;
    }

#footer-col1 {
    width: 200px;
    float: left;
    position: relative;
    margin-right: 30px;
}

#footer-col2 {
    width: 200px;
    float: left;
    position: relative;
    margin-right: 30px;
}

#footer-col3 {
    width: 200px;
    float: left;
    position: relative;
    margin-right: 30px;
}

#footer-col4 {
    width: 200px;
    float: right;
    position: relative;
    text-align: right;
}

/****************************** Extras ******************************/

.white {
    color: #FFF;
}

.margin-top5 {
    margin-top: 5px;
}

.margin-top10 {
    margin-top: 10px;
}

.margin-top {
    margin-top: 20px;
}

.margin-top40 {
    margin-top: 40px;
}

.margin-right {
    margin-right: 20px;
}

.margin-right30 {
    margin-right: 30px;
}

.margin-left {
    margin-left: 20px;
}

.padding-top {
    padding-top: 20px;
}

.padding-top10 {
    padding-top: 10px;
}

.padding-left10 {
    padding-left: 10px;
}

.padding-left {
    padding-left: 20px;
}



.styledtable {
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #AEB89D;
    border-collapse: collapse;
}

    .styledtable th {
        padding: 5px;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #ffffff;
        /*text-align: center;*/
        color: #592000;
        background-color: #cfaa7a;
    }

        .styledtable th a {
            color: #592000;
        }

            .styledtable th a:hover {
                color: #FFFFFF;
            }

    .styledtable td {
        padding: 3px;
        border-right-width: 0px;
        border-right-style: solid;
        border-right-color: #ffffff;
        font-size: 13px;
    }

    .styledtable tr:hover {
        padding: 3px;
        color: #ffffff;
        border-bottom-color: #D0D2C4;
        border-bottom-width: 0px;
        border-bottom-style: solid;
        background-color: #592000;
    }

    .styledtable caption {
        padding: 5px;
        font-size: 15px;
        color: #FFFFFF;
        text-align: left;
        font-weight: bold;
        margin-top: 15px;
        background-color: #592000;
        border-right-width: 0px;
        border-right-style: solid;
        border-right-color: #ffffff;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #ffffff;
    }
