#outer_footer p {
    font-size: 13px;
}

#outer_footer .left_col {
    float: left;
    width: 460px;
    margin-right: 40px;
}

#outer_footer .center_col {
    float: left;
    width: 210px;
}

#outer_footer .right_col {
    float: right;
    width: 210px;
}

#outer_footer h2 {
    font-size: 16px;
    margin-bottom: 12px;
}

#outer_footer ul {
    margin-left: 0px;
}

    #outer_footer ul li {
        list-style: none;
        padding: 4px 0;
        font-size: 13px;
    }
    
    #outer_footer ul li a {
        border: none;
    }
    
    #outer_footer ul li a span {
        border-bottom: 1px solid #89829a;
    }
    
    #outer_footer ul li a:hover span {
        border-bottom: 1px solid #fff;
    }    
    
    #outer_footer ul li img {
        vertical-align: middle        
    }

#outer_footer a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

#outer_footer a:hover {
    background: none;
}

#outer_footer p.bottom_line {
    font-size: 11px; 
    clear: both; 
    color: #aaa5b6; 
    border-top: 1px solid #5e5575;
    padding-top: 5px
}

#outer_footer p.bottom_line span a {
    color: #aaa5b6; 
    border-bottom: 1px solid #5e5575;
}

    #outer_footer p.bottom_line span a:hover {
        border-bottom: 1px solid #aaa5b6;
    }
    
#outer_footer p.bottom_line span {
    color: #5e5575;
}