div#SiteHeaderLogo {
	height: 89px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
div#SiteHeaderLogo img {
	margin-top: 7px;
	margin-left: 0px;
	border: 0px;
	}
div#SiteHeaderBanner {
	height: 62px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	float: right;
	overflow: hidden;
	}
div#SiteHeaderBanner img { margin: 2px 2px 0px 0px; }
div#SiteHeaderSearchBarContainer {
	width: 994px;
	height: 24px;
	margin: 2px 0px 3px 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #12506e;
	border-bottom-color: #12506e;
	background-color: #4399c3;
	background-image:url(../Common/Images/headseachbarBg.gif);
	background-repeat:repeat-x;
	}
	
div#SearchBarAction {
	/*height: 24px;
	width: 99px;*/
	float: right;
	margin: 0px 5px 0px 0px;
	padding: 2px 0px 0px 0px;
	/*left: 895px;*/
	/*top: 0px;*/
	position: relative;
}

div#SearchBarText {
	height: 24px;
	width: 155px;
	margin: 0px;
	padding: 0px;
	left: 25px;
	top: 0px;
	position: relative;
	float: left;
}
	
div#DateTimeBar {
	height: 24px;
	width: 75%;
	float: left;
	margin: 0px;
	padding: 0px;
	}
div#DateTimeBar p {
	font-size: 60%;
	color: #FFFFFF;
	/*margin: 1px 0px 0px 6px;*/
	}
div#SearchBar {
	float: right;
	width: 40%;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	text-align: right;
	height: 24px;
	}
input.SearchFormText {
	height: 18px;
	width: 150px;
	border: 1px solid #B6B6B6;
	color: #000000;
	margin: 1px 10px 0px 0px;
	padding: 0px;
	}

/*div# { 
	background-color:#33FFFF;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}*/
/*All unamed divs will be assigned the above style attributes to stop them interfering with design - viewstate and __EVENTVALIDATION are out-puted in a div tag by default.*/