/* css for The Debt Bureau Ltd. "universal"  */
@import url(reset.css);
a {
  cursor: pointer; cursor: hand;  
}

body {
 background: #fff;
 color: #666;
 font: 62.5%/1.5em Arial,  Verdana,  sans-serif; 
 width: 99.9%;
}
img { border: none; }

h2 {
  line-height: 1.5em;
  font-size: 3em;
  font-family: Georgia, serif;
  font-weight: normal;
}
h3 {
  line-height: 1.5em;
  font-size: 2em;
  font-family: Georgia, serif;
  font-weight: normal;
}
h4 {
  line-height: 1.3em;
  font-size: 1.5em;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
}

p {
  line-height: 1.5em;
  font-size: 1.3em;
}
h2, h3, h4, p {
 margin: 0.5em 2%; 
}


#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 960px;
	background: url("images/bg_page.png") repeat-y 0 0;
}
#header {
	background: #fff url("images/bg_head.png") repeat-x 0 0;;
	height: 105px;
	position: relative;
}
#head-l {
  float: left;
  width: 480px;
  height: 105px;
}
#head-l h1{
  width: 480px;
  height: 105px;
	position: relative; 
}
#head-l h1 span {
  width: 100%;
  height: 100%;
	position: absolute; 
  background: url("images/logo_1.jpg") no-repeat;
}
#head-l p {
	Position: absolute;
	top: 63px;
	left: 220px;
	z-index: 1;
	font-size: 2em;
	font-weight: bold;
	color: #666;
}
* html #head-l p {
	left: 230px;
}
#head-r {
  float: right;
  width: 440px;
  height: 105px; 
  margin-right: 30px;
  text-align: right;
}
#head-r h2 {
  color: #034da3;
 }
#head-r p {
  margin: 12px 0 0;
  font-size: 11px;
  line-height: 1.4em;
  color: #666;
}
#head-r p a {
  color: #666;
  text-decoration: underline;
}
#head-r p a:hover {
  color: #222;
  text-decoration: underline;
}
#seo {
  padding-top: 40px;
  position: relative;
}
#navbar {
  position: absolute;
  top: 0;
  background: url("images/bg_navbar.png") no-repeat;
	width: 960px;
  height: 40px;
  padding-top: 6px;
}
#navbar ul {
  height: 40px;
  margin-left: 12px;
}
#navbar li {
  background: url("images/navtabs.png") no-repeat 0 0;
  float: left;
  height: 40px;
  width: 120px;
  line-height: 2em;
  font-size: 1.8em;
  text-align: center;
  font-family: Georgia, serif;
  margin-right: 5px;
}
#navbar li a {
  height: 40px;
  width: 120px;
  color: #e5e5e5;
  text-decoration: none;
  display: block;
  background: url("images/navtabs.png") no-repeat 0 -40px;
}
#navbar li a:hover {
  height: 40px;
  color: #fff;
  text-decoration: none;
  background: url(none);
}
#navbar li.current a {
  height: 40px;
  width: 120px;
  color: #034da3;
  text-decoration: none;
  display: block;
  background: url("images/navtabs.png") no-repeat 0 -80px;
}
#navbar li.current a:hover {
  height: 40px;
  width: 120px;
  color: #034da3;
  text-decoration: none;
  display: block;
  background: url("images/navtabs.png") no-repeat 0 -80px;
}
#conTent {
	margin: 0px auto;
	width: 940px;
  background: url("images/bg_conTent.png") repeat-y 0 0;
  padding-top: 20px; 
}


#conTent ul {
 margin: 0.5em 1% 0.5em 40px; 
}
 #conTent li {
  line-height: 1.6em;
  font-size: 1.3em;
  padding-left: 20px;
  background: url("images/arrow-li.png") no-repeat 0 5px;
}
* html #conTent li {
  background: url("images/arrow-li.gif") no-repeat 0 5px;
}





#footer {
	clear: both;
	margin: 0px auto;
	width: 940px;
	height: 80px;
	padding: 15px 0;
	background: #f2f2f2 url("images/bg_footer.png") no-repeat 0 0;
}
#footer p {
 font-size: 12px;
 line-height: 2em;
 color: #e5e5e5; 
}
#footer p a {
 color: #e5e5e5; 
 text-decoration: none;
}
#footer p a:hover {
 color: #fff; 
 text-decoration: underline;
}
#footer-l {
  width: 450px;
  float: left;
}
#footer-r {
  width: 450px;
  float: right;
  text-align: right;
}
#footer-l p, 
#footer-r p {
 font-size: 10px;
 line-height: 15px;
 margin: 0.5em 4%;
}