/********************************************
* Tartesso
* Developed by I-ology
* http://www.i-ology.com
*
* Created 01/04/07 - BD
*
* Lifestyle Style Definitions
********************************************/

/*********************************
* HTML Mods 
*********************************/


/*********************************
* Layout Definitions
*********************************/

/*********************************
* Global Promotions
*********************************/

/*********************************
* Lists 
*********************************/


/*********************************
* Buttons
*********************************/

#promo-community-association {
    margin: 0;
    padding: 0;
    display: block;
    width: 218px;
    height: 211px;
    text-indent: -9999px;
    outline: none;
    background: url(/images/promo_community_association.jpg) top left no-repeat;
}


/*********************************
* Headers & Titles
*********************************/
#hdr-lifestyle {
    margin-bottom: 19px;
    padding: 0;
    width: 429px;
    height: 70px;
    text-indent: -9999px;
    background: url(/images/hdr_lifestyle.jpg) top left no-repeat;
}
#hdr-schools {
    margin-bottom: 19px;
    padding: 0;
    width: 429px;
    height: 70px;
    text-indent: -9999px;
    background: url(/images/hdr_schools.jpg) top left no-repeat;
}
#hdr-parks-recreation {
    margin-bottom: 19px;
    padding: 0;
    width: 429px;
    height: 70px;
    text-indent: -9999px;
    background: url(/images/hdr_parks_recreation.jpg) top left no-repeat;
}
#hdr-town-center {
    margin-bottom: 19px;
    padding: 0;
    width: 429px;
    height: 70px;
    text-indent: -9999px;
    background: url(/images/hdr_town_center.jpg) top left no-repeat;
}
#hdr-trail-system {
    margin-bottom: 19px;
    padding: 0;
    width: 429px;
    height: 70px;
    text-indent: -9999px;
    background: url(/images/hdr_trail_system.jpg) top left no-repeat;
}


/*********************************
* Subnavigation
*********************************/

#subnav-lifestyle ul {
    margin: 0;
    padding: 23px 0 25px 0;
    list-style: none;
    width: 218px;
    height: 108px;
}

#subnav-lifestyle ul li {
    margin: 0;
    padding: 0;
}

#subnav-lifestyle ul li a {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    width: 218px;
    height: 27px;
    vertical-align: bottom;
    overflow: hidden;
}



#subnav-lifestyle a#schools {
    background: url(/images/subnav_schools.gif) top left no-repeat;
}
#subnav-lifestyle a#parks-recreation {
    background: url(/images/subnav_parks_recs.gif) top left no-repeat;
}
#subnav-lifestyle a#town-center {
    background: url(/images/subnav_town_center.gif) top left no-repeat;
}
#subnav-lifestyle a#trail-system {
    background: url(/images/subnav_trail_system.gif) top left no-repeat;
}

#subnav-lifestyle a:hover#schools, body.schools-on #subnav-lifestyle a#schools {
    background: url(/images/subnav_schools.gif) bottom left no-repeat;
}
#subnav-lifestyle a:hover#parks-recreation, body.parks-recreation-on #subnav-lifestyle a#parks-recreation {
    background: url(/images/subnav_parks_recs.gif) bottom left no-repeat;
}
#subnav-lifestyle a:hover#town-center, body.town-center-on #subnav-lifestyle a#town-center {
    background: url(/images/subnav_town_center.gif) bottom left no-repeat;
}
#subnav-lifestyle a:hover#trail-system, body.trail-system-on #subnav-lifestyle a#trail-system {
    background: url(/images/subnav_trail_system.gif) bottom left no-repeat;
}

