/* @override http://miningcareers.org/css/industry_contacts.css */

#main-nav #nav_21032 {
background-image:url("../home_images/buttons/button_industry_contacts.gif");
width:128px;
background-position:left bottom;
}

#content h1 {
color:#f08b12;
}

#content h3 {
color: #f08b12;
}

#content h3 a:visited {
color: #f08b12;
}

/* Sub Navigation */
#sub-nav {
    float: left;
    width: 167px;
    background: #f08b12 url("/images/sub/orange_sub_nav_header.gif") no-repeat;
    padding: 9px 0 0 0;
    margin: 20px 10px 0 20px;
}
 
#sub-nav h1 {
    color: #fff;
    font-size: 1.3em;
    margin: 0;
    padding: 0 0 6px 30px;
    background: url("/images/sub/orange_gfx_icon_sub_nav.gif") no-repeat 8px 2px;
    border-bottom: 1px solid #fff;
}

#sub-nav ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0;
    background: url("/images/sub/orange_bg_sub_nav_footer.gif") no-repeat bottom left;
}

#sub-nav ul li {
    background-repeat: no-repeat;
    background-position: 11px 11px;
    background-image: url("/images/sub/orange_icon_nav_real_opportunities.gif");
}

#sub-nav ul li a {
    padding: 7px 10px 7px 20px;
    display: block;
    color: #fff;
    text-decoration: none;
}
#sub-nav ul li a:hover,
#sub-nav ul li a.current {
  text-decoration: underline;
}

#sub-nav ul ul {
    background: #fff;
    padding: 0 0 0 10px;
}
#sub-nav ul ul li {
    background-image: url("");
}
#sub-nav ul ul li a {
    color: #940000;
    padding-right: 0;
}
/* End Sub Navigation */
