html, body {
  margin: 0;
  padding: 0;
  font-family: Arial, Sans-serif;
  font-size: 14px;
  height: 100%;
}

#main {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 0 -11em 0;
}

.container {
  margin: 0 1em;
  position: relative;
}

.push {
  height: 11em;
  padding-bottom: 2em;
}

.first {
  margin-top: 0 !important;
}

p {
  margin: 0 0 1em 0;
}

a img {
  border: 0;
}

h2 {
  margin-bottom: 0.3em;
}

h3 {
  margin-bottom: 0.3em;
}

ul {
  margin: 0.2em 0 1em 0;
}

ul ul {
  margin: 0;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
.clearfix, .container {display: block;}
.clear { clear: both; }



/* Header */
#header {
  background: #7eaa64 url("/images/header-background.png") scroll repeat-x top left;
  height: 83px;
}

#logo {
  position: absolute;
  top: 15px;
  left: 0;
}

#real-time-data {
  position: absolute;
  top: 15px;
  left: 570px;
}

#disclaimer {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 83px;
  color: #600;
  font-weight: bold;
}

/* Navigation */
#menu {
  background: #c1d4b6 url("/images/menu-background.png") scroll repeat-x top left;
  height: 33px;
  z-index: 2;
  position: relative;
}

#nav {
  list-style: none;
  margin: 0 0 0 -10px;
  padding: 0;
}

#nav li {
  display: inline;
  margin: 0;
  padding: 0;
}

#nav li a {
  line-height: 33px;
  padding: 0 10px;
  color: #1d5b0f;
  font-weight: bold;
  text-decoration: none;
  height: 33px;
  display: block;
  float: left;
}

#nav li.selected a {
  background: transparent url("/images/menu-selected.png") scroll no-repeat top center;
}


/* Breadcrumbs */
#breadcrumbs {
  margin: -1em 0 1em 0;
  color: #888;
  height: 13px;
  line-height: 13px;
  font-size: 11px;
}

#breadcrumbs a {
  color: #888;
  margin-right: 5px;
  padding-right: 10px;
  background: transparent url("/images/breadcrumb-divider.png") scroll no-repeat center right;
  line-height: 13px;
  font-size: 11px;
  display: block;
  float: left;
}


/* Content */
#content {
  margin: 2em 0;
  z-index: 1;
  position: relative;
}



/* Footer */
#footer-container {
  height: 11em;
  overflow: hidden;
}

#footer {
  border-top: 5px solid #cde1c0;
  background: #377113 url("/images/footer-background.png") scroll repeat-x top left;
  padding: 1em 0;
  color: #fff;
}

#footer a {
  color: #fff;
}

#footer-nav {
  float: left;
  margin-bottom: 1em;
}

#footer-webmaster {
  float: right;
  margin-bottom: 1em;
}

#footer-content {
  border-top: 3px solid #cde1c0;
  padding-top: 1em;
  clear: both;
}

#footer-contact {
  float: left;
  width: 320px;
}

#footer-notice {
  float: left;
  font-size: 85%;
  width: 450px;
}

#footer-powered-by {
  text-align: center;
  float: right;
}

/* Photos */

img.right {
  float: right;
  margin: 0 0 1em 1em;
}


/* Home page */
.home-section {
  float: left;
}

#home-map {
  width: 210px;
  text-align: center;
  margin-right: 20px;
  border-right: 2px solid #ccc;
  padding-right: 20px;
}

#home-content {
  width: 708px;
}


/* FAQ */
h2.question {
  font-family: Georgia, Serif;
  color: #555;
  font-style: italic;
  font-weight: normal;
  font-size: 17px;
  margin-top: 2em;
}
