/* CSS Document */
#footer{
width:100%;
margin:0 auto;
padding:0px;
background:#294694;
height:80px;

}
#footer .footer{
width: 950px;
margin:auto;
height:80px;
}

.footer-top{
float:left;
padding-top:10px;
color:#ffffff;
font-family:Tahoma;
font-size:11px;
text-decoration:none;
font-weight:normal;
width:950px;
line-height:18px;
text-transform:none;
text-align:center;
}

.footer-top a {
color:#ffffff;
font-family:Tahoma;
font-size:11px;
text-decoration:none;
font-weight:normal;
text-transform:none;
}

.footer-top a:hover{
color:#77BBEB;
font-family:Tahoma;
font-size:11px;
text-decoration:none;
font-weight:normal;
text-transform:none;
}