#contactus.content_box {
	top: 215px;
	left: 102px;
	width: 1000px;
	height: 500px;
	margin-top: -90px;
}

.contact_wrap {
	box-sizing: border-box;
	padding: 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.contact_wrap *,
.contact_wrap *:before,
.contact_wrap *:after {
	box-sizing: inherit;
}

.contact_header {
	margin: 15px 50px 15px 50px;
	font-size: 24px;
	font-weight: bold;
}

.contact_info {
	display: flex;
	width: 100%;
	justify-content: space-around;
	justify-content: space-evenly;
}

.contact_info a,
.contact_info a:active,
.contact_info a:visited {
	text-decoration: inherit;
	color: inherit;
}
.contact_info a:hover,
.contact_info a:hover:active,
.contact_info a:hover:visited {
	color: #484848;
}

.contact_department {
	font-size: 18px;
	font-weight: bold;
	color: #e31a20;
}

.contact_employee {
	margin-top: 10px;
	padding-left: 16px;
}
.contact_employee > * {
	margin-bottom: 1px;
}

.contact_name {
	font-size: 16px;
	font-weight: bold;
}

.contact_telephone::before,
.contact_cellphone::before {
	content: "P";
	display: inline-block;
	float: left;
	padding-top: 1px;
	margin-left: -14px;
	width: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #e31a20;
}
.contact_telephone::before {
	content: "T";
}
.contact_cellphone::before {
	content: "C";
}

.contact_fax {
	margin-top: 6px;
	padding-top: 12px;
	padding-left: 16px;
}
.contact_fax .contact_fax_label {
	display: inline-block;
	float: left;
	padding-top: 1px;
	margin-left: -28px;
	width: 24px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #e31a20;
}

.contact_image {
	position: relative;
	width: 100%;
	height: auto;
}
.contact_image img {
	position: absolute;
	display: block;
	width: auto;
	height: 214px;
	margin-top: 43px;
	margin-left: 2px;
}