/* CSS Document */

#content_office {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
}
.sub_title {
	width: 100%;
	height: auto;
	float: left;
	background-color:#F0F6E5;
	border-left:8px solid #9DCA89;
	margin-bottom:20px;
	text-align:left;
	box-sizing: border-box;
}
.sub_title h3 {
	padding: 5px 5px 5px 5px;
	margin: 0px;
	float: left;
	color: #666;
	font-weight: bold;
	font-size: 16px;
	box-sizing: border-box;
}
.box_table {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	height: auto;
	float: left;	
	box-sizing: border-box;	
	margin-bottom:20px;		
	font-size:14px;
	text-align:left;
}
.left1{	
	width:100% !important;
	margin:10px 0px;	
	text-align:center;	
}
.left1 div{	
	width:100% !important;		
}
.img_left_right{
	width:200px !important;
	height:auto !important;		
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.right1{	
	width:100%;	
}
.alg_cen{
	text-align:center !important;
}

.text-center{
	text-align:center;
	}