/* ***** HOMEPAGE ***** */

/* feel free to add CSS here for the homepage only */

#homePage .contentArea {
	padding-left : 0 !important;
	padding-bottom : 0;
}


#homePageStory
{
	background-image : url(../images/welcome.jpg);
	background-repeat : no-repeat;
	height : 153px;
	width : 268px;
	padding : 52px 250px 30px 22px;
	margin : 0 0 0 0;
	overflow : hidden;

	line-height:1em;
}


#propertyOfTheWeek
{
	position : relative;
	height : 240px;
	width : 540px;
	background-image : url(../images/property_of_the_week.gif);
	background-repeat : repeat-y;
	margin-top : 8px;
	
	
}

.propertyOfTheWeekTop
{
	position : absolute;
	top : 0px;
	left : 0px
}

.propertyOfTheWeekImageBlock
{
	position : absolute;
	top : 18px;
	right : 15px;
		width : 260px !important;

}
.propertyOfTheWeekImageBlock  .smallImageLink .propertyImageLink
{
}
.propertyOfTheWeekImageBlock .propertyImageLink
{
	width : 260px !important;
}
.propertyImageBanner
{
	position : absolute;
	top : 0;
	right : 0
}

#propertyOfTheWeek .propertyDetails
{
	position : absolute;
	top : 20px;
	left : 15px;
	width : 230px;

}
#propertyOfTheWeek .propertyDetails h3
{
	text-align : right;
	width : 188px;
	margin : 0 0 0 auto;
	height : 21px;
	
	
	background-image : url(../images/property_of_the_week_title.gif);
	background-repeat : no-repeat;
	background-position : top right;
}




#propertyOfTheWeek .propertyDetails .propertyAddress
{
	color : #004413;
	font-size : 0.9em;
	margin : 0.5em 0 0 0;
	text-align : right;
}



#propertyOfTheWeek .propertyDetails .propertyDesc
{
	margin : 0.5em 0 0 0;
	color : #000;
	font-size : 0.7em;
	font-weight : bold;
	text-align : right;
}

#propertyOfTheWeek .propertyDetails .bedBathEtc
{
	display : inline;
	float : right;
	padding : 0;
	margin : 1em 0 2em 0;
}
#propertyOfTheWeek .propertyDetails .bedBathEtc td
{
	width : 60px;
	padding : 0;
	margin : 0;
	vertical-align : middle;
	color : #004413;
	text-align : center;
}
#propertyOfTheWeek .propertyDetails .bedBathEtc td img
{
	margin : 0 auto;
}
#propertyOfTheWeek .propertyDetails .bedBathEtc td br
{
	height : 4px;
	line-height : 4px;
}
#propertyOfTheWeek .propertyDetails .bedBathEtc td.carsTD,
#propertyOfTheWeek .propertyDetails .bedBathEtc td.bathsTD
{
	border-right : 1px solid #004413;
}




#propertyOfTheWeek .propertyDetails #propertyLinks
{
	position : absolute;
	bottom : 0;
	right : 0;
	font-size : 0.8em;
}
#propertyOfTheWeek .propertyDetails #propertyLinks a,
#propertyOfTheWeek .propertyDetails #propertyLinks a:hover,
#propertyOfTheWeek .propertyDetails #propertyLinks a:visited
{
	color : #004413;
	text-decoration : underline;

}