﻿/* Footer CSS */

#footer
{
    display: block;
    bottom: 0px;
    height: 60px;
    position: absolute;
    background-color: #242424;
}

#footer ul
{
    list-style-type: none;
    float: right;
    padding: 0px;
    margin: 0px;
    min-width:423px;
}

#footer li
{
    display: inline-block;
    float: left;
}

#footer a
{
    border-right: 1px solid #898989;
    display: block;
    height: 10px;
    font-family: "Arial Black" , Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #898989;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 9px;
    padding-top: 0px;
    padding-left: 7px;
    padding-right: 7px;
    margin-top: 7px;
}

#footer a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

#FooterLast a
{
    border: none;
    padding-right: 15px;
}

.FooterBand
{
    background-color: #FDF5CA;
    display: block;
    height: 30px;
    width: 100%;
}

.FooterLegal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #898989;
    float:left;
    padding-left:7px;
    padding-top:2px;
    width:470px;
}

