	.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: 109px;
		border-radius:10px;
		padding-top:35px;
		text-align:center;
		vertical-align:center;
		width:100px;
	}
	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;
	}