@charset "UTF-8";
/* CSS Document */
/* basic div definitions */
#realtorText {
	padding: 20px 30px;
}
#realtorText p {
	margin: 12px 0px;
}
#realtorPhotos {
	margin: 10px 50px 0px 50px;
	width: 650px;
	height: 280px;
	text-align: center;
}
#realtorPhotos img {
	padding: 0 10px;
}
#featurePhoto {
	width: 250px;
	height: 175px;
	float: left;
	margin: 0 10px 25px 10px;
}
#realtorCaptionRight {
	width: 250px;
	float: right;
	margin-right: 40px;
	font-size: 11px;
}
#realtorCaptionLeft {
	width: 250px;
	font-size: 11px;
	margin-left: 35px;
}

/* for divs on landing pages */
.landingLeft {
	width: 600px;
	height: 80px;
	margin-left: 100px;
	margin-bottom: 20px;
}
.landingRight {
	width: 600px;
	height: 80px;
	margin-left: 100px;
	text-align: right;
	margin-bottom: 20px;
}
/* link behaviors */
#realtors #container #main .landingLeft a,
#realtors #container #main .landingRight a {
	text-decoration: none;
}

