/*CSS Document*/
body
	{
	font-family:arial, sans-serif;
	background-color:#BD8E98;
	background-image:URL('../images/site/bg_repeat.jpg');
	background-repeat:repeat-x;
	font-size:12px;
	}
a img 
	{
	border:none;
	border:0px;
	}
a
	{
	color:#600;
	text-decoration:none;
	}

h1
	{
	font-family:times, serif;
	color:#600;
	font-size:15px;
	}
#pageBorder
	{
	width:740px;
	margin:auto;
	background-color:#f1efe2;
	border:1px solid #006;
	padding:4px;
	}
#header
	{
	width:740px;
	height:105px;
	}
.button
	{
	background-image:URL('../images/site/button_bg.gif');
	width:113px;
	height:30px;
	color:#f1efe2;
	font-family:times, serif;
	float:left;
	margin-left:1px;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	}
.buttonText
	{
	width:113px;
	padding-top:8px;
	color:#f1efe2;
	font-family:times, serif;
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	}
.buttonText a
	{
	width:113px;
	height:30px;
	}
.propertyListing
	{
	float:left;
	width:162px;
	height:162px;
	text-align:center;
	margin:5px;
	padding:7px 0px;
	}
.propertyListing:hover{
   background:url('../images/site/tile_background.jpg') no-repeat;
}
.propertyListing a:hover{
 text-decoration:none;

}
.propertyName
	{
	color:#900;
	font-size:1.2em;
	width:146px;
	margin-left:2px;
	text-align:center;
	}

.cityName a
	{
	color:#000;
	font-size:.9em;
	font-weight:bold;
	}

#homePageContent
	{
	width:738px;
	float:left;
	margin-top:2px;
	border: 1px solid #006;
	}
#homePageText
	{
	width:550px;
	min-height:400px;
	float:left;
	padding:8px;
	border-right: 1px solid #006;
	}

#featuredPropertiesContainer
	{
	width:155px;
	padding:5px;
	float:left;
	text-align:left;
	}
#featuredPropertiesContainer a
	{
	color:#600;
	}	
#featuredPropertiesContainer a:hover
	{
	text-decoration:underline;
	}

#bottomNav
	{
	width:748px;
	border: 1px solid #006;
	border-top:none;
	background-color:#600;
	color:#f1efe2;
	text-align:center;
	height:20px;
	padding-top:5px;
	margin:auto;
	}
#bottomNav a
	{
	color:#f1efe2;
	}

#bottomNav a:hover
	{
	text-decoration:underline;
	}
.arrow-link{
  background:url('../images/site/arrow.gif') no-repeat top left;
  padding-left:6px;
  }
.up-arrow-link{
  background:url('../images/site/up_arrow.gif') no-repeat top left;
  padding-left:10px;
  }

