@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:#FFFFFF;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	
	margin-top: 0px;
	
	text-align: center;
	/* background-image: url(images/bg.jpg);
	background-position: left top;
	background-repeat:repeat-x; */
	
	color: #501b24;
	
	/* scrollbar-arrow-color:#FFFFFF;
	scrollbar-face-color:#817656;
	scrollbar-highlight-color:#817656;
	scrollbar-3d-light-color:#49422f;
	scrollbar-base-color:#FFFFFF;
	scrollbar-dark-shadow-color:#49422f;
	scrollbar-shadow-color:#817656;
	scrollbar-track-color:#ccc29e; */
}

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

a
{ 
	color: #0e0c3f;
	text-decoration: underline;
}
a:hover
{
	color: #83888f;
}

#wrap
{
	position:relative;
	
	width:800px;
	
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0pt;
	
	height:100%;
	
	text-align:left;
	background-image: url(images/bg.jpg);
	background-position: left top;
	background-repeat:repeat-x; 
}
/* home page */


td.lefttext .text
{
	width: 400px;
	padding: 25px 25px 25px 10px;
	text-align: left;
}

td.righttext
{
	background-color: #b9a4a7;
	width: 269px;
	text-align: left;
	padding: 25px 20px;
}

td.righttext .text
{ 
	width: 229px;
	color: #501b24;
}

/* Top Buttons */
td.topbuttons
{	
	text-align: center;
	height: 69px;
	vertical-align: top;
}

td.topbuttons a
{
	display: block;
	position: relative;
	vertical-align: middle;
	border-right: 2px solid #501b24;
	margin-top: 24px;
	text-decoration: none;
	padding-top: 10px;
	height: 40px;
	color: #b0b6bc;
	font-size: 12px;
	text-transform: uppercase;
}

td.topbuttons a:hover
{
	color: #501b24;
	background-color: #FFFFFF;
	
}

td.topbuttons a.act
{
	display: block;
	position: relative;
	vertical-align: middle;
	border-right: 2px solid #501b24;
	margin-top: 24px;
	text-decoration: none;
	padding-top: 10px;
	height: 40px;
	color: #FFFFFF;
	font-size: 12px;	
	background-color: #501b24;
	text-transform: uppercase;
}





/* subpages */
.subbuttons
{
	text-align: center;
	color: #501b25;
	height: 30px;
	padding-top: 10px;	
	font-size: 10px;
}

.subbuttons a
{
	color: #501b24;
	text-decoration: none;
	padding-right: 16px;
}

.subbuttons a:hover
{
	text-decoration: underline;
}

td.lefttextsub
{
	background-color: white;
	vertical-align: top;
	border-top: 10px solid #501b24;
}

td.lefttextsub .text, td.leftbttextsub .text
{
	width: 400px;
	padding: 30px 30px 30px 0;
	text-align: left;
}

td.leftbttextsub
{
	background-color: white;
	vertical-align: top;
}
	
.breadcrumb
{
	height: 20px;
	margin-bottom: 11px;
	font-size: 9px;
	color: #501b24;
}

.breadcrumb a
{	
	color: #501b24;
	text-decoration: none;
}

.breadcrumb a:hover
{
	color: #501b24;
	text-decoration: underline;
}


/* styles */

.heading
{
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
}

.emph
{
	font-weight: bold;
	font-size: 1.2em;
}

/* Prices Page */

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

/* search page */
table.portfolios
{	
	border:1px solid #cdc2c4;
}
table.portfolios td
{
	
	border:1px solid #cdc2c4;
}

/* lots for salel */

#content_container
{
	background-image: url(images_lots/development_phase.jpg);
	background-repeat: no-repeat;
	width: 400px;
	height: 663px;
	z-index: 1;
}

#flash_container
{	
	z-index: 10;
	width: 400px;
	height: 663px;
}

/* 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;
  }
