/* CSS print styles go here */

/* Don't Display */

#header-tagline, #menu, #listing_gallery-wrapper p, #listing_footer, #footer .menu, #attribution, #print_flyer {
	display: none;
}
/* Layout */

* {
	margin:0;
	padding:0;
	border:0;
}

body {
	background:#fff;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
}

#container {
	margin:0 5%;
}

#header {
	height:150px;
	overflow:hidden;
}

#header-heading {
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	font-size:16pt;
	color:#999;
	font-weight:normal;
}

#content-heading {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20pt;
	margin-bottom:.25em;
}

#listing_gallery-wrapper {
	border-top: solid #000 2px;
	border-left: solid #000 2px;
	border-right: solid #000 2px;
	width:400px;
	float:left;
	padding:10px;
	margin:0 25px 0 0;
}

#listing_image {
	max-height:300px;
	overflow:hidden;
}

#listing_gallery {
	text-align:center;
	height:270px;
	overflow:hidden;
}

.lightbox {
	float:left;
	text-align:center;
	width:33%;
	height:120px;
	margin-top:15px;
}

.listing_address {
	font-weight:bold;
	margin-bottom:.5em;
	width:350px;
	float:right;
	border-bottom: solid 2px #000;
}

#listing_info {
	margin-bottom:.5em;
	width:350px;
	float:right;
	clear:right;
}

#listing_desc {
	width:350px;
	float:right;
	clear:right;
}

#listing_map_container {
	clear:left;
	float:left;
	width:400px;
	padding:0 10px 10px 10px;
	text-align:center;
	border-bottom: solid #000 2px;
	border-left: solid #000 2px;
	border-right: solid #000 2px;
}

.clear {
	clear:none;
	display:none;
}

#footer {
	text-align:center;
	clear:both;
	width:450px;
	float:left;
	position:absolute;
	top:1150px;
}

#footer-info {
	font-size:16pt;
	margin-bottom:.5em;
}

#copyright {
	font-size:12pt;
}
