﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;    
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
}
body {
    line-height: 1;
    font-family: Arial,Helvetica,Garuda,sans-serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

H4{    
    color: #867D6C;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 10px 0px;
}

P{   
    color: #867D6C;
    font-size: 13px;
    margin:1em 0;
}
P.small{ font-size: 11px; margin-bottom: 10px; }


div.align_absmiddle {
    text-align:center;
    height:auto;
    overflow:visible;
    margin-top:50%;
    position:relative;
}
div.align_absmiddle *{
    margin-top:-50%;
}
.br_clear{
    clear:both;
    height:1px;
    font-size:1px;
    line-height:1px;
}
.hidden_div{
    display:none;
}
body{
    background:#cbc4af;
    font-size:90%;
    text-align:center;
    /*
    font-family:"Trebuchet MS",sans-serif;
    font-family:Georgia, Times, serif;
    */
}
#outer-container{
    background:#cbc4af url(../img/bkg.jpg) top center no-repeat;
    width: 100%;
}
#container {    
    width:934px;
    text-align:left;
    margin:0 auto;
    margin-top:1px;
    padding:0px;
}
#top_links{
    width:100%;        
    background:#E27E26;
    height: 98px;
}
#logo{
    background: url(../img/logo.gif) no-repeat;
    width: 302px;
    height: 55px;
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
}

#main-menu-container{ 
    position: absolute;
    top: 27px;
    right: 20px;
}
#main-menu-container DIV{
    float: left;
    width: 15px;
    height: 48px;
}

#main_menu_left{ 
    background: url(../img/main_menu_btn_left.gif) no-repeat;
}
#main_menu_right{ 
    background: url(../img/main_menu_btn_right.gif) no-repeat;
}
#main-menu{
    float: left;
    position:relative;
    z-index: 3000;
}
.main_menu_element_li{ 
    float: left;
}
#main-menu .menu-trigger{
    background: url(../img/main_menu_btn_middle.gif) repeat-x;
    height: 28px;
    padding: 20px 5px;
    font-family:"Trebuchet MS",sans-serif;
    font-size: 12px;
    text-decoration: none;
    color:#fff;
}
#main-menu .menu-trigger:hover{ 
    background: url(../img/main_menu_btn_middle_hover.gif) repeat-x;
}
#main-menu li ul {
	/*width:			44em; *//*IE6 soils itself without this*/
    border: 1px solid #FCCC90;
    border-bottom: 0px;
    background: url(../../img/bkg_drop.png) repeat;
    list-style:none;
    list-style-image:none;

}
#main-menu ul li {
    width:			auto;
    float: none;
    padding: 5px 0px;
    text-align: left;
    border-bottom: 1px solid #FCCC90;
}
#main-menu ul {
    list-style:none;
    list-style-image:none;
    width:auto;
}
#main_menu_element_39 ul {
    width:150px;
}
#main-menu ul li A{
    /*background: url(../img/bullet04.gif) no-repeat left;*/
    padding-left: 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    width:auto;
    display:block;
    padding-right:15px;
}

#main-menu ul li:hover{
    cursor: pointer;
    background: #e9ac2f;
}

#top_signup_bar_outer{
    background: #BAAD9E;
    width: 100%;
}
select.styled{
    width:300px;
    min-width: 100px;
    width: auto;
    background: #b9ac9e;
    color: #fff;    
}

