@charset "UTF-8";
/* CSS Document */
/*********************
CSS RESET
*********************/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

ol {
  margin-left: 1.4em;
  list-style: decimal;
}

#content ol li {
  margin-left: 1.4em;
  list-style: decimal;
}

img {
  border: 0;
}

.center {
  text-align: center;
}

* {
  outline: none;
  font-family: Helvetica, Arial, sans-serif;
}

p {
  color: #2d2d2d;
  font-size: .9em;
  line-height: 1.5em;
}

a:link, a:active, a:visited {
  color: #6A8253;
  text-decoration: none;
}

a:hover {
  color: #4c6b2f;
  text-decoration: underline;
}

/*********************
Header & Main
*********************/
#wrapper {
  width: 100%;
}

#main_header {
  width: 980px;
  height: 85px;
  margin: 0 auto;
  clear: both;
  padding-top: 13px;
}

#wrapper_nav {
  width: 100%;
  height: 50px;
  background-image: url('/images/nav_gradient.jpg');
  background-repeat: repeat-x;
  background-position: left top;
  clear: both;
}

#navigation_bar {
  width: 980px;
  height: 50px;
  margin: 0 auto;
  background-repeat: repeat-x;
  background-position: left top;
  font-weight: 100;
  font-size: 1em;
  color: #6A8253;
}

#navigation_bar li {
  display: inline-block;
  padding: 22px 20px 0 20px;
}

#navigation_bar img {
  margin-right: 7px;
  margin-bottom: -3px;
}

#search_box {
  float: right;
  width: 225px;
  height: 25px;
  border: 1px solid #BABABA;
  border-radius: 15px;
  margin-top: 16px;
  background-color: #FFF;
  margin-right: 10px;
}

#search_box img {
  float: right;
  margin-top: 5px;
}

#main_image {
  background-color: black;
  height: 410px;
  width: 100%;
  text-align: center;
}

.banner_con {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

#sub_image h2 {
  position: absolute;
  left: 55px;
  top: -85px;
  color: #6d8358;
  font-size: 28px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  width: 980px;
  text-align: left;
  text-transform: uppercase;
}

#sub_image {
  background-color: black;
  height: 120px;
  width: 100%;
  text-align: center;
}

#logo {
  width: 350px;
  height: 100px;
  overflow: hidden;
}

#header_right {
  height: 100px;
  width: 600px;
  color: #6A8253;
  float: right;
}

#header_right img {
  margin: 3px 5px 0 0;
}

#margin25top {
  padding-top: 25px;
}

#donate_now {
  margin-top: 25px;
  float: right;
}

#home_content_wrapper {
  height: 550px;
  width: 100%;
  background-color: #97AF80;
  background-image: url('/images/content_gradient1.jpg');
  background-repeat: repeat-x;
  background-position: left bottom;
}

#home_content {
  width: 980px;
  margin: 0 auto;
  padding-top: 40px;
}

#content_wrapper {
  height: 100%;
  min-height: 800px;
  width: 100%;
  background-color: #97AF80;
  background-image: url('/images/content_gradient1.jpg');
  background-repeat: repeat-x;
  background-position: left bottom;
}

#content {
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 30px;
  width: 980px;
}

#breadcrumbs {
  padding: 15px 0;
  margin: 0 0 0 5px;
}

#breadcrumbs li {
  display: inline;
  color: #536343;
  font-size: 18px;
}

#breadcrumbs li a {
  color: #536343;
  font-size: 18px;
  text-decoration: none;
}

#left_sidebar {
  width: 230px;
  background-color: #000;
  -webkit-box-shadow: 1px 1px 2px 1px #000;
  box-shadow: 1px 1px 5px 1px #000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: 5px;
  float: left;
}

