@charset "utf-8";
/* CSS Document */
@import url(global.css);
@import url(public.css);

#maplogo{
	margin:20px auto;
	}
#mapcontent{
	width:950px;
	margin:0 auto;
	line-height:25px;
	text-align:center;
	padding:5px 0;
    overflow:auto
	}
#mapcontent .mapleft{
	float:left;
	width:250px;
	padding:0 33px;
	text-align:left;
    height: 840px;
	}
#mapcontent .mapright{
	float:left;
	width:250px;
	padding:0 33px;
	text-align:left;
	border-left:1px dotted #ccc;
    height: 840px;
	}
#mapcontent h1{
	background-image:url(../../img/home/images/mapbg_06.jpg);
	background-repeat: no-repeat;
	font-size:12pt;
	padding-left:15px;
	font-weight: 100;
	height:30px;
	color:#fff;
	font-weight:bold;
	margin-bottom:8px;
	}
#mapcontent ul{
	margin-bottom:25px;
	margin-top:5px;
	color:#666;
	}
#mapcontent li{
	list-style: inside square; 
	line-height:20px;
	padding-left:15px;
	font-size:9pt;
	margin:3px 0;
	}
#mapcontent a{
	color:#0044dd;
	text-decoration: underline;
	}
#mapcontent a:hover{
	color:#ff5500;
	text-decoration: underline;
	}
#mapcontent p{
	border-bottom:1px solid #ff5500;
	width:220px;
	font-size:11pt;
	padding-left:15px;
	margin-bottom:10px;
	}

