@charset "utf-8";
#header {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header #logo-sprites {
	background-image: url(../assets/Images/logo-sprites.jpg);
	background-repeat: no-repeat;
	background-position: -688px -90px;
	display: block;
	height: 95px;
	width: 240px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#mainMenu{
	/*position: absolute; 
	top: 110px; */
	position:relative;
	height: 32px;
	color: #cccccc;
	background-image:   url("../assets/glbnav_background.gif");
	margin-bottom: 20px;
}

#mainMenuLink{
	position:relative;
	height: 22px;
	min-width:530px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}

a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:   url("/assets/glblnav_selected.gif");
	text-decoration: none;
}

#googleForm{
	float:right;
	margin-top: 0px;
	width: 281px;
}
	
a.mlink, a.mlink:visited{
	font-size: x-small;
	color: #0743A3;
	font-weight:normal;
	margin-bottom: 20px;
	text-decoration: none;
}
#headerAdvert{
	float:right;
	width: 728px;
	margin-top: 15px;
}
#headerAdvertBelow{
	width: 965px;
	margin-right: auto;
	margin-left: auto;
}

