@charset "utf-8";
/* CSS Document */

/****************** 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: 3px;
	position: absolute;
	display: inline-block;
}

.buttonCentered {
	margin-left: 125px;
}