#footer-navigation-wrapper
{
    background-image: url(images/footer/footer-navigation-wrapper.gif);
    background-repeat: repeat-x;
}

#footer-navigation
{
    width: 780px;
    height: 135px;
    /*background-image: url(images/footer/footer-navigation.jpg);*/
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 15px;
    padding-left: 15px;
    font-family: 'Trebuchet MS';
}

.footer-navigation-group
{
    float: left;
}

.footer-navigation-title
{
    font-weight: bold;
    color: #4d4d4d;
    margin-bottom: 10px;
    font-size: 12px;
}

.footer-navigation-links
{
}

    .footer-navigation-links ul
    {
        float: left;
        margin-right: 20px;
    }

    .footer-navigation-links li
    {
        background-image: url(images/footer/footer-navigation-item.gif);
        background-repeat: no-repeat;
        background-position-y: 2px;
        margin-bottom: 6px;
        padding-left: 10px;
        font-size: 11px;
    }

    .footer-navigation-links a
    {
        color: #4d4d4d;
    }

#footer-social
{
    height: 30px;
    background-image: url(images/footer/footer-social.gif);
    background-repeat: repeat-x;
    padding-top: 10px;
}

    #footer-social a
    {
        margin-right: 10px;
    }

#footer-contact
{
    font-family: 'Trebuchet MS';
    font-size: 10px;
    color: #666666;
    padding-top: 10px;
    padding-left: 15px;
    line-height: 1.3;
    padding-bottom:10px;
}
