@charset "utf-8";
/* CSS Document */
/* $Id: eServ_footer.css,v 1.4 2017/01/19 14:20:52 zliu Exp $ */

/****************** footer styles **********************************/
#footer {
	bottom: 0;
	padding: 0;
	background: #e3e3e3;
	text-align: center;
	font-size: .8em;
	color: #666666;
	clear: both;
	width: 100%;
	height: 100%;
	color: black;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
}

#footer #footerLogo {
	width: 260px;
	height: 40px;
	background: url(../images/themes/default/footer_equivant_logo.gif);
	position: absolute;
	left: 5px;
	margin: 0;
	display: inline-block;
}

#footerContent {
	width: 500px;
	display: inline-block;
}

#footerCompliance {
	width: 150px;
	right: 5px;
	padding-top: 18px;
	position: absolute;
	display: inline-block;
}

.buttonCentered {
	margin-left: 125px;
}