﻿/* Website color attributes

Please Note:
To maintain color schemes - If one color attribute is modified, make sure to modify other attributes that also use the same color. */

/* Set PRIMARY COLOR -  background color of entire site and matching elements - default "blue" */
body, #obContainer, #mainimgContainer, #bodyContainer {
    background-color: #2a4759;
}
/* Set SECONDARY COLOR - Direct Login, Main Nav highlight, Dropdown highlight, horizontal highlight - default "brown" */
#navOverlay, #onlinebankingxy, ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus, ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible, ul.MenuBarHorizontal ul a.MenuBarItemHover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible {
    background-color: #524133;
}

#obcontent a:hover {
    color: #524133;
}
/* Set TERTIARY COLOR - Heading 1, Arrows (features' bullets), Heading 2 bottom border - default "light brown" */
#content1 h1, .color {
    color: #524133;
}

#content1 h2 {
    border-bottom-color: #957051;
}
/* Set PRIMARY COLOR - Features h1 and Heading 2 - default "blue" */
#content1 h2, #features h1 {
    color: #2a4759;
}
/* Heading 3 - your choice - chose a lighter version of Primary Color */
#content1 h3 {
    color: #799db4;
}
/* Link color - default "blue" */
#topnav, #topnav ul li a, #features a, #content1 a {
    color: #4c7a97;
}
    /* Link highlight color - default "blue" */
    #topnav ul li a:hover, #features a:hover, #content1 a:hover {
        color: #524133;
    }
/* Main Nav dropdown link color */
ul.MenuBarHorizontal ul a {
    color: #9e9289;
}
/* Main Nav dropdown background */
ul.MenuBarHorizontal ul a {
    background-color: #FFFFFF;
}
/* Main Nav dropdown borders */
ul.MenuBarHorizontal ul {
    border-right-color: #524133;
    border-bottom-color: #524133;
    border-left-color: #524133;
}
/* Lighter color pallette - your choice - FDIC / EHL logos and footer links */
#logos {
    background-color: #afbcc5;
}

#footerlinks, #footerlinks ul li a {
    color: #afbcc5;
}

/* Onlinebanking font color and Main Navigation */
#obheader, #obcontent, #obcontent a, ul.MenuBarHorizontal a, ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus, ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
    color: #FFFFFF;
}


body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

:focus {
    outline: none;
}

#headerOverlay {
    width: 100%;
    background-image: url(bg_header.png);
    background-repeat: repeat-x;
    height: 230px;
    position: relative;
}

#navOverlay {
    width: 100%;
    height: 63px;
    background-image: url(nav_overlay.png);
    background-repeat: repeat-x;
}

#bodyOverlay {
    width: 100%;
    min-height: 315px; /* Remove before publishing */
    /*background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/bg_bottom.png);*/
}

#pageContainer {
    width: 100%;
    position: absolute;
    z-index: 50;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
}

#page {
    width: 859px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
}

body.home #page {
    padding-bottom: 0px !important;
}

#header {
    position: relative;
    width: 858px;
    height: 223px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 0px;
    padding: 7px 0px 0px 0px;
}

#obContainer {
    position: absolute;
    width: 243px;
    height: 223px;
    background-image: url(obContainer_overlay.png);
    background-repeat: no-repeat;
    z-index: 75;
    left: 0px;
    top: 7px;
    overflow: hidden;
}

body.onlinebanking #obContainer {
    width: 243px;
    height: 223px;
}

#mainlogo {
    position: absolute;
    width: 228px;
    height: 96px;
    background-image: url(logo_main.png);
    background-repeat: no-repeat;
    z-index: 100;
    left: 5px;
    top: 61px;
}

#logos {
    position: absolute;
    width: 116px;
    height: 28px;
    margin-top: 439px;
    margin-left: 64px;
    background-image: url(logos_overlay.png);
    background-repeat: no-repeat;
    z-index: 100;
    left: 0px;
    top: 0px;
}

