#agencyHolder{
	clear: both;
	width: 100%;
	height:auto;
	margin-top: 25px;
	margin-bottom: 50px;
}
.agencyBox{
	color:#000000;
	text-align:left;
	width: 100%;
	height: 100%;
	margin: 15px;
	padding: 10px;
	overflow:hidden;
}
.agencyContact a:link, .agencyContact a:active, .agencyContact a:visited{
	color:#000000;
}
#agencyLinks{
	float: left;
	margin:0;
}
.agencyPlus{
	width: 193px;
	height: auto;
	background: #fff;
	margin: 2px 0 5px 0;
	padding: 1px 0 2px 0;
	color: black;
}
.agencyPlus a{
	display: block;
	background: url(../images/plus.jpg) no-repeat;
	width: 175px;
	height: auto;
	margin: 2px 0 0 5px;
	padding: 0 0 0 17px;	
	color: black;
}
.agencyPlus a:hover{
	text-decoration: underline;
}
/*Search Results*/
#searchResultsLeft{
	float: left;
	width: 250px;
}
.propDetails{
	float: left;
	width: 500px;
	margin-left:10px;
	
}
.propPics{
	margin-top: 15px;
	width: 100%;
	height:auto;
	float: right;
}
.bottom{
	clear: both;
	width: 735px;
	margin: 25px 0 0 0;
}
.propDescription{
	width: 350px;
	float: left;
}
/*Agent Page*/
.brokerHolder{
	float: left;
	margin-top: 10px;
}
.brokerInfo{
	margin-left: 10px;
	width: 500px;
	text-align: left;
	background: #f0f0f0;
	padding: 15px;
	float: left;
}
.plus{
	border-bottom: 1px dashed #b1b1b1;
	padding: 5px;
}
.agencyLinks{
	margin-top: 10px;
	float: left;
	width: 250px;
	text-align: center;
}
#agencyFeaturedListings{
	padding-top: 15px;
	float: left;
	width: 795px;
}
.agencyFeaturedBox{
	width: 150px;
	border: 1px solid #b1b1b1;
	float: left;
	margin-right: 6px;
	height: 233px;
}
.agencyFeaturedImage{
	margin: 5px 0 0 13px;
}
.agencyFeaturedText{
	width: 130px;
	padding: 10px;
	float: left;
	height: 97px;
}
.agencyFeaturedPrice{
	width: 130px;
	padding: 10px;
	float: left;
	font-weight: bold;
}
.brokerInfo h1{
	font-size: 13px;
	font-weight: bold;
	color: #8c0b0b;
	background: url(../images/h1.jpg) left no-repeat;
	padding: 0 0 0 12px;
	margin: 0;
}
.brokerProfile{
	width: 450px;
	float: left;
	margin-left: 15px;
	margin-bottom: 25px;
	overflow:hidden; /* -- To prevent agencies breaking the overall layout. -- */
}

.joinForm{
	background: #253894 url(../images/joinFormBack.jpg) repeat-x;
	color: #fff;
	padding: 1px 0 8px 15px;	
}
.joinForm .button{
	padding: 2px;
	width: 200px;
	height: 20px;
	text-align: center;
	background: url(../images/searchButton.jpg) bottom no-repeat;
	margin-top: 8px;
	margin-bottom: 20px;
}
.form{
	float: left;
	width: 236px;
	margin: 0px 0 25px 25px;
	
}
.joinFormTop{
	background: url(../images/joinFormTop.jpg) no-repeat;
	color: #fff;
	height: 20px;
	padding: 20px 0 0 12px;
	font-weight: bold;
}
.vcard{
	background: #fff;
	height: 18px;
	padding-top: 3px;
}
.vcard a{
	display: block;
	background: url(../images/plus.jpg) no-repeat;
	width: 175px;
	height: auto;
	margin: 2px 0 0 5px;
	padding: 0 0 0 15px;	
	color: black;
}