html, body {
  height: 100%; }

body {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.6875em;
  color: #1a1818;
  line-height: 1.4em;
  text-align: center;
  padding: 0 20px;
  overflow-y: scroll; }

#outside {
  position: relative;
  min-height: 100%;
  height: 100%;
  width: 100%; }
  #outside .row {
    width: 100%; }

.container {
  width: 495px;
  margin: 0 auto;
  position: relative; }
  .container.wider {
    padding: 0 4.4em; }

#header .container {
  padding-top: 30px; }

a {
  color: #1a1818;
  text-decoration: none; }

a:hover {
  color: #97999c; }

#header .container {
  text-align: center; }

#logo {
  border-bottom: 1px solid;
  border-color: #1a1818;
  text-align: center;
  padding: 36px 0 8px 0;
  line-height: 0; }

#nav {
  margin-bottom: 0;
  width: 100%;
  height: 1em; }
  #nav li {
    position: absolute; }
    #nav li#nav2 {
      left: 0; }
    #nav li#nav3 {
      left: 99px; }
    #nav li#nav4 {
      left: 225px; }
    #nav li#nav5 {
      left: 316px; }
    #nav li#nav6 {
      right: 0; }
    #nav li.active a {
      color: #97999c; }
    #nav li a {
      font-weight: bold;
      display: block; }

#img_med {
  min-height: 295px; }

.img_details:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#img_caption {
  width: 32em;
  float: left; }

.img_nav {
  width: 13em;
  float: right; }
  .img_nav li {
    display: inline; }
    .img_nav li a {
      float: right;
      margin-left: 14px;
      background-repeat: no-repeat;
      background-position: 0 -23px; }
      .img_nav li a:hover {
        background-position: -11px -23px; }
    .img_nav li.prev a {
      float: left;
      text-indent: -9999px;
      width: 11px;
      background-image: URL(../images/arrows.gif);
      background-position: 0 -39px;
      margin-left: 0; }
      .img_nav li.prev a:hover {
        background-position: -11px -39px; }
    .img_nav li.next a {
      float: left;
      text-indent: -9999px;
      width: 11px;
      background-image: URL(../images/arrows.gif); }
  .img_nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.threecols div {
  text-align: left;
  width: 226px;
  float: left; }
  .threecols div.right {
    width: 86px !important; }
.threecols:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
.threecols ul {
  width: 100%; }
  .threecols ul li {
    padding: 4px 0; }
  .threecols ul.years li {
    padding: 0; }
    .threecols ul.years li a {
      color: #97999c; }
      .threecols ul.years li a:hover {
        color: #1a1818; }
    .threecols ul.years li.current {
      margin-bottom: 1.5em; }
    .threecols ul.years li.active a {
      color: #1a1818; }

h1, p, ul {
  margin-bottom: 1.5em; }

dl {
  padding-bottom: 1.5em; }
  dl dt {
    font-weight: bold; }
  dl dd {
    margin-bottom: 1.5em; }

.indented {
  padding-bottom: 1.5em; }
  .indented dt {
    clear: both;
    float: left;
    width: 3.5em;
    font-weight: normal; }
  .indented dd {
    float: left;
    width: 41.5em;
    margin-bottom: 0; }
    .indented dd ul {
      margin-bottom: 0; }
  .indented:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.indented2 {
  padding-left: 9em; }
  .indented2 dt {
    clear: both;
    float: left;
    width: 8.5em;
    font-weight: normal;
    margin-left: -9em; }
  .indented2 dd {
    float: left;
    width: 36em;
    margin-bottom: 0; }

.morenav {
  position: relative; }
  .morenav li {
    display: inline;
    font-weight: bold; }
    .morenav li.first {
      position: absolute;
      left: 16%;
      top: 0; }
    .morenav li.last {
      position: absolute;
      right: 22%;
      top: 0; }

.articles li {
  margin-bottom: 1.5em; }

.updown {
  position: absolute;
  right: 0;
  top: 0; }
  .updown li {
    display: inline; }
    .updown li a {
      display: block;
      float: left;
      width: 9px;
      line-height: 0;
      background: URL(../images/arrows.gif) no-repeat 0 -11px;
      height: 11px;
      text-indent: -9999px; }
      .updown li a:hover {
        background-position: -11px -11px; }
    .updown li.prev a {
      margin-right: 13px;
      background-position: 0 0; }
      .updown li.prev a:hover {
        background-position: -11px 0; }

.withnav {
  margin-bottom: 1.5em; }
  .withnav p {
    width: 60%;
    float: left; }
  .withnav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

ul.leftright {
  float: right;
  width: auto; }
  ul.leftright li {
    display: inline; }
    ul.leftright li a {
      display: block;
      float: left;
      width: 11px;
      line-height: 0;
      background: URL(../images/arrows.gif) no-repeat 0 -26px;
      height: 8px;
      text-indent: -9999px; }
      ul.leftright li a:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      ul.leftright li a:hover {
        background-position: -11px -26px; }
    ul.leftright li.prev a {
      margin-right: 13px;
      background-position: 0 -42px; }
      ul.leftright li.prev a:hover {
        background-position: -11px -42px; }

.twocols {
  width: 100%; }
  .twocols li {
    width: 22.5em;
    float: left;
    margin-bottom: 1.5em; }
    .twocols li.even {
      clear: both; }
    .twocols li.toright {
      float: right; }
  .twocols:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .twocols .col {
    float: left;
    width: 140px;
    text-align: left;
    margin-left: 100px; }
    .twocols .col.first {
      margin-left: 0;
      width: 218px; }

.wider .threecols {
  width: 49.4em !important;
  margin-right: -70px; }
.wider .withthumbs {
  width: 49.4em !important;
  margin-right: -70px; }
  .wider .withthumbs li {
    padding-left: 11em;
    width: 12.45em;
    margin: -4px 0 2em 0;
    height: 132px; }
    .wider .withthumbs li img {
      margin: 4px 0 0 -11em !important;
      float: left; }
    .wider .withthumbs li:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
  .wider .withthumbs.left {
    float: left;
    width: 22.5em !important; }
  .wider .withthumbs.right {
    float: right;
    width: 22.5em !important; }

.toleft {
  text-align: left;
  position: relative; }
  .toleft:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  cursor: pointer;
  overflow: hidden; }
  #overlay .loading {
    margin-top: 25%; }
  #overlay #imgholder {
    position: absolute;
    padding: 0 0 38px 0; }
    #overlay #imgholder .caption {
      margin-top: 30px;
      text-align: left;
      position: relative;
      padding-right: 40px; }
      #overlay #imgholder .caption .close {
        position: absolute;
        right: 0;
        top: 0; }

#mailinglist {
  margin-top: 1.5em; }
  #mailinglist label {
    display: none; }
  #mailinglist input {
    border: 1px solid #999999;
    width: 175px; }
  #mailinglist button {
    background: none;
    border: none;
    padding: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1em;
    margin-top: 0.5em; }

.backto {
  position: absolute;
  top: 0;
  right: 0;
  display: block; }
