.wcm-boxes { }
.wcm-boxes_image {
	float:right; 
	width:450px; 
	height:260px; 
	overflow:hidden; 
	display:block; 
}
.wcm-boxes_title {
	width:330px; 
	padding:15px 15px 5px 15px; 
	display:block; 
	float:left; 
	line-height:100%; 
	font-family:"Times New Roman", Times, serif; 
	font-size:24px; 
	color:#002b50;
}
.wcm-boxes_desc {
	float:left; 
	clear:left;
	width:310px; 
	display:block; 
	height:120px; 
	overflow:hidden; 
	font-size:15px; 
	font-family:"Times New Roman", Times, serif; 
	padding:10px 25px 15px 25px; 
}
.wcm-boxes a {
	text-decoration:none; 
	color:#002b50; 
}
.wcm-boxes_title a {
	text-decoration:none; 
	color:#002b50;
}
.wcm-boxes_title a:hover {
	text-decoration:underline;
}
.wcm-boxes_desc a {
	text-decoration:none; 
	color:#302b21;
}
.wcm-boxes_desc a:hover {
	text-decoration:none;
}

/* sample tabs navi */
.homepgnavi {
	width:260px; 
	padding:0px 15px; 
	height:16px;
	position:absolute; 
	margin:237px 0px 0px 0px;
}
ul.navi {
	list-style-type:none; 
	margin:0px;
}
ul.navi li {
	float:left;
	display:block;
	background:url(/images/bullets.png) no-repeat -43px 0px; 
	width:16px; 
	height:16px;
	cursor:pointer;
	margin-right:3px;
}
ul.navi li.current {
	float:left;
	display:block;
	background:url(/images/bullets.png) no-repeat 0px 0px; 
	width:16px; 
	height:16px;
	cursor:pointer; 
	margin-right:3px;
}