/*.home-dropdowns{*/
.home-dropdowns{
    width:100px;
}
#top_signup_bar{
    width: 924px;
    height: 23px;
    margin: auto;
    padding: 5px 10px 0px 0px;
    font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
    font-size: 10px;
    color: #fff;
    position: relative; 
}
#search-container{ float: left; }
#sign_up{
    float:right;
}
.inputbox{
    border:1px solid #9f9487;
    background: #b8aa9b;
    color: #e3ddd7;
    font-size: 11px;
    padding-top: 2px;
    height: 13px;
    padding-left: 5px;
    width: 90px;
    margin-left: 2px;
}
.form_submit{
    background: #c3b8ab;
    border:1px solid #9f9487;
    color: #fff;
    
}
#header{
    padding-top:53px;
    height:140px;
    width:933px;
    overflow:hidden;
    border:1px solid #fff;
    position:relative;
}
#header .header_image{
    height:140px;
    width:933px;
    position:absolute;
    z-index:-10;
    bottom:0;
    left:0;
}
#header .header_logo{
    text-align:left;
    padding-left:5px;
    padding-top:0px;
    margin-top:0px;
}
#header .header_logo img{
    width:175px;
}
#header .header_box{
    margin-top:32px;
    height:208px;
    width:309px;
    border:1px solid #fff;
    float:left;
}
#header #header_box_1{
    background:url(../img/NE.png) top left repeat;
}
#header #header_box_3{
    background:url(../img/NW.png) top left repeat;
}
.header_box .inside_slogan{
    margin:60px 20px 0 0;
    text-align:right;
}
#subheader{
    background:url(../img/subheader_bg.gif) top left repeat-x;
    height:68px;
    line-height:68px;
    padding:0 20px;
    margin:0 2px;
}
#subheader h1{
    display:inline;
    background:url(../img/corner_orange_big.gif) right bottom no-repeat;
    padding-right:20px;
    color:#ffffff;
    font-size:2.2em;
    font-weight:normal;
}
#content{    
}
#content_columns .column_left{
    display:none;
    float:left;
}
#content_columns .column_middle{
    width:932px;
    float:left;
    margin:0 1px;
    min-height:600px;
    height:auto!important;
    height:600px;
    position:relative;
    margin-top: 15px;
}
#content_inside_inner{
    min-height:700px;
    height:auto!important;
    height:700px;
}

#content_columns .column_middle #content_inside, #content_columns .column_middle #content_inside-home{
    float:left;
    min-height:600px;
    height:auto!important;
    height:600px;
    width: 627px;
    padding-top:11px;
}

#content_columns .column_middle #content_inside{ 
    width: 577px;
    margin-right: 10px;
    padding-top:10px;
}
#content_inside_inner{
    background: #f6f5f3 url(../img/water_mark.jpg) no-repeat top left;
    padding: 10px 25px;
}
#content_inside_inner IMG{
    border: 1px solid #baad9e;
}

.success-stories-module #content_inside_inner{
    background: #f6f5f3 url(../img/water_mark_success.jpg) no-repeat top left;
}

#content_columns .column_right{
    width:305px;
    overflow:hidden;
    top:0;
    right:1px;        
}


#footer-text{
    margin: 20px 0px;
    font-size: 11px;
    color: #716052;
    text-align:center;
}
#footer-text a{
    font-size: 11px;
    color:#716052;
    text-decoration:none;
}
#footer-text a:hover{
    color: #817062;
}
#footer-end{    
    background:url(../img/footer_bkg.gif) repeat-x #A39B87;
    width: 100%;    
}
#footer-end-links{
    width:698px;
    margin:auto;
}
#footer-end .footer-end-link{ display: block; height: 67px; float: left; }
#tumblr-link{ width: 160px; background: url(../img/the_pollution_blog.gif) no-repeat;}
#facebook-link{ width: 164px; background: url(../img/facebook.gif) no-repeat;}
#twitter-link{ width: 173px; background: url(../img/twitter.gif) no-repeat;}
#youtube-link{ width: 201px; background: url(../img/youtube.gif) no-repeat;}

#top-social-links {
  position: absolute;
  z-index: 100;
  top: 0px;
  right: 179px;
  width:302px;
  height: 30px;
  background: url(../img/SocialMediaBar.jpg) no-repeat;
}

#top-social-links-cont{
  position: relative;
  width:302px;
  height: 30px;
}

#top-social-links a {
  display: block;
  height: 30px;
  position: absolute;
  top: 0px;
}

#top-social-links a:hover{
   background: url(../img/SocialMediaBar.jpg) no-repeat;
}

/*#top-tumblr-link   { background-position: ;}*/

