<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---- Contact Us ----- */
.contact_outer {
	border-bottom:1px dashed #ccc;
	line-height:25px;
	padding:10px;
	}
.map_box {
	background-position:center center;
	border:1px solid #ccc;
	color:#aaa;
	float:left;
	height:130px;
	border-radius:10px;
	padding-top:35px;
	text-align:center;
	vertical-align:center;
	width:130px;
	}
a.map_box:hover {
	border:1px solid green;
	}
.address_box {
	float:left;
	padding:0 10px;
	width:400px;
	}
.address_box .loc_name {
	color:#E62B22;
	font-weight:bold;
	}</pre></body></html>