/* Footer */
#footer {
    width:auto;
    height:13em;
    background-color: #efefef;
    color: #555;
    font-size: 1em;
    text-align:center;
    margin-top:1.5em;
    _float:left; /* IE6 */
    _width:960px; /* IE6 */
}
#footer-content{
    height:13em;
    _float:left; /* IE6 */
    _width:960px; /* IE6 */
}
div#footer a{
    color: #555;
    font-size: 0.90em;
    line-height: 1.34;
}
div#footer a:hover{
    color:#222;
}
.footer-col{
    float: left;
    width:19.5%;
    margin-left: 5%;
    margin-top: 1.5em;
    min-height:10.4em;
    _margin-left: 4%;/* IE6 */
}
.footer-col ul{
    text-align:left;
    line-height:116%;
}
.footer-col h3{ /* Footer Columns Title  */
    font-weight:bold;
    font-size:94%;
    color:#333;
    text-transform:uppercase;
    margin-bottom:.5em;
    text-align:left;
    padding:0;
}
/* Copyright Text  */
.copyright {
    clear: both;
    position:relative;
    bottom: 10px;
    text-align:center;
    color: #222;
    font-size: 86%;
}
#footer .copyright a{
    color: #555;
    font-size: 100%;
}
