@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: url("../images/bg-body.jpg") top center no-repeat #1e8da1;
  font-family: "Open Sans", sans-serif;
  font-weight: 300; 
  position: relative;}

b, strong {
  font-weight: 400; }

a {
  color: #20324d;
  text-decoration: none; }

p {
  font-size: .9em;
  line-height: 1.6em;
  margin-bottom: .5em; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

.Inputfields,
.Inputfields li {
  list-style: none;
  margin: 1em 0;
  padding: 0; }

.Inputfields li label {
  font-weight: 400;
  margin-bottom: 1em; }

.Inputfields li p {
  margin: 0; }

.Inputfields li p.description {
  font-style: italic; }

.Inputfields textarea,
.Inputfields .InputfieldMaxWidth {
  width: 100%; }

.Inputfields .InputfieldSubmit label {
  display: none; }

.ui-state-error-text {
  color: red; }

.ui-widget-content {
  margin-top: 1em; }

.input_tiny {
  width: 50px; }

.input_small {
  width: 100px; }

.input_medium {
  width: 150px; }

.input_large {
  width: 200px; }

.input_xlarge {
  width: 250px; }

.input_xxlarge {
  width: 300px; }

.input_full {
  width: 100%; }

.input_full_wrap {
  display: block;
  padding-right: 8px; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
input:focus,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: #0066ff 0 0 5px 0;
  -moz-box-shadow: #0066ff 0 0 5px 0;
  box-shadow: #0066ff 0 0 5px 0;
  z-index: 1; }

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

button,
a.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #dddddd url('/images/button.png?1378815178') repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd);
  background-image: -moz-linear-gradient(#ffffff, #dddddd);
  background-image: -o-linear-gradient(#ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font: bold 12px / 1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 3px 10px;
  text-shadow: white 0 1px 1px;
  text-decoration: none;
  vertical-align: top;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0; }
  button:hover,
  a.button:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
    background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
    background-image: -moz-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
    background-image: -o-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
    background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
    text-decoration: none; }
  button:active,
  a.button:active,
  input[type="reset"]:active,
  input[type="submit"]:active,
  input[type="button"]:active {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(#dddddd, #eeeeee);
    background-image: -moz-linear-gradient(#dddddd, #eeeeee);
    background-image: -o-linear-gradient(#dddddd, #eeeeee);
    background-image: linear-gradient(#dddddd, #eeeeee);
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
    -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
    box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
    border-color: #999999 #bbbbbb #dddddd; }
  button::-moz-focus-inner,
  a.button::-moz-focus-inner,
  input[type="reset"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0; }

a.button {
  *padding-bottom: 3px; }

button {
  *padding-top: 1px;
  *padding-bottom: 1px; }

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  outline: 0;
  margin: 0;
  padding: 2px 3px;
  text-align: left;
  font-size: 13px;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  height: 1.8em;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto; }
  textarea[disabled],
  select[disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="email"][disabled],
  input[type="month"][disabled],
  input[type="number"][disabled],
  input[type="password"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="text"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  input[type="week"][disabled] {
    background-color: #eeeeee; }

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888; }

input.placeholder_text,
textarea.placeholder_text {
  color: #888888; }

textarea,
select[size],
select[multiple] {
  height: auto; }

select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto; }

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px; }

  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px; }

  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 0;
    color: white;
    font: 13px / 17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    min-height: 16px; }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border-color: #666666; } }
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%; }

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif; }
  optgroup::-moz-focus-inner {
    border: 0;
    padding: 0; }

.ie6_button,
* html button,
* html a.button {
  background: #dddddd url('/images/button.png?1378815178') repeat-x;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px / 1.2 Arial, sans-serif;
  padding: 2px 10px 0;
  text-decoration: none;
  overflow: visible;
  vertical-align: top;
  width: auto; }

* html a.button {
  position: relative;
  top: 3px;
  padding-bottom: 2px; }

* html button {
  padding-top: 1px;
  padding-bottom: 1px; }

.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top; }

* html select {
  margin-top: 1px; }

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888; }

