@charset "UTF-8";
/* CSS Document */

#property-view h3 {
	clear:both;
	margin-bottom:3px;
	margin-top:1.5em;
}

#property-view address {
	font-style:normal;
}

#property-images {
	overflow:hidden;
}
#property-images .main {
	float:left;
	position:relative;
	width:540px;
}
#property-images .property-image-holder {
	float:left;
	/**
	height: 336px;
	width: 525px;
	margin:0 30px 15px 0;
	**/
	margin: 0 0 15px 0;
	border:1px solid #bcbec0;
	background: url(images/throbber-blue.gif) center center no-repeat;

	overflow: hidden;
	min-height: 320px;
	min-width: 525px;
}
#property-images .property-image-holder img {
	margin-left:0px;
	float: left;
}
#property-images .property-image-type {
	/**
	position:absolute;
	top:350px;
	right:20px;
	**/
	float:right;
	margin-right: 20px;
}

#property-images .image-list {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	width:270px;
}
#property-images .image-set {
	/**
	float:left;
	height:120px;
	**/
	padding-left:18px;
	padding-bottom: 13px;
	display:inline-block;
	vertical-align: top;
	width: 112px;
}
#property-images .image-set img {
	border:1px solid #bcbec0;
	cursor:pointer;
}
#property-images .image-set span {
	font-size:.9em;
}

#property-view .property-left {
	float:left;
	margin-right:15px;
	width: 525px;
	overflow:auto;
}

#property-view .property-left ul {
	margin:0 0 2em; 
	padding-left:1.5em;
}
#property-view .property-left dl {
	margin-top:0;
	margin-bottom: 2em;
	overflow:auto;
}
#property-view .property-left dt,
#property-view .property-left dd {
	display:block;
	margin:0;
	padding:0;
	line-height:1.1em;
}
#property-view .property-left dd+dt {
	margin-top:1em;
}

#property-view .property-left .property-specifications dt {
	float:left;
	margin:3px 0;
	width:200px;
}
#property-view .property-left .property-specifications dd {
	float:left;
	margin:3px 0;
	width:250px;
}


#property-view .property-right {
	float:left;
	width:276px;
	text-align:right;
}
#property-view .property-right ul {
	margin:0;
	padding-left:0;
}
#property-view .property-right ul li {
	list-style:none;
}
#property-view .property-right h4 {
	clear:both;
	margin-top: .7em;
	margin-bottom:0px;
	font-weight:bold;
	color:#266B8E;
	text-align:right;
}
#property-view .property-right .offering-memo {
	margin-top: 20px;
	background: url('images/Offering_Memorandum_Button.png') right top no-repeat;
}
#property-view .property-right .offering-memo a {
	display: inline-block;
	width: 167px;
	height: 0;
	padding-top: 28px;
	overflow: hidden;
}



#property-view .property-full {
	width: 100%; 
	clear:both;
}
#property-view .property-full h4 {
	clear:both;
	margin-top: 0;
	margin-bottom:0px;
	font-weight:normal;
	color:#266B8E;
	font-size: .9em;
}

#property-view .property-full ul {
	margin:0 0 2em 0;
	padding:0;
	list-style:none;
	width: 100%;
	overflow:auto;
}
#property-view .property-full li {
	float:left;
	width: 250px;
	list-style-type:none;
}
#property-view .property-full dl {
	margin:0;
}
#property-view .property-full dd {
	margin-left: 1em;
}
#property-view .property-full dt {
	margin:0;
	padding:0;
}
