﻿div#featuredproperties
{
    min-height: 700px;
    width: 608px;
    margin-left: auto;
    margin-right: auto;
}
#featuredheader {
	height: 70px;
	background-image: url(images/First_Click_4_propertyBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 608px;
	padding: 10px 0 0 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
#featuredheader h1
{
    margin-top: 0px;
}
.featuredproperty
{
    clear: both;
    width: 628px;
}

.featuredproperty .featuredimage
{
    float: left;
    width: 180px;
}
div.featureddesc
{
    float: left;
    width: 412px;
    margin-left: 5px;
    padding: 10px;
    background-image: url(images/First_Click_4_FeaturedBGLight.jpg);
    text-align: justify;
    font-size: 0.85em;
}
div.featureddesc:hover
{
    background-image: url(images/First_Click_4_FeaturedBG.jpg);
}
div.featuredimage
{
    float: left;
    padding: 5px;
}
div.featureddesc h2
{
    font-size: 1.3em;
	color: #183F5E;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -8px;
}
div.featureddesc h3
{
    font-size: 1.1em;
	color: #183F5E;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/* View now button */
.featuredviewnow
{
    float: right;
}