/* CSS Document */

body {
  background-color: #689187;
  background-image: url(../images/esdf_bg.jpg);
  background-repeat: repeat;
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

#container {
  position: relative;
  width: 900px;
  margin: 0 auto;
}

#header {
  width: 900px;
  height: 165px;
  margin: 0 auto;
  background-image: url(../images/esdf_header_bg.png);
  background-repeat: no-repeat;
}

#headerLogo {
  width: 160px;
  height: 127px;
  position: absolute;
  left: 41px;
  top: 17px;
}

#headerDonation {
  width: 355px;
  height: 120px;
  position: absolute;
  top: 15px;
  right: 34px;
}

#headerDonation a, #headerDonation a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #FDC58F;
  text-decoration: none;
  margin-right: 20px;
}

#headerDonation a:hover, #headerDonation a:active {
  color: #FFFFFF;
}

#middle {
  width: 900px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  background-color: #FFFFFF;
}

#menu {
  width: 158px;
  height: 428px;
  padding: 6px 18px;
  background-image: url(../images/esdf_menu_bg.png);
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-left: 23px;
  float: left;
  position: relative;
}

#menu a, #menu a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
}

#menu a:hover, #menu a:active {
  color: #FDC58F;
}

#menu a.bold, #menu a.bold:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #FDC58F;
  text-decoration: none;
}

#menu a.bold:hover, #menu a.bold:active {
  color: #FFFFFF;
}

#menu p {
  padding: 12px 0;
  margin: 0;
  border-bottom: 1px solid #689187;
}

#menu p.last {
  padding: 12px 0;
  margin: 0;
  border-bottom: none;
}

#content {
  width: 580px;
  float: right;
  margin-top: 10px;
  margin-right: 36px;
  position: relative;
}

#content h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 100;
  color: #114239;
  border-bottom: solid 1px #689187;
  padding: 0 0 16px 0;
  margin: 0 0 13px 0;
}

#content h1 .bold {
  font-weight: bold;
  color: #689187;
}

h3 {
  font-size: 18px;
  font-weight: bold;
  color: #114239;
}

#content p.home {
  line-height: 20px;
  padding: 0 180px 13px 0;
}

#content p.home2 {
  line-height: 20px;
  padding: 0 290px 13px 0;
}

ul.home {
  list-style: none;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #114239;
}

p.home3 {
  list-style: none;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #114239;
}

p.home3 a, p.home3 a:visited {
  color: #114239;
  text-decoration: none;
}

p.home3 a:hover, p.home3 a:active {
  color: #689187;
}

ul a, ul a:visited {
  color: #114239;
  text-decoration: none;
}

ul a:hover, ul a:active {
  color: #689187;
}

a, a:visited {
  color: #114239;
  text-decoration: underline;
}

a:hover, a:active {
  color: #689187;
}

#footer {
  width: 900px;
  height: 30px;
  margin: 0 auto;
  font-size: 10px;
  color: #114239;
}

#footerLeft {
  margin-top: 15px;
  float: left;
}

#footerRight {
  margin-top: 15px;
  float: right;
}

#footerRight a, #footerRight a:visited {
  color: #114239;
  text-decoration: underline;
}

#footerRight a:hover, #footerRight a:active {
  color: #FFF;
}

.formrequired, .formerror {
  color: #FF0000;
}