@charset "utf-8";

#home #main #page {
  position: relative; /* for absolutely positioning children */
  background: #285074 url("../images/home/background.png") repeat-y;
  overflow: hidden;
}
#home #main #page #content {
  border-left: 1px solid #a5b4b8;
  border-right: 1px solid #a5b4b8;
  margin: 0 0 142px 1px;
  padding: 80px 0 1.5em;
  width: 761px;
  background-color: #285074;
}
#home #main #page #content #background {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 761px;
  z-index: 1;
}
#home.a #main #page #content #background {
  background: url("../images/home/headings/a.jpg") no-repeat;
}
#home.b #main #page #content #background {
  background: url("../images/home/headings/b.jpg") no-repeat;
}
#home #main #page #content h2 {
  margin: 0 40px 0.25em;
  height: auto;
  line-height: normal;
  background: none;
  font-size: 1.7em;
}
#home #main #page #content h2,
#home #main #page #content p,
#home #main #page #content #sub {
  position: relative;
  z-index: 2;
}
#home #main #page #content h2,
#home #main #page #content p em {
  color: #f3ecb4;
}
#home #main #page #content p {
  margin: 1.25em 40px;
  width: 345px;
  color: #fff;
  font-size: 0.75em;
}
#home #main #page #content p strong {
  font-weight: bold;
}
#home #main #page #content #sub {
  position: absolute;
  bottom: 0;
  padding-top: 1px;
  background-color: #cee1e6;
  overflow: auto;
}
#home #main #page #content #sub div {
  float: left;
  margin-left: 1px;
  height: 141px;
}
#home #main #page #content #sub div h3,
#home #main #page #content #sub div p {
  margin: 0.45em 0 1em 79px;
  padding: 0;
  width: 220px;
  color: #fff;
  font-weight: bold;
}
#home #main #page #content #sub div h3 {
  margin-bottom: 0;
  padding-top: 0.6em;
  color: #ff9;
  font-size: 1.3em;
}
#home #main #page #content #sub div p {
  font-size: 0.7em;
}
#home #main #page #content #sub div p a {
  color: #a2e9ff;
}
#home #main #page #content #sub #answer {
  font-size: 14px;
  width: 370px;
  background: #682004 url("../images/home/banners/answer.jpg") no-repeat;
}
#home #main #page #content #sub #fires {
  font-size: 14px;
  width: 388px;
  background: #174d76 url("../images/home/banners/fires.jpg") no-repeat;
}
#home #main #page #content #sub #fires h3,
#home #main #page #content #sub #fires p {
  margin-left: 40px;
}
#home #main #page #content #sub #fires h3 {
  margin-top: 1.2em;
  color: #ffce23;
}

#home #main #page #content #sub object {
  display:block;
}
