div.header div.background {
	position: relative;
	height: 75px;
	border: 1px solid;
}

div.header div.background div.customHeading {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 75px;
	padding: 5px 10px;
}

div.header div.background div.omAdContainer {
	position: absolute;
	top: 15px;
	right: 75px;
	height: 45px;
	width: 382px;
	background-color: #fff;
	border: 1px solid #000;
}

div.header div.background div.omAdContainer img {
	margin: 2px;
}

div.header div.background div.customHeading img.customlogo {
	position: relative;
	float: left;
	z-index: 10;
}

div.header div.background div.customHeading div.customHeadingText {
	position: relative;
	float: left;
	height: 65px;
}

div.header div.background h1 {
	position: relative;
	display: block;
	margin: 0px 10px;
	line-height: 28px;
	font-size: 22px;
	font-weight: bold;
	font-family: arial;
	color: rgb(59,72,87);
}

div.header div.background h2 {
	position: relative;
	display: block;
	margin: 0px 10px;
	line-height: 15px;
	font-size: 15px;
	font-weight: normal;
	font-family: Arial Narrow, Arial;
	color: rgb(59,72,87);
}

div.header div.background h3 {
	position: relative;
	display: block;
	margin: 0px 10px;
	line-height: 20px;
	font-size: 11px;
	font-weight: normal;
	font-family: arial;
	color: rgb(9,139,218);
}

div.header div.background img.bannerleft {
	position: absolute;
	display: block;
	height: 75px;
	left: 0px;
	top: 0px;
}
div.header div.background img.bannerright {
	position: absolute;
	display: block;
	height: 75px;
	right: 0px;
	top: 0px;
}
