@CHARSET "UTF-8";


/*****************content section********************/
#banner{
	width:100%;
	margin-top:13px;
}
.overview{
	width:800px;
	padding-left:275px;
}
.overview h2{
	padding:30px 0 15px 15px;
}
.item-box{
	padding:10px;
	margin-top:15px;
	position:relative;

	line-height:1.6em;
}
.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:300px;
	padding:8px;
	padding-left:20px;

}
.item-box li{
	list-style-type:disc;
	padding-bottom:8px;

	line-height:1.6em;
}
.item-box li a:link, a:visited, a:hover, a:active{
	/* text-decoration:underline; */
}
.item-box p{
	display:inline-block;
	width:350px;
	padding:8px 0px;

	word-wrap:break-word;
}
