/* start rs */

form {margin: 0; padding: 0}

#container {
	height: 102px; 	
	background-color: #999900;
	background: #999900 url(/images/dbhlogobg.gif) top left no-repeat;
}

#col1 {
	clear:none;
	float: left;
	height: 102px; 
	width: 384px;
	}
	
#col2 {
	position: absolute;
	left: 384px;
	clear:none;
	display: inline;
	float: left;
	height: 102px; 
	width: 200px;
	text-align: right;
	}
	
#col3 {
	position: absolute;
	height: 100%;
	left: 584px; 
	clear:none; 
/*	display: inline; */
	float: left;
	height: 102px;
/* rs: width setting below is sensitive, needs checking */
	width: 10%; 
	overflow: visible;
	vertical-align: bottom;
	margin:0;
	padding:0;
	}
	

#col2 div {
  position:absolute;
  width:100%;
  bottom:5px;
  left:0;
	}	

#col3 div {
  position:absolute;
  width:100%;
  bottom:0;
  left:0;
	}

#container input { 
	margin: 0; 
	padding: 0; 
	border-top: 1px solid #757500;
	border-right: 1px solid #A8BA00; 
	border-bottom: 1px solid #A8BA00;
	border-left: 1px solid #757500;
	}

#container image { margin: 0; padding: 0; }
#searchform { margin: 0; padding: 0; text-align: right}
#container input.click { border: none; }

/* end rs */


/* rs chopped out old header styles */
/*
#header {
	background-color; #999900;
	background: #999900 url(/images/dbhlogobg.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	}
#header image { margin: 0; padding: 0; }
#header form { margin: 5px; padding: 0; text-align: right; }
#header input { 
	margin: 0; 
	padding: 0; 
	border-top: 1px solid #757500;
	border-right: 1px solid #A8BA00; 
	border-bottom: 1px solid #A8BA00;
	border-left: 1px solid #757500;
	}
#header input.click { border: none; }
*/

#dbhsearch { 
	margin: 0 36px 2px 0; 
	padding: 0; 
	color: #A22100; 
	font-weight: bold;
	vertical-align: center;
	}

#dbhsearch a {
	color: #A22100;
	text-decoration: none;
	}

/* top tabs */
#toptabs {
	margin:0; 
	padding:0;
	font: 0.85em Verdana, Helvetica, Sans-serif;
	text-align:left;
	}

#toptablist, #toptablist ul {
	padding: 0;
	margin: 0 0 3px 2px;
	}

#toptablist li{
	list-style: none;
	margin: 6px 0 0 0; 
	}

#toptablist li a{
	text-decoration: none;
	padding: 2px 10px 3px 10px;
	margin: 0;
	/*this cahnges initial tab bg colour and gives the tab curve on right*/
	background: #9FA700 url("/images/top-corner-right.gif") right top no-repeat;
	}

#toptablist li a, #toptablist li a:link, #toptablist li a:visited {
	color: #fff;
	}

 #toptablist li a:hover {
  		color:#fff;
	background-color: #A8BA00;
	}

#toptablist li.current {
	color: #000;
	font-weight: bold;
	padding: 2px 5px 3px 10px;
	margin-right: 5px;
	background: #fff url("/images/top-corner-right.gif") right top no-repeat;
	}
