/* Footer CSS Only
-----------------------------------------
	- Only footer classes in this file
	
---------------------------------------*/

.footerAlt {
	background-image: url(../images/footer/footer-alt.jpg);
	background-repeat: no-repeat;
	background-color: #f8fbf0;
	bottom: -8px;
	color: white;
	font-size: 12px;
	height: 47px;
	padding-top: 93px;
	margin: 0 auto;
	padding-left: 30px;
	position: relative;
	top: -5px;
	width: 942px; /* width (-) minus padding of 11px; */
}

.footerAltLeft {
	float: left;
}

.floatRight {
	float: right;
	padding-right: 30px;
}

.footerAltLeft a:link, a:active, a:visited {
	color: white;
}

.footerAltLeft a:hover {
	color: #dddddd;
}