@charset "utf-8";
/* CSS Document */

.awards {
}

.awards img { 
	width:80px;
	/*height:100px;*/
	display:block;
	padding-left:3px;
	border:2px solid silver;
}


.management #thumb {
	padding:3px;
	font-size:11px;
}

.management #thumb img {
	border:2px solid white;
	float:left;
	margin-right:3px;
	width:60px;
}

.management #thumb a:link, .management #thumb a:active, .management #thumb a:visited {
	text-decoration:none;
	border:1px solid none;
	color:white;
}

 
.branches {
	margin-bottom:20px;
	padding:3px;
	height:120px;
	text-align:left;
	display:block;
	font-size:94%;
	overflow:visible;
	border:1px solid gray;
}

.branches img {
	width:150px;
	height:100px;
	float:left;
	margin-right:3px;
	margin-top:3px;
	border:2px solid silver;
	padding:1px;
}

.branches strong {
	color:#9cbb59;
	font-size:110%;
}
