@import url(_layout_subheader_form.css);

/* section head template */

div#body {
  border: none;
  width: 470px;
  margin: 0;
  padding-left: 176px;
  float: none;
}

p.first {
  font-weight: bold;
  text-align: center;
}

ul.section_links {
  margin: 0;
  margin-top: 3em;
  margin-left: -15px;
  padding: 0;
}

ul.section_links li {
  float: left;
  list-style-type: none;
  width: 140px;
  padding-left: 15px;
}

div#body ul.section_links li a {
  display: block;
  width: 140px;
  height: 47px;
  padding-top: 120px;
  text-align: center;
  
  font-weight: bold;
  font-size: 1.23em;
  color: #003740;
  text-decoration: none;
}

div#body ul.section_links li a:hover {
  color: #666666;
  text-decoration: underline;
}

ul.section_links li form {
  display: block;
  width: 120px;
  height: 137px;
  padding: 12px;
  padding-top: 17px;
  padding-bottom: 4em;
}

ul.section_links li form label {

  display: block;
  color: white;
  padding-left: 5px;
  font-size: .925em;
  line-height: 1.2em;
}

ul.section_links li form select {
  margin-top: 22px;
  width: 116px;
  font-size: .925em;
  height: 21px;
}


ul.section_links ul li a img {
  float: left;
  display: block;
  margin-left: 5px;
  margin-top: -9px;
  
  border: 4px solid #BFCDCF;
}
html > body ul.section_links ul li a img {
  margin-left: 10px;
}

a#section_overview {
  background: #FFFFFF url(../images/splash_overview.jpg) no-repeat;
}
a#section_sources {
  background: #FFFFFF url(../images/splash_sources.jpg) no-repeat;
}
a#section_treatment {
  background: #FFFFFF url(../images/splash_treatment.jpg) no-repeat;
}
a#section_distribution {
  background: #FFFFFF url(../images/splash_distribution.jpg) no-repeat;
}
a#section_atlas {
  background: #FFFFFF url(../images/splash_atlas.jpg) no-repeat;
}
form#lang_form {
  background: #FFFFFF url(../images/splash_form.gif) no-repeat;
}
