/* overwrite a wider space for the map
==================*/
#content {
	width: 100%;
	padding-top: 0;
	background-image: none;
	margin: 0;
	border: 0;
}
#column1,
#column2 {
	clear: right;
	display: block;
	width: 292px;
	float: right;
	height: auto;
	min-height: 0;
	font-size: 12px;
	color: #3c3c3c;
}
#column1Content > DIV,
#column2Content > DIV {
	background: url(../../pics/columnBg.gif) #fff repeat-y left top;
	padding: 16px;
	border: 1px #e0e0e0 solid;
	margin-bottom: 4px;
}
.subnav,
.mainText {
	display: none;
}


/* propertyTopLinks
====================*/
.propertyTopLinks {
	height: 41px;
	border-top: 1px #383839 solid;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
}
.backLink {
	line-height: 40px;
	padding-left: 15px;
}
.propertyMapLink {
	width: 160px;
	height: 25px;
	position: absolute;
	top: 5px;
	left: 430px;
}
.propertyMapLink A {
	display: inline-block;
	padding: 0 0 0 10px;
	height: 22px;
	line-height: 22px;
	background: url(pics/buttonLeft.gif) no-repeat left top;
	color: #010101;
}
.propertyMapLink A SPAN {
	display: inline-block;
	padding: 0 10px 0 0;
	height: 22px;
	background: url(pics/buttonRight.gif) no-repeat right top;
	cursor: pointer;
}
.propertyMapLink A:hover {
	text-decoration: none;
}
.propertyMapLink A:hover SPAN {
	text-decoration: underline;
}
.printLink {
	display: none;
}


/* propertyInfoImages
====================*/
.propertyInfoImages {
	padding: 0px 0 0 0;
	overflow: hidden;
	margin: -3px -3px 0 -3px;
}
.propertyInfoImages TABLE TD {
	vertical-align: top;
}
.propertyInfoImageLarge {
	overflow: hidden;
	padding: 0 2px 0px 0;
	width: 672px;
}
.propertyInfoImageLargeHolder {
	position: relative;
	width: 672px;
}
.propertyInfoImageSmallContainerCell {
	background: #f4f4f4;
	padding: 5px;
	border-top: 1px #e0e0e0 solid;
	border-bottom: 1px #e0e0e0 solid;
}
.propertyInfoImageSmallContainer {
	width: 282px;
	height: 100px;
	overflow: visible;
}
HTML > BODY .propertyInfoImageSmallContainer {
	min-height: 100px;
	height: auto;
	overflow: hidden;
}
.propertyInfoImageSmall {
	width: 128px;
	height: 74px;
	padding: 4px;
	text-align: center;
	float: left;
	margin: 1px;
}
.propertyInfoImageSmall A IMG {
	border: 0;
}
.propertyFloorPlan {
	clear: left;
	padding: 15px 0 0 15px;
}


/* Big picture
================*/
#bp .bp-mask {
	background: #000 !important;
	filter: alpha(opacity=70) !important;
	-moz-opacity: 0.71 !important;
	-khtml-opacity: 0.71 !important;
	opacity: 0.71 !important;
}