@charset "utf-8";
/* CSS Document */
.fine_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}
.c_thumb {
	background-color: #FFF;
	padding: 2px;
	height: 120px;
	width: 180px;
	border: 1px solid #999;
	float: left;
	margin-right: 8px;
	margin-left: 8px;
}
.p_thumb {
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #999;
}
a:link {
	color: #515A1D;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #515A1D;
}
a:hover {
	text-decoration: none;
	color: #515A1D;
}
a:active {
	text-decoration: underline;
	color: #515A1D;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.style2 {
	font-size: 16px;
	font-style: italic;
	color:#000000;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color:#333333;
}
body {
	background-image: url(images/site_bg.jpg);
	background-color:#2c1a10;
	background-repeat: repeat-x;
	background-position:top
}
.hidden {
	display:none;
}
.thumb {
	width:160px;
	height:160px;
	margin:20px;
	float:left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #515A1D;
}
.thumb:hover {
	text-decoration:none;
}
.thumb img{
	background:#FFF;
	border:2px solid #fff;
	-moz-box-shadow:1px 1px 3px #999;
	-webkit-box-shadow:1px 1px 3px #999;
	margin-bottom:4px;
}
.thumb img:hover{
	border:2px solid #fff;
	-moz-box-shadow:1px 1px 4px #333;
	-webkit-box-shadow:1px 1px 4px #333;
}
.img_brokerage {
	position:absolute;
	top:600px;
}
.img_development {
	position:absolute;
	top:600px;
}
