#footerHome {
	margin: 0 auto;
	width: 700px;
}
#footerHome #footerNav {
	width: 700px;
	margin: 0 auto;
	clear: both;
	line-height: .8em;
	font-size: .8em;
	font-family: Arial, Helvetica, Sans-serif;
	color: #fff;
	padding: 40px 0 0 0;
	text-align: center;
}
#footerHome #footerNav li {
	display: inline;
	padding: 5px;
	line-height: .8em;
	border-right: 1px solid #d2d2d2;
}
#footerHome #footerNav a:link, #footerHome #footerNav a:visited, #footerHome #footerNav a:visited:hover{
	color: #fff;
	text-decoration: none;
}
#footerHome #footerNav a:hover, #footerHome #footerNav a:visited:hover {
	color: #fff;
	text-decoration: underline;
}
.noPipe {
	border-right: 0 !important;
}