@charset "UTF-8";
/* CSS Document */

.headline1
{
	border-bottom		:solid 1px #D8D8BF;
	width				:450px;
	font-family			: "Times New Roman", Times, serif;
	font-size			: 18px;
	color				: #5A3F33;
	margin-bottom:20px;
}

#quoteContainer
{
	margin-top:10px;
	padding-bottom:40px;
}

#aboutContainer
{
	float			:left;
	width			:450px;
}

#livingContainer
{
	float				:left;
	width:450px;
	margin-left			:10px;	
}
.brownBg
{
height:115px;
background-color: #D8D8BF;
font-family: 'Times New Roman',Times, serif; 
font-size: 18px; 
color: #5A3F33; 
padding:10px;}

#news
{
	float:left;
}

#listings
{
	float			:left;
	padding-left	: 10px;
}

#title
{
	color			: #000;
	font-size		: 18px;
	font-family		:"Times New Roman", Times, serif;
	margin-bottom:5px;
}
#date
{
	color			:#999;
	font-family		:"Times New Roman", Times, serif;
	padding-top:5px;
	padding-bottom:10px;
	

}
#category
{
	color: #5A3F33;
	padding-left:10px;
}

#mls
{
	color: #5A3F33;
	padding-left:10px;
}
#status
{
	float:right;
	padding-right: 20px;
	color:#000;
}

.comment
{
	float:right;
	padding-right: 20px;

}

.comment:link,.comment:visited
{
	color 			: #666;
	text-decoration : none;
	font-size		: 12px;	
}

.comment:hover
{
		text-decoration:underline;	
}

#continue:link,#continue:visited
{
	color 			: #6CF;
	text-decoration : none;
	font-size		: 14px;	
}

#continue:hover
{
		text-decoration:underline;	
}

#headerImage2
{
	border-style	:solid;
	border-width	: 2px;
	border-color	: #D8D8BF;
	margin-bottom:10px;

}
#articleContent
{
	float:left;
	padding-left:10px;
	padding-top:0px;
	margin-top:0px;
}
#articleBottom
{
	margin-top:10px;
}

.readMoreTop
{
	float:right;
	text-decoration	:none;
	color			:#6CF;
	font-family		:"Times New Roman", Times, serif;
	font-size:14px;
	padding-right:20px;
	padding-top:10px;
}

.readMore :link,.readMore :visited
{
	color:#6CF;
	text-decoration:none;
}

.readMore:hover
{
	color:#6CF;
	text-decoration:underline;

}
.readMoreTop:hover
{
	color:#6CF;
	text-decoration:underline;

}
.viewAll:hover
{
	text-decoration:underline;

}

.viewAll
{
	float			:right;
	text-decoration	:none;
	color			:#630;
}

#line{
	border-bottom:1px dashed #999;
	height:1px;
}