#main-header-wrapper {
	width: 100%;
	background: #232d39; /* for non-css3 browsers */
	text-align:center; 
	margin:auto; 
	height: 90px;
	width: 100%;
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#232d39', endColorstr='#36465d', GradientType=0 ); /* for IE */
	background: -ms-linear-gradient(top, #232d39, #36465d); /* for ie 10 */
	background: -webkit-gradient(linear, left top, left bottom, from(#232d39), to(#36465d)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #232d39, #36465d); /* for firefox 3.6+ */
}
#main-header-wrapper2 {
	width: 100%;
	/*background: #232d39;*/ /* for non-css3 browsers */
	background: #233242; /* new header 8/7/18 */
	text-align:center; 
	margin:auto; 
	height: 90px;
	width: 100%;
	/*filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#232d39', endColorstr='#303e52', GradientType=0 );*/ /* for IE */
	/*background: -ms-linear-gradient(top, #232d39, #303e52);*/ /* for ie 10 */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#232d39), to(#303e52));*/ /* for webkit browsers */
	/*background: -moz-linear-gradient(top, #232d39, #303e52);*/ /* for firefox 3.6+ */
}

#main-header-container {
	width:1000px;
	text-align:left; 
	margin:auto;
}
#main-header-container2 {
	width:1000px;
	text-align:left; 
	margin:auto;
	height:90px; 
	/*background-image: url(/lib/header/img/header_onePiece_background.png);*/
	/*background-image: url(/lib/header/img/globalHeader.png);*/
	background-image: url(/lib/hf/img/masthead-thick.png);
}

#main-header-container #dpwurl {
	font-size: 16px; 
	font-family: Bauhaus, Arial, Helvetica, sans-serif; 
	color: #75a6c7; 
	margin-top: -20px; 
	position:relative;
}
#main-header-container2 #dpwurl2 a {
	position:relative;
	height: 90px;
	width: 1000px;
	float: left;
}
#main-header-container2 #dpwurl2 a:hover {
  background-color: transparent !important;
}
@media screen {
  #dpwPrintBanner {
	  visibility: hidden;
	  display: none;
  }
}
@media print {
  #dpwPrintBanner {
	  float: left;
	  margin-left: -405px;
	  margin-top: 10px;
	  color: #333;
	  font-size: 1.8em;
  }
}
#main-header-container #dpwurl a, #main-header-container #dpwurl a:hover {
	color: #75a6c7;
}

#countyid {
	float:left;
	height:90px;
	width:284px;
	background-image: url(/lib/header/img/lacoseal-top90.png);
}
#headerCollage {
	height:84px;
	width:439px;
	border: 1px solid red;
	background-image: url(/lib/header/img/collage.png);
	margin-top: 3px;
}

#deptTitle {
	float: left; 
	color: #fff; 
	font-size: 19px; 
	margin-left: -15px;
	font-family: Verdana; 
	margin-top: 30px;
}

#dpwurl a, #dpwurl a:hover, #dpwurl a:visited {
	color: #75a6c7;
}
#dpwurl img {
	border: none;
	width: 130px;
	height: 16px;
	margin-top: 25px;
}