.news_preview {
  float: right;
  width: 688px;
  margin: 0 0 3px 0;
  padding: 15px;
  background-color: #bac9AA;
  -webkit-box-shadow: 1px 1px 5px 1px #7e8f6d;
  box-shadow: 1px 1px 5px 1px #7e8f6d;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.news_preview:hover {
  float: right;
  width: 688px;
  margin: 0 0 3px 0;
  padding: 15px;
  border-radius: 5px;
  background-color: #6A8253;
  color: #4B6C24;
}

.news_preview a {
  float: left;
  text-decoration: none;
  width: 688px;
}

.news_left {
  float: left;
  width: 123px;
}

.news_preview_content {
  float: right;
  width: 545px;
  min-height: 75px;
  position: relative;
  margin-top: -2px;
}

.news_preview a h1 {
  float: left;
  padding-bottom: 20px;
  color: #000;
}

.news_preview:hover h1 {
  color: #000;
}

.news_preview:hover .news_preview_read {
  color: #000;
}

.news_preview:hover .news_preview_date {
  color: #000;
}

.news_preview_img {
  float: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.news_preview_content h1 {
  font-size: 1.2em !important;
}

.news_article_date {
  font-size: 1.0em;
  color: #4B6C24;
  position: relative;
  font-weight: bold;
  float: left;
}

.news_preview_date {
  bottom: 0;
  color: #4B6C24;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  position: absolute;
  left: 0px;
}

.news_preview_read {
  bottom: 0;
  color: #4B6C24;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  position: absolute;
  right: 30px;
}

.news_preview_read a {
  color: #4B6C24;
  text-decoration: none;
}

.news_article {
  width: 600px;
  margin: 0 0 0 260px;
  padding: 15px;
  min-height: 550px;
  -webkit-box-shadow: 1px 1px 5px 1px #7e8f6d;
  box-shadow: 1px 1px 5px 1px #7e8f6d;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #bac9AA;
  overflow: hidden;
}

.news_article h1 {
  padding: 15px 15px 0 0px;
  font-size: 1.3em;
}

.news_article p {
  clear: both;
}

#article_image {
  width: 100%;
  margin: 30px 0 20px 0;
  text-align: center;
  clear: right;
}

.news_article hr {
  border-color: #A0B689;
  opacity: .3;
  clear: both;
}

.caption {
  color: #5D7B3C;
}

.content_heading {
  font-size: 1.5em;
  margin: 25px 0;
  color: #000;
}

.content_box {
  width: 325px;
  height: 400px;
  padding: 25px 0;
  background-color: #97AF80;
  float: left;
  margin-left: 25px;
  margin-right: 1px;
  display: block;
}

#content .content_box p {
  font-size: 14px;
}

#content .content_box {
  margin-top: 50px;
}

.content_box h1 {
  font-size: 1.5em;
  border-bottom: 1px dashed #F1F1F1;
  padding-bottom: 5px;
  margin: 0 0 25px 0;
}

#full_content_box {
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 25px 0;
  background-color: #97AF80;
  float: left;
  margin-left: 25px;
  margin-right: 1px;
}

.all_news {
  float: right;
  text-decoration: none;
  padding-top: 10px;
  font-size: .85em;
}

.all_news a {
  color: #000;
  margin-right: 3px;
}

.all_news a:link {
  text-decoration: none;
  color: #000;
}

.all_news a:visted {
  text-decoration: none;
  color: #000;
}

.all_news a:active {
  text-decoration: none;
  color: #000;
}

.all_news a:hover {
  text-decoration: none;
  color: #000;
  text-decoration: underline;
}

#black_content_box {
  width: 220px;
  background-color: black;
  height: 400px;
  color: #F1F1F1;
  font-size: 1.02em;
  padding: 25px;
  line-height: 1.5em;
  border-radius: 5px;
  float: left;
}

#black_content_box p {
  color: #F1F1F1;
}

#content #black_content_box {
  margin-top: 50px;
}

#black_content_box  h1 {
  font-size: 1.5em;
  padding-bottom: 25px;
  line-height: 1em;
}

#black_content_box img {
  margin: 50px 0 0 -12px;
}

