#siteHeader {
  height: 221px;
}

#siteHeader .adminToggle {
  top: 29px;
}

#leftHandGraphics .text p {
  padding: 0 5px 10px;
  color: #fff !important;
}

body {
  background-image: none;
}

#accountNav {
  position: absolute;
  background-color: #333;
  width: 990px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-radius: 0 0 5px 5px;
  border-bottom: none;
  z-index: 25;
}

#accountNav .currentSite, #accountNav .currentSite a {
  -moz-border-radius: 0 0 0 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-radius: 0 0 0 5px;
}

#accountNav .nginLogo {
  margin-right: 5px;
}

#siteHeader h1 {
  position: relative;
  top: 29px;
}

.textBlockElement h3 { background-color: #000; }
