/* 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;
}

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

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

a, a:active, .link, .link:active {
  color: #4b731e;
}

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

.sectionnav a, .sectionnav a:visited {
  color: #4b731e;
}

#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: #4b731e;
  color: white;
}

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

#searchnav li a:hover, #browsenav li a:hover, #xcollsearchtabs li a:hover {
  background: #4b731e;
  /* 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: #4b731e;
  border-color: #4b731e;
  color: #fff;
}
#format-buttons a.current, #format-buttons a.current:hover, #zoom a.current, #zoom a.current:hover {
  background: #ddd;
  color: #4b731e;
  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;
}

body {
  font-family: Arial, helvetica, sans-serif;
}

#logo {
  margin-top: 1.25em;
}

#globalactions {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #86c045;
  border-bottom: 5px solid #86c045;
}

#globalactions ul li {
  font-size: 13px;
}

#globalnav, #globalnav ul, #globalnav ul li, #globalnav ul li a {
  height: 2em;
  line-height: 2.5em;
  margin-bottom: 0;
  margin-left: 0;
}

#globalnav ul li a:link {
  color: #111;
  padding: 5px 8px 8px;
  margin-right: 4px;
}

#globalnav ul li a:link.current, #globalnav ul li a:visited.current {
  border: 0 none #86c045;
  border-top: 4px solid #86c045;
  background: none;
  color: #86c045;
}

#globalnav ul li a:visited {
  color: #111;
}

#globalnav ul li a:link {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

#globalnav ul li a:hover, #globalnav ul li:hover.visited {
  background: none;
  border-top: 4px solid #86c045;
  color: #86c045;
}

#orgnav {
  margin-top: 0;
}

#orgnav ul li {
  margin-top: 8px;
}

.maincontent {
  margin-top: 30px;
}

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

#format-buttons a, #zoom a {
  background: #fff;
}

#format-buttons a, #format-buttons a.current:hover, #zoom a, #zoom a.current:hover {
  border: 1px solid #aaa;
}

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

#quicksearchwrapper {
  margin: 40px 10px 0 0;
}
