div#footer {
    clear: both;
    /* WIYBY 12.5 */
    padding-top:2.0em;
    /* WIYBY 12.5 */
    width:766px;
}
div#footer p.slogan {
    text-align:right;
    padding:0 10px 4px 0;
    margin:0 0 10px 0;    
    background-position:bottom left;
    background-repeat:no-repeat;
}
.default div#footer p.slogan {
    background-image:url(../../images/uwcms/bg_divider.png);        
}
div#footer p.logo {
    float:left;
    margin-left:10px;
    font-size:0.9em;    
    display:inline;
}
div#footer p.text {
    float:right;
    text-align:right;
    line-height:1.4em;
    font-size:0.9em;
    display:inline;
    margin-bottom:1.0em;
    padding-right:10px;
}
div#footer p a {
    text-decoration:underline;
}
div#footer p a:hover, 
div#footer p a:active, 
div#footer p a:focus {
    text-decoration:none;
}
p.hidden {
    position: absolute;
    left: -1000px;
}
