@charset "UTF-8";
/* CSS Document */

body {
  font-size: 0.7em;
  color: #555;
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  background-image: url(img/top.jpg);
  background-repeat: repeat-x;
  background-color: #fff;
  border-top-color: #fff;
  border-top-width: 15px;
}
#wrapper {
  width: 900px;
  margin: auto;
}
#wrapper h1 {
  color: #000;
  font-size: 1.8em;
  font-weight: 400;
  font-family: georgia, garamond, serif;
  margin-bottom: 15px;
}
#head {
  height: 26px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#logo {
  width: 218px;
  height: 26px;
}
#home_splash {
  background-image: url(img/home_splash.jpg);
  background-repeat: no-repeat;
  height: 568px;
}
.image {
  padding: 10px 12px 12px 10px;
  width: 875px;
}
.home_white_line {
  border: solid 1px #fff;
  width: 100%;
  height: 100%;
}
#inner_splash {
}
#nav {
  float: right;
  height: 16px;
  width: 565px;
  margin-top: 8px;
  margin-right: 5px;
}
#nav li {
  position: relative;
  float: left;
  height: 16px;
}
#nav li a {
  position: relative;
  float: left;
  height: 16px;
}
#content {
  margin-top: 20px;
}
#content p {
  margin-top: 12px;
  margin-bottom: 12px;
}
#content h2 {
  font-size: 1.4em;
  color: #000;
  font-style: normal;
  margin-bottom: 12px;
}
#content h3 {
  font-size: 1.1em;
  color: #935600;
  font-style: normal;
  margin-top: 12px;
}
#content hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 30px 0;
}

#content ul {
}
#content li {
  margin-left: 30px;
  list-style-type: disc;
}
#content dl {
}
#content dt {
  font-weight: bold;
  margin-top: 6px;
  font-style: normal;
}
#content dd {
  padding-left: 2em;
  text-indent: -1em;
}
#content dd:before {
  content: "• ";
}
#content a {
  color: #2769a7;
  border-bottom: 1px dotted #2769a7;
  text-decoration: none;
}
#content a:hover {
  border-bottom: 1px solid #2769a7;
}
#content a:visited {
}
#content_biography {
  background-image: url(img/img_beach.jpg);
  background-repeat: no-repeat;
  height: 347px;
}
#content_pcr {
  background-image: url(img/img_desk.jpg);
  background-repeat: no-repeat;
  height: 347px;
}
#flash_box {
  margin: 37px 0 0 10px;
  border: thin #ccc solid;
  width: 400px;
  height: 298px;
}

#content_altermune {
  background-image: url(img/img_pcr.jpg);
  background-repeat: no-repeat;
  height: 347px;
}
#content_science {
  background-image: url(img/img_film.jpg);
  background-repeat: no-repeat;
  height: 347px;
}
#content_books {
  background-image: url(img/img_surf.jpg);
  background-repeat: no-repeat;
  height: 347px;
}
#content_lectures {
  background-image: url(img/img_lecture.jpg);
  background-repeat: no-repeat;
  height: 347px;
}
#content_contact {
  background-image: url(img/img_rocks.jpg);
  background-repeat: no-repeat;
  height: 347px;
}
#content_left {
  float: left;
  width: 550px;
  padding-right: 30px;
}
#content_right {
  float: left;
  width: 310px;
}
#home_left {
  float: left;
  width: 430px;
  margin-right: 35px;
}
#home_right {
  float: left;
  width: 430px;
}
.highlight {
  padding: 20px;
  background-color: #f4f4f4;
  font-style: italic;
  margin-bottom: 20px;
}
.stroke {
  padding: 20px;
  border: solid 1px #dadada;
  margin-bottom: 20px;
}
.stroke_img {
  border: solid 1px #dadada;
  width: 308px;
  margin-bottom: 20px;
}
.content_img img {
  padding: 9px;
  border: solid 1px #dadada;
}
#inner_left {
}
#inner_right {
}
#footer {
  clear: both;
  width: 100%;
  min-height: 150px;
  background-color: #f4f4f4;
}
#inner_footer {
  clear: both;
  width: 900px;
  margin: auto;
  padding-top: 15px;
}
#footer_nav {
  clear: both;
  margin: auto;
  width: 550px;
}
#footer_nav li {
  display: inline;
  font-size: 1.1em;
  color: #935600;
  font-style: normal;
  margin-bottom: 15px;
}
#footer a {
  margin: 15px 10px 15px 0;
  font-size: 1.1em;
  color: #935600;
  font-style: normal;
}
#footer a:hover {
}
#footer a:visited {
}
.quote {
  font-style: italic;
}
.quote-container {
  min-height: 119px;
  background-image: url(img/quote.jpg);
  background-repeat: no-repeat;
}
#wis_logo {
  clear: both;
  width: 300px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

#wis_logo p {
  font-style: italic;
  text-align: center;
}

#wis_logo img {
  margin-top: 20px;
  margin-left: 10px;
}

.formcarry-container {
}
.formcarry-block {
  margin-top: 1rem;
}

.formcarry-block > :not(:first-child) {
  display: block;
  margin-top: 0.5rem;
}
