/* Adjust left/top according to client's logo */
.headerLogo {
	left: 10px;
	top: 3px;
	position: absolute;
	
}


.header {
    height: 150px;
    width: 100%;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    position: relative;
}