/* Print/NN4 Style Sheet */


body{
	background: #fff;
	color: #000;
	font-size: 80%;
	text-align: center;
	margin: 0;
	padding: 0;
}
body, td, div, p, address{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}

/* Link Styles */

a, legend{
	color: #336;
}
a:visited{
	color: #669;
}
a:hover{
	text-decoration: none;
}

/* Header Styles */
h3{
	font-size: 110%;
	letter-spacing: 0.04em;
}
h2, caption{
	font-size: 120%;
}
h1{
	padding: 0.5em 1em;
	margin: 0;
	font-size: 140%;
	color: #006;
	font-family: Palatino,Georgia, "Times New Roman", Times, serif;
}
h1, h1 a, h1 a:visited, h3, h2{
	color: #336;
	text-decoration: none;
}


/* Main division styles */
#container, #side, #contents, #content-wrapper, #main{
	text-align: left;
}
#main{
	padding: 0 2em;
}
#header, #side, h2{
	border: 0px solid #fff;
}
#side{
	font-weight: bold;
	display: none;
}
#nav li a, #footer{
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 100%;
	text-decoration: none;
	text-align: left;
}
#footerlinks{
	padding-top: 0.5em;
	border-top: 1px solid #ccc;
	font-size: 90%;
}
#header{
	height: 50px;
	display: none;
}

/* Table Styles */
caption{
	text-align: left;
	padding: 0.5em 0;
	font-weight: bold;
}
table td, table th{
	padding: 3px;
}
th{
	text-align: center;
}
table#properties{
	width: 98%;
	margin-bottom: 1em;
}
#properties td, th{
	border: 1px solid #aaa;
}
th{
	background: #D7D8E9;
}
#properties th.state{
	font-size: 110%;
	border-top: none;
	border-bottom: none;
}



/* Side boxes (i.e. Featured Property) */
.box{
	background: #D7D8E9;
	border: 1px solid #bbb;
	padding: 5px 10px;
	color: #336;
	font-weight: normal;
	margin: 0 0 10px 0;
	font-size: 85%;
}
.box strong{
	font-size: 100%;
	color: #000;
}


/* Random styles */
.center, #message, #footer, #footerlinks{
	text-align: center;
}
.bold, label{
	font-weight: bold;
}
.red{
	color: #c00;
}
#footer{
	font-style: normal;
	background: #9B9DCA;
	border: 1px solid #9B9DCA;
	display: block;
	width: 100%;
	padding: 0.5em 0;
	font-size: 85%;
}
#search{
	background: #F4F2E7;
	padding: 5px;
	font-size: 95%;
	border: 1px solid transparent;
}
.more{
	margin: 5px 0;
	font-weight: bold;
	text-align: right;
}
h4, .box h4{
	font-size: 100%;
	font-weight: bold;
}
.box h4{
	margin: 0;
}
.box p{
	margin-top: 0;
}
.ahem{
	display: none;
}
#featured{
	cursor: pointer;
}
#contents address, p.contact{
	font-size: 100%;
	color: #333;
	font-style: normal;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	border-left: 3px solid #DEDAC4;
	background: #F5F2E0;
	padding: 5px 5px 5px 7px;
}
p.contact{
	padding: 7px 7px 8px 8px;
}
.back, .back a, .back a:visited{
	color: #968D4F;
}



