@charset "utf-8";

body {
  margin: 0;
  padding: 0;
  background-color: #333;
  color: #333;
  font-family: 'Georgia', sans-serif;
}

a, 
a:link,
a:visited {
  text-decoration: none;
  color: #065388;
}

a:hover {
  color: #990000;
}

img {
  border:  none;
}

#container {
  margin: auto;
  width: 960px;
  background-color: #000;
  font-size: 16px;
  overflow: hidden;
	box-shadow: 0 0 10px #111;
}

#wrapper {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
  overflow: hidden;
}

#header {
        position: relative;
        width: 960px;
        height: 5px;
        background-color: #000;
}

#header h1 {
        padding: 0;
        margin: 0;
}

#header h1 a {
        display: block;
        height: 10px;
        text-indent: -9999px;
        background-repeat: no-repeat;
}

#banner {
  margin: 0;
  position: relative;
  color: #fff;
  background-color: #fff;
  height: 200px;
  background-image: url(../images/nh_panoramic4.jpg);
}

#name {
  position: absolute;
  top: 0px;
  left: 0px;
  float: left;
  //background-image: url(../images/black50.png);
  padding-bottom: 10px;
	//border-top-right-radius: 10px;
	//border-bottom-right-radius: 10px;
}

#name h1 {
  margin: 0;
  padding: 10px;
  font-size: 72px;
  font-weight: normal;
  font-variant: small-caps;
}

#name p {
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 18px;
}

#nav {
  overflow: hidden;
  width: 960px;
  background-color: #aaa;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: table;  
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  position: relative;
}

#nav ul li {
  margin: 0;
  padding: 0;
  display: table-cell;
  float: left;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}

#nav ul li a {
  margin: 0 0 0 1px;
  padding: 0px 30px;
  text-align: center;
  //margin: 0 5px;
  display: block;
  color: #222;
  text-decoration: none;
  line-height: 30px;
  font-size: 24px;
}

#nav ul li a:hover {
  color: #ffffff;
}

#page {
  border-top: 1px solid #e5e5e5;
  padding: 15px 0;
  background-color: #eee;
  overflow: auto;
  clear: both;
}

#content {
  margin: 0 25px;
  line-height: 160%;
}

#sidebar {
  border: 1px solid #e5e5e5;
  margin: 0 0 0 25px;
  min-width: 210px;
  float: right;
  line-height: 140%;
  background-color: #ddd;
}

#sidebar h3, #sidebar p {
  padding: 0 10px;
}

#pub {
    padding: 5px; 
    border-width: 2px; 
    border-style: none; 
    //background-color: #eee4b5;  
    font-size: 1.2em; 
    margin-top: 15px; 
    margin-bottom: 15px;
    padding-left: 1.5em;
    text-indent:-1.5em;
}

#pub a {
    text-decoration: underline;
}

#pub name { 
    font-weight: bold; 
}

#pub journal { 
    font-style: italic;
}

#pub doi a { 
    font-style: italic;
    text-decoration: none;
}

#footer {
  //padding: 15px;
  //overflow: auto;
  color: #ffffff;
  font-size: 80%;
  line-height: 150%;
  text-align: right;
  height: 85px;
  background-image: url(../images/banner1.png);
  background-repeat: no-repeat;
}

#footer img {
  float: left;
  margin-right: 15px;
}

h2 {
  margin-top: 0;
  color: #494949;
  font-weight: normal;
  font-size: 200%;
}

.right {
  margin: 0 0 15px 15px;
  float: right;
}

.left {
  margin: 0 15px 15px 0;
  float: left;
}

#contentbar {
  margin: 0 25px 0 0px;
  width: 210px;
  float: left;
  line-height: 140%;
  background-color: #fff;
}

#contentbar h3, #contentbar p {
  padding: 0 10px;
}

#fac_photo {
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* .contentbar1 {display:none}  */
.contentbar2 {display: none;}
/* .contentbar3 {display:none}  */
/* .contentbar4 {display:none}  */
/* .contentbar5 {display:none}  */
