#cobrand_footer {
clear: both; /* must clear both to ensure footer stays at the bottom of the page */
background-color: #FFFFFF;
text-align: center;
padding: 0;
margin: 0;
}

 

/*******
=footer
Description: Styles for everything in the footer.
*******/
.cobrand_footerContent {
font: 10px verdana, helvetica, arial, sans-serif;
line-height: 18px;
}

 

#cobrand_footer .cobrand_footerCityLinks ul li{
display: block; /* override ul li inline footer effect: see global.css */
line-height: 18px;
}

 

#cobrand_topFooterLinks {
border-top: 1px solid #CFCFCF; /* Place the grey dividing line between the body and the footer */
}

 

#cobrand_footer ul {
color: #6b6b6b;
line-height: 18px;
padding: 0;
margin: 0;
}

 

#cobrand_footer ul li {
padding: 0;
margin: 0;
display: inline;
}

 

#cobrand_footer a:link {
font: 10px verdana, helvetica, arial, sans-serif;
color: #969696;
border-bottom: 1px solid #969696;
text-decoration:none;
}

 

#cobrand_footer a:hover {
font: 10px verdana, helvetica, arial, sans-serif;
color: #222222;
border-bottom: 1px solid #222222;
text-decoration:none;
}

 

#cobrand_footer a:visited {
font: 10px verdana, helvetica, arial, sans-serif;
color: #999999;
text-decoration: none;
border-bottom: 1px solid #999999;
line-height: 18px;
}

 

#cobrand_footer .cobrand_footerEm a:link{
font: 10px verdana, helvetica, arial, sans-serif;
color: #0480c7;
text-decoration: none;
border-bottom: 1px solid #1b8dce;
line-height: 18px;
}

 

#cobrand_footer .cobrand_footerEm a:hover{
font: 10px verdana, helvetica, arial, sans-serif;
color: #46aee9;
text-decoration: none;
border-bottom: 1px solid #46aee9;
line-height: 18px;
}

 

#cobrand_footer .cobrand_footerEm a:visited{
font: 10px verdana, helvetica, arial, sans-serif;
color: #0480c7;
text-decoration: none;
border-bottom: 1px solid #1b8dce;
line-height: 18px;
}

