#mapMain {
	position: relative;
	width: 620px;
	line-height: 1.25em;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}
#mapMain #mapNorth{
	width: 220px;
	position: absolute;
	left: 20px;
	filter:alpha(opacity=75);-moz-opacity:0.75;
	top: 62px;
}
#mapMain #mapGov{
	width: 220px;
	position: absolute;
	top: 3px;
	filter:alpha(opacity=75);-moz-opacity:0.75;
	right: 3px;
}
#mapMain #mapSouth{
	width: 220px;
	position: absolute;
	filter:alpha(opacity=75);-moz-opacity:0.75;
	right: 41px;
	top: 495px;
}
#mapMain #mapNanmen{
	width: 220px;
	position: absolute;
	left: 6px;
	filter:alpha(opacity=75);-moz-opacity:0.75;
	top: 353px;
}


#mapMain .content{
	background-image: url(../../img/map_info_bg.gif);
	background-repeat: repeat-y;
	width: 220px;
	margin: 0px;
	padding: 0px;

}
#mapMain .content a:link, #mapMain .content a:visited{
	color: #003366;
	text-decoration: underline;
}
#mapMain .content a:hover{
	color: #0000CC;
}
#mapMain .content .title{
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 7px;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
}
#mapMain .content .title a:link, #mapMain .content .title a:visited, #mapMain .content .title a:hover{
	text-decoration: none;
	color: #333333;
}
#mapMain .content .data{
	margin-right: 10px;
	margin-left: 10px;
	width:200px;
	margin-top: 20px;
}
#mapMain #mapNorth .content .office{
	margin-right: 10px;
	margin-left: 10px;
	width:200px;
	/*height:80px;
	height:auto;
	min-height:50px;
	max-height:80px;
	overflow: auto;*/
}
#mapMain #mapGov .content .office{
	margin-right: 10px;
	margin-left: 10px;
	width:200px;
	/*overflow: auto;
	height:175px;
	height:auto;
	min-height:100px;
	max-height:175px;*/
}
#mapMain #mapGov .content .department{
	margin-right: 10px;
	margin-left: 10px;
	width:200px;
	/*overflow: auto;
	height:90px;
	height:auto;
	min-height:50px;
	max-height:90px;*/
}
#mapMain #mapSouth .content .office{
	margin-right: 10px;
	margin-left: 10px;
	width:200px;
	/*overflow: auto;
	height:80px;
	height:auto;
	min-height:30px;
	max-height:80px;*/
}

#mapMain #mapNanmen .content .office{
	margin-right: 10px;
	margin-left: 10px;
	width:200px;
	/*overflow: auto;
	height:145px;
	height:auto;
	min-height:100px;
	max-height:145px;*/
}
#mapMain #mapNanmen .content .department{
	margin-right: 10px;
	margin-left: 10px;
	width:200px;
	/*overflow: auto;
	height:90px;
	height:auto;
	min-height:50px;
	max-height:90px;*/
}

#mapMain .content .fontcolorGreen{
	color: #234747;
}
#showmap{
	width: 435px;
	line-height: 1.2em;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

#showmap table{
	border-collapse: collapse;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#showmap table td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#showmap .address{
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #EBEBEB;
	padding: 3px;
	text-align: center;
	color: #333333;
}


