/* --------------------------------------------------------------------- */
/* Footer
/* --------------------------------------------------------------------- */
#footer {
    background-position: left top;
    background-repeat: repeat-x;
    background-image: url(/site/images/footer/footer_bar.png);
    min-height: 50px;
    width: 792px;
    margin: 30px auto;
    padding-top: 30px; 
    font-size: 14px;
    color: #404042;
}

#footer .content {
    float: right;
    text-align: right;
}

#footer .links {
    padding-bottom: 6px;
} 

#footer .links .divider {
    padding: 0px 10px 0px 10px;
} 

#footer .links a, #footer .links a:link, #footer .links a:visited, #footer .links a:active {
    text-decoration: none;
    color: #777777;
    font-size: 14px;
    font-weight: bold;
}

#footer .links a:hover {
    text-decoration: underline;
}