@charset "utf-8";
@import url("nav.css"); /* import navigation */

/* CSS for property details popup */

/* General Rules
--------------------------------------------------*/
body {
	margin:0; padding:0;
	font:62.5% Arial, Helvetica, sans-serif;
	color: #25251f;
	background: #f3f2e3;
	}

table {color: #25251f; border-collapse:collapse;}
a img {border: 0;}

/* Layout Rules
--------------------------------------------------*/
div#wrapper {
	position: relative;
	width: 746px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 7px 7px 7px;
	background: white;
}

div#summary-wrapper {
	border: 1px solid black;
	font-size:1.1em;
	}

span#print {
	float: right;
	padding: 3px 10px;
	}

span#print a {
	text-decoration: underline;
	color: #25251f;
	}

span#print a img {
	margin-left: 5px;
	vertical-align: middle;
	}


/* Summary Data
--------------------------------------------------*/
div#members-directory-back { text-align:right; margin:0 0 5px 0; }


div#summary-wrapper {
	margin-bottom: 10px;
	padding-bottom: 10px;
	}

div#summary-wrapper h2 {
	margin: 0;
	padding: 4px 0 4px 8px;
	font-size: 1.7em;
	font-weight: bold;
	background: #efeedd;
	}

div#summary-wrapper table {
	width: 438px;
	border-collapse: collapse;
	margin: 10px 10px 0 10px;
	}

div#summary-wrapper table td {
	vertical-align: top;
	}

div#summary-wrapper table td.photo-td {
	width: 217px;
	}

div#summary-wrapper table address {
	border: 1px solid black;
	padding: 5px 7px;
	font-style: normal;
	line-height: 1.8em;
	background: #efeedd;
	}

div#summary-wrapper table ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
	}

div#summary-wrapper table ul li {
	margin-bottom: 1px;
	}

div#summary-wrapper table ul a {
	display: block;
	width: 210px;
	height: 15px;
	padding-left: 5px;
	font-weight: bold;
	text-decoration: none;
	color: black;
	background: url("../images/interior/details-nav-bg.gif") no-repeat 0 0;
	}

div#summary-wrapper table ul a:hover {
	background: url("../images/interior/details-nav-bg.gif") no-repeat 0 -15px;
	}

div#summary-wrapper table img {
	border: 1px solid #dad5b4;
	}


/* Stats Data
--------------------------------------------------*/
table#stats-table {
	border: 1px solid black;
	border-collapse: collapse;
	margin-bottom: 10px;
	background: #f7f6ed;
	width:548px;
	}

table#stats-table thead th {
	width: 132px;
	padding: 5px 10px;
	text-align: left;
	}

table#stats-table tbody td {
	padding: 5px 10px;
	font-size: 1.6em;
	font-weight: bold;
	}

table#stats-table .white-bg {
	width: 134px;
	background: white;
	}


/* Generic Wrappers
--------------------------------------------------*/
div.generic {
	border: 1px solid black;
	margin-bottom: 10px;
	padding-bottom: 8px;
	}

div.generic h2 {
	height: 25px;
	border-bottom: 1px solid black;
	margin-bottom: 0.5em;
	margin-top:0;
	padding: 8px 0 0 8px;
	font-size: 1.6em;
	background: url("../images/interior/prop_details_h2_bg.gif") repeat-x 0 0;
	}

div.generic p {
	margin: 0;
	padding: 0 10px 10px 10px;
	line-height: 1.8em;
	}

div.generic table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
	background: #efeedd;
	}

div.generic table tr.alt-row {
	background: #fffdee;
	}

div.generic table td {
	padding: 3px 10px;}

#mContainer {
	position:relative;
	display:block;
	width:220px;
	height:250px;
	border:1px solid #ffffff;
	margin:auto;
	background-color:#ffffff;
	z-index:10;
	padding: 0;
}

#caption {
	position:absolute;
	top:220px;
	width:230px;
	text-align:center;
	font:10px verdana;
}

#imageContainer {
	position:relative;
	top:0;
	margin:auto;
	background-color:#efeedd;
	border:1px solid #fffdee;
}

#imageContainer img {
	border:1px solid #fffdee;
	padding:0;
}

#navContainer {
	position:absolute;
	bottom:-20px;
	left:-5px;
	font:10px verdana,arial;
}

#navContainer a {
	margin:5px;
	padding:2px;
	text-decoration:none;
	color:#649682;
}


/* addons from interior.css */
div#masthead {
	position: absolute;
	left: 7px;
	top: 0;
	width: 579px;
	height: 173px;
	border-bottom: 4px solid white; /* covers div#content background */
	}

div#masthead h1#logo {
	width: 579px;
	height: 173px;
	margin: 0;
	padding: 0;
	background: url("../images/interior/logo_bg.jpg") no-repeat 0 0;
	}

div#masthead h1#logo a {
	display: block;
	width: 160px;
	height: 165px;
	}

div#masthead h1#logo a em {
	position: absolute;
	left: -9999px;
	}

div#footer {
	height: 23px;
	}

div#footer div {
	float: left;
	width: 152px;
	/* height: 19px; */
	margin-right: 4px;
	/* padding-top: 4px; */
	height: 23px;
	/* text-align: center; */
	background: #dcdab9;
	}

div#footer div a {
	text-transform: uppercase;
	text-decoration: underline;
	color: black;
	}

div#footer p {
	float: left;
	width: 590px;
	height: 23px;
	margin: 0;
	padding: 0;
	background: url("../images/footer_bg.gif") no-repeat 0 0;
	}

div#footer p em {
	position: absolute;
	left: -9999px;
	}

div#footer p img {
	margin-left: 523px;
	}

div#footer-logos {display:none;}
	
/* more addons */

div#content {
	min-height: 200px;
	padding: 223px 21px 15px 177px;
	color: #25251f;
	background: url("../images/interior/content_bg.gif") repeat-y 0 0;
	}

* html div#content {
	height: 200px;
	}