.news_block {
  background-color: #B0C49C;
  width: 100%;
  height: 119px;
  font-size: .85em;
  margin-bottom: 5px;
}

.news_block h2 {
  padding: 10px 5px 0 10px;
  font-weight: 600;
  font-size: .95em;
  color: #000;
}

.news_block p {
  margin-top: 1.1em;
  color: #000;
  font-size: 14px;
}

.news_img_block {
  height: auto;
  width: 66px;
  float: left;
  margin: 10px 10px 0 10px;
  color: #F1F1F1;
  font-size: .8em;
}

.news_img_block p {
  font-size: .85em;
  margin-top: 0;
}

.double_content_box {
  width: 600px;
  height: auto;
  margin-top: 50px;
  padding: 25px;
  background-color: #97AF80;
  float: left;
  margin-left: 25px;
  margin-right: 1px;
  display: block;
  background-color: red;
  font-size: .9em;
}

.double_content_box h1 {
  font-size: 1.5em;
  margin-bottom: 25px;
}

.light_green {
  background-color: #B0C49C;
  float: left;
  padding: 0px;
  -webkit-box-shadow: 1px 1px 5px 1px #7e8f6d;
  box-shadow: 1px 1px 5px 1px #7e8f6d;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}

.black {
  background-color: #000;
  color: #FFF;
  padding: 25px;
  border-radius: 5px;
}

/*********************
Tables
*********************/
#regions_table {
  width: 930px;
  font-weight: 100;
  font-size: .75em;
}

#regions_table td {
  border-bottom: 1px solid #E1E1E1;
  padding: 5px 0;
}

#events_table td {
  border: 1px solid #97AF80;
  border-top: none;
  background-color: #B0C49C;
  padding: 10px;
}

#events_table td p {
  color: #000;
  font-size: 14px;
  text-align: center;
}

#events_table td: first-child {
  background-color: #FFF;
  width: 40px;
  border: none;
}

#events_table td: last-child {
  border: none;
}

#events_table p: first-child {
  color: #00431E;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
}

#events_table p: last-child {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

#directors_table td {
  border: 5px solid #B0C49C;
  background-color: #B0C49C;
  color: #000;
  vertical-align: top;
}

#directors_table {
  margin: 0 25px 25px 25px;
}

#directors_table h2 {
  margin: 15px 0 15px 0;
  font-size: 1.2em;
}

#directors_table img {
  width: 100px;
  height: 150px;
}

.directors_img {
  vertical-align: top;
  padding: 25px 15px 15px 15px;
}

/*********************
MEGA MENU
*********************/
#homereligionresearch {
  width: 700px;
  height: 75px;
  margin: 0 10px 10px 10px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1em;
  text-align: left;
}

#homereligionresearch h2 {
  text-align: center;
  font-size: 1.2em;
  font-weight: 300;
  padding-top: 10px;
}

.researchbutton {
  float: left;
  width: 75px;
  text-align: center;
  padding: 10px;
  border: 1px solid #214C8B;
  border-radius: 12px/12px;
  margin: 10px;
  color: #214c8b;
}

#navigation_bar .navbutton a {
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 10px;
  color: #6A8253;
}

#navigation_bar {
  list-style: none;
  width: 980px;
  margin: 15px auto 0px auto;
  height: 50px;
  padding: 0px 20px 0px 20px;
  /* Rounded Corners */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  /* Borders */
  border: 1px solid transparent;
}

#navigation_bar li {
  display: inline-block;
  position: relative;
  padding: 18px 15px 10px 15px;
  border: 1px solid transparent;
}

#navigation_bar img {
  display: inline-block;
}

#navigation_bar li:hover {
  padding: 18px 15px 10px 15px;
  border: 1px solid transparent;
}

#navigation_bar li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #6A8253;
  display: block;
  padding-left: 15px;
  text-decoration: none;
  border: 1px solid transparent;
  width: auto;
}

#navigation_bar li:hover a {
  color: #6A8253;
  font-size: 14px;
  border: 1px solid transparent;
}

