/********************************************
* Huff Construction
* Developed by I-ology
* http://www.i-ology.com
*
* Created 05/2/07 - BD
*
* Employment Style Definitions
********************************************/

/*********************************
* HTML Mods 
*********************************/
.browse {
    padding-top: 18px;
}


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


/*********************************
* Layout Definitions
*********************************/
#content-right {
    margin: 38px 40px 0 0;
    width: 514px;
    display: inline; /* Fixes IE6 double-float margin bug */
}

#flash-slideshow {
    width: 429px;
    margin: 25px auto;
}

#flash-slideshow a {
    position: absolute;
    margin: -82px 0 0 152px;
    display: block;
    width: 125px;
    height: 35px;
    text-indent: -9999px;
}
#job-listings h2 {
    margin-bottom: 0;
}
#lblMsg {
    color: #FF0000;
}
/*********************************
* Titles & Headers
*********************************/
h1#ttl-employment,
h1#ttl-career-opportunities,
h1#ttl-college-recruitment,
h1#ttl-employment-app {
    margin-bottom: 15px;
    width: 514px;
    height: 18px;
    text-indent: -9999px;
}

h1#ttl-employment {
    background: url(/images/ttl_employment.gif) top left no-repeat;
}

h1#ttl-career-opportunities {
    background: url(/images/ttl_career_opportunities.gif) top left no-repeat;
}

h1#ttl-college-recruitment {
    background: url(/images/ttl_college_recruitment.gif) top left no-repeat;
}
h1#ttl-employment-app {
    background: url(/images/ttl_employment_app.gif) top left no-repeat;
}
h2#current-jobs {
    margin-bottom: 3px;
}

/*********************************
* Buttons
*********************************/
a.btn-apply-online {
    display: block;
    margin: 0;
    padding: 0;
    width: 135px;
    height: 26px;
    text-indent: -9999px;
    background: url(/images/btn_apply_online.gif) top left no-repeat;
}
a:hover.btn-apply-online {
    background: url(/images/btn_apply_online.gif) bottom left no-repeat;
}
/*********************************
* Form Definitions
*********************************/

/*********************************
* Footer Definitions
*********************************/

/*********************************
* Main Navigation
*********************************/

/*********************************
* Sub Navigation
*********************************/

a#career-opportunities {
    background: url(/images/subnav_career_opp.gif) top left no-repeat;
    width: 176px;
}

a#college-recruitment {
    background: url(/images/subnav_college_rec.gif) top left no-repeat;
    width: 180px;
}

a:hover#career-opportunities, body.career-opportunities-on #subnav-employment #career-opportunities {
    background: url(/images/subnav_career_opp.gif) bottom left no-repeat;
}

a:hover#college-recruitment, body.college-recruitment-on #subnav-employment #college-recruitment {
    background: url(/images/subnav_college_rec.gif) bottom left no-repeat;
}


/*********************************
* Global Navigation
*********************************/

ul#global-nav li a#home {
    visibility: visible;
}
