#footer
{
    width: 926px;
    clear: both;
    position: relative;
    background: url('/images/general/footerTopBG.jpg') repeat-x left top;
    font-size: 11px;
    padding-top: 10px;
}
    #footer a
    {
    }
    #footer .links
    {
        float: left;
    }
        #footer .links li
        {
            float: left;
            background: none;
            padding: 0px;
        }
            #footer .links li a
            {
                margin: 0px 7px 0px 7px;
            }
        #footer .links li.sep
        {
            background-color: #7f7f7f;
            height: 9px;
            overflow: hidden;
            width: 1px;
            margin-top: 2px;
        }
    #footer .credits
    {
        clear: left;
        padding-left: 87px;
        float: left;
        width: 840px;
        padding-top: 45px;
        padding-bottom: 30px;
        background: url('/images/general/footerBG.jpg') repeat-x top left;
        color: #7f7f7f;
    }
    #footer .credit
    {
        float: left;
        width: 120px;
        height: 40px;
        padding-top: 10px;
        font-family: arial;
        font-size: 12px;
    }
        #footer .credit a
        {
            font-family: Rockwell;
            color: #7f7f7f;
            font-size: 12px;
        }
    #footer .copy
    {
        float: left;
        width: 125px;
        border-right: 1px solid #c9d2db;
        margin-right: 20px;
        height: 40px;
        padding-top: 10px;
    }
    #footer .logo-footer
    {
        width: 193px;
        border-right: 0 none;
    }
    #footer .print
    {
        background-image: url('/images/icons/print.gif') !important;
        background-repeat: no-repeat !important;
        background-position: top left !important;
        padding-left: 17px !important;
        padding-right: 10px !important;
        cursor: pointer;
        color: #034ea5;
    }
    #footer .rss
    {
        background-image: url('/images/icons/rss.gif') !important;
        background-repeat: no-repeat !important;
        background-position: top left !important;
        padding-left: 8px !important;
        margin-left: 10px;
    }
    
    #footer .links .rss:first-child
    {
        margin-left:0px !important;
    }
#footer-links
{
    width: 926px;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
    color: #7f7f7f;
    padding-bottom: 20px;
    padding-top: 5px;
}
    #footer-links a
    {
        color: #7f7f7f;
    } 