* {
  font-family: tahoma, arial, verdana;
  color: #808688;
}

body, html {
  margin: 0;
  padding: 0;
}

body {
  background-color: #ededed;
}

#flashcontent {
  margin: 0;
  padding: 0;
}

#fallback {
  background: #fff;
  background-repeat: no-repeat;
  background-position: right 1em;
  margin: 0 2em;
  padding: 2em 15em 1em 1em;
}

#footer {
  border-top: 1px solid #c9cacb;
  border-bottom: 1px solid #c9cacb;
  margin: 0 -15em 0 -1em;
  background: transparent url(../img/footer_flag.png) no-repeat 0 8px;
  height: 23px;
}

  #footer p {
    margin-left: 94px;
    border-left: 1px solid red;
    padding-left: 11px;
    display: inline;
    line-height: 23px;
    font-size: 0.9em;
  }

h1 {
  color: #939598;
  text-transform: uppercase;
}

h2 {
  color: #abb2b4;
  font-size: 1.3em;
}

h2.subtitle {
  font-weight: normal;
  margin-top: -1em;
}

ul {
  padding: inherit;
}

a {
  color: #00a9cb;;
}

ul.images {
  list-style-type: none;
  overflow: hidden;
}

  ul.images li {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
  }

    ul.images li img {
      border: 1px solid #939598;
      display: block;
    }

    ul.images li span {
      display: block;
      font-size: 0.8em;
      padding: 0.2em 0.4em;
    }

      ul.images li span.title {
        color: #00a9cb;
      }

      ul.images li span.photo {
        color: #939598;
        margin-top: -0.2em;
        padding-top: 0;
      }

    ul.images li a:hover,
    ul.images li a:focus,
    ul.images li a:hover span,
    ul.images li a:focus span {
      background-color: #939598;
      color: #f2f3f3;
    }

div.frontpage {}

  div.frontpage ul.images li a {
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 1.8em;
  }

div.subpage {}

  div.subpage p.link {
     font-weight: bold;
     font-size: 1.2em;
  }

    div.subpage p.link a {
      padding: 1.2em 3em;
      display: block;
      background: #f2f3f3 url(../img/blue_arrow.png) no-repeat 1.5em center;
    }

    div.subpage p.link a:hover,
    div.subpage p.link a:focus {
      background-color: #abb2b4;
      color: #fff;
    }

  div.subpage ul.tips {
    list-style-image: url(../img/blue_arrow_small.png);
    margin-left: 1em;
    margin-bottom: 2em;
  }

    div.subpage ul.tips li {
      margin-bottom: 0.3em;
    }

    div.subpage ul.tips li a {
      padding: 0.2em;
    }

    div.subpage ul.tips li a:hover,
    div.subpage ul.tips li a:focus {
      background-color: #abb2b4;
      color: #fff;
    }

