@charset "utf-8";
/* CSS Document */

/*-----------------------------------------*/
/*-----------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background: white;
	color: black;
	font-size: 11pt;
	margin: 0;
	padding: 0;
}
#nav, #lng, #skipnav, #estate-imagery, #spotlight, form, #interested, #copy, #mini, #contact .info {
	display: none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
h1 {
	font-size: 22pt;
	border-bottom: 2px solid #ddd;
	height: auto;
	line-height: 36pt;
}	
h2 {
	font-size: 18pt;
	line-height: 24pt;
	}
h3 {
	font-size: 16pt;
	line-height: 20pt;
	}	
#header h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	height: 48pt;
	line-height: 48pt;
}
dl {
	width: 100%;
	display: block;
	float: left;
	
}
dl dt{
	font-weight: bold;
	float: left;
	margin: 0 0 10pt 0;
	padding: 0px;
	width: 40%;
	clear: both;
}
dl dd{
	float: left;
	margin: 0 0 10pt 0;
	padding: 0;
	width: 58%;
}
a:link, a:visited {
	color: #07527F; /*#e23b00;*/
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}

#data {
	clear: both !important;
	border: 1px solid #ddd;
	padding: 20pt;
}
#sidebar {clear: both;}
.print-break{page-break-before: always;}