#onlinebankingxy {
    position: absolute;
    display: none;
    width: 227px;
    height: 189px;
    background-image: url(ob_overlay.png);
    background-repeat: no-repeat;
    z-index: 100;
    left: 8px;
    top: 229px;
}

body.onlinebanking #onlinebankingxy {
    display: block;
}

#obheader {
    height: 22px;
    width: 227px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    padding-top: 18px;
    letter-spacing: .3em;
}

#obcontent {
    width: 210px;
    height: 138px;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
}

    #obcontent a {
        text-decoration: none;
        font-size: 11px;
    }

        #obcontent a:hover {
            text-decoration: underline;
        }

.obButton {
    padding-bottom: 3px;
    padding-top: 1px;
    padding-bottom: 2px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.lock {
    background-image: url(images/ob_lock.gif);
    background-repeat: no-repeat;
    background-position: 2px center;
    width: 115px;
    padding-left: 16px;
    font-size: 12px;
    line-height: 14px;
    color: #999999;
    padding-top: 2px;
}

/* Online Banking ---------------------------------------------------------------------------------------------------*/
#login {
    /* background-color: #e6e6e6; */
    padding: 0em .8em;
    box-sizing: border-box;
    /* width: 20em; */
    font-size: .8rem;
    position: relative;
    z-index: 1;
}
    /*@media only screen and (min-width: 670px) {
    #login {
        font-size: 0.8rem;
    }
}*/
    #login,
    #login form {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

        #login form {
            margin-bottom: 0;
            width: 24em;
            flex-grow: 2;
        }

        #login h2 {
            width: 100%;
            margin-top: 0;
        }

        #login label {
            flex-grow: 1;
            margin: 0.2em 0;
            width: 12em;
            border-right: solid 1px #eee;
            position: relative;
            line-height: inherit;
            box-sizing: border-box;
        }

        #login label,
        #login button {
            height: 1.7em;
            border-radius: 4px;
        }

        #login button {
            border: none;
            margin: 0.25em 0 0 11.2em;
            display: flex;
            align-items: center;
            background-color: #EFEFEF;
            font-size: 1em;
            padding: 0px 1em;
            cursor: pointer;
            transition: background-color 0.25s ease;
        }

            #login button:hover {
                background-color: #ccc;
            }

        #login label span {
            display: none;
            color: #fff;
        }

        #login:not(.personal) .personal,
        #login:not(.business) .business,
        #login:not(.other) .other {
            display: none;
        }

        #login input:not([type=radio]):not([type=checkbox]),
        #login select {
            border: none;
            width: 100%; /* Comment out if not using lable > input structure*/
            box-sizing: border-box;
            border-radius: 0;
            padding: 0 1em;
            background-color: #fff;
            height: 100%;
            font-size: inherit;
            font-family: inherit;
            transition: background-color 0.25s ease;
        }

        #login input:not([type=radio]):not([type=checkbox]) {
            -webkit-appearance: none;
            border-radius: 4px;
            -moz-appearance: none;
        }

            #login input:not([type=radio]):not([type=checkbox]):focus {
                background-color: #eee;
            }

        #login ul {
            display: flex;
            color: #fff;
            font-size: .8rem;
            list-style: none;
            padding: 0;
            margin: .5em 0 0 0em;
            width: 100%;
        }

            #login ul li {
                margin: 0;
                margin-left: .5em;
                list-style-type: none;
            }

                #login ul li a {
                    color: #fff;
                    text-decoration: none;
                }

                    #login ul li a:hover {
                        color: #00824a;
                        text-decoration: underline;
                    }

        #login ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #333;
        }

        #login ::-moz-placeholder { /* Firefox 19+ */
            color: #333;
        }

        #login :-ms-input-placeholder { /* IE 10+ */
            color: #333;
        }

        #login :-moz-placeholder { /* Firefox 18- */
            color: #333;
        }

        #login fieldset {
            border: none;
            padding: 0;
            margin: 0.8em 0 0.5em 2em;
            display: block;
            position: relative;
            flex-grow: 1;
        }

            #login fieldset legend {
                display: none;
                margin-bottom: 0.5em;
            }

            #login fieldset label {
                border: none;
                width: auto;
                display: inline-flex;
                flex-wrap: wrap;
                height: auto;
                margin: 0 1em .25em 0;
                overflow: hidden;
                cursor: pointer;
            }

                #login fieldset label:last-child {
                    margin-right: 0;
                }

        #login input[type=radio] {
            position: absolute;
            left: -12em;
            top: -12em;
            visibility: hidden;
        }

            #login input[type=radio] + span::before {
                content: "";
                background-color: #E0E0E0;
                width: .6em;
                height: .6em;
                display: inline-flex;
                border-radius: 50%;
                border: solid 2px #E0E0E0;
                margin-right: 0.5em;
                transition: background-color 0.25s ease;
            }

            #login input[type=radio]:checked + span::before {
                background-color: #666;
            }

            #login input[type=checkbox] + span,
            #login input[type=radio] + span {
                display: block;
            }

