@charset "utf-8";
/* CSS Document */



/*
 * Home page
 */
#content_home {
	float: left;
	margin-top: 10px;
}

#content_home h2 {
	border-bottom: 1px solid #d6d6d6;
	font-size: .9em;
	padding: 0 0 5px;
	color: #88836a;
	text-transform: uppercase;
}

#content_home .column_left {
	float: left;
	width: 500px;
	margin-right: 10px;
}

#content_home .column_right {
	float: right;
	width: 250px;
}




/*
 * About view
 */
#main .realtor_profile { clear: both;}
#main .realtor_picture { float: left;}
#main .realtor_contact {
	float: left;
	height: 150px;
	width:425px;
	margin-left: 10px;
	padding-left: 10px;
	background-color: #F5F4EF;
}
#main .realtor_contact h4 { margin: 5px 2px 2px 2px;}
#main .realtor_contact dt, dd { line-height: 1.3;}
#main .realtor_contact dd { font-weight: 600;}


/*
 * Realtor views
 */
.realtors .realtor {
	float: left;
	margin: 5px 10px 10px 10px;
	text-align: center;
	background-color: #F5F4EF;
}
.realtors .realtor img {
	margin: 10px 18px 0px 18px;
	border: 1px solid black;
}
.realtors .realtor .display_as, .realtors .realtor .title {
	color: #666;
	font-size: 0.7em;
}
.realtors .realtor .display_as {
	font-size: 0.7em;
	font-weight: 600;
}
.realtors .realtor .contact a {	font-size: 0.7em;}
