/**
 * Header
 */
 
#wrapper #container #header {
  height: 112px;
  background: url(../images/bg-header.png) no-repeat scroll center top;
  margin: 10px -12px 0;
}
 
#wrapper #container #header h1, 
#wrapper #container #header h1 a:link, 
#wrapper #container #header h1 a:visited {
  color: #fff;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
  font-size: 1.5em;
}

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}

#wrapper #container #header #banner {
  height: 68px;
  width: 450px;
  margin: 23px 85px 0 0;
}

#wrapper #container .breadcrumb {
  font-size: 0.92em;
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
  color: #529ad6;
}

#mission {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#wrapper #container #header h1 {
	padding: 0;
}

#wrapper #container #header #logo-floater {
  position: absolute;
  margin: 33px 0 0 76px;
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

#wrapper #container #header h1 span {
  font-weight: bold;
}

#wrapper #container #header h1 img {
  float: left; /* LTR */
}

#wrapper #container .breadcrumb {
  position: absolute;
  top: 15px;
  left: 35px; /* LTR */
  z-index: 3;
}

#header-right {
  float: right;
  margin: 0;
}