

#footer {
    display: inline;
    float: left;
    width: 100%;
}

.footer_top {
    background-color: #066280;
    color: #ddd;
    display: inline;
    float: left;
    padding: 10px 30px 8px;
    width: 100%;
}

.footer_widget {
    display: inline;
    float: left;
    width: 100%;
    min-height: 310px;
}

    .footer_widget > h2 {
        border-bottom: 3px solid #666;
        font-family: Oswald,arial,Georgia,serif;
        font-size: 16px;
        padding: 10px 0;
        text-transform: uppercase;
    }



.footer_bottom {
    float: left;
    display: inline;
    width: 100%;
    padding: 5px 21px;
    background-color: #0b96c3;
    color: #ccc;
}
