/* This is the stylesheet for printable pages, like the printable brochure or printable floorplan */

body {
	background: none;
	text-align: center;
	margin: 10px 0 0 0;
}

@media print {
	body {
		margin: 0px;
	}
}

#root {
	text-align: left;
	width: 6.5in;
	margin: 0 auto;
}

#floatContainer {
	background: none;
}

p {
	line-height: 150%;
}

h1 {
	display: none;
}

h2, h3, hr {
	color: #123476;
	margin-top: 0;
}

h3 {
	padding-top: 0;
}

h4 {
	margin-bottom: 0;
}

ul {
	line-height: 200%;
	margin: 3px 0 0 0;
	padding: 0;
}

li {
	float: none;
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../images/list-bullet.gif) no-repeat 0 9px;
	list-style: none;
}

img, a img, a:hover img { border: 1px; }

#printHeader {
	width: 6.7in;
	border-bottom: 1px solid #998877;
	float: left;
	height: 112px;
	position: relative;
	padding: 0 0 .1in 0;
	margin-bottom: 10px;
}

*html #printHeader {
	padding-bottom: 12px;
}

#mainLogo {
	float: left;
}

#printHeader #officeHours {
	position: absolute;
	left: 4.1in;
	bottom: 20px;
}

#printHeader #propertyAddress {
	position: absolute;
	left: 3.1in;
	bottom: 8px;
}

#printHeader #printButtonContainer {
	position: absolute;
	right: 0;
	bottom: 8px;
}

#contentArea { width: auto; }

#contentContainer {
	float: left;
	margin: 0;
	padding-bottom: 10px;
	width: 6.5in;
}

#contentContainer, #floatContainer {
	width: 6.7in;
	background: none;
}

*html #contentContainer {
	margin-top: 18px;
}

#mainLogo { width: auto; height: auto; background: none; margin: 0; padding: 0; float: left; }

a#venterraLogo:link, a#venterraLogo:visited {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	float: left;
}


.threeColumn {
	width: 2.5in;
	margin: 0 0 .2in .2in;
	float: left;
}

.fourColumn {
	width: 3.5in;
	margin: 0 0 .2in .2in;
	float: left;
}

*html .threeColumn, *html .fourColumn {
	margin: 0 0 15px 14px;
}

.sevenColumn {
	width: 6.5in;
	margin: 0 0 0 0;
}

tr {
	height:  20px;
}

ul#floorplanFeatures {
	width: 3.9in;
	float: left;
}

ul#floorplanFeatures li {
	width: 1.8in;
}

img.mapImage {
	margin: 0;
}

table#floorplans {
	border-collapse: collapse;
	width: 3.5in;
	font-size: 10px;
	margin: 0;
}

table#floorplans thead td {
	border-bottom: 1px solid #000;
	color: #123476;
	font-weight: bold;
}

a.printButton {
	position: absolute;
	width: 71px;
	height: 24px;
	bottom: 0px;
	right: 0;
	background: url(../images/button_print.jpg) no-repeat;
}

a.printButton:hover, a.printButton:active {
	background-position: 1px 1px;
}

#printFooter {
	float: left;
	border-top: 1px solid #998877;
	position: relative;
	width: 6.5in;
	height: 46px;
}

#logo_maac {
	position: absolute;
	left: 0;
	bottom: 4px;
}

#logo_fairhousing {
	position: absolute;
	right: 0;
	bottom: 0;
}