body {
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url(../img/hb-homepage1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a:visited {
    text-decoration: none;
    color: #0354a5;
}

a:link {
    color: #0354a5;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #63a1de;
}

img {
    height: auto;
    max-width: 100%;
    border: 0;
}

#header {
    padding: 0;
    margin-top: 30px;
    width: 960px;
}

#pagewrap {
    width: 960px;
    margin: 0 auto;
}

#search {
    float: right;
    /*margin-top: 20px;*/
}

#tfnewsearch {
    float: right;
    padding: 0px;
}

.tftextinput4 {
    margin: 0;
    padding: 8px 10px;
    font-size: .8125em;
    color: #666;
    border: 1px solid #fff;
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    background-color: #FFF;
}

.tfbutton5 {
    padding: 6px 15px 11px 15px;
    margin-left: -3px;
    background: url(../img/mag.png) center no-repeat;
    background-color: #FFF;    
    border-top-right-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border: solid 1px #fff;
    border-left: none;
    cursor: pointer;
}

#hb_logo img {
    margin-top: 0;
    margin-bottom: 15px;
    border: 0;
}

#top_navigation {
    height: 40px;
    width: 960px;
    background-color: #fff;
    margin: auto;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    margin-bottom: 25px;
    position: -webkit-sticky;
    /* z-index: 9999; */
}

#menu {
    list-style: none;
    margin: 150px auto 0px;
    margin: -15px auto 0px;
    /* z-index: 9999; */
}

.menu {
    height: 40px;
    list-style: none;
    padding: 0px 10px 0px 10px;
    border: none;
    /* z-index: 9999; */
}

    .menu li {
        float: left;
        display: block;
        text-align: center;
        position: relative;
        margin: 0;
        padding: 0;
        /* z-index: 9999; */
    }

        .menu li:hover {
            background: #edf1fb;
            transition: background .7s linear;
        }

            .menu li:hover a {
                color: #b09011;
            }

        .menu li a {
            display: table-cell;
            vertical-align: middle;
            width: 130px;
            border-right: 1px solid #ccc;
            height: 40px;
            text-decoration: none;
            color: #000;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 1em;
        }

#left_nav {
    width: 220px;
    float: left;
    padding: 0 0 5px 0;
    background: rgba(0, 77, 132, 0.73);
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    box-sizing: border-box;
    min-height: 575px;
}

#left_nav, #middle, #aside {
    margin-bottom: 25px;
}

    #left_nav ul {
        margin: 0;
        padding: 0;
        padding-top: 10px;
        list-style: none;
    }

        #left_nav ul li {
            margin-left: 0;
            margin-bottom: 0;
            padding: 5px;
            padding-left: 0;
            list-style: none;
            text-align: left;
            font-size: .8125em;
            color: #FFF;
            border-bottom: 1px solid #CACACA;
        }

            #left_nav ul li a:visited {
                color: #FFF;
            }

            #left_nav ul li a {
                font-family: Arial, Helvetica, sans-serif;
                text-decoration: none;
                color: #FFF;
                margin-left: 10px;
            }

                #left_nav ul li a:hover {
                    color: #f4dd61;
                }

            #left_nav ul li:hover {
                background: #468abb;
            }

#middle {
    width: 729px;
    float: left;
    background: rgba(255, 255, 255, 0.91);
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 0px;
    margin: 0 0 0 11px;
    min-height: 575px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    font-size: .875em;
    line-height: 20px;
    box-sizing: border-box;
}

    #middle p {
        line-height: 1.5625em;
        margin-top: 0em;
        margin-bottom: 1.0625em;
    }

    #middle h1 {
        font-size: 1.3125em;
        color: #393838;
        margin-top: 7px;
        padding-bottom: 7px;
    }

#footer {
    clear: both;
    background: #004d84;
    padding-top: 5px;
    width: 100%;
    height: 80px;
    opacity: 0.85;
    left: 0;
    bottom: 0;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 25px -3px rgba(33,33,33,1);
    -moz-box-shadow: 0px 0px 25px -3px rgba(33,33,33,1);
    box-shadow: 0px 0px 25px -3px rgba(33,33,33,1);
}

    #footer .footer-table {
        width: 80%;
        margin: auto;
        margin-top: 10px;
    }

    #footer .footer-img {
        float: left;
        width: 16.66%;
        text-align: center;
        border: 0;
    }

#footer2 {
    width: 100%;
    background: #48a1dc;
    opacity: 0.80;
    height: 75px;
    margin-top: 0;
    padding: 0;
    text-align: center;
    clear: both;
}

    #footer2 .copyright {
        padding-top: 10px;
        font-size: .75em;
    }
