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

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

#ttl-services {
    background: url(/images/ttl_services.gif) top left no-repeat;
}
#ttl-management {
    background: url(/images/ttl_management.gif) top left no-repeat;
}
#ttl-leasing {
    background: url(/images/ttl_leasing.gif) top left no-repeat;
}
#ttl-development {
    background: url(/images/ttl_development.gif) top left no-repeat;
}
#ttl-brokerage {
    background: url(/images/ttl_brokerage.gif) top left no-repeat;
}
#ttl-acquisition {
    background: url(/images/ttl_acquisition.gif) top left no-repeat;
}

#ttl-services,
#ttl-management,
#ttl-leasing,
#ttl-development,
#ttl-brokerage,
#ttl-acquisition {
    height: 22px;
    text-indent: -9999px;
    margin-bottom: 7px;
}

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

#btn-view-listings {
    clear: right;
    float: right;
    margin: 10px 0 10px 15px;
}

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

#subnav a#management {
    background: url(/images/subnav_management.gif) top left no-repeat;
}
#subnav a#services-leasing {
    background: url(/images/subnav_leasing.gif) top left no-repeat;
}
#subnav a#development {
    background: url(/images/subnav_development.gif) top left no-repeat;
}
#subnav a#brokerage {
    background: url(/images/subnav_brokerage.gif) top left no-repeat;
}
#subnav a#acquisition {
    background: url(/images/subnav_acquisition.gif) top left no-repeat;
}

#subnav a:hover#management, body.management-on #subnav a#management {
    background: url(/images/subnav_management.gif) bottom left no-repeat;
}
#subnav a:hover#services-leasing, body.services-leasing-on #subnav a#services-leasing {
    background: url(/images/subnav_leasing.gif) bottom left no-repeat;
}
#subnav a:hover#development, body.development-on #subnav a#development {
    background: url(/images/subnav_development.gif) bottom left no-repeat;
}
#subnav a:hover#brokerage, body.brokerage-on #subnav a#brokerage {
    background: url(/images/subnav_brokerage.gif) bottom left no-repeat;
}
#subnav a:hover#acquisition, body.acquisition-on #subnav a#acquisition {
    background: url(/images/subnav_acquisition.gif) bottom left no-repeat;
}


