/* content styling */
  #toplinks p, #toplinks ul {
    border: 1px solid #ccc;
    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; 
    background-color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 1px #ccc;
  }
  #toplinks ul { 
    margin: 1em 0; padding: 0.4em; 
    text-align: center; 
  }
  #toplinks li { 
    display: inline; 
    padding: 0 1em; 
  }

/* org-list */
#org_list {
  position: relative;
  background-image: url('/institute/organization/organization-background.gif');
  background-repeat: no-repeat;
  height: 325px;
  margin-left: 20px;
}
  #org_list a {
    display: block; 
    height: 50px;
  }
  #org_list li {
    position: absolute;
   
    padding: 0; margin: 0;
    text-align: center;
    font-size: 0.6em;
    line-height: 1.2em;
  }

#oed  { 
  top: 15px;
  left:   3px;
  width: 50px;
  height: 53px; 
}

#ins  { top: 15px; left:  55px; width: 50px; height: 53px; }
#it   { top: 15px; left: 107px; width: 50px; height: 53px; }
#brc  { top: 15px; left: 160px; width: 50px; height: 53px; }
#hr   { top: 15px; left: 211px; width: 50px; height: 53px; }
#pmo  { top: 15px; left: 263px; width: 50px; height: 53px; }
#go   { top: 15px; left: 315px; width: 50px; height: 53px; }
#sag  { top: 15px; left: 374px; }
#hou  { top: 15px; left: 426px; }

#ado  { top: 105px; left: 47px; }
#ada  { top: 105px; left: 302px; }

#cmo  { top: 15px; left: 487px; width: 50px; height: 53px; }
#esa  { top: 15px; left: 550px; }
#hst  { top: 15px; left: 598px; width: 50px; height: 53px; }
#jwst { top: 15px; left: 654px; width: 50px; height: 53px; }
#opo  { top: 15px; left: 709px; width: 50px; height: 53px; }
#smo  { top: 15px; left: 764px; width: 50px; height: 53px; }
#wft  { top: 15px; left: 820px; width: 50px; height: 53px; }

#org_list li#dd { top: 220px; left: 389px; width: 120px; height: 100px; border: 0; }
#org_list #dd a { height: 35px; }

.banner img {
  margin: 0 auto;
  display: block;
  border: none;
  outline: none;
}

.intro-text {
  padding: 0 11px;
}

.borderless-section {
  border: none;
  font-size: 15px;
  line-height: 1.5;
}

.borderless-section img[src="/resources/images/external.png"] {
  display: none;
}

.four-column-nav {
  box-sizing: border-box;
  background: #f2f2f2;
  overflow: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0 0 20px 0;
}

.four-column-nav a {
  display: block;
  min-height: 170px;
  margin-bottom: 20px;
  font-weight: bold;
}

#info .four-column-nav a:hover {
  background-color: transparent !important;
}

.four-column-nav img {
  outline: none;
  margin: 0 auto;
}

.four-column-nav div {
  width: 25%;
  box-sizing: border-box;
  float: left;
  text-align: center;
}

.missions-nav {
  border: none;
  overflow: auto;
  box-sizing: border-box;
}

.missions-nav article {
  border: none;

}

.missions-nav .article-image {
  display: inline-block;
  width: 380px;
  float: left;
}

.missions-nav .article-body {
  display: inline-block;
  padding: 0 20px;
  width: 430px;
  float: left;
  box-sizing: border-box;
}

.missions-nav .article-body header {
  display: block;
  font-weight: bold;
  min-width: 0;
}

.missions-nav .article-body header a img {
  display: none;
}

.contact-info {
  text-align: center;
  font-style: italic;
  width: 50%;
  margin: 0 auto 20px auto;
}