
html, body {
   height: 100%;

   margin: 0;
   padding: 0;

   font: 11px/17px Arial, Helvetica, sans-serif;
   
   color: #333;
   background-color: #fff;
}

input, textarea {
   border: 1px solid #999;
}

td {
   vertical-align: top;

   font: 11px/17px Arial, Helvetica, sans-serif;
}

h1 {
   font-size: 18px;
}

h2 {
   font-size: 14px;
   color: #791d7e;
}

h3 {
   font-size: 14px;
   color: #000;
}

h4 {
   font-size: 11px;
   margin: 2em 0 -1.0em  0;
}

.nomargin {
   margin: 0px;
}

.notopmargin {
   margin-top: 0px;
}

.nobottommargin {
   margin-bottom: 0px;
}

p {
   margin: 1em 0;
}

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

a:hover {
   text-decoration: underline;
}

a img {
   border: 0;
}

div#b_anchor {
   width: 799px;
   min-height: 100%;
   height: auto !important;
   height: 100%;

   margin: 0 auto;

   border: 1px solid #999;
   border-width: 0 1px;
}

div#b_home {
   padding: 10px 0px;
}

div#b_logo {
   height: 165px;
}

div#b_logo div#c_logo {
   padding: 8px 18px;
}

div#b_nav {
   position: relative;

   height: 44px;

   color: #fff;
   background-color: #00b6de;
}

div#b_header {
   position: relative;
}

div#b_header_background {
   position: absolute;
   left: 20px;
   top: 0px;

   width: 205px;
   height: 146px;

   overflow: hidden;

   margin: 0;

   opacity: 0.5;
   filter: alpha(opacity=50);

   background-color: #fff;
}

div#b_header_text {
   position: absolute;
   left: 20px;
   top: 0px;

   width: 165px;
   height: 126px;

   margin: 0;
   padding: 10px 20px;

   font-size: 18px;
   line-height: 25px;

   color: #000;
}

table#b_content {
   width: 100%;
}

div#c_content {
   padding: 28px 20px;
}

td#b_subnav {
   width: 205px;

   padding-bottom: 20px;

   vertical-align: top;

   color: #000;
   background-color: #ccc;
   border-left: 20px solid #fff;
   border-top: 25px solid #fff;
}

div#b_footer {
   clear: both;

   font-size: 10px;

   color: #fff;
   background-color: #000;
}

div#b_footer div#b_footer_keyline {
   height: 4px;

   font-size: 0px;
   line-height: 0px;
   
   background-color: #791d7e;
   border-bottom: 1px solid #202020;
}

div#b_footer div#c_footer {
   padding: 0 60px 10px 60px;
}

div#c_footer h2 {
   margin: 7px 0 5px 0;

   font-size: 14px;
   font-weight: bold;

   color: #fff;
}

div#c_footer a {
   color: #fff;
}

div#c_footer ul.address_info {
   margin: 0;
   padding: 0;

   list-style-type: none;
}

div#c_footer ul.address_info li {
   float: left;

   padding: 0 25px;

   border-right: 2px solid #fff;
}

div#c_footer ul.address_info li.first {
   padding-left: 0px;
}

div#c_footer ul.address_info li.last {
   border: 0px;
}

ul.nav {
   position: absolute;
   bottom: 0px;

   margin: 0;
   padding: 0 20px 0 40px;

   list-style-type: none;
}

ul.nav li {
   float: left;
}

ul.nav li a {
   display: block;

   padding: 5px 13px;

   font-size: 13px;

   color: #fff;
   border-right: 2px solid #fff;
}

ul.nav li a.on, ul.nav li a.on:hover {
   color: #231f20;
   background-color: #fff;
}

ul.nav li a:hover {
   color: #000;
   
   text-decoration: underline;
}

ul.nav li a.last {
   border: 0px;
}

ul.subnav {
   margin: 0;
   padding: 0;

   list-style-type: none;
}

ul.subnav li {
}

ul.subnav li a.first {
   margin-top: 0px;
}

