  /*****************/
 /* footer linkes */
/*****************/
#SOLfooterLinks {
    font-size: 0.96em;
}

#SOLfooterLinks ul,
#SOLfooterLinks li,
#SOLfooterLinks img {
    float: left;
}

#SOLfooterLinks img {
    margin: .24em 0 0;               /* to vertically align width the text */
}

#SOLfooterLinks ul li ul li {
    border-right: 1px solid #bf1222;
    padding: 0 .4em;
}
#SOLfooterLinks li ul.strong li {
    border-right-color: #800000;
}
#SOLfooterLinks li.last {
    border: none;
}

#SOLfooterLinks li.spacer {
    padding: 0 .7em;           /* plus .4em padding on the img ~ 11px total */
}

#SOLfooterLinks * {
    color: #bf1222;
}
#SOLfooterLinks a:link {
    color: #800000;
}
#SOLfooterLinks a:visited {
    color: #800000;
}
#SOLfooterLinks a.int:hover {             /* must include this or '#footerLink a:link' overrides 'a.int:hover' */
    color: #bf1222;
}





