/*slide box css starts*/



.hstrips{ float: left; width: 1160px;}



.hbtitlesl{float: left; width: 372px; margin-right: 20px; background-color: #c8e8e8; padding: 15px 0px; text-align: center;color: #593801; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 700;}

.hbtitlesr{float: right; width: 372px; background-color: #c8e8e8; padding: 15px 0px; text-align: center; color: #593801; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 700;}


.hstrips a{
	color: #ff7f19;
	font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 600;
	padding-bottom: 6px;
	margin-right: 10px;
	background-image: url(../imgs/universal/arrows/hm_arrow.png);
	background-repeat: no-repeat;
	background-position: 60% 15%;
	text-decoration: none;
	display: block;
	margin-left: 20px;
}

.hstrips a:hover{
	color: #000;
	background-image: url(../imgs/universal/arrows/hm_arrow_ov.png);
}

			
.boxgrid{
	width: 372px;
	height: 328px;
	float: left;
	overflow: hidden;
	position: relative;
	background-color: #f5f9eb;
}
			
.boxgrid img{
position: absolute;
top: 0;
border: 0;
}

.boxgrid p{
padding: 20px;font-family: Baskerville, "Palatino Linotype", Palatino, "serif"; font-size: 16px; line-height: 24px; color: #000;
}
				


.image_box{
	float: left;
	height: 328px;
	width: 372px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.image_boxr{
	float: right;
	height: 328px;
	width: 372px;
}
