.footer {
	height: 155px;
	width: 978px;
	clear: both;
	background-color: #f2f2f2;
	background-image: url('/assets/images/generic/backgrounds/footerFade.png');
	background-repeat: repeat-X;
	background-position: bottom left;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	margin-bottom: 10px;
	bottom: 0;
}
.footer .footerTop{
	clear: both;
	height: 100px;
	color: #333333;
}
.footer H5{
	font-weight: bold;
}
.footer A{
	color: #374f9b;
}
.footer A:hover{
	text-decoration: underline;
}
.footer .footerTop .footerTopLeft{
	width: 280px;
	float: left;
}
.footer .footerTop .footerTopLeft .padder{
	padding: 10px;
}
.footer .footerTop .footerTopMid{
	width: 200px;
	float: left;
}
.footer .footerTop .footerTopMid .padder{
	padding: 10px;
}
.footer .footerTop .footerTopRight{
	width: 496px;
	float: left;
}
.footer .footerTop .footerTopRight .padder{
	padding: 10px;
}
.footer .footerTop .footerTopRight .padder UL LI{
	width: 119px;
	float: left;
}
.footer .footerBottom{
	clear: both;
	height: 100px;
	color: #333333;
}
.footer .footerBottom .footerBottomLeft{
	width: 230px;
	float: left;
}
.footer .footerBottom .footerBottomLeft .padder{
	padding: 10px;
}
.footer .footerBottom .footerBottomMid{
	width: 515px;
	float: left;
	font-size: 7pt;
	text-align: center;
}
.footer .footerBottom .footerBottomMid .padder{
	padding: 10px;
}
.footer .footerBottom .footerBottomRight{
	width: 230px;
	text-align: right;
	float: left;
}
.footer .footerBottom .footerBottomRight .padder{
	padding: 10px;
}
