div#footer h3
{
    padding:17px;
    margin:0;
    font-size:16px;
    color:#663500;
}

div#footer div
{
    background-color:#e98e21;
    background-image:url('../images/backgrounds/background_module_footer.jpg');
    background-repeat:repeat-x;
    background-position:bottom;
}
div#footer div ul
{
    padding:0 20px 0 20px;
    list-style-type:none;
    margin:0 0 20px 0;
    float:left;
}
div#footer div ul.linkColumn
{
    border-right:1px solid #000000;
    min-height:98px;   
    height:auto !important;
    height:98px;         
}


div#footer div ul a
{
    color:#ffffff;
    text-decoration:none;
}
div#footer div ul a.bold
{
    color:#ffffff;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
}

#footer_terms
{
    text-align:right;
    color:#e98e21;
    font-size:0.85em;
    padding:0 0 10px 0;
}

#footer_terms a
{
    color:#005994;
    text-decoration:none;
    padding:0 8px 0 2px;
    background-image:url('../images/backgrounds/background_footer_link.jpg');
    background-repeat:no-repeat;
    background-position:right;
}
#footer_terms span
{
    padding:0 0 0 2px;
}

#footer_terms span a 
{
    color:#e98e21;
}
