<!--
@media all {
	#contact_cntnr {
		float: left;
		width: 100%;
		min-height: 500px;
		}
	#contact_info {
		float: left;
		width: 49%;
		margin-top: 100px;
		text-align: center;
		}
	#contact_image {
		float: left;
		width: 50%;
		margin-top: 40px;
		text-align: center;
		}
	div.contact_info {
		float: left;
		width: 100%;
		text-align: left;
		line-height: 170%;
		margin-top: 10px;
		}
	div.contact_label {
		float: left;
		width: 45%;
		padding-right: 4%;
		text-align: right;
		font-weight: bold;
		}
	div.contact_data {
		float: right;
		width: 50%;
		}
	#staff_cntnr {
		float: left;
		width: 100%;
		margin-top: 60px;
		}
	div.staff_contact {
		float: left;
		width: 33%;
		height: 120px;
		text-align: center;
		}
	div.contact_align {
		width: 230px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		}
	}
//-->
	
