.footer{
	border-top: 3px solid #007084;
	width: 100%;
	margin-top: 40px;
	padding-top: 30px;
	
}

.footer .footBox p{
	font-size: 12px;
	text-align: center;
}

.footer .footBox div{
	text-align: center;
	margin-top: 15px;
}

.footer .footBox div a{
	color: #000;
}

.footer .footBox div a span{
	margin: 0 20px;
}

.copyright{
	margin-top: 30px;
	text-align: center;
	background: #e6e6e6;
	font-size: 12px;
	padding: 5px 0;
}