#top-social-links #top-youtube-link  {
  width: 55px;
  left: 10px;
}
a:hover#top-youtube-link {
  background-position: -10px -30px;
}

#top-social-links #top-facebook-link {
  width: 26px;
  left: 65px;
}
a:hover#top-facebook-link {
  background-position: -65px -30px;
}

#top-social-links #top-twitter-link  {
  width: 25px;
  left: 93px;
}
a:hover#top-twitter-link {
  background-position: -93px -30px;
}

#top-social-links #top-blog-rss-link {
  left: 120px;
  width: 26px;
}
a:hover#top-blog-rss-link {
  background-position: -120px -30px;
}

#top-social-links #top-blog-link {
  left: 145px;
  width: 68px;
}
#top-social-links #top-blog-link2 {
  left: 228px;
  width: 50px;
}

a:hover#top-blog-link {
  background-position: -145px -30px;
}
a:hover#top-blog-link2 {
  background-position: -228px -30px;
}


/*Fonts and styles*/
body{
    font-family:Tahoma,Verdana, sans-serif;
    font-family:"Trebuchet MS", Helvetica,sans-serif;
    font-size:0.75em;
    color:#483C2E;
}

#content h1 {
    font-family:Georgia, Times, serif;
    font-size: 26px;
    color: #5E5045;    
    padding: 20px 0px;
    line-height: 1em;
}
#content h1 a{
    font-family:Georgia, Times, serif;
    font-size: 26px;
    color: #5E5045;
    padding: 20px 0px;
    line-height: 1em;
    text-decoration:none;
}

#content h2 {
    font-family:Georgia, Times, serif;
    font-size: 24px;
    color: #B4A796;    
    padding: 10px 0px;
    line-height:1.1em;
}
#content h3 {
    
    font-size:17px;
    font-weight:bold;    
    color:#867D6C;    
    padding: 5px 0px;
}
#content h4 {

    font-size:13px;
    font-weight:bold;
    color:#E27E26;
    padding: 10px 0px 5px 0px;
    margin: 0px; 
}

#content h5 {

    font-size:11px;
    font-weight:bold;
    color:#AA9B8B;
    margin: 5px 0px;
    padding: 10px 0px;
}

#content_inside_inner UL{
    list-style-image: url(../img/bullet.gif);
    color: #716052;
    font-size:13px;
    margin: 20px 0px;
    padding: 0px 20px;    
}

#content OL{
    color: #B4A796;
}

#content_inside{
    line-height:1.2em;
    font-size:1.1em;
    padding:10px 20px;
    width:586px;
}
#content_inside p{
    font-family: Arial,Helvetica,Garuda,sans-serif;;
    color: #867D6C;
    font-size: 13px;
    
}
#content_inside p, .news_box_link{
    font-family: Arial,Helvetica,Garuda,sans-serif;;
    color: #867D6C;
    font-size: 13px;
    text-decoration: none; 
}
.news_box_link{
    background: url(../img/bullet.gif) no-repeat left top;
    padding-left: 10px;
    display: block;
    height:auto !important;
    min-height:30px;
}
.news_box_link:visited{
    color: #867D6C;
    font-size: 13px;
    text-decoration: none; 
}
.news_link:hover{
    color: #968D7C;
}
.orange_link_big{    
    text-decoration: none;
    text-transform: uppercase;
    background: url(../img/bullet02.gif) no-repeat left top;
    padding-left: 10px;
    display: block; 
}
.sidebar_box_content .orange_link_big{
    margin-top: 8px;
    margin-bottom: 4px;
}

a, a:visited{
    /*font-family: Arial,Helvetica,Garuda,sans-serif;;*/
    color: #E27E26;
    font-size: 1em;
}
a:hover{
    color:#F28E36;
}

