@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;
	position:relative;

}
.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;
	width:100%;
	padding:8px 0px;

	word-wrap:break-word;
}
#step-icon{
	display:block;
	height:80px;
	width:60px;
	background-image:url(../img/icon1234.png);
	background-repeat:no-repeat;
	background-size:42px 320px;
	background-position:15px -7px;
	overflow:hidden;
}
