/* SpiffyMap stylesheet 18-Mar-2011 */
* { margin: 0; }
html, body {
  height: 100%;
  color: #063a62;
  background-color: #e5effa;
  font: 14px/18px 'Crimson Text';
}
#header {
  position: absolute; top: 0; left: 0;
  height: 115px; width: 100%;
  background: #fff url(/gfx/navBack.png) repeat-x;
}
#logo { 
  float: left;
  margin: -95px -35px 0 0;
  border: 0;
}
#layout {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -2em;
}
#push {
  height: 2em;
  clear: both;
}
#footer {
  height: 2em;
  color: #fff;
  background-color: #063a62;
}
.central { 
  width: 832px;
  margin: 0 auto;
}
a:link {
  color: #49bffc;
  text-decoration: none;
}
a:visited {
  color: #00a2f9;
  text-decoration: none;
}
a:hover {
  color: #f35c19;
}
#headNav {
  margin: 74px 0 0 120px;
  padding: 0;
  display: table;
  list-style-type: none;
  width: 690px;
  background: #0f80cc url(/gfx/headNavLight.png) no-repeat 13px 21px;
  position: relative;
}
#headNav li {
  display: table-cell;
  width: 120px;
  height: 35px;
  background-image: url(/gfx/headNavBack.png);
  font: 15px/15px 'Crimson Text';
  color: #063a62;
  text-align: center;
  padding: 0 0 0 2px;
}
#headNav li a:link, #headNav li a:visited {
  color: #063a62;
}
#headNav li a:hover {
  color: #f35c19;
}
#content {
  padding-top: 125px;
}
#content .central p {
  margin-bottom: 5px;
}
.signs {
  float: left;
  padding: 0;
  list-style-type: none;
}
.signs li {
  width: 140px;
  height: 33px;
  background: #e5effa url(/gfx/signposts.png) no-repeat 0 0;
  margin: 5px 0 0 0;
  padding: 0 10px; 
  font: 14px/33px 'Crimson Text';
}
.signs li a:link {
  color: #fff;
}
.signs li a:visited {
  color: #e5effa;
}
.signs li a:hover {
  color: #f35c19;
}
.postsign {
  margin-left: 160px;
}
h1 { 
  margin: 5px 0 8px 0;
  font: 26px Cantarell, sans-serif;
  color: #063a62;
  letter-spacing: -0.03em;
}
h1 b {
  letter-spacing: -0.05em;
}
#themes {
  margin: 10px 0;
  width: 600px;
  height: 260px;
  border: 6px solid #7a99b9;
  background-color: #fff;
  background: #fff none no-repeat center;
}
#intro {
  margin: 5px 0 0 73px;
  display: none;
  width: 454px;
  height: 250px;
}
.theme {
  display: none;
  float: left;
  width: 171px;
  padding: 18px 8px 0 19px;
}
h2 {
  font: bold 20px Cantarell, sans-serif;
  margin-bottom: 6px;
  letter-spacing: -0.07em;
}
h2.theme1 {
  color: #00adef;
}
h2.theme2 {
  color: #87cf32;
}
h2.theme3 {
  color: #f35c19;
}
.theme p {
  color: #000;
  line-height: 17px;
}
.theme img {
  border: 0;
  margin: 3px 6px;
  float: left;
  width: 36px;
  height: 36px;
}
#moresign {
  float: right;
  margin-right: 40px;
}
#moresign li {
  margin: 0;
}
#highlight {
  margin-top: 25px;
  border-top: solid 5px #00abc0;
  padding: 10px 0;
  background-color: #eff5e1;
}
#highlight .signs li {
  background-color: #eff5e1;
  background-position: 0 -33px;
}
#highlight h2 {
  color: #00abc0;
}
#highlight .theme {
  display: inline;
  height: 100px;
  padding: 10px 2px 20px 14px;
  border-right: 3px solid #80d5d8;
}
#highlight .theme p {
  color: #063a62;
}
#footer p {
  text-align: center;
  font-size: 9px;
  line-height: 24px;
}
#followBox {
  background-color: #eff5e1;
  padding: 10px;
  width: 120px;
}
#followBox img {
  border: 0;
}
.newsLabel {
  float: right;
  line-height: 1px;
}
.newsLabel img {
  border: 0;
  width: 30px;
  height: 30px;
}
strong {
  letter-spacing: -0.05em;
}
