body, html{
	scrollbar-base-color: #2C2C2C;
	scrollbar-track-color: #2C2C2C;
	scrollbar-face-color: #3E3E3E;
	scrollbar-highlight-color: #FFE812;
	scrollbar-3dlight-color: #2C2C2C;
	scrollbar-darkshadow-color: #000;
	scrollbar-shadow-color: #FFE812;
	scrollbar-arrow-color: #FFE812;
}
body[id]{

}
body, td {
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif, Arial;
	font-size: 0.8em;
	background-color: #2C2C2C;
	margin:0px;
	color:#FFF;
}
table{

}
td{
	vertical-align:top;
	background:none;
	background-color:transparent;
}

a,a:visited {
	color: #FFE812;
	text-decoration: underline;
}
a:HOVER {
	color: #A2951B;
	text-decoration: underline;
}
p.header a, p.header a:visited{
	color:#FFF;
	text-decoration:none;
}
p.header a:hover{
	color:#A2951B;
}
#header{
	 width:100%;
}
#main-body{
	background-image:url('../images/page_bg.gif');
	background-position:bottom right;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
#content{
	padding-right:15px;
	padding-left:15px;
	height:99%;
	
}
#content p{
	overflow:visible;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	font-size:0.9em;
}
#content p.header{
	margin-top:10px;
	margin-bottom:10px;
	font-size:1.1em;
	font-weight:bold;
	font-size:1.1em;
}
#content p.sub-header{
	position:relative;
	margin-top:10px;
	margin-bottom:0px;
	font-weight:bold;
	font-size:1em;
}
#content p.header-back{
	margin-top:10px;
}
#content p.img_holder{
	overflow:visible;
	min-height:120px;
}
#content span.img{
	position:relative;
	float:left;
	border:1px solid #000;
	margin-right:10px;
}
#flash_imgs{
	position:relative;
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}
#footer{
	height:23px;
	border-top:1px solid #FFE812;
	background-image:url('../images/footer_bg.gif');
	width:100%;
	padding:0px;
	text-align:right;
}
#footer a, #footer a:visited{
	font-weight:bold;
	font-size:0.7em;
	color:#686868;
	padding-right:10px;
}
#footer a:hover{
	color:#A4A4A4;
}
/*----------------------
	 Project Listings
----------------------*/
		#listings{
			width:560px;
		}
		#listings_row{
			background-color:#4F4F4F;
			border-bottom:2px solid #2C2C2C;
		}
		#listings_row td.details{
			background-color:#4F4F4F;
		}
		#listings td.summary{
			background-color:#3e3e3e;
		}
		#listings_row td.summary a, #listings_row td.summary a:visited{
			float:left;
			height:50px;
			width:560px;
			background-color:transparent;
			padding:0px;
			text-decoration:none;
			color:#fff;
			padding:5px;
		}
		#listings_row td.summary a:hover{
			background-color:#4F4F4F;
		}
		#details_text{
			width:420px;
			float:left;
			padding:5px;
		}
		#details_img{
			min-width:100px;
			float:right;
			padding:10px;
			text-align:right;
		}
/*-------------------------
	 End Project Listings
-------------------------*/



/*-------------------------
	  Start Link Items
-------------------------*/
		ul.link_item_list{
			margin:0px;
			padding:0px;
			list-style:none;
		}
		#link_item{
			float:left;
			display:block;
			border: 1px solid #3E3E3E;
			width:570px;
			overflow:hidden;
			margin-bottom:2px;
		}
		#link_item a.item, #link_item a.item:visited, #link_item span.item{
			position:relative;
			float:left;
			text-decoration:none;
			color:#fff;
			padding:3px;
			width:99%;
		}
		#link_item a.item, #link_item a.item:visited{
			background-color:#3E3E3E;
		}
		#link_item a.item:hover{
			background-color:#4F4F4F;
		}
/*-------------------------
	   End Link Items
-------------------------*/

ul, li, ol{
	margin:0px;
	padding:0px;
}
ul, ol{
	padding-left:40px;
	padding-bottom:10px;
}

td.sub-menu{
	border-bottom:1px solid #5A5A5A;
}
#sub-menu{	
	background-color:#2C2C2C;
	padding:0px;
	list-style-type: none;
	vertical-align:bottom;
	width:100%;
}
#sub-menu li{
	position:relative;
	bottom:-3px;
	float:left;	
	margin-left:1px;
	border-top:1px solid #5A5A5A;
	border-left:1px solid #5A5A5A;
	border-right:1px solid #5A5A5A;
}
#sub-menu li.selected{
	bottom:-1px;
	padding-bottom:2px;
	border-bottom:1px solid #2C2C2C;
}
#sub-menu a, #sub-menu a:link, #sub-menu a:visited{
	display: block;
	width:110px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#1F1F1F;
}
#sub-menu li.selected a, #sub-menu li.selected a:visited{
	color:#FFE812;
	background-color:#2C2C2C;
}
#sub-menu a:hover{
	background-color: #FFE812;
	color: #3e3e3e;
}
#listing{
	position:relative;
	top:0px;
	list-style:none;
	width:250px;
}
#listing a, #listing a:visited{
	display:block;
	text-decoration:none;
	color:#fff;
	padding:3px;
	width:100%;
	background-color:#3E3E3E;
	border-bottom:1px solid #2C2C2C;
}
#listing a:hover{
	background-color:#4F4F4F;
}
#listing a ul{
	color:#fff;
}
a.selected, a:visited.selected{
	text-decoration:none;
	color:#FFF;
}
#property_details_table{
	padding-left:10px;
}
#property_details_table td.label{
	width:120px;
	white-space:nowrap;	
}
#property_details_table{
	background-color:transparent;
	background-image:none;
}
#property_details_sold{
	background-image: url('../images/sold.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
#highlight_area{	
	float:left;
	width:280px;
	padding:0px;
	overflow:visible;
	margin:5px;
}
#highlight_area p{
	padding:5px;
	border:1px solid #585858;
	border-top:0;
	background-color:#404040;
}
#highlight_area p.sub-header{
	border-top:1px solid #585858;
	background-color:#333;
}
