/* -------------------- Body -------------------- */
body {
  font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
  background-color: #42413C;
  margin: 0;
  padding: 0;
  color: #000;
}

/* -------------------- Element/Tag selectors -------------------- */
ul, ol, dl {
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  padding-right: 15px;
  padding-left: 15px;
}
h1, h2, h3, h4, h5, h6 {
  color: #5B1400;
}
h1 {
  margin-top: 24px;
}
a img {
  border: none;
}
iframe {
  margin: 50px;
}

/* -------------------- Links -------------------- */
a:link {
  color: #42413C;
  text-decoration: underline;
}
a:visited {
  color: #6E6C64;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}
a.anchor {
  display: block;
  position: relative;
  top: -55px;
  visibility: hidden;
}
a.tabanchor {
  display: block;
  position: relative;
  top: -85px;
  visibility: hidden;
}

/* -------------------- Main Container -------------------- */
.container {
  width: 960px;
  background-color: #FFF8DC;
  margin: 0 auto;
}

/* -------------------- Header -------------------- */
.header {
  position: fixed;
  left: 50%;
  margin: 0 0 0 -480px;
  width: 960px;
  background-color: #FDCC46;
  border-bottom: 3px solid #5B1400;
  text-align: center;
  z-index: 1;
}
.logo {
  padding: 5px 5px 5px 5px;
  width: 263px;
  display: inline-block;
}

/* -------------------- Content -------------------- */
.content {
  padding: 55px 0 0 0;
  float: left;
  width: 960px;
}
.content ul, .content ol { 
  margin: 0 32px 15px 50px;
}

/* -------------------- Navigation Lists -------------------- */
ul.nav {
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
  display: inline-block;
  font-weight: bold;
}
ul.nav li {
  float: left;
  width: 150px;
  text-align: center;
  border-left: 3px solid #5B1400;
}
ul.nav li ul {
  display: none;
  list-style: none;
}
ul.nav li ul li {
  border: 3px solid #5B1400;
  border-top: none;
}
ul.nav li:hover ul {
  width: 150px;
  display: block;
  position: absolute;
  margin: 0 0 0 -3px;
  padding: 0;
}
ul.nav a, ul.nav a:visited {
  height: 22px;
  padding: 15px 0;
  display: block;
  text-decoration: none;
  background-color: #FDCC46;
  color: #5B1400;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
  background-color: #5B1400;
  color: #FFF;
}
ul.nav li:last-child ul li {
  border-right: none;
}
ul.nav li:first-child {
  border-left: none;
  width: 195px;
}
ul.nav li ul li:first-child {
  border-top: 3px solid #5B1400;
  border-left: 3px solid #5B1400;
  width: 150px;
}

/* -------------------- Equipment Table -------------------- */
table.equip, table.equip th, table.equip td {
  border-collapse: collapse;
  border: solid 3px #5B1400;
}
table.equip th, table.equip td {
  text-align: center;
  width: 200px;
  padding: 0;
}
table.equip {
  position: relative;
  left: 50%;
  margin-left: -407px;
  margin-bottom: 64px;
}
table.equip td {
  height: 200px;
  background-color: #FFF;
}
table.equip th {
  font-size: 20px;
  background-color: #FFE292;
}
table.equip th a, table.equip th a:visited {
  display: block;
  text-decoration: none;
  height: 32px;
  padding: 5px 0;
  color: #000;
}
table.equip th a:hover, table.equip th a:active, table.equip th a:focus {
  background-color: #5B1400;
  color: #FFF;
}
.tablink {
  height: 200px;
  vertical-align: middle;
  display: table-cell;
  color: #5B1400;
}
.tablink:hover {
  background-color: #5B1400;
  color: #FFF;
}
table.equip td a {
  text-decoration: none;
}

/* -------------------- Circle Links Tables -------------------- */
table.circles {
  border: none;
  margin-left: auto;
  margin-right: auto;
}
table.circles td {
  padding: 32px;
  text-align: center;
}

/* -------------------- Awesome Table -------------------- */
table.awesome {
  border: none;
  
}
table.awesome th, table.awesome td {
  padding: 16px;
  text-align: center;
  width: 400px;
}
table.awesome td {
  height: 300px;
}

/* -------------------- Device Table -------------------- */
table.device, table.device th, table.device td {
  border-collapse: collapse;
}
table.device th, table.device td {
  text-align: center;
  border: solid 3px #5B1400;
}
table.device th {
	padding: 0;
  background-color: #FFE292;
  width: 200px;
}
table.device td {
	padding: 32px;
	background-color: #FFF;
  width: 400px;
}
table.device {
  margin: 0 0 32px 15px;
}
table.device th a, table.device th a:visited {
  display: block;
  text-decoration: none;
  height: 22px;
  padding: 20px 0;
  color: #000;
}
table.device th a:hover, table.device th a:active, table.device th a:focus {
  background-color: #5B1400;
  color: #FFF;
}

/* -------------------- Footer -------------------- */
.footer {
  padding: 20px 0 10px 0;
  background-color: #CCC49F;
  position: relative;
  clear: both;
  z-index: 0;
}

/* -------------------- Table of Contents -------------------- */
.toc {
  border: 3px solid #5B1400;
  margin: 15px 15px 32px 15px;
  width: 300px;
  background-color: #FFEBCD;
}
.toc ol {
  margin: 0;
  display: none;
  counter-reset: count;
}
.toc ol li {
  list-style: none;
  color: #5B1400;
  width: 300px;
  border-top: 3px solid #5B1400;
}
.toc ol li:before {
  counter-increment: count;
  content: counter(count)'.';
  position: absolute;
  margin: 15px 0 0 15px;
}
.toc a, .toc a:visited {
  height: 22px;
  padding: 15px 0 15px 48px;
  display: block;
  text-decoration: none;
  color: #5B1400;
}
.toc a:hover, .toc a:active, .toc a:focus {
  background-color: #5B1400;
  color: #FFF;
}
.toc ol li:hover, .toc ol li:active, .toc ol li:focus {
  color: #FFF;
}
#toc-sh-link {
  padding-left: 0;
  text-align: center;
  font-weight: bold;
}
/* -------------------- Miscellaneous -------------------- */
img.inline {
  margin: 15px 15px 32px 15px;
}
.fltrt {
  float: right;
  padding: 32px;
}
.fltlft {
  float: left;
  padding: 32px;
}
.center {
  text-align: center;
}
.clearfloat {
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
