/* templates - keep structural elements namespaced and grouped together */

#home {
}

#home #home-main {
	width: 940px;
	height: 500px;
	background: cyan;
	display: inline; /* IE6 */
}

#home #home-main h1 {
	margin-top: 0;
}

#home #home-main #home-main-image {
	float: left;
	width: 400px;
	height: 214px;
	background: #fff;
}

#home #home-main #home-main-text {
	float: right;
	width: 540px;
	height: 214px;
	background: #fff;
}

#home #home-main #home-main-text h3 {
	color: #000;
	margin: 50px 0px 0px 0px;
	font-size: 23px;
	text-align: center;	
}

#home #home-main #home-main-text h3 a {
	color: #000;
	text-decoration: none;
}

#home #home-main #home-main-text h3 a:hover {
	background: #000;
	color: #fff;
	-moz-border-radius: 4px;
}

#home #home-panels {
	float: center;
	width: 925px;
	height: 287px;
	margin: 10px 0px 19px 12px;
	background: #fff url(/images/home-content-bg.jpg) top center no-repeat;
}

#home #home-panels .home-panel {
	float: left;
	width: 185px;
	height: 287px;
}

#home #home-panels .home-panel h3 {
	padding: 0;
	margin: 0;
}

#home #home-panels .home-panel h3 a {
	color: #f5c928;
	text-decoration: none;
	width: 152px;
	height: 140px;
	display: block;
	padding: 0px 0px 0px 25px;
}

#home #home-panels .home-panel ul {
	color: #fff;
	margin: 10px 0px 0px 30px;
	font-size: 1em;
	display: block;
}

#home #home-panels .home-panel ul li {
	margin: 0;
	padding: 0;
}

#home #home-panels .home-panel ul li a {
	text-decoration: none;
	color: #fff;
	margin: 0;

}

#home #home-panels .home-panel ul li a:hover {
	background: #fff;
	color: #000;
	-moz-border-radius: 4px;
	width: 145px;
}


#home #home-sidebar {
	float: right;
	width: 300px;
	min-height: 400px;
	display: inline; /* IE6 */
}

/* news latest?? */

#home #home-news {
}

#home #home-news .news-item {
	margin-top: 16px;
}

.news-index-image {
	width: 80px;
	height: 80px;
	float: right;
	margin-left: 16px;
}

.news-index-detail {
}

.news-index-item h3 {
	margin: 0;
}

.news-index-item p {
	margin-top: 4px;
}

#home ul, #index ul, #page ul {
	list-style: disc;
}
