body {
	font: 12px Helvetica, Tahoma, Verdana, Geneva, Arial, sans-serif;
	color: #666;
}

#main {
	width: 700px;
}

#sidebar,
#property-thumbnails,
#menu,
#header,
#crumbtrail,
.h {
	display: none;
}

.print {
		display: block;
}



#property-intro {
	float: left;
	width: 325px;
}

	#property-intro h1, 
	#property-intro h2, 
	#property-intro h3 {
	margin-bottom: 8px;
}

#property-intro h2 {
	font-size: 24px;
}

#property-intro h2 {
	color: #000;
}

#property-intro h3.highlight {
	background-color: #e8f3f1;
	padding: 4px;
	padding-left: 8px;
	color: #009900;
	font-weight: bolder;
}

#property-focus-image {
	float: right;
	margin-left: 12px;
}

#property-focus-image img {
	padding: 5px;
	border: 1px solid #ccc;
}






table#property-details {
	border-collapse: collapse;
	width: 100%;
	font-size: 90%;
	clear: both;
}



table#property-details th,
table#property-details td {
	vertical-align: top;
	padding: 5px;
	border-top: 1px solid #d9e5e4;
}

table#property-details th {
	text-align: right;
	border-right: 1px solid #d9e5e4;
	width: 150px;
	color: #3f3f3f;
	background-color: #e2eeee;
}

table#property-details td.section,
body#listings table#listings th {
	background: #d9e5e4 url(../Images/bg-section.gif) no-repeat right top;
	font-size: 14px;
	font-weight: bolder;
	color: #000;
	border: none;
	border-top: 15px solid #e8f3f1;
}

table#property-details td.first-tab {
	border: none;
	padding-top: 25px;
}






#report-header {
	padding-bottom: 20px;
	border-bottom: 3px solid #eee;
	background: #fff;
	text-align: center;
}

#report-header h3 {
	color: #3084ba;
	padding: 15px;
	margin-bottom: 15px;
}

#report-header h1 {
	font-size: 36px;
	margin: 0 35px;
	
}

#report-header p {
	margin: 0 35px;
	color: #666;
}

#report-header p strong {
	color: #333;
}


/* The Report */

#thereport,
#thereport li {
	list-style-type: none;
}

#thereport li {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

#thereport li .category-title {
	display: block;
	border-bottom: 2px solid #ccc;
}
#thereport li ul {
	margin-bottom: 15px;
}
#thereport li ul li {
	font-size: 18px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	color: #1f85ba;
}

#thereport li ul li ul li {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin-bottom: 15px;
	margin-left: 30px;
	margin-top: 10px;
	border-bottom: none;
}

.report-entry p {
	margin-bottom: 10px;
}

.report-entry table {
	border-collapse: collapse;
	border: 1px solid #999;
	margin-bottom: 10px;
}

.report-entry table td {
	padding: 4px 8px;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.report-entry table td strong {
	color: #1f85ba;
}
.report-entry h2 {
	color: red;
}