#content_inside li {
    margin:5px 0 5px 30px;

    list-style-image:url(../img/bullet.gif);
}
#content_inside ol li {
    list-style-image:none;
    list-style:decimal;
}
strong{
    font-weight: bold;
}
.super_important {
    font-size:2.5em;
    font-weight: bold;
}
/*Search Menu*/
#search-menu{
    text-align:right;
    color:#ffffff;
}
#search-menu li{
    list-style-image:none;
}
#search-menu li a{
    text-transform:uppercase;
    font-weight:bold;
    text-decoration:none;
    color:#ffffff;
}
#search-menu li a:hover{
    color:#1297cb;
    background:url(../img/bullet_orange.png) right center no-repeat;
    padding-right:10px;

}
#search-menu li.title{
    color:#b9b3b3;
    text-transform:none;;
    font-size:0.9em;
    font-weight:bold;
}
#search-menu li.title span{
    background:url(../img/corner_white.gif) 0% 60% no-repeat;
    padding-left:10px;
}

/*Poject ticker*/
#project_ticker{
    position:relative;
    overflow:hidden;
    height:309px;
}
#project_ticker .item{
    height:309px;
    padding:15px;
    color:#fff;
    float:left;
    width:280px;
}
.scrolling_list .item .title {
    font-size:1.3em;
    font-weight:bold;
    margin:0px 0 5px 0;
}
.scrolling_list .item .text{
    height:18em;
    overflow:hidden;
    line-height:1.1em;
}
.scrolling_list .item .text p{
    margin:5px 0;
}
.scrolling_list .item .morelink {
    position:absolute;
    bottom:25px;
    right:20px;
}
.scrolling_list .item .morelink a{
    color:#fff;
    text-decoration:none;
}
.scrolling_list .item .nominatelink {
    position:absolute;
    bottom:10px;
}
.scrolling_list .item .nominatelink a{
    color:#B3e6F6;
    text-decoration:none;
    font-weight:bold;
}
.scrolling_list .item .location {
    background:url(../img/bullet.gif) left center no-repeat;
    padding-left:10px;
    text-transform:uppercase;
    font-size:1.1em;
    margin:5px 0;
}

/*Random Image*/
#random_image{
    width:296px;
    height:223px;
    overflow:hidden;
    border:1px solid #c38e6b;
    position:relative;
}
.random_image_legend{
    position:absolute;
    color:#ffffff;
    font-size:1.2em;
    line-height:1.3em;
    bottom:0;
    right:0;
    background:url(../img/NW.png) top left repeat;
    padding:10px;
}
.random_image_legend .gallery_link{
    color:#cC8C26;
    color:#95cee6;
    background:url(../img/corner_white.gif) 100% 80% no-repeat;
    text-decoration:none;
    padding-right:8px;
    text-transform:none;
    font-weight:bold;
    font-size:0.8em;
}

/*Home News*/
.news_box{

}
.news_box .news_item{
    padding:10px;
    position:relative;
    height:280px;
    overflow:hidden;
}
.news_box .news_item .title{
    color:#164a5e;
    font-size:1.8em;
    margin-bottom:10px;
    font-weight:bold;
}
.news_box .news_item .news_text{
    line-height:1.1em;
    font-size:1.1em;
    height:220px;
    overflow:hidden;
}
.news_box .news_item .news_text p{
    margin:10px 0;
}
.news_box .news_item .news_link{
    position:absolute;
    bottom:5px;
    left:15px;
}
.news_box .news_item .news_link a{
    color:#000000;
    font-weight:bold;
    text-decoration:none;
    background:url(../img/corner_black.gif) 100% 80% no-repeat;
    padding-right:8px;
    font-size:1.1em;
}




/*Side BLOCKS*/
.side_block{    
    margin:10px 0px;
    color:#ffffff;
}
.side_block .sidebar_top_box:first-child { margin: 0px 9px 0px 0px; }
.side_block .sidebar_top_box:last-child { margin: 0px 0px 0px 10px; }

.sidebar_top_box{
    width:92px;
    height:128px;
    display:block;
    float:left;
}
#sidebar_top_box_donate{
    background:transparent url(../img/donate.jpg) top left no-repeat;
}
/*
#sidebar_top_box_donate:hover{
    background:transparent url(../img/img_001.jpg) bottom left no-repeat;
}
*/

