/*
-----------------------------------------------
getahome.org
Stylesheet: Content.css
Author:   Ben Glassman
Organization:	Vermont Design Works
Created: 10 May 2007
----------------------------------------------- */

@import url(content.css);

body {
	font: 8pt/1.8em Arial, Helvetica, sans-serif;
	margin: 0.5in;
	background: #FFF;
	color: #000;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Trebuchet MS', Arial, sans-serif; color: #52688A; }

a:link, a:visited { color: #52688A; }
a img { border: 0; }

#accessibility, #footer ul, #QE_Toolbar {
	display: none;
}

#container { position: relative; }

#navigation * { margin: 0; padding: 0; }
#navigation li, #navigation p, #navigation form { display: none; list-style: none; }

#navigation #nav_champlain-housing-trust {
	display: block;
	width: 191px;
	text-align: center;
	position: absolute;
	top: 130px;
	left: 0px;
}

#navigation #nav_champlain-housing-trust a {
	color: #000;
	text-decoration: none;
}

#masthead {
	border-bottom: 1px solid #CCC;
	margin-bottom: 1.8em;
	position: relative;
}

#tagline {
	font-size: 1.4em;
	font-style: italic;
	position: absolute;
	top: 60px;
	left: 250px;
}

#footer {
	border-top: 1px solid #CCC;
	margin-top: 0.9em;
	padding-top: 0.9em;
	clear: both;
}

#container, #content {
	background: #FFF;
	color: #000;
	width: auto;
	margin: 0;
	padding: 0;
	float: none;
}

a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

/*
Print Styles for Listings */

.listings {
	width: 7in;
/*	float: none;*/
	clear: left;
}

.listings li.listing {
	width: 7in;
	float: none;
	clear: left;
	page-break-inside: avoid;
}

div.listing {
	width: 487px;
}

#description {
	float: none;
}

#property_photographs {
	width: 300px;
}

#property_photographs .hasJS li {
	display: block;
	padding-bottom: 5px;
}

#property_photographs p {
	display: none;
}

.return_link {
	display: none;
}