* {
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  background-color: #fff5d0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#page {
  width: 987px;
  padding: 0;
  margin: 10px auto 0 auto;
}
#header {
  position: relative;
  height: 218px;
  padding: 0;
  margin: 0;
  background: url(../images/header_bg2.png) top left no-repeat;
}
#headerImage {
  position: absolute;
  overflow: hidden;
  top: 9px;
  left: 207px;
  padding: 0;
  margin: 0;
  width: 727px;
  height: 200px;
  border-left: 3px solid #aa4f52;
  border-right: 3px solid #aa4f52;
}
#logo {
  position: absolute;
  z-index: 10;
  width: 722px;
  height: 90px;
  top: 119px;
  left: 210px;
  padding: 0;
  margin: 0;
  background: url(../images/logo.png) bottom left no-repeat;
}
#content_row {
  padding: 18px 55px 18px 18px;
  margin: 0;
  background: url(../images/page_bg.png) top left repeat-y;
}
#leftCol {
  float: left;
  width: 150px;
  padding: 0 0 0 7px;
}
#leftContent {
  padding: 5px;
  margin-top: 10px;
  font-size: 13px;
}
#leftContent h2 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 2px 0;
}
#leftContent p {
  font-size: 13px;
}
#content {
  padding: 0;
  margin: 0 0 0 210px;
  min-height: 400px;
  height: auto !important;
  height: 400px;
  overflow: hidden;
  zoom: 1;
}
.clear {
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 1px;
  clear: both;
}
#footer {
  height: 37px;
  background: url(../images/footer_bg2.png) top left no-repeat;
}
/* --------- Main Menu -------------------------------- */
#mainMenu {
  float: left;
  width: 170px;
  padding: 0 0 0 7px;
}
#mainMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#mainMenu ul li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #fff;
}
#mainMenu ul li a {
  display: block;
  padding: 5px 10px;
  margin: 0;
  background-color: #d9d9d9;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}
#mainMenu ul li a:hover {
  text-decoration: underline;
}
#mainMenu ul li a.cur,
#mainMenu ul li a.active {
  color: #fff;
  background-color: #aa4f52;
}
#mainMenu ul li a.cur {
  background: url(../images/menu_arrow_l1.png) right center no-repeat #aa4f52;
}
#mainMenu ul li:first-child a {
  border-radius: 10px 10px 0 0;
}
#mainMenu ul li:last-child a {
  border-radius: 0 0 10px 10px;
}
#mainMenu ul li ul li {
  border-bottom: 0;
}
#mainMenu ul li ul:first-child a,
#mainMenu ul li ul:last-child a {
  border: 0;
  border-radius: 0;
}
#mainMenu ul li ul a {
  padding-left: 20px;
  background-color: #ebebeb;
  font-size: 14px;
}
#mainMenu ul li ul a.cur,
#mainMenu ul li ul a.active {
  color: #000;
  font-weight: bold;
  background: url(../images/menu_arrow_l2.png) right center no-repeat #ebebeb;
  /* #f3f3f3; */
}
/* --------- Footer Menu ------------------------------ */
footer .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .menu ul li {
  display: inline-block;
}
footer .menu ul li:after {
  content: " · ";
}
footer .menu ul li:last-child:after {
  content: "";
}
footer .menu ul li a {
  text-decoration: none;
}
footer .menu ul li a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #aa4f52;
}
h2 {
  padding: 0;
  margin: 0 0 8px 0;
}
p {
  padding-top: 0;
  margin-top: 0;
  line-height: 22px;
}
a {
  color: #aa4f52;
  text-decoration: none;
}
a.external {
  background: url(../images/a_external.png) 0 5px no-repeat;
  padding-left: 15px;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: 0 !important;
}
#content > * {
  margin-bottom: 30px;
}
#content > *:last-child {
  margin-bottom: 0;
}
.contenttable p:first-child {
  margin-top: 0;
}
.contenttable p:last-child {
  margin-bottom: 0;
}
/* Fluid styled content */
.ce-textpic.ce-intext .ce-bodytext p:first-child {
  margin-top: 0;
}
#content .ce-media {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
#content .ce-media img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
/* GRID ELEMENTS */
.gridelements_2cols {
  overflow: hidden;
}
.gridelements_2cols .gridelements_col1,
.gridelements_2cols .gridelements_col2 {
  width: 48%;
  float: left;
}
.gridelements_2cols .gridelements_col1 {
  margin-right: 2%;
}
.gridelements_2cols .gridelements_col2 {
  margin-left: 2%;
}
.gridelements_2cols .gridelements_col3 {
  margin-left: 2%;
}
.gridelements_3cols {
  overflow: hidden;
}
.gridelements_3cols .gridelements_col1,
.gridelements_3cols .gridelements_col2,
.gridelements_3cols .gridelements_col3 {
  width: 31%;
  float: left;
}
.gridelements_3cols .gridelements_col1 {
  margin-right: 2%;
}
.gridelements_3cols .gridelements_col3 {
  margin-left: 2%;
}
@media only screen and (max-width: 600px) {
  .gridelements_2cols .gridelements_col1,
  .gridelements_2cols .gridelements_col2 {
    width: 100%;
    float: none;
  }
  .gridelements_2cols .gridelements_col1 {
    margin-right: 0;
  }
  .gridelements_2cols .gridelements_col2 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 700px) {
  .gridelements_3cols .gridelements_col1,
  .gridelements_3cols .gridelements_col2,
  .gridelements_3cols .gridelements_col3 {
    width: 100%;
    float: none;
  }
  .gridelements_3cols .gridelements_col1 {
    margin-right: 0;
  }
  .gridelements_3cols .gridelements_col3 {
    margin-left: 0;
  }
}