.side_block .title{
    font-weight:bold;
    font-size:1.4em;
    line-height:30px;
    margin-bottom:10px;
}
.side_block_title{
    background:#8a8278 url(../img/side_title_bg.gif) top left repeat-x;
}

.side_block_empty{
    padding:0;
}
.side_block_light{
    background:#bbb2a9;
}
.side_block_mild{
    background:#8a8278 url(../img/side_mild_bg.gif) top left repeat-x;
    padding:10px 10px 5px 15px;
}
.side_block_mild a{
    color:#0A5775;
    text-decoration:none;
    font-weight:bold;
}
.side_block_mild a:hover{
    color:#DC9C36;
}
.side_block_mild ul li{
    list-style-image:url(../img/bullet.gif);
    margin:5px 0 5px 20px;

}

.side_block_dark{
    background:#251f18 url(../img/side_dark_bg.gif) top left repeat-x;
}
.side_block_dark a{
    color:#BBB2A9;
    font-weight:bold;
    text-decoration:none;
}
.side_block_dark ul li{
    list-style-image:url(../img/bullet_orange.png);
    margin:5px 0 5px 20px;

}
.side_block_dark div#take_action{
    padding:0px 10px 10px 10px;
    background:url(../img/corner_white_big.png) bottom right no-repeat;
    margin-bottom:5px;
    margin-right:5px;
}
div .success_stories{
    background: #E5E0D8;    
}
div .sidebar_box_title, div .sidebar_box_content{    
    height:auto !important;
    min-height:30px;
    padding: 0px 20px;
}

.success_stories .sidebar_box_content{
    height:auto !important;
    min-height:30px;
    padding:10px 11px;
}
.success_stories .sidebar_box_content img{
    margin-bottom:10px;
}
div .sidebar_box_title{ 
    border-bottom:1px solid #DBD4C9; 
}

.side_project_learnmore a{
    color:#fff;
    text-decoration:none;
}
.side_project_learnmore a:hover{
    text-decoration:underline;
}
.side_project_learnmore ul{
    line-height:1.3em;
    padding-left:5px;
    background:url(../img/corner_white_big.png) bottom right no-repeat;
    padding-bottom:15px;
    margin-right:5px;
    margin-bottom:5px;
}

.side_project_images {
    position:relative;
    padding:5px;
    overflow:hidden;
}
.side_project_images img{
    width:295px;
}
.side_project_images .image_over_legend{
    position:absolute;
    bottom:0;
    left:0;
    padding:5px;
    width:100%;
    background:url(../img/NE.png) top left repeat;
    color:#fff;
    z-index:10;
}
.side_project_images .image_over_legend strong{
    color:#e76d1e;
    text-decoration:none;
    font-weight:bold;
    text-transform:uppercase;
}
.side_project_images .image_over_legend .legend{
    margin-top:5px;
}


.side_block_light #search-menu{
    font-size:1.2em;
    margin:10px 10px 10px 10px;
}
.side_block_light #search-menu li{
    margin:3px 0;
}
.side_block_light #search-menu li.title{
    color:#676461;
    margin:0;
    line-height:1em;
}



/*Email signup*/
#email_signup  {
    text-align:right;
}
#email_signup label {
    color:#424141;
    font-weight:bold;
    padding-left:12px;
    line-height:2em;
    font-size:1.1em;
}
#email_signup * {
    display:inline;
    vertical-align:middle;
}
#email_signup .text input {
    border:1px solid #d3d2d2;
    padding:3px;
}


/*Project Image List*/
#project_image_list{
    position:relative;
    overflow:hidden;
    width:100%;
    height:220px;
}
#project_image_list .wrapper_box{
    /*width:8000px;*/
}
#project_image_list .project_image_item{
    /*float:left;
	margin-right:10px;*/
}



/*Project Search*/
.project_index{

}
.project_index .title{

}
.project_index .title .help_text{
    font-style:italic;
}
.project_index .item{
    margin:15px 0;
    clear:left;
}
.project_index .item .picture{
    float:left;
    margin-right:10px;
    margin-top:10px;
    margin-bottom:10px;

}
.project_index .item .picture img{
    width:120px;
}
.project_index .item .heading{
    margin-bottom:5px;
}
.project_index .item .title{
    margin-bottom:5px;
}
.project_index .item .summary{
}


