#_footer {
    width: 100%;
    background-color: #455a85;
    text-align: left;
}


#_footer .body {
    width: 900px;
    height: 220px;
    margin: 0px auto;
}

#_footer .logo {
    padding: 5px;
    padding-top: 20px;
}

#_footer .logo .text {
    color: white;
    font-size: 12px;
    margin-left: 18px;
}

#_footer .menu_block {
    width: 100%;
    padding: 10px;
    margin-left: 8%;
}

#_footer .__col {
    color: white;
    width: 220px;
    float: left;
}

#_footer .__col .text15px {
    font-size: 15px;
    margin-left: 5px;
}

#_footer .__col .icon_sz {
    font-size: 18px;
    margin-left: 5px;
    width: 18px;
}

#_footer .__footer_menu {
    height: 18px;
    font-size: 15px;
    font-weight: bold;
    color: white;
}

#_footer .__col ul {
    width: 200px;
    font-size: 15px;
}

#_footer .__col li {
    list-style-type: disc;
}

#_footer ._copyright {
    color: white;
    text-align: center;
    background-color: #455a85;
    padding: 5px;
}

#_footer .border_line {
    clear: both;
    height: 1px;
    width: 100%;
    background-color: white;
    display: block;
}

#_footer a {
    text-decoration: none;
    color: white;
}

#_footer a:hover {
    color: #ffff66;
}

#google_footer_banner {
    padding: 10px;
}
