/* home page styles */

.homeLinksContainer
{
  height:560px;
  width:120px;
  text-align:left;
  vertical-align:top;
}

.homeRightLayoutTable
{
	width:100%;
/*	table-layout:fixed; <-- this messes up the pages in Netscape*/
}

.homeFeaturedPropertyColumn
{
	width:130px;
	text-align:center;
}

.homeFeaturedPropertyCell
{
  border:solid 1px #004499;
  padding-bottom:3px;
  text-align:center;
}

.homeFeaturedPropertiesFrame
{
  background-color: White;
  height:310px;
  vertical-align:middle;
  width: 125px;  
}

.homeContentCell
{
	background-color:Transparent;
	height:340px;
}

.homeBannerFrame
{
  background-color: White;
  height:88px;
  vertical-align:middle;
  width: 100%;
}
