html {
  position: relative;
  min-height: 100%;
}


body {
  background: url("images/tooltabs-bg-5.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
  background-color: #164b41;
  clear: both;
}

header {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 64px;
  max-height: 64px;
  background: url("images/tooltabs-header-bg-black-2.png");
  background-repeat: repeat;
}

a {
  color: #FFF;
  text-decoration: none;
}

a:hover {
  color: #278473;
}

#clear {
  clear: both;
}

@font-face {
  font-family: Dekar;
  src: url('resources/Dekar.otf');
}

.boldblurb {
  font-weight: bold;
}

nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  word-spacing: 14px;
  font-family: Dekar;
}

nav li {
  display: inline;
}

nav a {
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
}

nav a:hover {
  color: #436c64;
}

#logo {
  margin: 192px auto;
  max-width: 600px;
  height: 100px;
}

#lines {
  max-width: 100%;
  margin: -206px auto;
}

#linesBox {
  width: 162px;
  margin: -16px auto;
}

#lines li {
  background: linear-gradient(to bottom, rgba(255,255,255,0) 10%,rgba(255,255,255,1));  width: 12px;
  height: 300px;
  margin: auto auto auto 1px;
  list-style: none;
  float: left;
}

#lines a {
  opacity: 0.2;
  filter: alpha(opacity=20); /* For IE8 and earlier */
}

#lines a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}

#contentWrapper {
  width: 800px;
  max-width: 100%;
  margin: 206px auto 128px auto;
  left: 0;
  background: url("images/tooltabs-article-bg-40.png");
  background-repeat: repeat;
  overflow: auto;
}

h2 {
  font-family: Dekar;
  font-size: 20px;
  color: #000;
  padding: 0;
  text-align: center;
}

h3 {
  font-family: Dekar;
  font-size: 26px;
  color: #333;
  text-align: center;
  padding: 0;
}

h4 {
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #000;
}

#newsArticle {
  width: 100%;
  max-width: 600px;
  margin: auto;
  text-align: justify;
  padding: 12px;
  clear: both;
}

#contactArticle {
  width: 100%;
  height: 356px;
  max-width: 600px;
  margin: auto;
  text-align: center;
  padding: 12px;
  clear: both;
}

#newsArticle, #contactArticle a {
  color: #333;
}

#newsArticle, #contactArticle a:hover {
  color: #FFF;
}

#tabsBox {
  width: 100%;
  height: 356px;
  max-width: 600px;
  margin: auto;
  text-align: center;
  padding: 12px;
  clear: both;
}

#tabsBox ul {
  margin: auto;
  display: inline-block;
  list-style: none;
  text-align: left;
}

#tabsBox li {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: 200;
  color: #666;
}

#tabsBox li a {
  color: #FFF;
  text-decoration: none;
}

#tabsBox li a:hover {
  color: #278473;
}


p {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: 200;
  color: #333;
}

footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("images/tooltabs-header-bg-black-2.png");
  background-repeat: repeat;
  text-align: center;
  height: auto;
  max-width: 100%;
  max-height: 128px;
  overflow: auto;
}

#footerWrap {
  margin: 24px auto;
}

#footerWrap p {
  color: #999;
  margin: 0;
  font-size: 10px;
}

#footerWrap ul {
  list-style: none;
}

#footerWrap li {
  float: left;
}

#footerWrap a {
  color: #CCC;
  text-decoration: none;
}

#footerWrap a:hover {
  color: #999;
}