/***************************** Header START ***********************/

#googleTranslateWrapper {
	float: right;
	clear: right;
	padding: 5px 5px 0px 0px;
}

#header {
	height: 131px;
	color: #000000;
	vertical-align: top;
	width: 950px;
	height: 100px;
	background-image: url(/drbc/assets/images/header.jpg);
	background-repeat: no-repeat;
	overflow: xhidden;
}

#header .textEquivalent {
	display: none;
}

#headerLinks {}

#headerLinks a:link,
#headerLinks a:visited,
#headerLinks a:active {}

#headerLinks a:hover {}

#searchForm {
	float: right;
	color: #0c3378;
	margin: 10px 5px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
}

#searchForm a {
	color: #0c3378;
	text-decoration: none;
}

#searchForm a:active,
#searchForm a:link,
#searchForm a.visited {
	text-decoration: none;
}

#searchForm a:hover {
	text-decoration: underline;
}

#searchLabel,
#searchLabel #qp option,
.search {}

#searchLabel {}

input#searchInput,
#searchInput {
	width: 100px;
	height: 16px;

}

#searchSubmit {
	display: inline-block;
	position: relative;
	top: 2px;
}

.sr-only {
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	position: absolute;
	width: 1px;
	border-width: 0px;
	border-style: initial;
	border-color: initial;
	border-image: initial;
	margin: -1px;
	overflow: hidden;
	padding: 0px;
}

.text-black {
	color: #ffffff !important;
}

/***************************** Header END *************************/