/* Wood Dust SHTP Stylesheet                    	   *
 * USDOL/OSHA - Salt Lake Technical Center             *
 * Last Revised: 10/01/2014 JAS - new sheet            *
 *******************************************************/

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  margin-top: -1px;
  line-height: 23px;	
  color:#555555;
  text-decoration:none;
  background-color: #FBCF8D;
  -webkit-box-shadow:inset 0 3px 8px #FBCF8D;
  -moz-box-shadow:inset 0 3px 8px #FBCF8D;
  box-shadow:inset 0 3px 8px #FBCF8D;
  color: #333333;
  text-decoration: none;
  text-shadow: 0 1px 0 #B3B3B3;
  }

.page-banner {
   margin-top: -14px;
   margin-bottom:-12px;
   padding: 0;
   height:76px;
   color: #FFF;
   border-bottom: 1px solid #EEE;
   background: #000 url('/SLTC/images/wooddust_banner.png') no-repeat top left;
}

.wellheader {
  margin:-9px -9px 9px -9px;
  border: 2px solid #FBCF8D;
  background-color: #FBCF8D;
  padding:2px;
  text-decoration:none;
  color:#FFFFFF;
  text-shadow: black 0.1em 0.1em 0.2em;
}