ul.subnav li a {
   display: block;

   padding: 4px 19px;
   margin-top: 23px;

   font-size: 13px;
   font-weight: bold;

   line-height: 1.2em;

   color: #333;
   background-color: transparent;
}

ul.subnav li a.on, ul.subnav li a:hover {
   color: #000;
   background-color: #dcdddf;

   text-decoration: none;
}

ul.indent li a {
   padding: 2px 0 2px 20px;
   margin: 0;

   font-weight: normal;

   line-height: 1.0em;

   font-size: 11px;
}

.featurette {
   position:relative;
}

.featurette .featurette {
   float: left;
   width: 31%;
   margin: 3px 5px 3px 10px;
}

.featurette .featurette .featurette {
   float: none;
   width: auto;
   margin: 0;
}

div.news {
   clear:both;
   padding-top: 15px;
}

.purple {
   color: #791d7e;
}

.orange {
   color: #f58426;
}

.green {
   color: #8cc63f;
}

.turquoise {
   color: #00b6de;
}

table.story td {
   width: 50%;
}

table.story td.c1 {
   padding-right: 15px;
}

table.story td.c2 {
   padding-left: 15px;
}

table.resourceTable {
   width: 100%;
}

table.resourceTable tr.alt {
   background-color: #eee;
}

table.resourceTable td {
   padding: 2px 5px;
}

table.resourceTable td.icon {
   width: 20px;

   text-align: center;
}

table.resourceTable td.size {
   width: 50px;

   text-align:right;
}

img.float_right {
   float: right;

   margin: 0px 0px 10px 10px;
}

img.float_left {
   float: left;

   margin: 0px 10px 10px 0px;
}

div.error_message {
   padding: 10px 20px;

   background-color: #fdd;
   border: 1px solid #333;
}

div#b_nav.green {
   color: #fff;
   background-color: #8cc63f;
}

div#b_nav ul li ul {
   display: none;
}

div#b_footer.green {
   color: #8cc63f;
}

div#c_footer.green a {
   color: #8cc63f;
}

div.news_ticker_container{
   width: 100%;
   padding:0 5px 0 0;
   font-size: 12px;
   margin:0;
   margin-bottom: 20px;
   background-color: #ccc;

}

div.news_ticker_container h3 {
   border-bottom: 1px solid #000;
}

div.news_ticker {
   margin: 0 auto;
   padding: 1em 0 0 0;
}

div.news_ticker a {
   text-decoration: underline;
   color: #000;
}

div.news_ticker ul {
   margin: 0;
   padding: 0;

   list-style: none;
}

div.news_ticker { width:90%; text-align: left; }
.news_ticker li{ list-style:none; display:block; min-height: 100px; padding-bottom:1px; margin-bottom:5px; text-align:left; color:#8cc63f; }

.news_ticker li .date {
   font-size: 10px;
   color: #333;
}

.clear { clear: both; }

.f_quote {
   padding: 20px 20px;

   font: bold 20px/26px Arial,sans-serif;

   color: #791d7e;
}

hr {
   color: #791d7e;
   background-color: #791d7e;
   height: 1px;
   border: 0;
}

.pullout {
   background-color: #f0f0f0;
   padding: 15px;
   width: 90%;

}

.pullout h2 {
   margin-top: 0;
}

.flash_message_info, .flash_message_error {
   margin: 1em 0;
   padding: 0.5em 1em;

   color: #fff;
   background-color: #AE5412;
   border: 1px solid #793B0D;
}

.flash_message_error {
   color: #fff;
   background-color: #f33;
}

.grey {
   color: #fff;
   background-color: #00b6de;
}

#b_subnav .featurette {
   margin: 20px 20px 10px 20px;
   border-top: 1px solid #000;
   padding-top: 15px;
}

div.donate-button {
   background-color: #00B6DE;
   padding: 15px 0;
   width: 100%;
   color: #fff;
   text-transform: uppercase;
   font-weight: bold;
}
div.donate-button a {
   color: #fff;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 14px;
   display:block;
   margin-left: 18px;
}

