/*
-----------------------------------------------
Missionaries.com Country Page
Author:   Jeremy Boles
Version:  Feb 17 2009
----------------------------------------------- */

/* Top Sections
----------------------------------------------- */
body.show #content #photo-collage,
body.show #content #no-info {
  background-image: url(/images/countries/section-top-bg.png);
}

/* Nothing Added Yet
----------------------------------------------- */
body.show #content #no-info p {
  color: #ccc;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 100px 0;
  text-align: center;
  text-shadow: #fff 1px 1px 0;
}

/* Quick Information
----------------------------------------------- */
body.show #content #quick-information { background: none; }
body.show #content #quick-information h3 {
  border-bottom: 1px #eee solid;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center;
}
body.show #content #quick-information div.info {
  color: #333;
  float: left;
  line-height: 18px;
  margin-right: 32px;
  width: 120px;
}
body.show #content #quick-information div.last { margin-right: 0; }
body.show #content #quick-information div.info strong {
  color: #242424;
  display: block;
}

/* Textual Information
----------------------------------------------- */
body.show #content #textual-information div.body {
  width: 600px;
}
body.show #content #textual-information h3 {
  font-size: 20px;
  margin-bottom: 10px;
  text-shadow: #fff 1px 1px 0;
}
body.show #content #textual-information p {
  color: #333;
  line-height: 18px;
  margin-bottom: 10px;
}