#navigation_bar li .drop {
  padding-right: 21px;
  background: url("img/drop.png") no-repeat rightright 8px;
}

#navigation_bar li:hover .drop {
  background: url("img/drop.png") no-repeat rightright 7px;
}

/* Drop Down */
.about_dropdown,
.partnerships_dropdown,
.news_dropdown,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns,
.dropdown_6columns,
.dropdown_7columns {
  margin: 2px auto 4px auto;
  float: left;
  position: absolute;
  left: -999em;
  /* Hides the drop down */
  text-align: left;
  padding: 10px 5px 10px 5px;
  border: 1px solid transparent;
  /* Gradient background */
  background-color: #F7F8F6;
  /* Rounded Corners */
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}

.about_dropdown {
  width: 100px;
  margin-left: 30px;
}

.partnerships_dropdown {
  width: 125px;
  margin-left: 30px;
}

.news_dropdown {
  width: 115px;
  margin-left: 30px;
}

.dropdown_3columns {
  width: 420px;
}

.dropdown_4columns {
  width: 560px;
}

.dropdown_5columns {
  width: 700px;
}

.dropdown_6columns {
  width: 840px;
}

.dropdown_7columns {
  width: 980px;
}

#navigation_bar li:hover .about_dropdown,
#navigation_bar li:hover .partnerships_dropdown,
#navigation_bar li:hover .news_dropdown,
#navigation_bar li:hover .dropdown_3columns,
#navigation_bar li:hover .dropdown_4columns,
#navigation_bar li:hover .dropdown_5columns,
#navigation_bar li:hover .dropdown_6columns,
#navigation_bar li:hover .dropdown_7columns {
  left: -1px;
  top: auto;
  z-index: 1;
}

/* Columns */
.col_1, .col_2, .col_3, .col_4, .col_5 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}

.col_1 {
  width: 130px;
}

.col_2 {
  width: 270px;
}

.col_3 {
  width: 410px;
}

.col_4 {
  width: 550px;
}

.col_5 {
  width: 690px;
}

/* Right alignment */
#navigation_bar .menu_right {
  float: rightright;
  margin-right: 0px;
}

#navigation_bar li .align_right {
  /* Rounded Corners */
}

#navigation_bar li:hover .align_right {
  left: auto;
  right: -1px;
  top: auto;
}

/* Drop Down Content Stylings */
#navigation_bar p, #navigation_bar h2, #navigation_bar h3, #navigation_bar ul li {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 21px;
  font-size: 12px;
  text-align: left;
  text-shadow: 1px 1px 1px #FFFFFF;
}

#navigation_bar h2 {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 7px 0 14px 0;
  padding-bottom: 14px;
  border-bottom: 1px solid #666666;
}

#navigation_bar h3 {
  font-size: 14px;
  margin: 7px 0 14px 0;
  padding-bottom: 7px;
  border-bottom: 1px solid #888888;
}

#navigation_bar p {
  line-height: 18px;
  margin: 0 0 10px 0;
}

#navigation_bar li:hover div a {
  font-size: 14px;
  /* drop down font size */
  color: #6A8253;
  ;
  border: 1px solid transparent;
}

#navigation_bar li:hover div a:hover {
  color: color: #6A8253;
}

.strong {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.imgshadow {
  background: #FFFFFF;
  padding: 4px;
  border: 1px solid #777777;
  margin-top: 5px;
  -moz-box-shadow: 0px 0px 5px #666666;
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

.img_left {
  /* Image sticks to the left */
  width: auto;
  float: left;
  margin: 5px 15px 5px 5px;
}

#navigation_bar li .black_box {
  background-color: #333333;
  color: #eeeeee;
  text-shadow: 1px 1px 1px #000;
  padding: 4px 6px 4px 6px;
  /* Rounded Corners */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /* Shadow */
  -webkit-box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  box-shadow: inset 0 0 3px #000000;
}

#navigation_bar li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#navigation_bar li ul li {
  font-size: 12px;
  line-height: 24px;
  position: relative;
  text-shadow: 1px 1px 1px #ffffff;
  padding: 0;
  margin: 0;
  float: none;
  text-align: left;
  width: 130px;
}

