body {
  background-image: url("../wimg/texture.jpg");
  background-repeat: repeat;
  background-position: center center;
  margin: 0px;
  background-color: #111111;
  font-family: verdana, helvetica, sans-serif;
}

#container {
  display: inline-block;
  min-width: 1000px;
  width: 1000px;
  max-width: 1000px;
  min-height: 1000px;
}

#header {
  display: inline-block;
  clear: both;
  width: 1000px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0px;
  height: 105px;
  background-image: url("../wimg/top.png");
  background-position: left center;
  background-repeat: no-repeat;
  text-align: right;
  vertical-align: middle;
}
#header #navigation {
  display: table;
  height: 100%;
  border-spacing: 5px;
  border-collapse: separate;
  float: right;
}
#header #navigation .nav_item {
  display: table-cell;
  text-transform: lowercase;
  text-align: center;
  font-family: verdana, helvetica, sans-serif;
  font-size: 1.5em;
  color: #ffffff;
  text-decoration: none;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.5s ease;
  vertical-align: middle;
}
#header #navigation .nav_item:hover, #header #navigation .nav_item:focus {
  background-color: #1111aa;
  outline: 0;
}

.feat {
  background-color: #ffffff;
  width: 1000px;
  min-width: 1000px;
  max-width: 1000px;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
  background-position: top left;
  border-radius: 25px;
  clear: both;
  display: table;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  text-decoration: none;
}
.feat .description {
  display: table-cell;
  background-image: url("../wimg/halffeat-white.png");
  background-position: top left;
  opacity: 0;
  transition: opacity 0.5s ease;
  box-sizing: border-box;
  text-decoration: none;
  padding: 25px;
  padding-bottom: 0px;
}
.feat .description:hover, .feat .description:focus {
  opacity: 1;
}
.feat .description .thumbnail {
  width: 400px;
  height: 150px;
  border-radius: 25px;
  clear: both;
  display: inline-block;
  margin-left: 530px;
  background-color: #111111;
  background-size: cover;
}
.feat .description .thumbnail + p {
  text-indent: 0em;
}
.feat .description p {
  text-decoration: none;
  color: #111111;
  background-color: #ffffff;
  line-height: 150%;
  font-family: verdana, helvetica, sans-serif;
  font-size: 1em;
  text-indent: 1em;
  width: 400px;
  text-align: justify;
  margin-left: 530px;
}
.feat .description p:first-child {
  text-indent: 0em;
}
.feat .description p.url {
  color: #0000FF;
  text-align: center;
  text-indent: 0em;
  text-decoration: underline;
}

.row {
  display: block;
  clear: both;
  width: 100%;
}
.row .single, .row .tall, .row .double {
  display: inline-block;
  float: left;
  background-color: #ffffff;
  box-sizing: border-box;
  width: 320px;
  height: 320px;
  border-radius: 25px;
  background-position: center bottom;
  overflow: hidden;
  margin: 0px;
  margin-left: 20px;
  clear: none;
  margin-bottom: 20px;
}
.row .single:first-child, .row .tall:first-child, .row .double:first-child {
  margin-left: 0px;
}
.row .double {
  width: 660px;
}
.row .tall {
  height: 660px;
}

.toindex {
  display: table;
  text-decoration: none;
  font-size: 2.1em;
  text-align: center;
  padding: 5px;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  border-radius: 25px;
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: verdana, helvetica, sans-serif;
  transition: background-color 0.5s ease;
}
.toindex span {
  display: table-cell;
  vertical-align: middle;
  padding-top: 0.25em;
}
.toindex:link, .toindex:visited, .toindex:active {
  color: #ffffff;
}
.toindex:hover {
  color: #ffffff;
  background-color: #0000ff;
}

.downloads {
  color: #ffffff;
  font-family: verdana, helvetica, sans-serif;
}
.downloads a {
  color: #aaaaff;
}
.downloads .header {
  font-size: 1.25em;
  text-align: justify;
  line-height: 145%;
  width: 950px;
  display: block;
  padding-left: 25px;
  padding-right: 25px;
  text-indent: 1em;
  border-bottom: #fff 1px solid;
  padding-bottom: 5px;
  font-weight: bold;
}
.downloads .anchor {
  font-size: 1em;
  margin-top: calc(-2.25em - 20px);
  margin-bottom: calc(2em + 20px);
  text-align: right;
  line-height: 145%;
  width: 950px;
  display: block;
  padding-left: 25px;
  padding-right: 25px;
  text-indent: 1em;
  padding-bottom: 5px;
}
.downloads .anchor a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.75em;
  display: block;
  padding: 4px;
  float: right;
  font-weight: 100px;
}
.downloads .paragraph {
  font-size: 1em;
  text-align: justify;
  line-height: 145%;
  width: 900px;
  display: block;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 5px;
  clear: both;
  text-indent: 0em;
}
.downloads ul {
  font-size: 1em;
  text-align: justify;
  line-height: 145%;
  width: 400px;
  display: block;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: -0.15em;
  padding-bottom: 5px;
  float: left;
  box-sizing: border-box;
}
.downloads ul ul {
  display: inline;
  margin: 0px;
  width: 100%;
}

.downloads_footer {
  background-image: url("../wimg/about/about_halfwhite.png");
  background-position: 50% 50%;
  clear: both;
  width: 1000px;
  min-width: 1000px;
  max-width: 1000px;
  border-radius: 25px;
  clear: both;
  display: block;
  margin-bottom: 20px;
  color: #ffffff;
  box-sizing: border-box;
  padding: 25px;
}
.downloads_footer p {
  font-size: 0.9em;
  text-align: justify;
  line-height: 145%;
  width: 950px;
  display: block;
  margin: 0px;
  clear: both;
  text-indent: 1em;
}
.downloads_footer p:first-child {
  text-indent: 0em;
}
.downloads_footer p:empty {
  margin-top: 25px;
}
.downloads_footer p:empty + p {
  text-indent: 0em;
}
.downloads_footer p a {
  color: #aaaaff;
}

.about {
  width: 1000px;
  min-width: 1000px;
  max-width: 1000px;
  border-radius: 25px;
  clear: both;
  display: block;
  margin-bottom: 20px;
  background-image: url("../wimg/about/about_halfwhite.png");
  background-position: 50% 50%;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.about .map {
  width: 100%;
  display: block;
  clear: both;
  height: 420px;
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-image: url("../wimg/about/about_map_over.png"), url("../wimg/about/about_map_base.png");
  box-sizing: border-box;
}
.about .map .person {
  display: block;
  float: left;
  position: relative;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
}
.about p {
  text-indent: 0em;
  color: #ffffff;
  margin-left: 50px;
  margin-right: 50px;
  clear: both;
  text-align: justify;
}
.about p p + p {
  text-indent: 1em;
}
.about p a {
  color: #ffffff;
}/*# sourceMappingURL=c.css.map */