html,
body {
  background-color: white;
  font-family: "Helvetica", "Arial", "Sans Serif";
  font-size: 15px;
  margin: 0px;
  width: 100%;
}
#top-bar-container {
  background-color: #595957;
  border-bottom: 1px solid #3f3f3e;
  box-shadow: 0px 0px 10px 0px #444444;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 1000;
}
#top-bar-container > #top-bar {
  height: 120px;
  margin: 0 auto;
  position: relative;
  width: 1000px;
}
#top-bar-container > #top-bar #top-bar-logo {
  height: 70px;
  left: 10px;
  position: absolute;
  top: 20px;
  width: 290px;
}
#top-bar-container > #top-bar #top-bar-men {
 height: 100px;
  right: 10px;
  position: absolute;
  top: 10px;
  
}

#top-bar-container > #top-bar > ul {
  float: right;
  list-style-type: none;
  margin-top: 40px;
}
#top-bar-container > #top-bar > ul > li {
  display: inline-block;
}
#top-bar-container > #top-bar > ul > li > a {
  color: white;
  display: inline-block;
  padding: 12px;
  margin-right: 10px;
  text-decoration: none;
}
#top-bar-container > #top-bar > ul > li > a.selected {
  background-color: #737370;
  border-left: 1px solid #3f3f3e;
  border-top: 1px solid #3f3f3e;
  border-right: 1px solid #3f3f3e;
  border-bottom: 1px solid #666664;
  border-radius: 5px;
}
#content-container {
  background-color: transparent;
  line-height: 19.5px;
  margin-top: 150px;
  width: 100%;
  z-index: 0;
}
#content-container > #content {
  margin: 0 auto;
  position: relative;
  width: 1000px;
}
#content-container > #content .content-detail-section {
  border-bottom: 1px solid #f1f1f1;
  margin-top: 30px;
  min-height: 275px;
}
#content-container > #content .content-detail-section:after {
  content: '***';
  display: block;
  clear: both;
  visibility: hidden;
}
#content-container > #content .content-detail-section:first-of-type {
  margin-top: 0px;
}
#content-container > #content .content-detail-section > h1 {
  font-size: 19.5px;
  color: #228390;
  padding: 0px;
  margin-bottom: 0px;
  width: 400px;
}
#content-container > #content .content-detail-section > blockquote {
  color: #cd9a1f;
  font-size: 18px;
  margin-top: -30px;
  padding: 10px;
  padding-right: 30px;
  float: right;
  text-align: right;
  width: 310px;
}
#content-container > #content .content-detail-section > blockquote > p:first-child {
  font-style: italic;
}
#content-container > #content .content-detail-section > blockquote > p:nth-of-type(2) {
  font-size: 12px;
}
#content-container > #content .content-detail-section > div {
  margin-bottom: 0px;
  padding-bottom: 20px;
  width: 400px;
}
#content-container > #content .content-detail-section > div > ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#content-container > #content .content-detail-section > div > ul > li {
  margin-bottom: 10px;
}
#content-container > #content .content-detail-section > div > ul > li > h1 {
  font-size: 15px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
#content-container > #content .content-detail-section > div > ul > li > p {
  margin: 0px;
  margin-bottom: 7.5px;
}
#content-container > #content .content-detail-section:last-child {
  margin-bottom: 10px;
}
#content-container > #content .content-detail-section.clock-illustration {
  background-image: url('Images/ClockIllustration.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
#content-container > #content .content-detail-section.thread-needle-illustration {
  background-image: url('Images/ThreadNeedleIllustration.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
#content-container > #content .content-detail-section.compass-illustration {
  background-image: url('Images/CompassIllustration.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
#content-container > #content .content-detail-section.helm-illustration {
  background-image: url('Images/HelmIllustration.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
#content-container > #content .content-detail-section.parchment-illustration {
  background-image: url('Images/ParchmentIllustration.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
#content-container > #content .content-detail-section.puzzle-illustration {
  background-image: url('Images/PuzzleIllustration.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
#content-container > #content .content-detail-section.lighthouse-illustration {
  background-image: url('Images/LighthouseIllustration.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
#content-container > #content .content-detail-section.phone-illustration {
  background-image: url('Images/PhoneIllustration.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
#content-container > #content .content-detail-section.pc-illustration {
  background-image: url('Images/PcIllustration.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
#content-container > #content .content-detail-section.references-illustration {
  background-image: url('Images/ReferencesIllustration.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
#content-container > #content .content-detail-section.text-right {
  background-position: left bottom;
}
#content-container > #content .content-detail-section.text-right > h1 {
  float: right;
}
#content-container > #content .content-detail-section.text-right > blockquote {
  float: left;
}
#content-container > #content .content-detail-section.text-right > div {
  clear: right;
  float: right;
}
#content-container > #content-footer {
  background-color: #30bbce;
  border: 1px solid #2695a5;
  height: 150px;
  margin: 0 auto;
  position: relative;
  width: 1000px;
}
#content-container > #content-footer > h1 {
  color: white;
  font-size: 22.5px;
  font-weight: normal;
  left: 40px;
  line-height: 30px;
  position: absolute;
  top: 40px;
}
#content-container > #content-footer > p {
  color: white;
  font-size: 12px;
  left: 200px;
  line-height: 18px;
  position: absolute;
  top: 30px;
}
#content-container > #content-footer > img {
  float: right;
  height: 130px;
  margin-top: 10px;
  margin-right: 10px;
}