#navigation_bar li ul li:hover {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
}

#navigation_bar li .greybox li {
  background: #F4F4F4;
  border: 1px solid #bbbbbb;
  margin: 0px 0px 4px 0px;
  padding: 4px 6px 4px 6px;
  width: 116px;
  /* Rounded Corners */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#navigation_bar li .greybox li:hover {
  background: #ffffff;
  border: 1px solid #aaaaaa;
  padding: 4px 6px 4px 6px;
  margin: 0px 0px 4px 0px;
}

/*********************
Footer
*********************/
#footer {
  width: 930px;
  height: 400px;
  margin: 0 auto;
  clear: both;
  padding: 0 25px;
}

#footer h1 {
  color: #00431E;
  margin: 25px 0 15px 0;
}

#footer_content {
  width: 930px;
  height: 150px;
  border-bottom: 1px solid #E1E1E1;
  border-top: 1px solid #E1E1E1;
  margin-top: 45px;
  clear: both;
}

#footer_sitemap {
  color: #97AF80;
  font-size: .85em;
  margin-top: 15px;
  width: 300px;
  float: left;
}

#footer_sitemap a {
  color: #97AF80;
  font-size: .85em;
  float: left;
}

#footer_sitemap td {
  margin-left: 25px;
  padding-top: 10px;
  border-bottom: 1px solid #E1E1E1;
}

#footer_sitemap .footer_tdnodecoration {
  border-bottom: none;
}

#footer_contact {
  height: 100%;
  width: 300px;
  border-left: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
  float: left;
  margin: 0 15px;
  padding: 0 15px;
}

#footer_contact img {
  margin-right: 8px;
  margin-left: -20px;
}

#footer_contact li {
  list-style-type: none;
  font-size: .6em;
  color: #505050;
  margin-top: 5px;
}

#footer_contact li a {
  color: #505050;
}

#footer_contact h1 {
  font-size: .6em;
  color: #00431E;
  font-weight: bold;
}

#footer_contact p {
  font-size: .6em;
  color: #505050;
  margin-bottom: 10px;
}

#footer_social {
  height: 100%;
  width: 265px;
  float: right;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.75;
}

#footer_copyright {
  width: 275px;
  color: #00431E;
  margin: 15px auto;
  font-size: .6em;
}

/* Added June 15,2013 */
.regions {
  float: left;
  width: 100%;
  clear: both;
  margin: 0px;
}

.regions li {
  float: left;
  width: 19.7%;
  border-bottom: 1px solid #E1E1E1;
  padding: 5px 0;
  list-style: none;
  margin-right: 2px;
}

.regions li a {
  font-size: 0.75em;
  font-weight: 100;
  color: #000000;
  text-decoration: none;
}

.regions li a:hover {
  font-size: 0.75em;
  font-weight: 100;
  color: #c2c2c2;
  text-decoration: underline;
}

.clear {
  clear: both;
}

.highlights {}

.highlights h2 {
  background: #363f2e;
  border-radius: 5px 5px 0 0;
  color: #FFF;
  padding: 15px 14px 15px 23px;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
}

.highlights h2 a {
  color: #FFF;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.highlights h2 span {
  color: #546147;
  float: right;
}

.highlights h2 a.plus {
  background: url(../images/plus_icon.png) 0 1px no-repeat;
  padding: 0 0 0 25px;
  cursor: pointer;
}

.highlights h2 a.close {
  background: url(../images/close_icon.png) 0 1px no-repeat;
  padding: 0 0 0 25px;
  cursor: pointer;
}

.highlights h1 {
  color: #FFF;
  padding: 15px 14px 15px 20px;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
}

.highlights h1 span {
  color: #546147;
  float: right;
}