/*NOMINATION*/

#contact_form label,
#nomination_form label {
    display:block;
    clear:both;
}
#contact_form .text input,
#contact_form .textarea,
#nomination_form .text input,
#nomination_form textarea{
    width:80%;
    border: 1px solid #DBD4C9;    
}
LABEL{
    margin-top: 10px;
}
.submit INPUT{
    margin-top: 10px;
}


/*Search Form*/
.search_form {
    margin:30px auto 10px 100px;
}
.search_form .input{
    padding:3px 0;
}
.search_form label{
    display:block;
    float:left;
    width:100px;
}
.search_form select{
    width:250px;
}
.submit_reset {
    text-align:center;
}
.submit_reset .submit{
    display:inline;
    margin-right:20px;
}


/*SITEMAP*/
ul#sitemap li a {
    font-weight:bold;
}
ul#sitemap li ul li a{
    font-weight:normal;
}


#dynpage-16 table{
    width:100%;
}


/*Photo Galleries*/
.gallery-list{

}
.gallery-list .gallery{
    margin:10px 10px 0 0;
    /*
	min-height:130px;
	height:auto!important;
	*/
    height:180px;
    float:left;
    width:30%;
    position:relative;
    text-align:center;
}
.gallery-list h3{
    text-align:left;
    margin-left:20px;
}
.gallery-list .gallery-image{
    margin:0;
}
.gallery-list .gallery-link{
    display:block;
    clear:both;
    left:0px;
}

.gallery-image-list *{
    vertical-align:middle;
}
.gallery-image-list a{
    display:block;
    float:left;
    width:80px;
    height:80px;
    overflow:hidden;
    margin:10px;
    position:relative;
}
.gallery-image-list a img{
    position:absolute;
    top:-10%;
    left:-20%;
}
.gallery-image-list img:hover{
    /*
 	width:80px;
	height:64px;
	*/
}
.main-gallery-link{
    margin-top:10px;
    text-align:right;
}

/*Articles*/
.item-list .sorter {
    text-align:right;
}
.item-list .sorter a{
    padding-left:10px;
}

.item-list .articles{
    margin:20px 0;
}
#content_inside .articles li {
    margin:10px 20px;
}
.item-list .article_source {
    font-style:italic;
}

.contact_email_input{
    display:none;
}


#email_signup.inside_signup {
    text-align:left;
}
#email_signup.inside_signup label {
    display:block;
    float:none;
    margin:0;
    padding:0;
}


a#blog_button,
a#golf_outing_button,
a#nomination_success_button{
    display:block;
    width:304px;
    height:54px;
}
a#golf_outing_button{
    background:url(../img/september_golf_outing.png) top center repeat-x;
}
a#nomination_success_button{
    background:url(../img/nomination_success.jpg) top center repeat-x;
}
a#blog_button{
    background:url(../img/theblacksmithblog.jpg) top center repeat-x;
}
a#blog_button:hover,
a#golf_outing_button:hover,
a#nomination_success_button:hover{
    background-position:bottom center;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#dynpage-home{
    width: 617px;
    /*margin-bottom: 35px;*/
    margin-bottom: 0;
}
#dynpage-home p{
    font-size:1.3em;
}

.home_text_light{
    font-family:Georgia, Times, serif;
    font-size: 15px;
    color: #9F8D7E;
}
.home_text_dark{
    font-family:Georgia, Times, serif;
    font-size: 15px;
    color: #716052;
}


.news-row{

    padding: 10px 20px;
    min-height:30px;
    height:auto!important;
    height:30px;
    background: #EDEAE4;
    border-bottom: 1px solid #DBD4C9;
    
}
.news-row:hover{
    background: #F6F6F2;
}
.news-row .orange_link_big{
    margin-top: 10px;    
}
.news-row:last-child{
    border: 0px;
    height: 65px !important;
    min-height: 18px !important;
    padding-bottom: 17px !important;
}
.news-row:last-child A{
    font-size: 11px;
}

