
/* ============================================
Usage examples:
<div class="MapCol">
	<h4 class="MC1"></h4>
	<ul class="ULStyle2 MC4">
		<li class="NoSymbol"></li>
		<li></li>
	</ul>
</div>
============================================ */
#Content {
	width: 1000px;
	padding-top: 20px;
	padding-bottom: 20px;	
	margin:0 auto;
}
#Content h1{
	text-align: center;
}
.BorderLine {
	border-left: 1px dashed #DDDDDD;
	border-right: 1px dashed #DDDDDD;
}
.MapCol {
	float: left;
	width: 215px;
	padding-left:10px;
	padding-right: 20px;
	text-align:left;
}
h2 {
	clear: both;
	padding: 4px 0px 4px 8px;
	font-weight: normal;
	font-size:12pt;
	background: url(../../../images/index/index/mapbg.gif) no-repeat;
}
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color:#000;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h3 {
	border-bottom:1px solid #FF5500;	
	font-size:10pt;
	font-weight:bold;
	color: #666666;
	margin-top:10px;
	margin-left: 16px;
	width:204px;
}
.MapCol UL {
	padding: 2px 0;
	margin-top: 3px;
	padding-left: 15px;
	margin-bottom: 10px;
}
.MapCol LI {
	line-height:20px;
}
.MapCol UL LI {
	background: transparent url(../../../images/index/public/global/dian.gif) no-repeat left center;
	margin-left:8px;
	padding-left:8px;
	list-style: none;
	font-size: 13px;
}
.MapCol UL LI.NoSymbol {
	background:none;
	margin-left:4px;
	padding-left:0;
}
.MC1 { background-color:#336699;}
.MC2 { background-color:#339966;}
.MC3 { background-color:#AA1002;}
.MC4 { background-color:#DDAD08;}
.MC5 { background-color:#D8E4F1;}
.MC6 { background-color:#D8F1E4;}
.MC7 { background-color:#F1E4D8;}
.MC8 { background-color:#FDF3D0;}
.MC10 { background-color:#CCD5B7;}
.MC9 { background-color:#666633}

.MapCol dl {
	margin-top: 4px;
	margin-left: 8px;
	width:97%;
}
.MapCol dl dt {
	clear: both;
	background:transparent url(../../../images/index/public/global/dian.gif) no-repeat 18px center;
	line-height:16px;
	cursor:pointer;
	margin-top:4px;
	display:block;
	text-align:left;
	color:#0000BB;
}
.MapCol dl dt.Folder2 {
	background:transparent url(../../../images/index/public/global/folder2.gif) no-repeat 18px center;
}
.MapCol dl dt strong {
	font-size:9pt;
	font-weight:normal;
	padding-left: 30px;
	text-align:justify;
}
.MapCol dl dd {
	margin-left:6px;
}
.MapCol dl ul {
	clear: both;
	margin:0;
	text-align:left;
	padding:0pt 0pt 0pt 10px;
}
.MapCol dl li {
	float: left;
	width: 20%;
	background:transparent url(../../../images/index/public/global/07.gif) no-repeat 0px 5px;
	line-height:20px;
	font-size:10pt;
	padding-left:8px;
}
.MapCol dl li a {
	display:block;
	width:100%;
	text-decoration:none;
	font-size:9pt;
}
.MapCol dl li a:link, .MapCol dl a:hover, .MapCol dl li a:visited {
	text-decoration: none;
}

