#dropmenudiv{
position:absolute;
background-color: #000000;
border:1px solid #ED2A28;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
color:#FFFFFF;
text-indent: 3px;
border-bottom: 1px solid #ED2A28;
font: 11px helvetica, sans-serif;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #000000;
color: #999999;
text-decoration:underline;
}
body {
	margin-top:0px;
	margin-bottom:0px; 
	background-color:#666666;
	font-family:arial;
}


#main {
	width:800px;
	color:#000000;
	text-align:left;
	margin:0 auto;
	font-size:75%;
	line-height:130%;
	background:url(images/dh_content_03.jpg) repeat-y;
}

#header_wrapper {
	width:800px;
	background:url(images/dh_content_01.jpg);
	height:220px;

}

/* top right breadcrumbs */
#breadcrumbs {
	float:left;
	padding:190px 0px 0px 30px;
	font-size:10px;
}
/* blue wave header image */
#header {

	height:0px; 
	/* not needed */


}


/* main textual content area */
#content {
	padding:0px;
	margin:0 0 0px 0;
	line-height:140%;
	text-align:left;
	width:800px;
}
#content p {
	padding:0;
	margin:10px 0 0 0px;
	background:none;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
#content_l { /* main textual content area (left box) */
	margin-left:9px;;
	padding-top:25px;
	padding-right:15px;
	height:auto;
	display:inline;
	float:left;
	width:190px;
}

#insider_title { /* main textual content area (left box) */
	float:left;
	padding:10px 0px 0px 30px;
	font-size:10px;
}

#content_titlebar { /* main textual content area (left box) */
	margin-top:0px;
	margin-left:0px;
	padding-left:240px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	float:left;
	height:38px;
	width:800px;

	
}

#content_rb { /* main textual content area (left box) */
	margin-top:5px;
	margin-left:20px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	float:left;
	height:320px;
	padding-right:0px;
	width:600px;
	overflow:auto;
	overflow-x: hidden;
	
}


#content_r { /* main textual content area (left box) */
	margin-top:0px;
	margin-left:20px;
	margin-right:0px;
	padding-top:0px;
	padding-left:0px;
	overflow : auto;
	float:left;
	width:100px;
	
}
/* header tags */

h1 {

	font-size:17px;
	width:100%;
	color:#000;
	font-weight:bold;
}
h4 {

	font-size:15px;
	width:100%;
	color:#000;
	font-weight:bold;
}

h2 {	font-size:17px;
	width:100%;
	color:#FFF;
	font-weight:bold;
}

/* anchor links */
a, a:visited {
	text-decoration:none;
	color:#000000;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
}
a:hover, a:visited:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}


/* footer */
#footer_wrapper {
	margin:0 auto;
	width:800px;
	font-size:60%;
	color:#FFFFFF;
	height:62px;
	text-align:center;
	clear:both;
}
#footer {
	padding-right:15px;
	line-height:110%;
	text-align:right;
	padding-top:0px;
	height:62px;
	clear:both;
	background:url(images/dh_content_04.jpg);
	background-repeat:no-repeat;
}
#footer a {
	color:#ffffff;
	font-size:8px;
}
#breadcrumbs a {
	color:#000000;
	font-size:12px;
}

.searchform {margin:20;}
.searchbox {

color: #FFF;
background:#000;
border:thin #FFFFFF;
margin:2px 1px 5px 5px;
width:250px;
}
label {
  float: left;
  width: 15em;
} 

#menu {
margin:0 auto;
padding-left:10px;
display: block;
height:auto;
float:left;
width:163px;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
display: block;
margin:0px;
padding: 3px;
text-align:left;
}


/* style, color and size links and headings to suit */



#menu a, #menu h2 {

font: 11px helvetica, sans-serif;

margin-left: 10px;
margin-top:1px;
padding: 2px 3px;
}







#menu h2 {
color: #fff;
background: #000;
}

#menu a {
color: #fff;
background:none
text-decoration: none;
padding-top:3px;
padding-bottom:3px;
padding-left:3px;
}
#menu a:hover {
color: #999999;
text-decoration:underline;
}