/* Three Column Content */

#three-column {
	overflow: hidden;
	padding:0px;
	margin: 0 auto;

}
#three-column h2{
	font-size: 1.1em;
	color: #333;
	text-align: center;
}
#three-column .tbox1 {
	float: left;
	max-width: 30%;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	

}


#three-column .tbox2 {
	float: left;
	width: 230px;
	margin-top: 0px;
}

#three-column .tbox3 {
	float: left;
	width: 220px;
	margin-top: 0px;
	margin-left: 10px
}


.box-style {
	background: #FFFFFF;
	text-align: center;
	font-size:1em;
	/*line-height: 1.6em;*/
}


.box-style h5 {
	font-size: 18px;
	color: #2D2D2D;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.box-style .image {
	width: 170px;
	display: block;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
	margin-bottom: auto;

}

.box-style .arrow {
}

.box-style .content {
	overflow: hidden;
	width: 200px;
	background-color: #F7F0EA;
	padding: 10px;
	margin: 10px auto;
}
@media screen and (max-width: 700px) {
	#three-column .tbox1 {
	float: none;
	min-width: 90%;
	margin:0 auto;
	box-sizing: border-box;}
	
	#three-column .tbox3 {
	float: none;
	min-width: 90%;
	margin:0 auto;
	box-sizing: border-box;}
}
	
	#three-column2 .tbox2 {
	float: none;
	width:100%;
	margin:0 auto;}
	
	#three-column3 .tbox3 {
	float: none;
	width: 100%;}
	
	.box-style .content {
	width: 100%;
	margin:10px auto;
	box-sizing: border-box;
}
	
	#three-column p {
	margin-left:0;
	text-align: LEFT;
}
}
.box-style .content p1em{
	font-size:1em;
	line-height: 1em;
	
}

.divider {
	overflow: hidden;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center top;
	border-top-style: dotted;
	border-top-color: #CCC;
}
