/*Office and Prop Details Page*/

#officeInfo {
	background-color: #f3f3f3;
	padding:15px;
	height: 625px;
	border: 2px solid #d8d8d8;
}
#propInfo {
	background-color: #f3f3f3;
	padding:15px;
	height: 625px;
	border: 2px solid #d8d8d8;
}

#head {
	width:800px;
	height:40px;
}


.brokerImage {
	background-color: #E9E9E9; 
	border: 10px solid white; 
	float: left; 
	margin: 15px 0 0 4px; 
	padding: 10px; 
	width:410px;
	height:310px;
}

.brokerInfo {
	float:left; 
	margin:15px 0 0 25px;
	position:relative; 
	left:15px;
	/*background-color:red;*/
	height:350px;
	width:350px;
	font-size:12pt;
}

.brokerInfo a {
	text-decoration:none;
	color:#000000;
}


.linkDiv {
	border-bottom: 1px dashed #000;
	padding-bottom:3px;
}

.visitSite {
	float:right;
	padding-top: 30px;
}

#socialDiv {
	width:410px;
	height:155px;
	background-color:#FFFFFF;
	border: 2px solid #d8d8d8;
	margin-top:10px;
	margin-left:25px;
	padding:15px;

}

#socialDiv p {
	margin-bottom:5px;
}

#socialDiv a {

}

#properties {
	background-color:#FFFFFF;
	border: 2px solid #d8d8d8;
	height:350px;
	padding:15px;
	float:left;
}

h2 {
	color:#19166d;
}

.featuredProp {
	float:left;
	margin-right:30px;
	margin-top:10px;
	width:200px;
}

.propThumb {
	width:200px;
}

.propThumb img {
	width:198px;
	height:180px;
}

.titleBar {
	background-color:#d81921;
	height:15px;
	width:198px;
	color:#FFFFFF;
	text-align:center;
	text-transform:uppercase;
}

.titleBar p {
	font-weight:bold;
}

.shadow {
	box-shadow: 5px 5px 5px #888888;
}

.infoButton {	
	padding:2px;
	text-decoration:none;
	font-weight:bold;
}

.price {
	color: #000000;
    font-size: 9px;
    height: 15px;
    margin-top: 5px;
    padding-top: 5px;
}

#info {
	background-color: #b4b4b4;
	width:180px;
}

#info a {
	color:white;
	padding:2px;
}

#info img {
	position:relative;
	top:3px;
	left: 90px;
	height:15px;
}

.propListBtn {
	height:40px;
	width:300px;
	float:right;
	margin-top:15px;
}

.propListBtn a {
	color:#19166d;
	text-decoration:none;
	font-weight:bold;
	font-size: 16px;

}

.propListBtn a:hover {
	text-decoration:underline;
}

#salespersonInfo {
	background-color: #ebebeb;
	padding:15px;
	border: 2px solid #d8d8d8;
	float:left;
	width:960px;
}

#salespersonInfo p {
	margin-bottom: 20px;
}

.salespersonCard {
	box-shadow: 5px 5px 5px #888888;
	background-color:#FFFFFF;
	border: 5px solid #cccccc;
	width:400px;
	height:138px;
	float:left;
	margin-right:30px;
	margin-top:20px;
	padding:7px;
	margin-left:25px;
}

.salespersonlgarrow {
	position:relative;
	bottom:15px;
	right:15px;
	float:right;
}

.salespersonlgarrow img {
	width:50px;
}

.salespersonphotolg {
	float:left;
	margin-right:15px;
}

.salespersonphotolg img {
	border:1px solid #A2A2A2;
	width:86px;
}

.salespersonwebsitelink {
	position:relative;
	top:15px;
	left:80px;
}

.salespersonname {
	font-weight:bold;
}

.email {
	text-decoration: underline;
	color:#19166d;
}

.fb-like {
	
	margin-top:40px;

}

.propImg {
	border: 1px solid #ccc;
}


/*.brokerLinks {
	float:left; 
	margin-left:25px;
	text-align:center;

}

.linkDiv {
	border-top:  #000 dashed 1px; 
}

.brokerLinks div a {
	color:#000000;
	text-decoration:none;
	position:relative;
	top:4px;
}

.boxTitle{
	border-top:  #000 dashed 1px; 
}
*/
#socialLinks {
	float:left;
	margin-top:8px;
}


