@charset "UTF-8";
/*Ä*/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html, body {
  margin: 0;
  padding: 0;
  border: 0; }

img {
  border: none; }

::selection {
  background: #DDD;
  /* Safari */ }

::-moz-selection {
  background: #DDD;
  /* Firefox */ }

body {
  font-family: "Verdana", sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #333;
  background: #777;
  text-align: center; }
  @media screen and (max-width: 780px) {
    body {
      background: #FFF; } }

a:link, a:visited, a:active {
  text-decoration: none;
  color: #127da3; }
  a:link.minilink, a:visited.minilink, a:active.minilink {
    font-size: 10px; }

a:hover {
  text-decoration: underline; }

nav {
  width: 230px;
  float: right; }
  @media screen and (max-width: 780px) {
    nav {
      width: 100%; } }

a.sitenav {
  display: block;
  width: 230px;
  font-family: "Times New Roman", serif;
  font-size: 17px;
  padding: 10px 14px;
  padding-left: 20px;
  margin: 0 0 2px 0;
  background: #EEE;
  color: #222222;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  a.sitenav:hover {
    text-decoration: none;
    background: #cfcfcf;
    padding-left: 30px; }
  @media screen and (max-width: 780px) {
    a.sitenav {
      width: 100%;
      text-align: center;
      padding: 9px;
      padding-left: 0; }
      a.sitenav:before {
        display: none; }
      a.sitenav:hover {
        text-decoration: none;
        background: #cfcfcf;
        padding-left: 0; } }
  a.sitenav:before {
    content: "\00BB"; }
  a.sitenav.current, a.sitenav.current:hover {
    background: #1c94bf;
    color: #FFF; }

.wrapper {
  color: #333;
  padding: 35px 35px 15px 35px;
  margin: 1px auto;
  text-align: left;
  width: 768px;
  background-color: #FFF;
  overflow: hidden; }
  @media screen and (min-width: 780px) {
    .wrapper {
      -moz-box-shadow: 0 0 14px 8px #5C5C5C;
      -webkit-box-shadow: 0 0 14px 8px #5C5C5C;
      box-shadow: 0 0 14px 8px #5C5C5C; } }
  @media screen and (max-width: 780px) {
    .wrapper {
      width: 100%;
      padding: 20px; } }

.line {
  background: #777;
  height: 10px;
  margin-top: 5px; }
  @media screen and (max-width: 780px) {
    .line {
      width: 100%; } }

.logo {
  line-height: 38px;
  margin: 25px 0 10px 0;
  font-family: "Georgia", serif;
  font-weight: normal;
  font-size: 32px; }
  .logo span {
    color: #666666; }
  @media screen and (max-width: 780px) {
    .logo {
      font-size: 28px; } }

.logocontact {
  overflow: hidden;
  margin-top: 10px;
  font-size: 11px;
  font-family: "Verdana", sans-serif;
  text-align: left; }
  .logocontact ul {
    float: left;
    list-style-type: none;
    margin: 5px 40px 0 0;
    padding: 0; }
  .logocontact li {
    display: block;
    font-size: 13px;
    margin: 0;
    padding: 0;
    line-height: 20px; }

.wrapheading {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  padding: 0; }

.siteimg {
  float: left; }
  @media screen and (max-width: 780px) {
    .siteimg {
      display: none; } }

.indeximg {
  float: left; }
  @media screen and (max-width: 780px) {
    .indeximg {
      width: 60%;
      margin-top: 20px; } }
  @media screen and (max-width: 480px) {
    .indeximg {
      width: 80%;
      margin-top: 20px; } }

.wrapheading2 {
  overflow: hidden;
  margin-top: 10px;
  padding: 0; }

h1 {
  font-weight: normal;
  font-family: "Georgia", Serif;
  font-size: 23px;
  line-height: 27px;
  color: #FFF;
  float: left;
  width: 453px;
  background: #1c94bf;
  padding: 60px 20px 20px 20px;
  background: #1c94bf;
  background: -moz-linear-gradient(top, #51b5d9 0%, #127da3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #51b5d9), color-stop(100%, #1c94bf));
  background: -webkit-linear-gradient(top, #51b5d9 0%, #127da3 100%);
  background: -o-linear-gradient(top, #51b5d9 0%, #127da3 100%);
  background: -ms-linear-gradient(top, #51b5d9 0%, #127da3 100%);
  background: linear-gradient(to bottom, #51b5d9 0%, #127da3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51b5d9', endColorstr='#1c94bf', GradientType=0); }
  @media screen and (max-width: 780px) {
    h1 {
      width: 100%; } }

h2 {
  font-family: "Georgia", serif;
  font-weight: normal;
  font-size: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #1c94bf;
  color: #127da3; }
  h2.noborder {
    border: none; }
  h2 span {
    color: #127da3; }

h3 {
  font-family: "Georgia", serif;
  font-weight: normal;
  font-size: 15px;
  color: #127da3;
  margin-bottom: 0; }

img.daw {
  float: right; }
  @media screen and (max-width: 780px) {
    img.daw {
      display: none; } }

.textblock {
  position: relative;
  width: 453px;
  padding: 20px; }
  @media screen and (max-width: 780px) {
    .textblock {
      padding: 0;
      width: 100%; } }
  .textblock p {
    margin-top: 10px; }
  .textblock p.list {
    margin-top: 15px;
    line-height: 18px; }

.footertags {
  width: 400px;
  margin: 30px auto;
  text-align: center;
  color: #222;
  line-height: 15px;
  font-size: 10px;
  font-family: "Verdana", Sans Serif; }
  @media screen and (max-width: 780px) {
    .footertags {
      display: none; } }

.formtxt {
  margin-top: 0;
  font-size: 12px;
  line-height: 20px;
  font-family: "Verdana", sans-serif;
  color: #333; }

/*# sourceMappingURL=style.css.map */
