/* css for The Debt Bureau Ltd. "subfooter"  */
#subfooter {
  width: 920px;
	margin: 0px auto 10px;
	background: url("images/bg_subfoot-tile.png") repeat-y 0 0;
}
#subfoot {
	background: url("images/bg_subfoot.png") no-repeat 0 44px;
	min-height: 105px;
}
* html #subfoot {
 height: 105px; 
}
#subfoot-in {
	background: url("images/bg_subfoot-top.png") no-repeat 0 0;
}
#subfoot-foot {
  height: 33px;
  padding-top: 2px;
  width: 100%;
	background: url("images/bg_subfoot-foot.png") no-repeat 0 0;
}
#subfoot_head {
 height: 44px;
 width: 100%;
 margin: 0;
 padding: 0;
 color: #fff; 
}
#subfoot_head h3 {
  line-height: 2.2em;
}
* html #subfoot_head h3 {
  line-height: 1.2em;
}
*:first-child+html #subfoot_head h3 {
  line-height: 1.2em;
}
#subfoot-foot p {
  text-align: right;
  font-size: 16px;
 margin: 0.2em 2%; 
}
#subfoot-foot a {
 color: #034da3;
 text-decoration: none; 
 padding-left: 16px; 
  background: url("images/arrow-main.png") no-repeat 0 60%;
}
* html #subfoot-foot a {
  background: url("images/arrow-main.gif") no-repeat 0 60%;
}
#subfoot-foot a:hover {
 color: #034da3;
 text-decoration: underline; 
}
.sf-img-l {
 float: left;
 margin: 5px 20px 5px 0; 
}
.sf-img-r {
 float: right;
 margin: 5px 0 5px 20px; 
}