.ie6_input_disabled {
  background: #eeeeee; }

.inner {
  *zoom: 1;
  max-width: 950px;
  _width: 950px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: auto;
  margin-right: auto; }
  .inner:after {
    content: "";
    display: table;
    clear: both; }

.wrapper {
  width: 100%;
  float: left;
  *zoom: 1; }
  .wrapper:after {
    content: "";
    display: table;
    clear: both; }

.header {
  background: #fff9e1;
  width: 100%;
  float: left;
  margin-right: 1.05263%;
  display: inline; }
  .header .logo {
    text-align: center;
    padding-top: 5px;
    width: 24.21053%;
    float: left;
    margin-right: 1.05263%;
    display: inline; }

.upper {
  width: 49.47368%;
  float: right;
  margin-right: 0;
  *margin-left: -10px;
  display: inline; }
  .upper .language-button {
    padding-top: 5px;
    width: 40.42553%;
    float: right;
    margin-right: 0;
    *margin-left: -10px;
    display: inline;
    font-size: .8em;
    line-height: 20px;
    color: #824119; }
  .upper .flag {
    padding: -5px 5px 0; }

.upper-nav {
  padding-top: 2em;
  width: 100%;
  float: left;
  margin-right: 2.12766%;
  display: inline; }
  .upper-nav ul {
    float: right;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
    *zoom: 1; }
    .upper-nav ul li {
      list-style-image: none;
      list-style-type: none;
      margin-left: 0;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      white-space: nowrap; }
    .upper-nav ul:after {
      content: "";
      display: table;
      clear: both; }
  .upper-nav li {
    margin-right: .25em;
    padding-right: .5em;
    font-size: .9em;
    text-align: center;
    border-right: 1px solid #a58246; }
  .upper-nav li:nth-last-child(1) {
    border-right: none; }
  .upper-nav a {
    color: #a58246;
    text-decoration: none; }

.main-nav {
  background: #d8ca81;
  width: 100%;
  float: left;
  margin-right: 1.05263%;
  display: inline;
  font-weight: 700; }
  .main-nav ul {
    padding: 0;
    width: 100%; }
  .main-nav li {
    padding: .75em 0;
    min-width: 24%;
    text-align: center;
    font-size: 1em;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    white-space: nowrap;
    padding-left: 1em;
    padding-right: 1em; }
  .main-nav li:hover {
    background: #a58246;
    -webkit-transition: background 0.5s, ease-in;
    -moz-transition: background 0.5s, ease-in;
    -o-transition: background 0.5s, ease-in;
    transition: background 0.5s, ease-in; }
    .main-nav li:hover a {
      color: white; }

.slider, .main, .homepage-section, .featured-image-wrapper {
  width: 100%;
  float: left;
  margin-right: 1.05263%;
  display: inline; }

.featured-image {
  position: relative;
  width: 100%;
  float: left;
  margin-right: 1.05263%;
  display: inline;
  margin-bottom: -200px;
  z-index: 9999; 
}

.featured-image > img {
  max-width: 100%;
}

.main, .main-innerpage {
  padding-top: 2em;
  position: relative; }
  .main article, .main-innerpage article {
    width: 100%;
    float: left;
    padding-bottom: 2.5em;
    *zoom: 1; }
    .main article:after, .main-innerpage article:after {
      content: "";
      display: table;
      clear: both; }
    .main article h1, .main-innerpage article h1 {
      font-size: 2.1em;
      color: #a58246; }
    .main article strong, .main-innerpage article strong {
      font-weight: 700; }
    .main article img, .main-innerpage article img {
      max-width: 100%; }
    .main article .box, .main-innerpage article .box {
      width: 32.63158%;
      float: left;
      padding: 1em; }
      .main article .box img, .main-innerpage article .box img {
        max-width: 100%; }
    .main article table, .main-innerpage article table {
      border: 1px solid #bebebe; }
      .main article table th, .main-innerpage article table th {
        text-align: center;
        font-weight: bold; }
      .main article table td,
      .main article table th, .main-innerpage article table td,
      .main-innerpage article table th {
        padding: 2px; }
        .main article table td.numeric,
        .main article table th.numeric, .main-innerpage article table td.numeric,
        .main-innerpage article table th.numeric {
          text-align: right; }
      .main article table th, .main article table td, .main-innerpage article table th, .main-innerpage article table td {
        border-right: 1px solid #bebebe;
        border-bottom: 1px solid #bebebe;
        border-left-width: 0px;
        border-top-width: 0px; }
        .main article table th:last-child, .main article table th.last, .main article table td:last-child, .main article table td.last, .main-innerpage article table th:last-child, .main-innerpage article table th.last, .main-innerpage article table td:last-child, .main-innerpage article table td.last {
          border-right-width: 0px; }
      .main article table tbody tr:last-child th, .main article table tbody tr:last-child td, .main article table tfoot tr:last-child th, .main article table tfoot tr:last-child td, .main-innerpage article table tbody tr:last-child th, .main-innerpage article table tbody tr:last-child td, .main-innerpage article table tfoot tr:last-child th, .main-innerpage article table tfoot tr:last-child td {
        border-bottom-width: 0px; }
      .main article table tbody tr.last th, .main article table tbody tr.last td, .main article table tfoot tr.last th, .main article table tfoot tr.last td, .main-innerpage article table tbody tr.last th, .main-innerpage article table tbody tr.last td, .main-innerpage article table tfoot tr.last th, .main-innerpage article table tfoot tr.last td {
        border-bottom-width: 0px; }
      .main article table thead th, .main-innerpage article table thead th {
        border-bottom: 1px solid #bebebe; }
      .main article table tfoot th, .main article table tfoot td, .main-innerpage article table tfoot th, .main-innerpage article table tfoot td {
        border-top: 1px solid #bebebe; }
      .main article table th:first-child, .main-innerpage article table th:first-child {
        border-right: 1px solid #bebebe; }
      .main article table th, .main-innerpage article table th {
        background-color: white; }
        .main article table th.even, .main article table th:nth-child(2n), .main-innerpage article table th.even, .main-innerpage article table th:nth-child(2n) {
          background-color: #dddddd; }
      .main article table tr.odd td, .main article table tr:nth-child(2n+1) td, .main-innerpage article table tr.odd td, .main-innerpage article table tr:nth-child(2n+1) td {
        background-color: #f1f1f1; }
        .main article table tr.odd td.even, .main article table tr.odd td:nth-child(2n), .main article table tr:nth-child(2n+1) td.even, .main article table tr:nth-child(2n+1) td:nth-child(2n), .main-innerpage article table tr.odd td.even, .main-innerpage article table tr.odd td:nth-child(2n), .main-innerpage article table tr:nth-child(2n+1) td.even, .main-innerpage article table tr:nth-child(2n+1) td:nth-child(2n) {
          background-color: #cfcfcf; }
      .main article table tr.even td, .main-innerpage article table tr.even td {
        background-color: #f1f1f1; }
        .main article table tr.even td.even, .main article table tr.even td:nth-child(2n), .main-innerpage article table tr.even td.even, .main-innerpage article table tr.even td:nth-child(2n) {
          background-color: #cfcfcf; }
      .main article table tfoot th, .main article table tfoot td, .main-innerpage article table tfoot th, .main-innerpage article table tfoot td {
        background-color: white; }
        .main article table tfoot th.even, .main article table tfoot th:nth-child(2n), .main article table tfoot td.even, .main article table tfoot td:nth-child(2n), .main-innerpage article table tfoot th.even, .main-innerpage article table tfoot th:nth-child(2n), .main-innerpage article table tfoot td.even, .main-innerpage article table tfoot td:nth-child(2n) {
          background-color: #dddddd; }
    .main article li, .main-innerpage article li {
      font-size: .9em;
      margin-top: 1em;
      margin-bottom: 1em; }

.main-innerpage {
  padding-top: 250px; }

#content {
  background: #f1f1f1; }

#bottom {
  background: #578c88;
  font-size: .7em;
  line-height: 1.4em; }
  #bottom footer {
    background: #20324d;
    color: white;
    width: 100%;
    float: left;
    margin-right: 1.05263%;
    display: inline; }
  #bottom address {
    padding: 1em;
    width: 32.63158%;
    float: left;
    margin-right: 1.05263%;
    display: inline; }
  #bottom .copyright {
    padding-top: 2em;
    width: 24.21053%;
    float: right;
    margin-right: 0;
    *margin-left: -10px;
    display: inline; }

.homepage-nav {
  margin-top: -4em;
  position: absolute;
  z-index: 999999;
  width: 100%;
  border-bottom: 1px solid white; }
  .homepage-nav a {
    color: #a58246; }
  .homepage-nav ul {
    padding: 0;
    margin: 0; }
  .homepage-nav li {
    text-align: center;
    padding: 1em 0;
    background: #fff9e1;
    width: 20%;
    margin: 0;
    float: left;
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0; }
  .homepage-nav li:nth-child(even) {
    background: #d8ca81; }
  .homepage-nav li:hover {
    background: #20324d;
    -webkit-transition: background 0.5s, ease-in;
    -moz-transition: background 0.5s, ease-in;
    -o-transition: background 0.5s, ease-in;
    transition: background 0.5s, ease-in; }
    .homepage-nav li:hover a {
      color: white; }

.homepage-section {
  padding-top: 4em;
  padding-bottom: .5em;
  margin-bottom: 2em;
  border-bottom: 1px solid #d8ca81; }
  .homepage-section h1 {
    color: #a58246;
    margin-bottom: .5em; }
  .homepage-section figure {
    width: 45.26316%;
    float: left;
    margin-right: 1.05263%;
    display: inline;
    text-align: center; }
  .homepage-section .featuredContent {
    width: 53.68421%;
    float: right;
    margin-right: 0;
    *margin-left: -10px;
    display: inline;
    padding: 0 1em 1em; }
    .homepage-section .featuredContent h1 {
      font-size: 1.8em; }
  .homepage-section .featuredContent-full {
    width: 100%;
    float: left;
    margin-right: 1.05263%;
    display: inline; }
    .homepage-section .featuredContent-full h1 {
      font-size: 2.1em; }

.sticky-nav {
  background: #1e8da1;
  display: none;
  position: fixed;
  top: 0;
  z-index: 99999;
  height: 49px; }

.sticky {
  position: fixed;
  width: 950px;
  top: 0; }
  .sticky .homepage-nav {
    margin-top: 0; }

.contact-form {
  width: 49.47368%;
  float: left;
  margin-right: 1.05263%;
  display: inline;
  margin-left: 25.26316%; }

.pagetitle {
  text-align: center;
  font-size: 2.1em;
  color: #a58246; }
