/* Start: Left-align text in logo with text on page */
.maincontent, #globalactions, #footer {
  margin-left: 0;
  margin-right: 0;
}

#quicksearchwrapper {
  margin: 8px 0 0 0;
}

a, a:active, .link, .link:active {
  color: #188bb3;
}

#globalnav ul li a, #globalnav ul li a:visited, #orgnav ul li a, #orgnav ul li a:visited {
  color: #188bb3;
  background: white;
}

.sectionnav a, .sectionnav a:visited {
  color: #188bb3;
}

#globalnav ul li a:hover, #globalnav ul li a:focus, #orgnav ul li a:hover, #orgnav ul li a:focus, .sectionnav a:hover, .sectionnav a:focus {
  background: #188bb3;
  color: white;
}

.pagenav ul li a:hover, .pagenav ul li a:focus {
  /* interaction style for prev/next nav */
  background: #188bb3;
  color: white;
}

#searchnav li a:hover, #browsenav li a:hover, #xcollsearchtabs li a:hover {
  background: #188bb3;
  /* White border around hover looks better -- rendering of rounded
     buttons with background and colored bordered is pixelated in 
     firefox */
  border: 1px solid white;
  border-bottom: 0;
  color: white;
}

#format-buttons a, #zoom a {
  background: #fff;
}
#format-buttons a:hover, #zoom a:hover {
  background: #188bb3;
  border-color: #188bb3;
  color: #fff;
}
#format-buttons a.current, #format-buttons a.current:hover, #zoom a.current, #zoom a.current:hover {
  background: #ddd;
  color: #188bb3;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
  background: #bbb;
}
#format-buttons a, #format-buttons a.current:hover, #zoom a, #zoom a.current:hover {
  border: 1px solid #aaa;
}

a, a:active, .link, .link:active {
  color: #23669a;
}

#globalnav ul li a, #globalnav ul li a:visited, #orgnav ul li a, #orgnav ul li a:visited {
  color: #23669a;
  background: white;
}

.sectionnav a, .sectionnav a:visited {
  color: #23669a;
}

#globalnav ul li a:hover, #globalnav ul li a:focus, #orgnav ul li a:hover, #orgnav ul li a:focus, .sectionnav a:hover, .sectionnav a:focus {
  background: #23669a;
  color: white;
}

.pagenav ul li a:hover, .pagenav ul li a:focus {
  /* interaction style for prev/next nav */
  background: #23669a;
  color: white;
}

#searchnav li a:hover, #browsenav li a:hover, #xcollsearchtabs li a:hover {
  background: #23669a;
  /* White border around hover looks better -- rendering of rounded
     buttons with background and colored bordered is pixelated in 
     firefox */
  border: 1px solid white;
  border-bottom: 0;
  color: white;
}

#format-buttons a, #zoom a {
  background: #fff;
}
#format-buttons a:hover, #zoom a:hover {
  background: #23669a;
  border-color: #23669a;
  color: #fff;
}
#format-buttons a.current, #format-buttons a.current:hover, #zoom a.current, #zoom a.current:hover {
  background: #ddd;
  color: #23669a;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
  background: #bbb;
}
#format-buttons a, #format-buttons a.current:hover, #zoom a, #zoom a.current:hover {
  border: 1px solid #aaa;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

ol {
  list-style: decimal;
  padding-left: 20px;
}

#masthead {
  background-color: #23669a;
  height: 127px;
  padding-right: 20px;
  border-bottom: solid 5px #76a7cd;
}

#staticcontent .popout {
  margin-left: 0px;
  width: 96.8%;
  margin-bottom: 40px;
}

#staticcontent .arkat {
  padding-bottom: 0px;
}

#staticcontent .arkat img.partners {
  margin-top: 15px;
}

#staticcontent .editors ul li {
  padding-left: 15px;
  text-indent: -15px;
  padding-top: 5px;
}

#staticcontent .arkat span {
  float: left;
  font-size: 12px;
}

.left-logos {
  float: left;
}

#staticcontent .section span.releasedate {
  font-size: 16px;
}

#staticcontent .section span.numeric {
  font-size: 12px;
}

#staticcontent .arkat img {
  padding-left: 60px;
}

#staticcontent .releasedate {
  font-size: 10px;
}

#pvdoccontent {
  min-width: 50em;
  max-width: 60em;
  width: 90%;
  margin: 10px auto;
}

#footer {
  background: none;
  height: 70px;
}

#footer div {
  background: url(/a/ark/graphics/mpub-arkat.png) no-repeat transparent 100% 2px;
}

#footer p {
  padding-right: 180px;
  line-height: 17px;
  padding-bottom: 25px;
}