.highlights h1 a.plus {
  background: url(../images/plus_icon.png) 0 1px no-repeat;
  padding: 0 0 0 25px;
  cursor: pointer;
}

.highlights h1 a.close {
  background: url(../images/close_icon.png) 0 1px no-repeat;
  padding: 0 0 0 25px;
  cursor: pointer;
}

.highlights h1 a.close1 {
  background: url(../images/close_icon.png) 0 1px no-repeat;
  padding: 0 0 0 25px;
  cursor: pointer;
}

.browse_news {
  font-family: Helvetica, Arial, sans-serif;
}

.browse_news h3 {
  color: #FFF;
  font-size: 16px;
  padding: 15px 14px 15px 20px;
  border-top: #394331 solid 1px;
  margin: 2px 0 0 0;
}

.browse_news ul {
  list-style: none;
  margin: 0px 0 5px 0;
  padding: 5px 0 0 0;
}

.browse_news ul li {
  clear: both;
}

.browse_news ul li.active a {
  border-bottom: #536147 solid 1px;
  background: #363f2e;
  padding: 8px 14px 10px 20px;
}

.browse_news ul li.last_news a {
  border-bottom: #536147 solid 1px;
  padding: 8px 14px 10px 20px;
}

.browse_news ul li a {
  color: #FFF;
  text-decoration: none;
  font-size: 13px;
  padding: 4px 14px 10px 20px;
  display: block;
}

.browse_news ul li a.current {
  color: #FFF;
  background-color: rgb(84, 97, 71);
}

.browse_news ul li a span {
  float: right;
  color: #546147;
}

.browse_news ul li ul {
  list-style: none;
  background: #363f2e;
}

.browse_news ul li ul li {
  padding: 0 0 0 20px;
}

.browse_news ul li ul li a {
  color: #9fa794;
  border: none !important;
  padding: 0px 14px 10px 20px !important;
}

.paging {
  width: 715px;
  padding: 35px 0 0;
  font-family: Helvetica, Arial, sans-serif;
  float: right;
}

.paging ul {
  list-style: none;
  margin-left: 30%;
  padding: 0px;
}

.paging ul li {
  float: left;
  margin: 0px;
  padding: 0px;
}

.paging ul li a {
  background: #bac9ac;
  border-radius: 6px;
  margin: 0 3px 0 0;
  display: block;
  width: 30px;
  height: 25px;
  text-align: center;
  color: #000;
  padding: 5px 0 0 0;
  text-decoration: none;
  border: #869b71 solid 1px;
}

.paging ul li a:hover,
.paging ul li a.Active {
  background: #000;
  color: #9ab282;
}

.paging ul li.pre {
  padding: 0 25px 0 0;
}

.paging ul li.pre a {
  background: url(../images/pre_arrow.png) 0 12px no-repeat;
  padding: 7px 0 0 10px;
  border: none;
  font-size: 15px;
  color: #000;
  width: auto;
  height: auto;
}

.paging ul li.next {
  padding: 0 0px 0 15px;
}

.paging ul li.next a {
  background: url(../images/next_arrow.png) 100% 12px no-repeat;
  padding: 7px 14px 0 10px;
  border: none;
  font-size: 15px;
  color: #000;
  width: auto;
  height: auto;
}

.home_link a {
  background: url(../images/home_icon.png) 0 5px no-repeat;
  padding: 10px 0 10px 38px;
  font-family: Helvetica, Arial, sans-serif;
  color: #000000;
  text-decoration: none;
  font-size: 18px;
}

#search_box input.inputbtn {
  background: url("../images/search.gif") no-repeat scroll 0 5px transparent;
  border: medium none;
  cursor: pointer;
  float: right;
  height: 20px;
  width: 15px;
  padding: 12px 18px 0 8px;
}

#search_box input.inputbox {
  border: 1px solid #FFFFFF;
  height: 14px;
  margin-left: 6px;
  margin-top: 3px;
  width: 179px;
  float: left;
}

