@charset "utf-8";

/* CSS Document */

/* for min-width to work for ie browsers */
* html .minwidth {border-left:1000px solid #fff; position:relative; float:left; z-index:1;}
* html .iecontainer {margin-left:1000px; position:relative; float:left; z-index:2; text-align:left;}

body

{
	background-color:#514f26;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	
	margin-top: 0px;
	
	text-align: center;
	
	
	color: #000000;
	
	scrollbar-arrow-color:#514f26;
	scrollbar-face-color:#bb8d09;
	scrollbar-highlight-color:#e7dec4;
	scrollbar-3d-light-color:#623908;
	scrollbar-base-color:#e7dec4;
	scrollbar-dark-shadow-color:#623908;
	scrollbar-shadow-color:#bb8d09;
	scrollbar-track-color:#e7dec4;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	vertical-align: top;
}

a
{ 
	color: #5d3408;
	text-decoration: underline;
}
a:hover
{
	color: #bb8d09;
}

#wrap
{
	position:relative;
	
	width:750px;
	
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0pt;
	
	height:100%;
	
	text-align:left;
}

.logoprint
{
	display: none;
}

#main
{
	width: 750px;
		
	background-image: url(images/table_bg.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

/* sub page */
#text
{
	background-image: url(images/text_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.textarea
{
	margin: 10px 150px 40px 60px;
}





/* styles - change filter.css also for contribute */

.heading
{
	font-family: "Myriad Roman", Mistral, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 20px;
	color:#5d3408;
	line-height: 1.8em;
}

.emph
{
	font-weight: bold;
	font-size: 1.1em;
	color: #2b391c;
}

.backb
{
	text-align: right;
}

.backb a
{
	font-weight: bold;
	font-style: italic;
}

.printlot
{	
	text-align: right;
}
.printlot a /* print page in lots section */
{
	font-weight: bold;
	font-style: italic;
}

/* footer */

#footer
{
	text-align: center;
	padding: 20px;
	color: #bb8d09;
}

#footer a
{
	color: #bb8d09;	
}


/* Prices Page */

td.leftalignbold
{
	text-align: left;
	font-weight:bold;
}

 /* lots for sale */

#content_containersr
{
	background-image: url(lots/stoneridge.jpg);
	background-repeat: no-repeat;
	width: 400px;
	height: 317px;
	z-index: 1;
}

#flash_containersr
{	
	z-index: 10;
	width: 400px;
	height: 317px;
}

#content_containersr2
{
	background-image: url(lots/stoneridge2.jpg);
	background-repeat: no-repeat;
	width: 350px;
	height: 471px;
	z-index: 1;
}

#flash_containersr2
{	
	z-index: 10;
	width: 350px;
	height: 471px;
}

#content_containerw /* westview */
{
	background-image: url(lots/westview.jpg);
	background-repeat: no-repeat;
	width: 400px;
	height: 436px;
	z-index: 1;
}

#flash_containerw
{	
	z-index: 10;
	width: 400px;
	height: 436px;
}

#content_containerr /* ridgeview */
{
	background-image: url(lots/ridgeview.jpg);
	background-repeat: no-repeat;
	width: 370px;
	height: 441px;
	z-index: 1;
}

#flash_containerr
{	
	z-index: 10;
	width: 370px;
	height: 441px;
}

#content_containerne
{
	background-image: url(lots/nelson.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 311px;
	z-index: 1;
}

#flash_containerne
{	
	z-index: 10;
	width: 300px;
	height: 311px;

}

/* forms */
td.c
{
	width: 100px;
	padding: 0;
}




/* MSIE workaround */
.prop 
{
    height:1175px;
    float:right;
    width:1px;
}

.propstory 
{
    height:575px;
    float:right;
    width:1px;
}
.propportfolio 
{
    height:775px;
    float:right;
    width:1px;
}

.clear 
{
    clear:both;
    height:1px;
    overflow:hidden;
  }
  

