/***************************** Header START ***********************/
#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;
}

/***************************** Header END *************************/
