/* css for The Debt Bureau Ltd. "subheader"  */

#subheader {
  color: #fff;
  width: 920px;
	margin: 0px auto 10px;
  min-height: 261px;
  background: url("images/bg_subhead-tile.jpg") repeat-y 0 0; 
}
* html #subheader {
  height: 261px;
}

#subheader a {
  color: #d1dfee;
  text-decoration: underline;
}
#subheader a:hover {
  color: #fff;
  text-decoration: underline;
}

#subhead-in {
  min-height: 245px;
  width: 100%;
  background: url("images/bg_subhead-top.jpg") no-repeat 0 0;
}
* html #subhead-in {
  height: 245px;
}
#sh-l {  
  float: left;
  width: 545px;
  height: 100%; 
  margin-left: 15px;
}
p.action {
  line-height: 1.5em;
  font-size: 1.8em;
  font-family: Georgia, serif;
  font-weight: normal;
  text-align: right;
  margin-right: 30px;
}
p.action a {
  margin: 0 5px;
  color: #fff;
  text-decoration: none;
  padding-left: 24px;
  background: url("images/arrow-sh.png") no-repeat 0 66%;
}
* html p.action a {
  background: url("images/arrow-sh.gif") no-repeat 0 66%;
}
p.action a:hover {
  color: #d1dfee;
  text-decoration: underline;
}
#sh-r {
  float: right;
  width: 343px;
  height: 100%; 
}
#subhead-foot {
  height: 16px;
  width: 100%;
  background: url("images/bg_subhead-foot.png") no-repeat 0 100%;   
}