#header{
	width:959px;
	float:left;
	clear:both;
	background:#fff;
	border-bottom:1px solid #E1E0EE;
}
#headerTopWrapper{
	float:left;
	width:959px;
}
#headerTop{
	margin:8px 24px 0 34px;
}
#logo{
	float:left;
}
#languageSelector{
	float:right;
	margin-top:6px;
}
#languageSelector legend{
	display:none;
}
#headerBottomWrapper{
	float:left;
	width:959px;
}
#headerBottom{
	margin:8px 0 0 34px;
}
#globalNavSearch{
	float:right;
	width:450px;
}
/*globalNav*******************************************************************************************/
#globalNav{
	clear:both;
	float:right;
  font-size:0.9em;
}
#globalNav a{
	display:block;
	padding:0px 13px 0px 13px;
}
#globalNav ul{
	float:left;
	margin-bottom:0;
}
#globalNav ul li.selected{
	padding:0px;
}
#globalNav ul li{
	border-left:1px solid #e1e0ee;
	float:left;
	padding-right:2px;
}
#globalNav span.current {
	padding:0 13px;
}
#globalNav .first-link{
	border:0;
}
#globalNav a:link{color:#0a8ad1; background: transparent none; text-decoration:none;}
#globalNav a:active{color:#0a8ad1; background: transparent none; text-decoration:none;}
#globalNav a:visited{color:#0a8ad1; background: transparent none; text-decoration:none;}
#globalNav a:hover{color:#fff; background: #0a8ad1 none; text-decoration:none;}
/*******/
#strap{
	float:left;
}
#strap #strapHeader{
	color:#2C4274;
	font-size:2.3em;
	font-weight:bold;
	margin-bottom:4px;
}
#siteSearch{
	float:right;
	margin-right:15px;
	margin-top:18px;
	clear:right;
}
#siteSearch form{
	width:273px;
}
#siteSearch label{
	display:none;
}

/************ Language Selector ***********/
#language{
  float:right;
  padding:5px 10px 0 0;
}

#language li{
  float:right;
  width:40px;
  height:24px;
  padding:0 3px 0 3px;
  background-color:transparent;
  background-position:center center;
  background-repeat:no-repeat;
  color:#CCC;
}

#language li strong{
  color:#000;
}

#language li span{
  display:none;
}

#language li a, #language li strong{
  display:block;
  width:40px;
  height:24px;
  background-color:transparent;
  background-position:center center;
  background-repeat:no-repeat;
}

#uk{
  background-image:url(../images/uk_grey.gif);
  border-right:1px solid #e1e0ee;
}

#uk a:link, #uk a:visited{
  background-image:url(../images/uk.gif);
}

#uk a:active, #uk a:hover, #uk strong{
  background-image:url(../images/uk_selected.gif);
}

#cymru{
  background-image:url(../images/wales_grey.gif);
}

#cymru a:link, #cymru a:visited{
  background-image:url(../images/wales.gif);
}

#cymru a:active, #cymru a:hover, #cymru strong{
  background-image:url(../images/wales_selected.gif);
}
