/* The Leche Trust CSS Styles */

/* LAYOUT STYLES */

body {
  margin: 0px;
  text-align: center;
  background-color: #fff;
  background: url(../images/bg_head.gif) #fff repeat-x;
}

.image {
  border: solid 1px #333;
}

blockquote {
  margin-top: 3px;
  margin-bottom: 3px;
}

/* HEADER */

#header {
  width: 886px;
  height: 130px;
  margin: 0px auto 0px auto;
  text-align: left;
}

/* TOP AREA */

#logo a {
  background: url("../images/leche_trust_logo.gif") left top;
  float: left;
  width: 504px;
  height: 94px;
  margin-right: 0px;
  margin-top: 18px;
}

#logo h1 {
  display: none;
}

/* NAVIGATION */

#navcontainer {
  margin: 0px auto 0px auto;
  width: 886px;
  height: 30px;
  background-color: #8e2021;
}

#navigation {
  width: 886px;
  height: 30px;
  margin: 0px auto 0px auto;
  text-align: left;
}

#navigation ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

#navigation ul li {
  display: inline;
  padding: 0px;
}

#navigation ul li a {
  display: block;
  float: left;
  line-height: 28px;
  height: 30px;
  color: #FFF;
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 0em;
  padding-top: 0em;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
  font-size: 100%
}

#navigation ul li a:hover,
#navigation ul li a.selected,
#navigation ul li a.noborder_selected {
  background-color: #5e2420;
}

#navigation ul li a.noborder,
#navigation ul li a.noborder_selected {
  border-right: solid 0px
}

/* CONTENT AREA */

#container {
  margin: 0px auto 0px auto;
  text-align: left;
  width: 886px;
  overflow: auto;
}

#contentarea {
  width: 530px;
  float: left;
  text-align: center;
}

#subnavigation {
  width: 208px;
  float: left;
  text-align: center;
}

#subbody {
  margin: 30px auto 5px auto;
  text-align: left;
  width: 168px;
}

#body {
  margin: 10px auto 25px auto;
  text-align: left;
  width: 512px;
  padding-bottom: 2px;
}

/* SUBNAVIGATION */

#subnavigation ul {
  list-style-type: none;
  margin: 0px;
  margin-top: 20px;
  padding: 0px;
  text-align: left;
}

#subnavigation ul li a {
  display: block;
  text-indent: 20px;
  line-height: 28px;
  height: 30px;
  width: 207px;
  color: #fff;
  padding: 0px;
  text-decoration: none;
  background: url("../images/subnav_normal.gif") repeat-x;
}

#subnavigation ul li a:hover {
  color: #fff;
  background-color: #b26b30;
}

#subnavigation ul li a.selected {
  color: #fff;
  background: url("../images/subnav_select.gif") repeat-x;
}

#subnavigation ul li.highlight {
  display: block;
  color: #fff;
  background: url("images/sub_navigation.gif") repeat-x;
  text-indent: 10px;
  line-height: 28px;
  height: 30px;
  width: 207px;
  padding: 0px;
  text-decoration: none;
}

/* FOOTER */

#footercontainer {
  margin: 0px auto 0px auto;
  width: 886px;
  height: 125px;
  background: url("../images/bg_footer.gif") repeat-x;
  clear: both;
}

#footer {
  width: 886px;
  line-height: 1.4em;
  height: 30px;
  padding-top: 20px;
  padding-right: 0px;
  margin: 0px auto 0px auto;
  text-align: right;
}

/* FONT STYLES */

body {
  font-family: Arial, Tahoma, Geneva, Helvetica, sans-serif;
  font-size: 85%;
  line-height: 160%;
  color: #000;
  text-align: justify;
}

input,
textarea,
select {
  font-family: Arial, Tahoma, Geneva, Helvetica, sans-serif;
  font-size: 80%;
}

h1 {
  color: #112941;
  font-size: 170%;
  font-weight: normal;
  line-height: 100%;
  padding-top: 18px;
}

h2 {
  color: #335475;
  display: inline;
  font-size: 130%;
  line-height: 150%;
}

h3 {
  font-size: 100%;
}

#footer {
  color: #999999;
  font-size: 85%;
}

#footer a {
  color: #999999;
  text-decoration: none;
}

#footer a:hover {
  color: #7f7f7f;
}

#body a {
  color: #8e2021;
  text-decoration: none;
  border-bottom: solid 1px #CCC;
}

#body a:hover {
  color: #c01719;
  text-decoration: none;
  border-bottom: solid 1px #CCC;
}

#body a.img {
  text-decoration: none;
}

#body p {
  text-align: justify;
}

.nodisplay {
  display: none;
}

li {
  padding-bottom: 10px;
  text-align: justify;
}