html {
  overflow-y: scroll;
}

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #666666;
}

a {
	color: #29A3E1;
}

a:hover {
	text-decoration: none;
	color: #E16629;
}

img {
	border: 0px;
	}

img.seal {
	vertical-align:middle;
	}

/* Boxed */

.title {
	
	border-bottom: 3px solid #CFCFCF;
}

.boxed1 .title {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed1 .content {
	background: url(../d2/images/img05.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed2 .title {
	font: normal 182% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed2 .content {
	/*background: url(../images/img06.gif) repeat-x left bottom;*/
	padding: 20px;
	padding-bottom: 0px;
	margin-bottom: -15px;
}

.boxed3 .title {
	font: 115% "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 600;
	
}

.boxed3 .content {
	padding: 20px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}
.boxed4 .title {
	font: 115% "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 600;
	
}

.boxed4 .content {
	padding: 20px;
}

.boxed4 ol, .boxed4 ul {
	margin-left: 1em;
}
@-moz-document url-prefix() { 
  .boxed4 .title {
	font: 115% "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 600;
	margin-top: -19px;
}
}

/* Header */

#wrapper {
	width:900px;
	margin-top: 20px;
}

#headerGov {
		width: 975px;
		height: 60px;
		margin: 0 auto;
	 
}

#header {
	width: 997px;
	height: 0px;
	margin: 0 auto;
	

	/*background: url(images/img02.jpg) no-repeat 100% 50px;*/
	border-bottom: 5px solid #E16629;
}

#fade {
	*alignment-adjust:auto;
	*height: 161px;
	*margin-top:50px;
}



/* Logo */

#logo {
	float: left;
	width: 240px;
	height: 160px;
	border-top-left-radius: 15px;
	border-top: 5px solid #293994;
	background: #FFFFFF url(../images/dhhrlogo.jpg) no-repeat;
	text-align: center;
	display:inline-block;
	*margin-left: -25px;
}

#logo h1 {
	padding-top: 124px;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #000086;
}

#logo h2 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

#logo a {
	text-decoration: none;
	color: #273994;
}

/* Menu */

#menu {
	float: left;
	width: 550px;
	height: 50px;
	background: #FFFFFF;
}

#menu ul {
	height: 5px;
	padding-left: 25px;
	width: 790px;
	background: #FFFFFF;
	list-style: none;
	border-top: 5px solid #293994;
}
#menu ul li {

}
#menu ul:hover {
	
}
#menu li {
	display: inline;
	
}

#menu a {
	display: block;
	float: left;
	height: 35px;
	padding: 15px 15px 0 15px;
	
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E06629;
}
#menu li a p{
	
	font-size: .98em;
}
#menu a:hover {
	background: #293994;
	border-top-color: #E16629;
	color: #FFFFFF;
	font-weight: bold;
}

#menu .active a {
	background: #CCCCCC;
	border-top-color: #E16629;
}

#menu a b {
	text-decoration: underline;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	*margin-left: -25px;
	background: url(../images/img03.gif) repeat-y;
	border-top: 1px solid #FFFFFF;
	border-bottom: 5px solid #E16629;
	border-bottom-right-radius: 15px;
}

/* Content */

#content {
	float: right;
	width: 720px;
	padding: 20px;
	border-bottom: 1px solid #999;
	border-bottom-left-radius: 50px
	
}

#content p, #content ol, #content ul {
	line-height: 152%;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 20px;
}

/* News */

#news {
	padding-top: 10px;
	padding-bottom: 0;
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom: 15px;
}

#news h3 {
	margin-bottom: 10px;
	font-size: 92%;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 85%;
}

/* Welcome */

#welcome {
	margin-bottom: 20px;
}

/* Samples */

#sample1, #sample2, #sample3 {
	float: left;
	width: 230px;
}

#sample3 {
margin-left: 20px;
}

#sample2 {
	margin-left: 20px;
	float:right
}

/* Footer */

#footer {
	width: 780px;
	margin: 0 auto;
	padding: 20px 0;
	/*border-top: 5px solid #E16629;*/
}

#footer p {
	text-align: center;
	font-size: 77%;
}
.address {

	font-size:10px;
	margin-top:40px;
	margin-bottom:10px;
	color: #FFFFCC;
	font-weight:bolder;
	background-color:#E16629

}
.home {
	font-weight: bold;
	text-transform: none;
	color: #F00;
}
