/********************************************
* Mobility Electronics
* Developed by I-ology
* http://www.i-ology.com
*
* Created 06/10/07 - AC
*
* Careers Style Definitions
********************************************/

/*********************************
* Titles & Headers
*********************************/

h2#ttl-careers,
h2#ttl-culture,
h2#ttl-job-search,
h2#ttl-benefits {
    margin: 10px 0 10px 15px;
    padding: 0;
    height: 24px;
    text-indent: -9999px;
}

h2#ttl-careers {
    background: url(/images/ttl_careers.gif) top left no-repeat;
}
h2#ttl-culture {
    background: url(/images/ttl_culture.gif) top left no-repeat;
}
h2#ttl-job-search {
    background: url(/images/ttl_job_search.gif) top left no-repeat;
}
h2#ttl-benefits {
    background: url(/images/ttl_benefits.gif) top left no-repeat;
}

/*********************************
* Lists
*********************************/
ul#career-promos {
    margin-top: 10px;
    padding: 0;
    list-style: none;
    display: inline;
    float: left;
}

ul#career-promos li {
    margin-left: 20px;
    width: 229px;
    height: 58px;
    background: none;
    float: left;
}

/*********************************
* Buttons & Promos
*********************************/
a#btn-search-jobs,
a#btn-learn-about {
    display: block;
    margin: 0;
    padding: 0;
    width: 229px;
    height: 58px;
    text-indent: -9999px;
}
a#btn-search-jobs {
    background: url(/images/promo_search_jobs.gif) top left no-repeat;
}
a#btn-learn-about {
    background: url(/images/promo_learn_about.gif) top left no-repeat;
}
a:hover#btn-search-jobs {
    background: url(/images/promo_search_jobs.gif) bottom left no-repeat;
}
a:hover#btn-learn-about {
    background: url(/images/promo_learn_about.gif) bottom left no-repeat;
}
a#promo-culture {
    float: left;
    margin: 5px 0 15px 0;
    padding: 0;
    width: 163px;
    height: 55px;
    display: block;
    text-indent: -9999px;
    background: url(/images/promo_culture.gif) top left no-repeat;
}

a:hover#promo-culture {
    background: url(/images/promo_culture.gif) bottom left no-repeat;
}
/*********************************
* Sub Navigation
*********************************/
#subnav-padding {
    padding-bottom: 44px;
}

a#culture {
    background: url(/images/subnav_culture.gif) top left no-repeat;
}
a#job-search {
    background: url(/images/subnav_job_search.gif) top left no-repeat;
}
a#benefits {
    background: url(/images/subnav_benefits.gif) top left no-repeat;
}

a:hover#culture, body.culture-on #culture {
    background: url(/images/subnav_culture.gif) bottom left no-repeat;
}
a:hover#job-search, body.job-search-on #job-search {
    background: url(/images/subnav_job_search.gif) bottom left no-repeat;
}
a:hover#benefits, body.benefits-on #benefits {
    background: url(/images/subnav_benefits.gif) bottom left no-repeat;
}

/*********************************
* Global Navigation
*********************************/
#global li a#home {
    visibility: visible;
}
