@charset "utf-8";
/* CSS Document */

.footerTable {
}

.footerTopRow {
	background-image: url('/images/divers/top_footer.png');
	background-repeat:no-repeat;
	line-height: 8px;
}

.footerBottomRow {
	background-image: url('/images/divers/bottom_footer.png');
	background-repeat:no-repeat;
	line-height: 8px;
}

.footerAddr {
	background-color: #E7E5E5;
	padding-left:20px;
	font-size: 18px;
	font-weight: bold;
	color: #737272;
}
.footerAddr a, .footerAddr a:visited {
	font-size: 18px;
	font-weight: bold;
	color: #737272;
	text-transform: none;
}

.footerSocial img{
	margin-top:20px;
	margin-right:15px;
}

.footerSitemap {
	background-color: #E7E5E5;
	padding-left: 52px;
	padding-top: 10px;
}
.footerSitemap, .footerSitemap a, .footerSitemap a:visited{
	font-size: 10px;
	font-weight: regular;
	color: #737272;
	text-transform: none;
}

.footerPromo {
	background-color: #E7E5E5;
}

.footerBlank {
	background-color:#F3F2F2;
	width:1px;
}
