@import url("/lib/styles/nav.css");
/* GLOBAL STYLES ----------------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	background: #8E8177;
	font: 13px Arial, Helvetica, sans-serif;
	color: #315769;
}
#wrapper {
	clear:both;
	width: 960px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	position:relative;
	display:block;
	padding:0 0 20px 0;
	background: #FFFFFF url(/lib/images/site/column_bg.gif) repeat-y left;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
* html #wrapper  /* this selector recognized by IE only */
{
  width: 962px;   /* total width (only for IE5.x/Win) */
  w\idth: 960px;  /* content width (for other IE) */
}
/* Hack for clearing the content div so the wrapper extends
   to the bottom. Reference: http://www.positioniseverything.net/easyclearing.html 
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.footer {
	width:960px;
	height:25px;
	display:block;
	clear:both;
	font-size: 11px;
	text-align:center;
	margin:10px auto 0 auto;
	color:#EBEBD2;
	}
.footer a {
	color:#EBEBD2;
	}
a {
	text-decoration:underline;
	color:#990000;
	}
a:hover {
	text-decoration:none;
	}
.masthead {
	width:960px;
	padding:0;
	margin:0;
	margin-right:auto;
	margin-left:auto;
	}
.title {
	width:718px;
	height:33px;
	padding:8px 21px 0 0;
	margin:0 0 35px 0;
	background: #B4AAA4 url(/lib/images/site/title_bg.jpg) no-repeat left top;
	clear:both;
	color:#FFFFFF;
	font: 20px Georgia, "Times New Roman", Times, serif;
	text-align:right;
	vertical-align: middle;
	}
* html .title /* this selector recognized by IE only */
{
  width: 739px;   /* total width (only for IE5.x/Win) */
  w\idth: 718px;  /* content width (for other IE) */
}
#left {
	clear:left;
	width:221px;
	float:left;
	padding:0;
	margin:0 0 25px 0;
	}
#right {
	padding:0;
	margin:0;
	width:739px;
	float:right;
	}
	
/* CONTENT STYLES ----------------------------------------------------------*/

#content {
	padding:0 15px 0 35px;
	margin:0;
	width:689px;
	}
* html #content  /* this selector recognized by IE only */
{
  width: 739px;   /* total width (only for IE5.x/Win) */
  w\idth: 489px;  /* content width (for other IE) */
}
#content p {
	margin: 0 0 15px 0;
	}
#content input, #content textarea {
	border:none;
	padding:1px;
	}
#content .button {
	background-color:#E9D9B8;
	padding:2px;
	border: 1px solid #BD9360;
	}
.disclaimer {
	font: 12px Arial, Helvetica, sans-serif;
	margin-top: 50px;	
	color:#BD9360;
	clear:right;
	}
.details {
	background-color:#F8EDD7;
	font: 12px Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	}
h1 {
	color: #990000;
	margin:0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	}
h2 {
	color: #990000;
	margin:0;
	padding: 0;
	font-size: 14px;
	}
h3 {
	color: #315769;
	margin:0;
	padding: 0;
	font-size: 14px;
	}
.photo {
	float:right;
	margin:0 0 15px 15px;
	clear: right;
	background:#315769;
	width:200px;
	}
.photo img {
	border:6px solid #D8D6A2;
	}
.caption {
	padding:5px;
	color:#FFFFFF;
	background:#315769;
	width:202px;
	}
.linktable td {
	padding: 10px;
	border:1px solid #B3AAA3;
	text-align:center;
}
.linktable td img {
	margin-bottom:5px;
}

.propertyblock {
	border: 1px solid #CCCCCC;
	display: block;
	margin: 5px 0px 10px 0px;
	padding: 6px;
}

.propertyphoto {
	border: 0px;
	clear: right;
	float: right;
	margin: 0px 0px 10px 10px;

}

/* ===================================================	
	TABLE STYLES	
=================================================== */
#props tr.alt {
	background-color:#F4F2F1;
	}
#props th, #props th a {
	text-align:left;
	background-color:#9C3131;
	color:#FFFFFF;
	}


/* ===================================================	
	PARASITE STYLES	
=================================================== */
#toolbar a {
	background: #FF7F00;
	padding: 2px 5px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
}
