@charset "utf-8";
/* CSS Document */

/* ******** Containers ******** */

#wrapper {
	padding: 0px 0px 0px 30px;
	margin: 0px;
	width: 812px;
	/*	height: 754px; */
	position: relative;
	left: 0px;
	background-color:#000000;
	top: 0px;
	overflow:hidden;
	background-color: #FFFEF0;
}

#title
{
	position: relative;
	left: 35px;
	top: 5px;
	width: 757px;
	height: 30px;
	overflow:hidden;
	z-index: 10;
	border-bottom: #cccc99 1px dashed;	
}


#prop
{
	position: relative;
	margin-top: 10px;
	left: 35px;
	top: 15px;
	width: 757px;
	overflow:hidden;
	z-index: 10;
	background-color:#FFFEF0;
	border-bottom: #cccc99 1px dashed;
	height: 131px;
}

#prop5
{
	position: relative;
	margin-top: 10px;
	left: 35px;
	top: 15px;
	width: 757px;
	overflow:hidden;
	z-index: 10;
	background-color:#FFFEF0;
	border-bottom: #cccc99 1px dashed;
	height: 161px;
}

#info_fs
{
	position: relative;
	margin-top: 10px;
	left: 35px;
	top: 15px;
	width: 757px;
	height: 150px;
	overflow:hidden;
	z-index: 10;
	border-bottom: #cccc99 1px dashed;
}

/* ******** Table Dressing ******** */
#tableoutline{
	border-top: #ffcccc 1px solid;
	position:relative;
	padding: 0px 0px 0px 0px;
}


/* ******** Fonts ******** */

.titleText {
	color: #993300; 
	font-family:Arial; 
	font-weight:bold;
	font-size:22x;
	padding: 15px 0px 0px 0px;
	line-height: 25px;
	letter-spacing: .50px;	
}


.propTitle {
	color: #996600; 
	font-family:Arial; 
	font-weight:bold;
	font-size:13px;
	padding: 0px 0px 5px 12px;
	line-height: 16px;
	display:block;
	background:url(images/forsale_images/arrow.gif) no-repeat left;
	border-bottom:#e9e0c0 1px solid;
}

.salesText {
	color: #666666; 
	font-family:Arial; 
	font-weight:normal;
	font-size:11px;
	line-height: 13px;
}

.salesTextBold { 
	color: #666666; 
	font-family:Arial; 
	font-weight:bold; 
	font-size:11px;
	line-height: 13px;
}

.legalText {
	padding: 0px 0px 0px 10px;
	color: #666666; 
	font-family:Arial; 
	font-weight:normal;
	font-size:10px;
	padding: 0px 0px 0px 0px;
	line-height: 14px;
	letter-spacing: .25px;	
}

.legalTextBold { 
	padding: 0px 0px 0px 10px;
	color: #666666; 
	font-family:Arial; 
	font-weight:bold; 
	font-size:10px;
	padding: 0px 0px 0px 0px;
	line-height: 12px;
	letter-spacing: .25px;	
}
	
	
