
#footerWrapper { 
	text-align: center; clear: both;
	background: url("../images/footer/bg_gradient.gif") 0% 0% repeat-x;
    width: 100%;
    bottom: 0;
}

#footer { 
	margin: 0 auto; padding: 15px 0 0 0; width: 960px; height: 87px; 
	text-align: left; font-size: 1.1em;
}


.footer_links { 
	height: 32px; margin: 0 0 0 5px;
    width: 79%;
    position: relative;
    display: inline-block;
}
.copyright {
    width: 20%;
    float: right;
    position: relative;
    display: inline-block;
    color: #fff;
    margin-top: 10px;
    font-size: 13px;
}
.social ul li{
    list-style: none;
    display: inline-block;
    height: 30px;
    margin: 10px 5px 5px 5px;
    width: 30px;
}
.social ul li a {
    width: 0;
    color: transparent;
}
.social ul li:first-of-type{
    background: url("../images/footer/footer-social-1.png") 0% 0% no-repeat;
}
.social ul li:last-of-type{
    background: url("../images/footer/footer-social-2.png") 0% 0% no-repeat;
}
.footer_links ul { list-style: none; float: left; margin: 7px 30px 0 0; }
.footer_links li { 
    float: left; 
    padding: 0 10px; 
    border-right: 1px solid #fff; 
}
.footer_links li:first-of-type {
    padding-left: 0;
}
.footer_links li:last-of-type {
    border-right: 0; 
}
.footer_links li a, .footer_links li a:visited { 
    color: #ffffff; 
    font-size: 13px; 
    text-decoration: none;
    border-bottom: 1px solid #7788a2;
}  
.footer_links li a:hover { color: #ffffff; }
.footer_links .divisor { display: none; }

.footer_print {  }
.footer_print a, .footer_print a:visited { 
	display: block; width: 92px; height: 18px; margin: 7px 5px 0 0; padding: 0 0 0 8px; float: left;
	color: #fff; font-weight: bold; text-decoration: none; line-height: 16px;
	background: url("../images/footer/bg_print.gif") 0% 0% no-repeat; font-size: 13px;
}

.footer_font a, .footer_font a:visited { 
	display: block; width: 23px; height: 18px; margin: 7px 0 0 0; padding: 0; float: left;
	text-align: center; font-weight: bold; color: #fff; text-decoration: none; line-height: 16px;
	background: url("../images/footer/bg_font.gif") 0% 0% no-repeat;  
}
.footer_font a.font_dec, .footer_font a.font_dec:visited { margin-right: 5px;  }
.footer_font a.font_inc, .footer_font a.font_inc:visited { }

.footer_cont, .footer_cont:visited { 
	float: right; position: relative; right: 10px; padding: 0 30px 10px 0;
	background: url("../images/footer/ico_continuum.gif") 100% 0% no-repeat; font-size: 13px;
	color: #bfbfbf; text-decoration: none; 
} 
.footer_cont:hover { color: #333; }  
.footer_cont em { font-style: normal; text-decoration: underline; }  