.inner-border{
        border: 1px solid #EEEAE5;
}
.middle-border{
        border: 1px solid #C3BCAC;
}
.outer-border{
    border: 1px solid #CDC7BA;
}

.success_content{
    width: 150px;

}
.f-right{ float: right; }

#donations {
    padding:10px 10px 5px 10px;
    background:#DBD6C8;
    position: relative;
}
#donations_bar_background {   
    margin:10px;
    padding:0;        
    height:25px;
    line-height:25px;
    background:#decbae;
    position:relative;    
}
#donations_bar_fill {
    background:transparent url(../img/percentage_bar.gif) left repeat-x;
    position:absolute;
    top:0;
    left:0;
    height:25px;
}
#donations_bar_text {
    padding-right:10px;
    text-align:right;
    position:relative;
    z-index:100;
    text-transform:uppercase;
}

.donations_left_text{
    font-family:Georgia, Times, serif;
    font-size: 19px;
    color: #5E5045;
    float:none;
    margin-bottom:5px;
}

.donations_right_text, A.donations_right_text{
    font-family:Georgia, Times, serif;
    font-size: 16px;
    color: #9D9387;
    text-align: right;
    display:block;
}
.donation_link{
    background:url(../img/arrow_sphere_2.gif) no-repeat right center;
    padding-right: 35px;    
    text-decoration: none;
    padding-top: 6px;
    height: 23px;
}
#donation-people{
    background:url(../img/dont_delay_people.png) no-repeat;
    position: absolute;
    z-index: 1001;
    width: 134px;
    height:86px;
    bottom: -1px;
    left: -1px;
    
}
.bold{ 
    font-weight:bold;
}

.golssy_box{
    clear: both;    
    background: url(../img/success_golssy_box.jpg) no-repeat;
    margin: 5px 0px;
    color: #fff;
    font-size: 12px;
    padding: 15px 15px 0px 15px;
    height: 50px;
    width: 247px;
    
}
.sidebar_button{
    /*background: #DCD7C9;*/
    background: #E5E0D8 url(../img/holiday-05i.gif) top right no-repeat;
    padding: 10px;
}
.sidebar_button_content A {
    font-family:Georgia, Times, serif;
    font-size: 21px;
    color: #5E5045;
    text-decoration:none;
    padding-left:50px;
    padding-top: 10px;
    position:relative;
    left:-50px;
    top:-5px;
    background: url(../img/arrow_sphere.gif) left center no-repeat;
    display:block;
    width: 220px;
}
.sidebar_button_content {
    font-family:Georgia, Times, serif;
    font-size: 21px;
    color: #5E5045;
    width: 220px;
    padding-top: 10px;
    display:block;
    padding-left:50px;
    background: url(../img/arrow_sphere.gif) left center no-repeat;
}
.sidebar_button_next{
    display: none;
    width: 38px;
    height: 38px;
  }

.success-story{    
    border-bottom: 1px solid #DBD4C9;
    margin-bottom: 10px;
}
.success-story-content DIV{ margin-top: 5px; }
.success-story-description{
    float: left;
    width: 310px;
    margin: 0px 5px 20px 0px;
}
.success-story-list-picture{
    float: right;    
    width:  200px;
}

#project-title{
    border-bottom: 1px solid #DBD4C9;
    padding-top: 20px;
}
#project-title h1 {
    margin-bottom:5px;
    padding-bottom:0px;
}


.project-data-sheet-container{
    margin: 10px 0px;
    font-size: 11px;
    color: #fff;    
}
.project-datasheet-image{
    float: left;
    width: 165px;
    
    overflow: hidden;
    border: 1px solid #baad9e;
}
.datasheet_row{ 
    overflow: hidden;
    border-bottom: 1px solid #BAAD9E;
}

.project_datasheet, .project_datasheet_success{
    width: 340px;    
    margin: auto;
    border: 1px solid #BAAD9E;
    border-bottom: 0px;
    
}

