/* CSS Document */
@charset "UTF-8";
/* CSS Document */
body {
  background-color: #F2F1E4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.overlay-bg {
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: .9;
  z-index: 10;
}
.info-overlay {
  position: absolute;
  top: 100px;
  margin: 0 10%;
  width: 80%;
  height: 80%;
  background: #fff;
  border: 3px solid #cdcdcd;
  z-index: 10;
}
.info-overlay .overlay-header {
  padding: 20px;
  border-bottom: 2px #d2d2d2;
}
.info-overlay .overlay-header img {
  float: left;
}
.info-overlay .overlay-header span {
  float: right;
  font-size: 24px;
  color: #999;
}
.info-overlay .overlay-header span:hover {
  color: #629080;
}
.info-overlay .overlay-body {
  clear: both;
  border-top: 2px solid #999;
  padding: 40px 7%;
  margin-top: 120px;
}
.info-overlay .overlay-body p {
  font: 14px/20px arial; 
}
.info-overlay .overlay-body p span {
  color: #629080;
}
.info-overlay .overlay-body p span:hover {
  color: #629080;
}
.info-overlay .overlay-body p a {
  font-size: 20px;
  color: #629080;
}
.info-overlay .overlay-body .highlight {
  text-align: center;
  font-size: 16px;
  margin: 30px 0;
}
.info-overlay .overlay-body p.button {
  text-align: center;
  margin-top: 20px;
  background: #d2d2d2;
  width: 475px;
  margin: 15px auto;
}
.info-overlay .overlay-body p.button a {
  font-size: 14px;
  padding: 8px;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .info-overlay .overlay-body p {
    font: 12px/18px arial;
  }
  .info-overlay .overlay-body .highlight {
    text-align: center;
    font-size: 16px;
    margin: 20px 0;
  }
}
#wrapper {
  width: 950px;
  margin: 50px auto 10px auto;
  padding-bottom: 15px;
  background-color: #FFF;
}
#wrapper p {
  color: #808285;
}
#header {
  width: 950px;
  height: 102px;
}
#header img {
  display: block;
  width: 208;
  margin-left: auto;
  margin-right: auto;
}
.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.container {
  height: 104px;
  position: relative;
}
#header div {
  padding: 100px 0px 0px 675px;
}
#header div p {
  padding: 10px 70px 10px 0px;
  text-align: right;
  font-size: 14px;
  letter-spacing: 1px;
}
#nav {
  width: 950px;
}
#nav hr {
  width: 810px;
  margin-left: 70px;
  clear: both;
  color: none;
  border: 1px solid #DCDDDE;
}
#nav ul {
  margin-left: 400px;
  height: 20px;
}
#nav li {
  float: left;
  padding: 5px 10px 0px 10px;
  font-size: 13px;
  color: #717073;
}
#contentArea {
  width: 950px;
  padding-top: 50px;
}
#mainContent {
  width: 460px;
  float: left;
  padding: 0px 70px 0px 70px;
}
#mainContent p {
  font-size: 12px;
  margin: 25px 0px 25px 0px;
  color: #717073;
  letter-spacing: .5px;
  line-height: 18px;
}
#sideBar {
  width: 209px;
  float: left;
  padding: 0px 70px 0px 70px;
  border-left: #DCDDDE 1px solid;
}
#sideBar p {
  font-size: 11px;
  margin: 0px 0px 25px 0px;
  color: #717073;
  letter-spacing: .75px;
  line-height: 18px;
  font-style: italic;
  font: "Times New Roman", Times, serif;
}
#sideBar img {
  margin-top: 25px;
}
#footer {
  width: 950px;
  margin: 0px auto 0px auto;
}
#footer img {
  width: 300px;
  margin: 0px 0px 50px 325px;
}
h1 span {
  display: none;
}
h2 {
  color: #717073;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-weight: bold;
}
h3 {
  color: #629080;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: bold;
}
a:link {
  color: #717073;
  text-decoration: none;
}
a:visited {
  color: #717073;
  text-decoration: none;
}
a:hover {
  color: #C1DAA1;
  text-decoration: underline;
  text-transform: uppercase;
}
a:active {
  color: #717073;
  text-decoration: none;
}
.bbb {
  margin: 0px 0px 0px 240px;
}
.green {
  color: #C3D7A4;
  padding-right: 5px;
}
.darkGreen {
  color: #629080;
}

/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
