.top_banner{
	width:1680px; height:591px;
	margin:0 auto;
}

.contact{
	width:1330px;
	margin:0 auto;
	text-align:center;
	margin-bottom:30px;
	min-height:400px;
}
.contact .ltxt{
	font-size:30px; font-weight:bold;
	margin-top:20%; margin-bottom:30px;
	width:100%; text-align:center;
}
.contact hr.grey{
	width:100%;
	background-color:#d5d5d5;
	margin-top:10px; margin-bottom:30px;
}
.contact table{
	font-size:14px; font-weight:normal;
	margin:0 auto;
	width:200px; text-align:left;
}
.contact table td{
	height:30px;
}

@media (max-width: 1679px) {
	.top_banner{
		width:100%; height:auto;
		margin:0 auto;
	}
	.top_banner img{
		width:100%; 
	}
	
	.contact{
		width:970px;
	}
	.contact .ltxt{
		font-size:28px;
	}
	.contact table{
		width:200px;
		font-size:14px;
	}
}
@media (max-width: 1023px) {
	.top_section .progress_graphic{
		width:283px; height:75px;
		margin-bottom:20px;
	}
	
	.contact{
		width:750px;
		min-height:250px;
	}
	.contact .ltxt{
		font-size:26px;
	}
	.contact table{
		width:200px;
		font-size:14px;
	}
}
@media (max-width: 767px) {
	.top_section .progress_graphic{
		width:226px; height:60px;
		margin-bottom:20px;
	}
	.top_section .ltxt{
		font-size:22px;
	}
	
	.contact{
		width:320px;
		min-height:200px;
	}
	.contact .ltxt{
		font-size:22px;
	}
	.contact table{
		width:200px;
		font-size:14px;
	}
}