/* CSS Document */
.homeNavBig a{
	display: block;
	text-decoration: none;
	width:309px;
	padding:8px 0px 8px 8px;
	margin:0px 0px 0px 0px;
	vertical-align: middle;
}
/* * html .homeNavBig a{ width:182px; } */
	.homeNavBig a:link{
		color: #000000;
		text-decoration:none;
	}
	.homeNavBig a:visited{
		color: #000000;
		text-decoration:none;
	}
	.homeNavBig a:hover{
		text-decoration:none;
		color: #ffffff;
		/* background-color:#CCE599; */
		background-color:#1C6C7F;
	}
	.homeNavBig a:active{
		text-decoration:none;
		background-color:#cccccc;
	}

#propertyOfWeek{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

	#propertyOfWeek .name{
		font-weight:bold;
		padding:5px;
	}

	#propertyOfWeek .price{
		color:#990000;
	}

	#propertyOfWeek .image{
		width:100px;
		height:67px;
		float:left;
		padding:0px;
		margin:5px 0px 5px 5px;
	}

	#propertyOfWeek .description{
		padding:5px;
		text-align:justify;
	}

/*
#latestProperties .property{
	width:119px;
	margin:5px;
	float:left;
}

#latestProperties .property .image{
	border:1px solid #e3e3e3;
	padding:1px;
}
#latestProperties .property .title{
		padding:3px;
		width:113px;
		background-color:#000000;
		color:#FFFFFF;
		text-align:center;
		background-color:#333333;
		color:#ffffff;
		font-size:11px;
		margin:1px 0px 1px 0px;
}
		#latestProperties a:link, #latestProperties a:visited{
			text-decoration: none;
			color: #ffffff;
		}
		#latestProperties a:hover, #latestProperties a:active{
			text-decoration: underline;
			color: #ffffff;
		}
*/
#latestProperties .property{
	text-align:left;
}
#latestProperties .property .image{
	border:1px solid #e3e3e3;
	padding:1px;
	width:132px;
	float:left;
}
#latestProperties .property .title2{
		padding:3px;
		/*
		background-color:#000000;
		color:#FFFFFF;
		*/
		background-color:#333333;
		color:#ffffff;
		font-size:12px;
		margin:1px 0px 1px 0px;
}
		#latestProperties .title2 a:link, #latestProperties .title2 a:visited{
			text-decoration: none;
			color: #ffffff;
		}
		#latestProperties .title2 a:hover, #latestProperties .title2 a:active{
			text-decoration: underline;
			color: #ffffff;
		}

#latestProperties .property .description{
	text-align:justify;
	width:250px;
	float:left;
}