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

html, body {
  height: 100%; }

html, body, ul, ol {
  margin: 0;
  padding: 0;
  list-style: none outside none; }

body {
  font-family: "PT Sans", Arial, sans-serif;
  background-color: #f1f0ea;
  color: #808285;
  font-size: 15px;
  line-height: 18px; }
  body h1, body h2, body h3, body h4, body h5, body ul, body li, body p {
    margin: 0;
    padding: 0; }
  body div.Background {
    width: 680px;
    position: absolute;
    z-index: -1;
    overflow: hidden; }
  body div#Background1 {
    top: 120px;
    left: 60px; }
  body div#Background2 {
    top: 320px;
    right: 0px; }
  body div#Background3 {
    top: 620px;
    left: 100px; }
  body ul.InlineMenu {
    width: 100%;
    text-align: right;
    float: right; }
    @media only screen and (min-width: 950px) {
      body ul.InlineMenu {
        width: 610px; } }
    body ul.InlineMenu li {
      display: inline-block;
      vertical-align: middle;
      float: right;
      position: relative; }
      body ul.InlineMenu li a {
        vertical-align: middle;
        color: inherit;
        text-decoration: none; }
        body ul.InlineMenu li a:hover {
          color: #335f75; }
      body ul.InlineMenu li.Left {
        float: left; }
      body ul.InlineMenu li:not(:last-child):not(.Left):before {
        display: inline-block;
        border-right: 1px solid #9d9fa1;
        content: "";
        vertical-align: middle;
        height: 15px;
        margin-left: 10px;
        margin-right: 5px;
        margin-top: 3px; }
      body ul.InlineMenu li ul.SubMenu {
        opacity: 0;
        pointer-events: none;
        position: absolute;
        padding: 10px;
        z-index: 2;
        background: white;
        border: 1px solid black;
        -moz-transition: all linear 0.3s;
        -o-transition: all linear 0.3s;
        -webkit-transition: all linear 0.3s;
        transition: all linear 0.3s; }
        body ul.InlineMenu li ul.SubMenu li {
          display: block;
          border-bottom: 1px solid black; }
          body ul.InlineMenu li ul.SubMenu li:before {
            content: "";
            display: none !important; }
      body ul.InlineMenu li:hover ul.SubMenu {
        display: block !important;
        opacity: 1;
        pointer-events: all; }
  body div.Clear::after {
    display: block;
    content: " ";
    clear: both; }
  body div.Clear div.Left {
    float: left; }
  body div.Clear div.Right {
    float: right; }
  body .Preload {
    display: none; }
  body .Wrap {
    position: relative;
    margin: 0 auto;
    max-width: 930px; }
    body .Wrap#Main {
      min-height: calc(100% - 120px); }
    @media only screen and (max-width: 949px) {
      body .Wrap {
        max-width: 90%;
        min-width: 300px; } }
  body div#Fader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 102;
    background: white; }
  @media only screen and (min-width: 760px) {
    body .Mobile {
      display: none !important; } }
  @media only screen and (max-width: 759px) {
    body .Extended {
      display: none !important; } }

/*# sourceMappingURL=Layout.css.map */
