@import 'layout.css';
@import 'controls.css';

body {
	font-family: "Verdana", "Arial";
	font-size: 10pt;
	margin: 0;
	padding: 0;
	color: #4f4f4f;
	background: white url('/img/shadow.png') 1400px 0 repeat-y;
}

h1, h2, h3 {
	color: #004485;
	font-family: "Georgia", "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
}

h1 {
	color: #004485;
	position: absolute;
	z-index: 10;
	left: 220px;
	top: 104px;
	height: 40px;
	margin: 0;
}

h1 {
	font-size: 19pt;
}

h2 {
	font-size: 17pt;
}

h3 {
	font-size: 11pt;
}

a {
	color: #5475ca;
	text-decoration: none;
}

a:hover {
	color: #f00;
}

img {
	border: none;
}

.evo {
	position: relative;
	display: block;
	float: right;
	top: 7px;
	right: 3px;
	width: 34px;
	height: 34px;
	background: url('/img/evo-logo-2.png') 100% no-repeat;
}

.evo:hover {
	background: url('/img/evo-logo-1.png') 0 no-repeat;
}

.row {
	overflow: hidden;
	border: 1px solid white;
	margin-bottom: 15px;
}

#news_block {
	float: right;
	width: 200px;
	margin: 0 0 10px 20px;
	padding: 0 0 15px 0;
}

#news_block p, #news_block span, #news_block a {
	font-size: 8pt;
}

#news_block span {
	font-weight: bold;
}

#news_block * {
	text-align: left ! important;
}

#news_block h2 {
	text-align: right ! important;
}

#news_block p {
	margin: 4px 0 12px 0;
	color: #667;
	font-size: 8pt ! important;
}

#titles {
	font-size: 9pt;
}

#titles div {
	font-family: "Arial";
	font-style: italic;
	margin-bottom: 8px;
}

#titles .gild {
	vertical-align: middle;
	height: 38px;
	margin-left: 8px;
	padding: 5px 0 0 52px;
	background: url('/img/realtors-icon.png') no-repeat left center;
}

#titles .assoc {
	height: 44px;
	padding: 10px 0 0 60px;
	background: url('/img/realtors-assoc-icon.png') no-repeat left center;
}

#titles .trade {
	margin-left: 5px;
	padding: 0 0 0 55px;
	background: url('/img/trade.png') no-repeat left center;
}

#titles .cert {
	margin-left: 4px;
	height: 46px;
	padding: 0 0 0 56px;
	background: url('/img/cert.png') no-repeat left center;
}

#main img {
	border: none;
}

#main p {
	text-align: justify;
}

.realty-block {
	margin-bottom: 20px;
	overflow: hidden;
}

.realty-block .body {
	padding: 5px 15px 5px 15px;
	background-color: #f8f8f8;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	overflow: hidden;
}

* html .realty-block .body {
	height: 1%;
}

.realty-block .r1, .r1 {
	height: 1px;
	margin: 0 5px;
	background-color: #eaeaea;
	overflow: hidden;
}

.realty-block .r2, .r2 {
	height: 1px;
	margin: 0 3px;
	background-color: #f8f8f8;
	border-left: 2px solid #eaeaea;
	border-right: 2px solid #eaeaea;
	overflow: hidden;
}

.realty-block .r3, .r3 {
	height: 1px;
	margin: 0 2px;
	background-color: #f8f8f8;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	overflow: hidden;
}

.realty-block .r4, .r4 {
	height: 2px;
	margin: 0 1px;
	background-color: #f8f8f8;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	overflow: hidden;
}

.r1, .r2, .r3, .r4 {
	font-size: 1px;
}

.realty-block .realty-icon {
	float: left;
}

.realty-block .realty-title {
	text-decoration: none;
	float: left;
	display: block;
	font-size: 15pt;
	margin: 40px 0 0 20px;
}

