

/*
Main blocks spanning
*/
.HeaderBlock {
  height: 60px;
  width: 100%;
  background-color: #054449;
  margin-bottom: 10px;
}
.HeaderSpanning {
  position:absolute;
  z-index: 1;
  width: 100%;
}
.HeaderContainingCentred {
  position:absolute;
  z-index: 3;
  width: 100%;
}
.HeaderCentred {
  height: 60px;
  width: 1024px;
  border: 0px;
  position:relative;
  text-align:left;
  background-color: none;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
}
.HeaderCentredBackdrop {
  position:absolute;
  z-index: 1;
  height: 60px;
  width: 100%;
  left: 0;
  top: 0;
  background-color: none;
}
.HeaderCentredColumns {
  position:absolute;
  z-index: 2;
  height: 60px;
  width: 100%;
  left: 0;
  top: 0;
}
.HeaderColumn {
  float: left;
}
.HeaderColumnSpanning1 {
  width: auto;
}
.HeaderColumnSpanning2 {
  width: auto;
}
.HeaderColumnCentred1 {
  width: auto;
}
.HeaderColumnCentred2 {
  width: auto;
}

/*
Logo and heading
*/
.HeaderContainingLogoRight {
  position:absolute;
  z-index: 2;
  width: 100%;
  text-align: right;
}
.HeaderLogoRight {
  text-align: right;
}
.HeaderHeading {
  font-size: 18px;
  font-weight: bold;
  color: #054449;
  background-color: none;
  padding-left: 5px;
  padding-right: 5px;
}

/*
MenuMajor and MenuMinor
*/
.HeaderMenu {
  background-color: none;
}
.HeaderMenuMajorSep {
  background-color: none;
  font-size: 18;
  padding-top: 5px;
  float: left;
  position: relative;
  width: 0px;
}
.HeaderMenuMajor {
  background-color: none;
  color: #054449;
  font-family: ;
  font-size: 18px;
  font-weight: 500;
  padding: 0px;
  float: left;
  position: relative;
  width: auto;
  height: ;
  display: table;
  border-radius: 3px;
}
.HeaderMenuMajor:hover {
  background-color: #E7EFF7;
  color: #054449;
}
.HeaderMenuMajor div {
  display: inline-block; /* IE7? http://www.vanseodesign.com/css/vertical-centering/ */
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 5px;
  white-space: nowrap;
}
.HeaderMenuMinorSep {
  font-size: 18;
  padding-top: 5px;
  float: left;
  position: relative;
}
.HeaderMenuMinor {
  background-color: none;
  color: #054449;
  font-size: 18px;
  padding: 5px 5px 5px 5px;
  float: left;
  position: relative;
  width: auto;
  height: ;
  text-align: center;
  border-radius: 3px;
}
a .HeaderMenuMinor:hover {
  background-color: #E7EFF7;
  color: #054449;
}
.HeaderMenuMinor div {
  display: inline-block; /* IE7? http://www.vanseodesign.com/css/vertical-centering/ */
  display: table-cell;
  vertical-align: middle;
}
.HeaderMenu a {
  text-decoration:none;
}
.HeaderMenu a:hover {
  text-decoration:none;
  background-color: #E7EFF7;
  color: #054449;
}

/* Footer */
.StdFooter {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.FooterCopyright {
  float: right;
  text-align: right;
  font-size: 10px;
  color: #4B554F;
}

/* Language */
.LanguageSwitcher {
  float: left;
}
.LanguageIndicator {
  clear: left;
  color: #054449;
  font-size: 11px;
}


@media print {
  .HeaderBlock {
    top: 0px;
  }
  .HeaderBlock,
  .HeaderCentred,
  .HeaderCentredBackdrop,
  .HeaderCentredColumns {
    height: auto;
  }
  .HeaderMenu,
  .StdFooter,
  .LanguageIndicator,
  .LanguageSwitcher {
    visibility: hidden;
    display: none;
  }
}

