﻿* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #261500;
}
#wrapper {
  position: relative;
  margin: auto;
  width: 900px;
}
#header {
  position: relative;
  height: 84px;
  background-color: #432501;
  z-index: 98;
}
#logo {
  position: absolute;
  left: 30px;
  width: 164px;
  height: 189px;
  z-index: 99;
}
#utility {
  position: absolute;
  top: 16px;
  right: 80px;
  color: #ffffff;
}
#utility a {
  color: #ffffff;
  text-decoration: none;
  font-size: 8pt;
}
#nav {
  position: absolute;
  top: 49px;
  left: 225px;
}
#nav ul {
  height: 35px;
}
#nav li {
  float: left;
  list-style-type: none;
  width: 125px;
  height: 35px;
}
#nav a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 11pt;
  font-family: Georgia, 'Times New Roman', serif;
  text-align: center;
  line-height: 35px;
  background-image: url('../images/bg_nav_tab.png');
  background-repeat: no-repeat;
}
#thick_line {
  position: relative;
  height: 10px;
 
  background-repeat: repeat-x;
}
#banner {
  position: relative;
  height: 307px;
 
  background-color:#800000;
  background-repeat: no-repeat;
  z-index: 98;
}
#providing {
  position: absolute;
  top: 48px;
  left: 412px;
}
#donate_wrap {
  position: relative;
  height: 65px;
  background-color: #ffffff;
  z-index: 88;
}
#donate_wrap_home {
  position: relative;
  height: 65px;
  background-color: #6e6323;
  z-index: 88;
}
#donate_bar {
  position: relative;
  top: -5px;
  height: 65px;
  background-image: url('../images/bg_donate_bar.png');
  background-repeat: repeat-x;
  z-index: 88;
}
#need {
  position: absolute;
  top: 22px;
  left: 39px;
}
#donate {
  position: absolute;
  top: 10px;
  right: 55px;
}
#main {
  position: relative;
  background-color: #ffffff;
}
#main_home {
  position: relative;
  z-index: 89;
}
#content_wrap {
  position: relative;
  padding: 13px 40px 35px 40px;
  z-index: 77;
}
#content {
  width: 555px;
}
#content ul,
#content ol {
  margin-bottom: 20px;
  margin-left: 25px;
}
#mission_wrap {
  padding: 21px 36px;
  background-color: #6e6323;
}
#mission {
  width: 500px;
}
#mission p {
  color: #ffffff;
  margin-bottom: 15px;
}
#news_services {
  padding: 31px 28px 0 28px;
  background-color: #c4b58e;
  border-bottom: 10px solid #b8a883;
}
#news {
  width: 238px;
  padding-right: 20px;
  background-image: url('../images/divider_news_services.png');
  background-repeat: repeat-y;
  background-position: top right;
}
#news p {
  padding: 0 8px 0 16px;
  margin-bottom: 1.6em;
}
#services,
#newsletter {
  width: 238px;
}
#newsletter {
  margin-top: 15px;
}
#newsletter p {
  margin: 0 10px 15px 10px;
}
#newsletter input[type=email] {
  margin-top: 10px;
  margin-left: 10px;
  width: 208px;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
}
#newsletter input[type=image] {
  width: 100px;
  float: right;
  margin-top: 10px;
}
#services {
  float: right;
  margin-right: 330px;
}
#services ul {
  margin-top: 0.8em;
  margin-left: 16px;
}
#services li {
  line-height: 2.6em;
  list-style-type: none;
  background-image: url('../images/bg_list_item.gif');
  background-position: 1px 12px;
  background-repeat: no-repeat;
  padding-left: 23px;
}
#news_services h2 {
  background-color: #cec69c;
  border: 1px solid #a59c7b;
  border-radius: 7px;
  padding: 0 10px;
  font-size: 1.2em;
  font-style: normal;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #211000;
  line-height: 2em;
}
/*#news_services h2 span
{
	line-height: 1.4em;
}*/
#wish_list {
  position: absolute;
  top: -12px;
  right: 39px;
  padding-top: 27px;
  width: 293px;
  /*	height: 683px;*/
  background-color: #ffffff;
  background-image: url('../images/bg_wish_list.png');
  background-repeat: repeat-x;
  z-index: 89;
}
#wish_list h2 {
  text-align: center;
  margin-bottom: 0.4em;
}
#wish_list p {
  position: relative;
  left: 36px;
  margin-bottom: 5px;
}
#wish_list ul {
  position: relative;
  left: 60px;
  margin-bottom: 20px;
}
#wish_list li {
  list-style-type: none;
}
#groceries {
  position: absolute;
  bottom: 0;
  left: 10px;
}
#memory {
  /*	position: absolute;
	top: 21px;
	right: 35px;*/
  float: right;
  width: 215px;
}
i.fa {
  color: #630000;
  font-weight: bold;
  margin-right: 10px;
}
i.fa-1 {
  font-size: 1.2em !important;
  line-height: 1.6em !important;
}
i.fa-2 {
  font-size: 1.4em !important;
  line-height: 1.6em !important;
}
#services i.fa {
  position: relative;
  top: 1px;
}
#footer {
  height: 66px;
}
#copyright {
  position: relative;
  top: 15px;
  color: #ffffff;
  font-size: 8pt;
}
.caption {
  font-size: 8pt;
}
.hf {
  display: none;
}

