/* Footer Styles */

#footerBLACK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 84px;
	background-color: #000;
	color: #fff;
	text-align: center;
	clear: both;
}
#footerBLACKhome {
	width: 951px;
	height: 84px;
}

#footerBLACK a:link, #footerBLACK a:active, #footerBLACK a:visited {
	color: #fff;
	text-decoration: none;
}

#footerBLACK a:hover {
	color: #fff;
	text-decoration: underline;
}

#footerBLACK ul  {
	list-style-type: none;
	padding: 25px 0px 5px 0px;
	margin: 0;
}

#footerBLACK ul li {
	display: inline;
	padding: 0px 6px;
	border-left: 1px solid #fff;
}

#footerBLACK ul li.first {
	display: inline;
	padding: 0px 6px 0px 0px;
	border-left: none;
}

#footerBLACKShadow {
	background-image: url(/homepage/images/home/bottom_shadow.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 962px;
	height: 15px;
}
