@charset "utf-8";
/* CSS Document */



#ConnectUs{
	float:left;
	width:178px;
}
#ConnectUs ul
{
    
}

#ConnectUs li
{
    height:30px;
	overflow:hidden;
}

#ConnectUs li a
{
	display:block;
	height:60px;
	background-repeat: no-repeat;
	width:179px;
}
#ConnectUs li a:hover
{
	margin-top:-30px;
}
.Express{background-image: url(../Images/GuestItem1.gif);}
.GuestBooks{background-image: url(../Images/GuestItem2.gif);}


#NewsTitle{
	float:left;
	width:178px;
}
#LeftContainer ul{
	float:left;
	width:178px;
}

#LeftContainer ul li{
	float:left;
	width:178px;
}

#LeftContainer #LeftMenu{
	margin-top:10px;
}

#LeftContainer #LeftMenu li{
	width:168px;
	padding-left:10px;
	margin-top:3px;
}




#ContentTitle{
	float:left;
	width:760px;
	height:38px;
	border-bottom:solid 1px #bdbdbd;
	line-height:1.8em;
	color:#494848;
}
#ContentTitle img{
	float:left;
	margin:12px 0 0 21px;
}

#ContentTitle span{
	float:right;
	margin-right:20px;
	color:#636363;
}

#Content{
	float:left;
	width:660px;
	padding:50px 50px;
	line-height:1.8em;
	color:#494848;
}
#SearchContainer{
	float:left;
	width:658px;
	border:solid 1px #dadada;
}

#SearchBar{
	float:left;
	width:612px;
	height:63px;
	margin:0 5px;
	padding:114px 0 0 38px;
	border-bottom:dotted 1px #999;
	background:url(../images/Search_bg.jpg) no-repeat 38px 20px;
}

#SearchBar .btnSearch{
	margin-bottom:-5px;
}

#SearchResult{
	float:left;
	width:632px;
	padding:40px 0 0 28px;
	background:url(../images/SearchResultTitle.gif) no-repeat 28px 18px;
}

#Summary{
	float:left;
	width:580px;
	height:106px;
	padding:22px 40px 0;
	background:url(../images/Summary_bg.gif) no-repeat 28px 30px;
	color:#F00;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	
}


