
body{
	background: #fff;
	margin: 15px auto;
	font-family: verdana;
	font-size: 11px;
	text-align: center;
	margin-bottom: 20px;
}
a:link, a:active, a:visited{
	text-decoration: none; 
	color: #000000;
}
a:hover{
	text-decoration: underline;
}
img{
	border: none;
}

/* Property Details*/
#property{
	width: 555px;
	margin: 20px 0 0 15px;
	padding: 0 10px 10px 10px;
	font-size: 10px;
	text-align:left;
}
#property h1{
	width: 400px;
	height: 30px;
	background: url(../../../assets/images/eraLogo.jpg) no-repeat;
	margin: 5px 0 0 0;
	padding: 5px 0 0 35px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
}


.propSpecs{
	width: 545px;
	float: left;
}
.propSpecsLeft{
	border-right: 1px solid #cccccc;
	width: 250px;
	margin-top: 22px;
	float: left;
	text-align:left;
}
.propSpecsRight{
	width: 285px;
	float: left;
	margin-top: 10px;
	padding-left: 9px;
	padding-top: 35px;
}

.propPics{
	width: 395px;
	height: 315px;
	font-size: 1px;
	float: left;
}
.propPics .mainPic{ 

	border: 4px solid white;
	margin-bottom: 10px;
	max-width: 390px;
 	max-height: 300px;
  	width: expression(this.height < this.width && this.width  > 390 ? "390px" : true);
  	height: expression(this.height > this.width && this.height > 300 ? "300px" : true);
	float: left;
}

.mainPicShadow{
	float: left;
	padding: 0 10px 5px 0;
	*padding: 0 10px 10px 0;
	background: url(../../../assets/images/lgShadow2.jpg) bottom right no-repeat;
	margin: 15px 0 0 55px;
}

.propPics img{
	border: 1px solid #ccc;
}
.propertyImages{
	width: 560px;
	height: 320px;	
}

.gallerycontainer{
	text-align:center;
	float: left;
	width: 150px;
}
.thumbShadow{
	background: url(../../../assets/images/thumbShadow.jpg) bottom right no-repeat;
	height: 102px;
	width: 134px;
}
.border{
	border: 4px solid white;
	float:left;
	overflow: hidden;
	width: 120px;
	height: 89px;
}
.borderSm{
	border: 4px solid white;
	float:left;
	overflow: hidden;
	width: 66px;
	height: 46px;
}
.gallerycontainer .thumbs{
	
	width: 120px;
	margin: 0;
}
.thumbShadowSm{
	background: url(../../../assets/images/tinyShadow.jpg) bottom right no-repeat;
	height: 58px;
	width: 75px;
	float: left;
	margin: 2px 0 2px 0;
	overflow: hidden;
}
.gallerycontainer .thumbsSm{
	border: 2px solid white;
	width: 66px;
	margin: 0;
	float: left;
	
}
#agencyBox{
	floaT: left;
	width: 193px;
	height:auto;
	margin-top: 8px;
	padding-top: 2px;
	padding-left: 10px;
	color: #565656;
	border: 1px solid #b1b1b1;
	background: #ebebeb;
}
#agencyBox h1{
	width: auto;
	height: 30px;
	background: url(../../../assets/images/eraLogo.jpg) no-repeat;
	margin: 5px 0 0 0;
	padding: 5px 0 0 35px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}
.agentIcon{
	margin: 0 0 5px 0;
}
.agencyContact{
	color: black;
	font-size: 10px;
}
.agencyContact a:link, .agencyContact a:active, .agencyContact a:visited{
	color: #565656;
}
#agencyLinks{
	font-size: 10px;
	color: #565656;
	margin: 0 0 10px 0;
}
#agencyLinks a{
	text-decoration:underline;
}
.agencyPlus{
	margin: 3px 0 3px 0;
}
.agencyPlus a{
	color: #565656;
	text-decoration: underline;
}
.propSpecs a{
	color:#164bc7;
	text-decoration:underline;
}
