#homeList a:link { text-decoration:none; color:#306E9E; }
#homeList a:visited { text-decoration:none; color:#306E9E; }
#homeList a:hover { text-decoration:none; color:#ACACAC; }
#homeList a:active { text-decoration:none; color:#306E9E; }
#homeList a:focus { text-decoration:none; color:#ACACAC; }


#homeList {
	height: 280px;
}

#homeList li {
	float:left;
	display: inline;
	width:25%;
	height: 100%;
}


#homeList li a {
	padding-top: 30px;
	display:block;
	height:250px;
	width: 100%;
	background-image: url("../img/home/homeListBgLeft.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: hand;
}

#homeList li a:hover {
	background-position: -245px 0px;
}

#homeList li.border a {
	background-image: url("../img/home/homeListBg.png");
}

#homeList li h2 {
	margin: 0px auto 2px auto;
	width: 200px;
	padding: 0px 0px 0px 15px;
	font-size: 18px;
	color: #306E9E;
	/*letter-spacing: 1px;*/
	font-weight: normal;
}

#homeList li p {
	margin: 0px auto 0px auto;
	padding: 10px 20px 0px 15px;
	width: 180px;
	height: 157px;
	font-size: 13px;
	line-height: 18px;
}

#homeList img.more {
	width: 	32px;
	height: 32px;
	display: block;
	margin: 12px auto 0px auto;
}

#homeList li.news {
	float:left;
	display: inline;
	background: urL("../img/home/homeListShadowhomeListShadow.png");
	background-repeat: no-repeat;
}

#homeList li.news h2 {
	margin: 28px 0px 0px 10px;
	width:50px;
	float: left;
	display: inline;
}

#homeList li.news h2 a {
	font-size: 18px;
	padding-top: 0px;
	display: inline;
	background: none;
}

#homeList li.news div {
	margin: 0px;
	padding: 0px;
}

#homeList li.news div div {
	margin: 28px 0px 0px 80px;
	float:left;
	display: inline;
	width: 60px;
	height: 22px;
}

#homeList li.news div div p {
	padding:0px;
	margin:1px 0px 0px 0px;
	font-size: 15px;
	float:left;
	display: inline;
	width: 45px;
	height: 20px;
	background:none;
	text-align:center;
	color: #ADADAD;
}

#homeList li.news div div a {
	padding:0px;
	margin:5px 0px 0px 0px;
	width: 7px;
	height: 9px;
	float:left;
	display: inline;
	background:none;
	font-size: 11px;
}

#homeList li.news div div a.prev {
	text-indent: -100px;
	overflow: hidden;
	background-image: url("../img/arrowPrev.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#homeList li.news div div a.prev:hover {
	background-position: 0px -21px;
}

#homeList li.news div div a.next {
	text-indent: -100px;
	overflow: hidden;
	background-image: url("../img/arrowNext.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#homeList li.news div div a.next:hover {
	background-position: 0px -21px;
}


#homeList li.news #newsListContainer {
	position:relative;
	margin: 3px 0px 0px 25px;
	padding: 7px 0px 0px 0px;
	border-width: 1px 0px 0px 0px;
	width: 190px;
	overflow:hidden;
	border-style: solid;
	border-color: #DCDCDC;
	background:none;
}
#homeList li.news ul {
	position:relative;
	width: 2000px;
	display:block;
	float:left;
	height: 210px;
}

#homeList li.news ul li {
	float:left;
	display: inline;
	background: none;
	width: 190px;	
}

#homeList li.news ul li span {
	font-size: 13px;
}

#homeList li.news ul li h3 {
	font-size: 13px;
	font-weight: bold;
}

#homeList li.news ul li p {
	padding: 0px;
	margin: 5px 0px 0px 0px;
	font-size: 13px;
	background: none;
	width: 180px;
	height: auto;
}

#newsListContainer ul li a {
	padding: 0px 0 0 0px;
	margin: 0px;
	width: auto;
	height: auto;
	display: inline;
	font-weight: bold;
	background: none;
}