@CHARSET "UTF-8";


/*****************content section********************/
#banner{
	width:100%;
	margin-top:13px;
}
.overview{
	width:800px;
	padding-left:275px;
	margin-bottom:30px;
}
.overview h2{
	padding:30px 0 15px 15px;
}
.item-box{
	padding:10px;
	position:relative;
	/* height:300px; */
}
.item-box span{
	display:inline-block;
	font-size:16px;
	padding:5px 5px 15px 0px;
	font-weight:600;
}
.item-box img{
	display:inline-block;
	width:385px;
	height:206px;
	float:right;
}
.item-box ul{
	display:inline-block;
	width:100%;
	padding:8px;
}
.item-box li{
	list-style-type:disc;
}
.item-box li a:link, a:visited, a:hover, a:active{
	/* text-decoration:underline; */
}
.item-box p{
	display:inline-block;
	padding:8px 0px;
	padding-right:30px;
	word-wrap:break-word;
}
.item-box table{
	width:780px;
	color:black;
	border-collapse:collapse;
}
.item-box table th{
	height:30px;
	color:white;
	background-color:#006699;
	text-align:left;
	font-weight:normal;
	padding-left:25px;
}
.item-box table .table-title{
	height:25px;
	/* border-bottom:1px solid #CCCCCC;
 */
	background-color:#CCCCCC;
}
.item-box table .table-title td{
	padding-left:8px;
}
/* .item-box table .table-content{
	border-bottom:1px solid #CCCCCC;
} */
.item-box table .table-content td{
	/* height:50px; */
	padding:8px;
	 /* background-color:#CCCCCC; */
}