﻿ .footer-menu{
        display:inline-block;float:left;text-align:left;margin:0 15px;
}
.footer-menu ul li{
    list-style:none;
}
.footer-content{
    max-width:1024px;
    width:100%;
    color:black !important;
    margin:0 auto;
}     
.footer-poweredby, .footer-disclaimer, .footer-wrapper{
    width:100%;
    float:left;
    text-align: center;
    margin:10px 0;
}
img.footer-logo{
    max-width:600px;
    width:100%;
    height:auto;
}
.footer-poweredby-wrapper{
    max-width:1024px;
    width:100%;    
    margin:0 auto;
	display:none;
}
.footer-container{
    width:100%;
    float:left;
    background: #e0e0e0;
}

.footer-menu h3{
    color: #1565c0;
    text-shadow: 0px 0px 0px #000;
    font-size: 15px;
    padding: 20px 0 10px 0;
}