.member_info {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.aboutleft {
  float: left;
  background: url(../images/img_box.png) 0 1px no-repeat;
  margin-top: 17px;
  width: 156px;
}

.aboutright {
  float: right;
  width: 750px;
}

.member_img {
  width: 143px;
  margin-top: 8px;
}

.article_hr {
  border-color: #A0B689;
  opacity: 0.3;
  clear: both;
}

.aboutright h1 {
  color: #536343;
  font-size: 1.5em;
  margin: 14px 0 5px 0;
  font-family: Helvetica, Arial, sans-serif;
}

.aboutright h2 {
  font-size: 1.2em;
  margin: 0px 0 15px 0;
  font-family: Helvetica, Arial, sans-serif;
}

.aboutright ul {
  list-style: square outside none;
  margin-left: 39px;
}

.faqright p {
  clear: both !important;
  margin-left: 58px;
}

.greeen_block {
  padding: 0 25px;
}

.greeen_block h1 {
  color: #536343;
  font-size: 1.5em;
  margin: 20px 0 5px 0;
  font-family: Helvetica, Arial, sans-serif;
}

.greeen_block h2 {
  color: #6a8155;
  font-size: 1.2em;
  margin: 0px 0 15px 0;
  font-family: Helvetica, Arial, sans-serif;
}

.greeen_block h3 {
  color: #6a8155;
  font-size: 22px;
  margin: 0px 0 15px 0;
  font-family: Helvetica, Arial, sans-serif;
}

.giftleft {
  float: left;
  width: 50%;
}

.giftright {
  float: right;
  width: 50%;
}

.gift_block {
  float: left;
  clear: both;
  width: 100%;
}

.gift_info {
  margin-bottom: 50px;
  float: left;
  width: 100%;
}

.sponsor_block h1 {
  color: #000 !important;
  padding: 0px !important;
  margin-bottom: 16px;
  margin-top: 23px;
}

#contact_info {
  margin-left: 17px;
}

.greeen_block ul {
  clear: both;
  float: left;
  margin: 0;
  width: 100%;
}

.greeen_block ul li {
  float: left;
  list-style: none outside none;
  margin-right: 2px;
  padding: 1px 0;
  width: 270px;
  ;
}

.home_title {
  color: #000000;
  text-decoration: none;
}

#events_table .home_title p {
  color: #000000;
  text-decoration: none;
  font-size: 14px !important;
  font-weight: normal !important;
}

a.current span {
  color: #fff !important;
}

.faqright ul {
  margin-left: 58px !important;
}

.home_news p {
  margin-top: 6px !important;
}

.browse_news ul li.current {
  background-color: rgb(84, 97, 71);
}

.browse_news ul li.current a {
  color: #ffffff;
}

.browse_news ul li.current a span {
  color: #ffffff;
}

ul.currentopen {
  display: block !important;
}

@media (max-width: 1024px) {
  #sub_image {
  overflow: hidden;
}

  #navigation_bar {
  width: 900px;
  padding: 0px;
}

  #navigation_bar li {
  padding: 22px 8px 10px 5px;
}

  #navigation_bar li:hover {
  padding: 22px 8px 10px 5px;
}

}

/*********************
New Program Page
*********************/
.greeen_block.program {
  padding: 0 40px;
}

.program p, .donate p {
  margin-left: 0px;
  color: #2D2D2D;
}

.program u l {
  clear: both;
  padding: 20px 0 0 15px;
}

.program ul li {
  padding: 0 0 6px 0;
  float: none;
  color: #2d2d2d;
  list-style: square !important;
  font-style: italic !important;
}

.program ul li span {
  display: block;
  padding: 8px 0 0 0;
  font-style: italic !important;
}

/*********************
New Donate Page
*********************/
.greeen_block.donate {
  padding: 0 40px 40px 40px;
}

ul.horizontal-boxes {
  margin: 20px 0;
}

ul.horizontal-boxes li {
  margin-right: 16px;
  width: auto;
}

ul.horizontal-boxes li.last {
  margin-right: 0;
}

