/* GLOBAL STYLES
==============================================================================*/
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	color:#5F472F;
	margin: 0px;
	background-position:center -6px;
	text-align: center;
	background-image: url(../images/background.jpg);
}
#container {
	width: 816px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/faux_columns.gif);
	background-repeat: repeat-y;
	min-height:100%;
}

/* BODY LAYOUT STYLES
==============================================================================*/
#container #header {
	position:relative;
	width: 816px;
	height: 181px;
	margin: 0px;
	padding: 0px;
}
#container #body {
	position:relative;
	top:0;
	width:816px;
	margin:0;
}
#container #body #sidebar {
	float:left;
	width: 223px;
	margin:0;
}
#container #body #content {
	font: 12px/15px "Lucida Grande", verdana, sans-serif;
	width: 573px;
	float:left;
	padding: 0 auto;
	margin:0;
	overflow:hidden;
}

/* NAVIGATION
==============================================================================*/
#navigation {
	left:2px;
	position:relative;
	width: 203px;
	margin: 10px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	margin-bottom:3px;
}
	
#navigation li a {
	padding:2px 0px 0px 12px;
	height: 32px;
  	height: 22px;
	text-decoration: none;
	color:#4b4840;
	font:normal 18px "Times New Roman", Times, serif;
}	
	
#navigation li a:link, #navigation li a:visited {
	display: block;
	background-image: url(/images/button.jpg);
	background-position: 0px center;
}
	
#navigation li a:hover {
	background:  url(/images/button.jpg);
	background-position: -204px center;
}	

#navigation li a:active {
	background:  url(/images/button.jpg);
	background-position: -408px center;
}

#navigation li.separator {
	display: block;
	height: 14px;
	background: url(/images/navseparator.jpg) center no-repeat;
}	

/* ELEMENT AND CLASS STYLES
==============================================================================*/
a {
	color:#5F472F;
	font-weight:bold;
	text-decoration:none;
}
a:active {
	color:#5F472F;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color:#5F472F;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#5F472F;
	font-weight:bold;
	text-decoration:underline;
}

.inline_image { border: 1px solid }

.sidebar_promo {
border:1px solid #261a17;
}

/*h1 + p, h2 + p { margin-top:0px; }*/

/* FOOTER STYLES
==============================================================================*/
#container #footer {
	clear:both;
	font-size:11px;
	text-align:center;
	background:url(../images/footer.jpg);
	height:46px;
}
#container #footer #copyright {
	color:#886C4A;
	position:relative;
	top:14px;
}
#container #footer #copyright a {
	color:#886C4A;
}

/* AVAILABLE AND FEATURED HOMES
==============================================================================*/
.home_list_title {
	color: #fff;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #261A17;
	padding: 0.175em;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}
img.list_rendering {
	border: 1px solid #261a17;
}
img.home_view_rendering {
	border: 1px solid #261a17;
}
div.img_margin {
	float:left;
	padding:15px 10px 10px 0px;
}
ul.home_views {
	list-style-type:none;
}

/* LINKS
==============================================================================*/
.link_banner {
	border:3px solid #261a17;
}

/* sIFR STYLES
==============================================================================*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 span {
	visibility: hidden;
	font-size:36px;
}

.sIFR-hasFlash h1 {
	margin:0;
}

/*.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}*/
