body {
  margin: 30px 0px 0px;
  padding: 0px;
  font-family: "trebuchet", "trebuchet ms", helvetica, arial, sans-serif;
  font-size: 10pt;
  text-align: center;
  background: #f6cc5e;
  color: #000;
}

h1 {
  margin: 0px 10px 0px;
  padding: 10px 0px 0px 0px;
  font-size: 16pt;
}

h2 {
  margin: 0px 10px 0px;
  padding: 10px 0px 0px 0px;
  font-size: 13pt;
}

h3 {
  margin: 0px 10px 0px;
  padding: 10px 0px 0px 0px;
  font-size: 11pt;
  font-weight: bold;
}

p {
  margin: 10px;
  padding: 0px;
  line-height: 1.5em;
}

a {
  color: #000;
}

div#page {
  padding: 0px;
  margin: 0px auto;
  width: 750px;
  text-align: left;
}

div#header {
  position: relative;
  height: 100px;
  background: url(/images/navigation/header.jpg) 0 0 no-repeat;
  border-bottom: 1px solid black;
}

div#header p#hhis {
  position: absolute;
  top: 15px;
  right: 30px;
  margin: 0px;
  padding: 0px;
  font-size: 7pt;
}

div#header div#searchbox {
  position: absolute;
  top: 40px;
  right: 5px;
  margin: 0px;
  padding: 0px;
}

ul#menu {
  width: 750px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 25px;
  text-align: center;
  background: url(/images/navigation/nav.jpg) 0 0 no-repeat;
}

ul#menu li {
  display: block;
  float: left;
  margin: 0px;
  padding: 0px 1px 0px;
  font-size: 10pt;
  line-height: 25px;
  height: 25px;
  text-align: center;
  width: 123px;
  position: relative;
  border-bottom: 1px solid black;
}

ul.menu:after, div#content:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

ul#menu li a {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

ul#menu li:hover {
  padding: 0px;
  background: #897e60;
  border: 1px solid black;
  border-top: none;
  border-bottom: none;
}

ul#menu li:hover a {
  text-decoration: none;
  color: #f7f5eb;
}

ul#menu li a, div#header a, div#footer a {
  text-decoration: none;
}

ul#menu li ul {
  display: none;
  position: absolute;
  left: -1px;
  top: 25px;
  margin: 0px;
  padding: 10px;
  text-align: left;
  background: #897e60;
  list-style: none;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

ul#menu li:hover ul li {
  position: static;
  float: none;
  display: block;
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-size: 9pt;
  width: 100%;
  border: none;
}

ul#menu li:hover ul li:hover {
  background: #fff;
  border: none;
}

ul#menu li ul li a {
  float: none;
  margin: 0px;
  padding: 0px 10px;
  display: block;
  width: 150px;
}

ul#menu li ul li a:hover {
  color: #000;
}

ul#menu li:hover ul {
  display: block;
}

ul#menu li#menuFacts ul {
  left: -1px;
}

ul#menu li#menuDestinations:hover {
  height: 26px;
}

ul#menu li#menuDestinations ul {
  left: auto;
  right: -1px;
  top: 26px;
}

ul#menu li#menuFacts ul {
/*  width: 125px; */
}

/*ul#menu li#menuDestinations ul {
  width: 130px;
}*/

div#header a:hover, div#footer a:hover {
  text-decoration: underline;
}

#content .image img {
  margin: 2px 8px;
}

#index #content {
  padding: 0px;
}

#multimediastorybooks #content {
  background: #fff;
}

#content {
  padding: 10px;
  min-height: 355px;
  height: auto !important;
  height: 355px;
  background: #fff;
}

#content ul {
  line-height: 1.5em;
}

#content ol {
  margin-right: 15px;
}

a.pdfDownload {
  padding-left: 20px;
  background: url(/images/pdf.gif) left 50% no-repeat;
}

.xls_download {
  padding-left: 20px;
  background: url(/images/xls.gif) left 50% no-repeat;
}

div.column_2 {
  float: left;
  width: 48%;
  padding: 0px;
}

div.column_3 {
  float: left;
  width: 33%;
}

div.column-2-3 {
  float: right;
  width: 67%;
}

.caption {
  font-size: 8pt;
  margin: 0px;
  padding: 0px 10px;
}

#content:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

div#footer {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  line-height: 1.6em;
  clear: both;
}

.pager {
  float: right;
  clear: right;
  padding: 0px;
  margin: 8px 15px;
}

.answer {
  padding: 0px 20px 20px;
  margin-top: -8px;
  font-style: italic;
}

.correct {
  font-weight: bold;
  color: #5ACE47;
}

.incorrect {
  font-weight: bold;
  color: #E94C4C;
}