ul.horizontal-boxes li .icon {
  width: 70px;
  height: 75px;
  text-indent: -99999px;
  margin-bottom: 10px;
  background: transparent url(/images/give-icons.png) 0 0;
  background-repeat: no-repeat;
}

ul.horizontal-boxes li .icon.mail {
  background-position: -70px 0;
}

ul.horizontal-boxes li .icon.email {
  background-position: -140px 0;
}

ul.horizontal-boxes li .icon.phone {
  background-position: -210px 0;
}

ul.horizontal-boxes li a.block-link {
  display: block;
  width: 170px;
  padding: 20px;
  border: 1px solid #9dad8d;
  word-break: break-all;
  min-height: 230px;
  margin: 0;
  text-decoration: none;

  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;

  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

ul.horizontal-boxes li a.block-link:hover {
  text-decoration: none;
  border-color: #4c6b2f;
}

#state-details {
  min-height: 200px;
}

#state-details .loading {
  padding-top: 20px;
}

ul.gift-details {
  display: inline-block;
  vertical-align: top;
  width: 380px;
  float: none;
  clear: both;
}

ul.gift-details li {
  padding: 0 10px 5px 10px;
  float: none;
  clear: both;
  width: auto;
}

/*********************
New Donation Form Page
*********************/
#donation-form #shipping {
  display: none;
}

#donation-form input[type=text] {
  background-color: #dae6cf;
  width: 352px;
  border: 1px solid #9dad8d;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;

  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}

#donation-form input[type=text].other-amount {
  width: 100px;
}

#donation-form select {
  font-size: 16px;
  width: 376px;
  background-color: #dae6cf;
  border: 1px solid #9dad8d;
  margin-bottom: 27px;
}

#donation-form input[type=radio] {
  margin: 15px 0 23px 0;
}

#donation-form label.for-radio {
  line-height: 40px;
}

#donation-form label.smaller {
  font-size: .9em;
  line-height: 1.5em;
}

#donation-form label.other-amount {
  display: inline-block;
  margin: 0 10px 0 20px;
}

#donation-form select.smaller {
  width: 47%;
}

#donation-form fieldset {
  border: 2px solid #9dad8d;
  margin: 20px 0;
  padding: 15px;

  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}

#donation-form .two-column li,
#donation-form .full-width li,
#donation-form .control-group {
  padding: 0 10px 5px 10px;
  width: 45%;
  float: none;
  clear: both;
  display: inline-block;
  vertical-align: bottom;
}

#donation-form .full-width li {
  display: block;
  width: 100%;
}

#donation-form .control-group.short {
  width: 22%;
}

#donation-form .control-group.short select {
  width: 176px;
}

#donation-form .control-group.short input {
  width: 138px;
}

#donation-form input[type=submit],
#donation-form input[type=reset],
#donation-form .amount-option {
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  width: 186px;
  margin: 12px;
  color: white;
  background-color: #4b6c2b;
  border: 1px solid #4b6c2b;
  font-size: 16px;
  font-weight: bold;
  -webkit-appearance: none;

  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  cursor: pointer;
}

#donation-form input[type=submit]:hover,
#donation-form input[type=reset]:hover,
#donation-form .amount-option:hover,
#donation-form .amount-option.selected {
  background-color: black;
  color: white;
}

#donation-form .radio-label {
  display: inline-block;
  margin-right: 20px;
}

#donation-form .amount-option {
  width: 80px;
  margin: 0 13px 0 0;
  line-height: 38px;
  display: inline-block;
  border: 0;
  text-decoration: none;
  background-color: #90a77a;
  color: #334a1d;

  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

#donation-form fieldset legend {
  color: #536343;
}

#donation-form fieldset.errors, #donation-form fieldset.errors legend {
  color: #c91623;
  border-color: #c91623;
}

.donation-form-wrapper p.required {
  font-weight: bold;
}

#donation-form .mid-width {
  width: 550px;
  margin-right: 8px;
}
