@charset "utf-8";

@media print {

body {
	background:none;
	}


.container {
	width:650px;
	border:none;
	}
	
.header {
	border-bottom:1px solid #ccc;
	}

.header p.corporate-logo {
	position:absolute;
	left:414px;
	top:39px;
	width:215px;
	height:19px;
	line-height:19px;
	margin:0;
	padding:0;
	}
	
.header p.contact-info {
	position:absolute;
	left:362px;
	top:8px;
	width:266px;
	height:18px;
	line-height:18px;
	margin:0;
	padding:0;
	}
	
.properties .property .property-header {
	background:none;
	color:#333;
	font-size:1.5em;
	font-weight:bold;
	border-bottom:3px double #99cc00;
	margin-bottom:1em;
	}
	
.properties .property .property-header td.property-header-control {
	display:none;
	}
	
.properties .property .property-body {
	border:none;
	padding:0;
	}
	
.footer p.copyright {
	background:none;
	border-top:1px solid #ccc;
	padding-top:5px;
	color:#666;
	}

.properties .property .property-body .data2 th.cell01 {width:70px;}
.properties .property .property-body .data2 td.cell02 {width:520px;}
.properties .property .property-body .data2 td.cell03 {width:290px;}
.properties .property .property-body .data2 th.cell04 {width:70px;}
.properties .property .property-body .data2 td.cell05 {width:120px;}

.properties .property .property-body .data2 tr.printMap {
	display:none;
	}



/*
----------------------------------------
HIDE ELEMENTS
----------------------------------------
*/

.header h2.tagline,
.global-nav,
.topic-path,
.photo-gallery-container,
.property-control,
.th-btn-detail,
.td-btn-detail,
.foot-note,
.footer-nav,
.utility-nav {
	display:none;
	}
	
}
