#body{
	width:100%;
	border-top:4px solid #255293;
}

#body .inner{
	width:1000px;
	margin:0px auto;
	padding:5px;
	height:100%;
	box-sizing:border-box;
}

#body .inner #address{
	font-size:12px;
	padding:15px;
	margin:20px 0px;
	width:400px;
	height:240px;
	background-color:#eff0f0;
	float:left;
	color:#023878;
	border-bottom:1px dotted #929393;
	box-sizing:border-box;
}

#body .inner #address h1{
	margin:0px;
	margin-bottom:20px;
	font-size:16px;
}

#body .inner #address p{
	text-align:justify;
	line-height:18px;
	height:50px;
}

#body .inner #address div.details{
	margin-top:50px;
	width:180px;
	padding:0px;
	height:60px;
	float:left;
	line-height:30px;
}

#body .inner #address div.details:last-child{
	line-height:20px;
	text-align:right;
}

#body .inner #address div.details i{
	color:#818181;
	font-size:14px;
	margin-right:10px;
}

#body .inner iframe{
	margin:20px 0px 20px 20px;
	border:none;
	width:540px;
	height:270px;
}

#body .inner #Print{
	width:100px;
	margin:0px auto 20px auto;
	height:35px;
}

#body .inner #Print a{
	float:left;
}

#body .inner #Print img:last-child{
	float:right;
	cursor:pointer;
}

#space{
	width:100%;
	height:30px;
	background-color:#f49718;
	border-top:15px solid #00609a;
}

@media only screen and (max-width:1000px){
	#body .inner{ width:100%; }
	#body .inner #address{
		width:100%;
		padding:10px 5px;
	}
	
	#body .inner iframe{
		width:100%;
		margin-left:0px;
	}
}