﻿.office {
	width: 178px;
	height: 197px;
	padding-top: 10px;
	/*border: 0px solid blue;*/
}
.float_left {
	float: left;
	padding-right: 27px;
	background: url(../../images/div_bg1.gif) no-repeat 100% 100%;
}
.float_right {
	float: right;
	padding-left: 27px;
	background: url(../../images/div_bg2.gif) no-repeat 0 100%;
}
.float_bot_left {
	float: left;
	padding-right: 27px;
	background: url(../../images/div_bg3.gif) no-repeat 100% 100%;
}
.float_bot_right {
	float: right;
	padding-left: 27px;
	background: none;
}



.office .flag {
	float: left;
	background: url(../../images/plaque_bg2.jpg) no-repeat 0 0;
	width: 169px;
	height: 128px;
	margin: 2px 21px 0 0;
	border: 0px solid red;
}
.office .flag img {
	margin: 7px;
	width: 155px;
	height: 114px;
}
.office .card-content {
	float: left;
	width: 169px;
	text-align: center;
	border: 0px solid blue;
}
.office .hdr {
	float: left;
	width: 100%;
	font-size: 11pt;
	margin: 2px 0;
	font-weight: bold;
	color: #565252;
	text-align: center;
}
.office .more {
	float: none;
	text-align: center;
	/*margin-right: 10px;*/
	background-position: right 6px;
	border: 0px solid red;
}
/*.office .txt {
	float: left;
	width: 155px;
	height: 45px;
	overflow: hidden;
	color: #565252;
	font-size: 9pt;
	border: 0px solid blue;
}
.office .txt p {
	color: #565252;
	font-size: 9pt;
}*/