/* Border Radius */
/*
#login input:not([type=radio]):not([type=checkbox]),
#login select,
#login button {
    border-radius: 0.5em; /*Change the border-radius here.
}

#login label {
    border: none;
}

#login label:last-of-type input:not([type=radio]):not([type=checkbox]) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#login button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
*/
/* End Border Radius */

/*-------------BO 6.0 Additional Styles------------*/
/*#login legend {
    display: none;
}
#login fieldset {
    border: none;
    margin-left: 23px;
}
#login form label span {
    display: none;
}
#login form label input {
    width: 173px;
    margin-bottom: 3px;
    margin-left: 10px;
    padding-left: 10px;
}
#login form button {
    float: right;
    margin-right: 15px;
}
#login ul {
    display: -webkit-inline-box;
    list-style-type: none;
    margin-top: 7px;
    margin-left: -30px;
}*/
/*-------------------------------------------------*/


#mainimgContainer {
    position: relative;
    margin-top: 0px;
    margin-left: 251px;
    background-image: url(mainimg_overlay.png);
    background-repeat: no-repeat;
    width: 607px;
    height: 223px;
}

#mainimg {
    position: absolute;
    width: 603px;
    height: 201px;
    z-index: 75;
    left: 2px;
    top: 22px;
    overflow: hidden;
}

    #mainimg img {
        position: absolute;
        left: 0px;
        top: 0px;
        visibility: hidden;
        opacity: 0;
    }

#mainimg2 {
    overflow: hidden;
    position: relative;
    height: 201px;
    width: 604px;
}

#topnav {
    width: 587px;
    height: 16px;
    padding-top: 6px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0px;
}

    #topnav ul {
        display: inline;
        width: auto;
        float: right;
        padding: 0px;
        margin: 0px;
        list-style-type: none;
    }

        #topnav ul li {
            display: inline;
            float: left;
            margin: 0px;
        }

            #topnav ul li a {
                display: block;
                float: left;
                margin: 0px;
                padding-right: 12px;
                padding-left: 10px;
                text-decoration: none;
                font-size: 11px;
                line-height: 11px;
                border-right-width: 1px;
                border-right-style: solid;
            }

li.none a {
    background: none !important;
    padding-right: 0px !important;
    border: none !important;
}

#topnav ul li a:hover {
    text-decoration: underline;
}

#navContainer {
    width: 670px;
    height: 49px;
    margin-left: 253px;
    padding-top: 14px;
}

#bodyContainer {
    background-image: url(bg_body.png);
    background-repeat: repeat-y;
    width: 777px;
    min-height: 275px;
    margin-left: 81px;
    margin-top: 0px;
}

#content1 {
    width: 708px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
}

body.onlinebanking #content1 {
    width: 660px;
    margin-left: 50px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}

body.home #content1 {
    padding-bottom: 0px;
}

