/********************************************
* TechFinders
* Developed by I-ology
* http://www.i-ology.com
*
* Created 5/04/06 - AC
*
* Candidate Services Style Definitions
********************************************/


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

body {
    background: #E8E3DA url(/images/bg_interior.jpg) top center repeat-x;
}

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

#nav {
    margin: 72px 0 0 0;
}

h1#ttl-candidate-services {
    height: 47px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/images/ttl_candidate_services.jpg) top left no-repeat;
}

h2#hdr-expand-opp {
    height: 16px;
    margin-bottom: 10px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/images/hdr_expand_career_opp.gif) top left no-repeat;
}

#main-photo {
    float: right;
    width: 452px;
    height: 147px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/images/interior_photo1.jpg) top left no-repeat;
}

#promos {
    margin: 15px 0 0 25px;
    padding: 0;
    overflow: hidden;
    _height: 1%;
}

#promos ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
}

#promos a {
    float: left;
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    height: 51px;
    overflow: hidden;
}

#promos a#btn-submit-resume {
    background: url(/images/btn_submit_resume.gif) top left no-repeat;
    width: 200px;
}
#promos a#btn-view-current {
    background: url(/images/btn_view_current.gif) top left no-repeat;
    width: 200px;
}

#promos a:hover#btn-submit-resume {
    background: url(/images/btn_submit_resume.gif) bottom left no-repeat;
    width: 200px;
}
#promos a:hover#btn-view-current {
    background: url(/images/btn_view_current.gif) bottom left no-repeat;
    width: 200px;
}

