/********************************************
* Ensemble Investments, LLC
* Developed by I-ology
* http://www.i-ology.com
*
* Created 4/18/06 - AC
*
* Properties Style Definitions
********************************************/

/*********************************
* Titles
*********************************/

#ttl-projects {
    background: url(/images/ttl_projects.gif) top left no-repeat;
}
#ttl-hotels {
    background: url(/images/ttl_hotels.gif) top left no-repeat;
}
#ttl-commercial-office {
    background: url(/images/ttl_commercial_office.gif) top left no-repeat;
}
#ttl-residential {
    background: url(/images/ttl_residential.gif) top left no-repeat;
}
#ttl-land-development {
    background: url(/images/ttl_land_development.gif) top left no-repeat;
}
#ttl-healthcare {
    background: url(/images/ttl_healthcare.gif) top left no-repeat;
}
#ttl-properties-for-sale {
    background: url(/images/ttl_properties_for_sale.gif) top left no-repeat;
}


#ttl-projects,
#ttl-hotels,
#ttl-commercial-office,
#ttl-residential,
#ttl-land-development,
#ttl-healthcare,
#ttl-properties-for-sale {
    height: 22px;
    text-indent: -9999px;
    margin-bottom: 7px;
}

/*********************************
* Layout
*********************************/

.photo-border {
    border: 1px solid #C0DDD5;
    padding: 1px;
    width: 124px;
    width/**/:/**/ 120px;
}

.photo-text {
    padding: 15px 0;
}

.rd-left {
    padding: 15px 10px 0 0; 
    border-right: 1px solid #C0DDD5; 
    border-bottom: 1px solid #C0DDD5;
}

.rd-right {
    padding: 15px 0 0 28px; 
    border-bottom: 1px solid #C0DDD5;
}

#properties-right {
    float: right;
    width: 254px;
}

#properties-left {
    margin-right: 270px;
}

.photo-container {
    display: inline;
}

.project-detail {
    clear: right;
    float: right;
    width: 254px;
    margin: 0 0 15px 15px;
}


/*********************************
* Subnav
*********************************/

#subnav a#hotels {
    background: url(/images/subnav_hotels.gif) top left no-repeat;
}
#subnav a#commercial-office {
    background: url(/images/subnav_commercial_office.gif) top left no-repeat;
}
#subnav a#residential {
    background: url(/images/subnav_residential.gif) top left no-repeat;
}
#subnav a#land-development {
    background: url(/images/subnav_land_development.gif) top left no-repeat;
}
#subnav a#healthcare {
    background: url(/images/subnav_healthcare.gif) top left no-repeat;
}
#subnav a#properties-for-sale {
    background: url(/images/subnav_properties_for_sale.gif) top left no-repeat;
}

#subnav a:hover#hotels, body.hotels-on #subnav a#hotels {
    background: url(/images/subnav_hotels.gif) bottom left no-repeat;
}
#subnav a:hover#commercial-office, body.commercial-office-on #subnav a#commercial-office {
    background: url(/images/subnav_commercial_office.gif) bottom left no-repeat;
}
#subnav a:hover#residential, body.residential-on #subnav a#residential {
    background: url(/images/subnav_residential.gif) bottom left no-repeat;
}
#subnav a:hover#land-development, body.land-development-on #subnav a#land-development {
    background: url(/images/subnav_land_development.gif) bottom left no-repeat;
}
#subnav a:hover#healthcare, body.healthcare-on #subnav a#healthcare {
    background: url(/images/subnav_healthcare.gif) bottom left no-repeat;
}
#subnav a:hover#properties-for-sale, body.properties-for-sale-on #subnav a#properties-for-sale {
    background: url(/images/subnav_properties_for_sale.gif) bottom left no-repeat;
}