#content1 h1 {
    font-size: 15px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#content1 h2 {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#content1 h3 {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 2px;
    font-weight: bold;
}

#content1 p {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 20px;
    color: #666666;
}

#content1 ul {
    list-style-type: square;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #666666;
}

    #content1 ul li {
        font-size: 11px;
        margin-top: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

#content1 ol {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #666666;
}

    #content1 ol li {
        font-size: 11px;
        margin-top: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

#content1 a {
    text-decoration: none;
}

    #content1 a:hover {
        text-decoration: underline;
    }

#content1 form {
    color: #666666;
}

.color {
    /*color: #957051;*/
}

#features {
    display: none;
    width: 563px;
    margin-left: 164px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
}

body.features #features {
    display: block;
}

#features a {
    font-size: 12px;
    text-decoration: none;
}

    #features a:hover {
        text-decoration: underline;
    }

#features h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-top: 2px;
    margin-bottom: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
}

#features ul {
    list-style-type: none;
    margin-top: 3px;
    padding-top: 3px;
    margin-bottom: 3px;
    padding-bottom: 3px;
}

#features li {
    display: block;
    padding-top: 0px;
    margin-left: -30px;
    margin-top: 3px;
    margin-bottom: 4px;
}

.homeFeatures th {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999999;
}

#footerContainer {
    width: 777px;
    height: 25px;
    background-image: url(bg_footer.png);
    background-repeat: no-repeat;
    margin-left: 81px;
}

#footerlinks {
    width: 741px;
    height: 19px;
    font-size: 9px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 6px;
}

    #footerlinks ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        #footerlinks ul li {
            display: inline;
            float: left;
        }

            #footerlinks ul li a {
                display: block;
                float: left;
                line-height: 10px;
                display: inline;
                margin: 0px;
                padding-right: 8px;
                padding-left: 6px;
                text-decoration: none;
                border-right-width: 1px;
                border-right-style: solid;
            }

        #footerlinks ul a:hover {
            text-decoration: underline;
        }

.clearfloat {
    clear: both;
    height: 0px;
}

.styledtable {
    font-size: 11px;
    color: #666666;
    margin-bottom: 20px;
}

    .styledtable th {
        padding-top: 3px;
        padding-bottom: 3px;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #ffffff;
        background-color: #CCCCCC;
        text-align: center;
        color: #436b8a;
        font-size: 12px;
    }

        .styledtable th a {
            color: #0b84ec;
            text-decoration: none;
        }

            .styledtable th a:hover {
                color: #ee2e24;
                text-decoration: underline;
            }

    .styledtable td {
        padding: 7px;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #ffffff;
    }

    .styledtable tr:hover {
        padding: 7px;
        color: #FFF;
        border-bottom-color: #D0D2C4;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        background-color: #b3aca7;
    }

    .styledtable caption {
        padding: 7px;
        font-size: 11px;
        color: #FFFFFF;
        text-align: left;
        font-weight: bold;
        margin: 0px;
        background-color: #436b8a;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #ffffff;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #ffffff;
        background-image: url(images/features_heading.jpg);
        background-repeat: repeat-x;
        background-position: 0px 0px;
    }

table.styledtable.bordered {
    background-color: #ffffff !important;
    border: 1px solid #D7DCE8;
}

    table.styledtable.bordered td {
        background-color: #ffffff !important;
        border: 1px solid #D7DCE8;
    }

    table.styledtable.bordered th {
        border: 1px solid #D7DCE8;
    }

    table.styledtable.bordered caption {
        border: 2px solid #D7DCE8;
    }

.odd {
    background-color: #CDD3D8;
}

.even {
    background-color: #ffffff;
}

.small {
    font-size: 10px;
    line-height: 12px;
    color: #999999;
}



.normaltable {
    font-size: 11px;
    color: #999999;
    margin-bottom: 20px;
    border: 1px solid #CCCCCC;
}

    .normaltable td {
        padding: 7px;
        border: 1px solid #CCCCCC;
    }