.project_datasheet .title, .project_datasheet_success .title{
    width: 153px;
    float: left;
    text-align:right;
    padding: 5px 2px 5px 0px;
}
.project_datasheet .description, .project_datasheet_success .description{
    width: 175px;
    float: left;
    text-align:left;
    padding: 5px;
}

.project_datasheet_success .even { 
    background:#ebc98a;
}
.project_datasheet_success .odd{
    background:#efd39f;
}
.project_datasheet_success .title { 
    color: #6F665B; 
    font-weight: bold;
}
.project_datasheet_success .even .description{
    background: #DFAA68;
}
.project_datasheet_success .odd .description { 
    background:#e5b983;
}

.project_datasheet .even {
    background:#E2DDD4;
}
.project_datasheet .odd{
    background:#DCD5CA;
}
.project_datasheet .title {
    color: #E27E26;
    font-weight: bold;
}
.project_datasheet .even .description{
    background: #C3B8AB;
}
.project_datasheet .odd .description {
    background:#BAAD9E;
}


.ul-tabs{
    display: none;
    background:url(../img/success_panel_middle.jpg) repeat-x;
    height:35px;
    float:left;
    list-style-image: none !important;
    margin: 0px !important;
    padding: 0px !important;
}
.ul-tabs LI{
    list-style-image:none !important;
    margin: 0px !important;
    float: left;
}
.ul-tabs LI A{
    display:block;
    padding: 2px 20px 0px 20px;
    height: 25px;
    padding-top: 10px;
    background: url(../img/success_hover.gif) top left repeat-x;
}
.success-tab-contents{
    clear:left;
}
.ui-state-default A{
    font-family:"Trebuchet MS",sans-serif !important;
    color: #6F665B ;
    font-size: 12px  !important;
    text-decoration: none  !important;
}
.ui-state-active A{
    font-family:"Trebuchet MS",sans-serif !important;
    color: #FFF  !important;
    font-size: 12px  !important;
    text-decoration: none  !important;
}
.ul-tabs LI A:hover{
    background: url(../img/success_hover.gif) 0 -86px repeat-x;
    color:#fff;
}
.ul-tabs LI.ui-state-active A{
    background: url(../img/success_hover.gif) 0 -43px repeat-x;
}
.success_panel_left{
    background:url(../img/success_panel_left.jpg) no-repeat;
    width: 24px;
    height:43px;
    float: left;
    display: none; 
}

.success_panel_right{
    background:url(../img/success_panel_right.jpg) no-repeat;
    width: 24px;
    height:43px;
    float: left;
    display:none;
}
.ui-tabs .ui-tabs-hide {
     display: none;
}
.tab-content{
    margin: 20px 0px;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #BAAD9E;
}


.home-flash-map {
    width:619px;
    height:324px;
}

.project-index-flash-map{
    width:520px;
    height:272px;
}
.f-left{
    float: left;
}
.f-right{
    float: right; 
}

.related-links-title{
    background: url(../img/arrow_down.gif) no-repeat right center;
    color: #867D6C;
    font-size: 10px;
    width: 170px;
}
.related-links-list LI{
    background: url(../img/bullet03.gif) no-repeat left;
    padding-left:10px;
    margin: 10px;    

}
.related-links-list LI A {
    font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
    font-size: 10px;
    color: #7E7263;
}
/*
.project-summary H3{
    padding: 10px !important;
    border-top:1px solid #DBD4C9;
    margin-top: 20px !important;
}
.project-summary H2,.project-summary H4{
    padding: 0px !important;
}
.project-summary H4 A{ 
    font-size: 13px;
}
*/
.jqGSPagination UL{
    list-style-image: none !important;
}
.sign-up{
    background: #BE442C;
    vertical-align: bottom;
    margin-bottom:-1px
}
.sign-up-text{
    background: #DBD6C8;
    color: #5E5045;
}

#success_stories_header{
    position: absolute;
    top: 11px;
    left: 292px;
    border: 0px !important;
}
#sign_up .error-message {
    display:none;
}