



/* Start of CMSMS style sheet 'Seton' */
/* ###########################################################################
# Default stylesheet #

COPYRIGHT 2007 Tenrec, Inc.
########################################################################### */
/* this forces a scrollbar in firefox so all pages have regardless of necessity to scroll */
html { overflow-y: scroll; }

body {
margin:0;
padding:0;
font-family: arial,verdana,helvetica,sans-serif;
color:#666;
background-color:#333;
}

/*p,h1,h2,h3 {
margin-bottom:10px;
}

h1 {
    padding-bottom: 10px;
}*/

h1 {
font-size:1.3em;
}
h2 {
font-size:1.2em;
}
h3 {
font-size:1.1em;
}

/* It's a real bad idea to remove the margin/padding from *everything*. That breaks all the normal formatting and everything normal has to be customized. Bad dog! Commented out. * {
margin:0;
padding:0;
}*/

* img {
border-style:none;
}
	
#logo {
display:block;
}
	
#logoprint {
display:none;
}
	
#rollovers {
position: absolute;
left:-1000px;
}
	
	
/* Custom */

#container {
width:1020px;
margin:0 auto;
background-color:#FFF;
}

a {
color:#a14d36;
font-weight:bold;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}

#header {
height:69px;
background-image:url('../images/header.gif');
background-repeat:no-repeat;
}

#header h1 {
float:left;
width:500px;
}
#header h1 a {
text-indent:-9000px;
}

#header h1 a {
outline:none;
display:block;
position:relative;
width:244px;
height:33px;
top:25px;
left:110px;
}

#topnav * {
margin: 0px;
padding: 0px;
}

#topnav {
float:right;
/*margin-left:760px; */
width:115px;
border-right:30px solid #5c5c5a;
background-color:#6c6c69;
}
#topnav li {
list-style:none;
display:inline;
}
#topnav li.contact {
padding-left:10px;
padding-right:20px;
}
#topnav li a {
text-decoration:none;
}
#nav {
padding-left:79px;
height:28px;
background-color:#dadada;
/*overflow:hidden;*/
}
#nav ul {
display:inline;
}
#nav li {
list-style:none;
display:inline;
float:left;
}

#search {
position:absolute;
top:69px;
height:28px;
left:50%;
margin-left:250px;
padding-top:2px;
}



/* Home Page */

#mast1 {
clear:both;
overflow:auto;
font-size:1.2em;
}

#mast1_left {
width:745px;
float:left;
}

#main {
width:715px;
min-height:463px;
background-image:url('../uploads/images/main_bg_tile.gif');
background-repeat:repeat-y;
margin-left:20px;
margin-top:8px;
margin-bottom:20px;
}

#main_row1 {
height:370px;
background-image:url('../images/main_bg.gif');
background-repeat:no-repeat;
}

#main_row2 {
font-size: 12px;
padding:10px 80px 40px 83px;
line-height: 120%;
background-image:url('../uploads/images/main_bg_btm.gif');
background-repeat:no-repeat;
background-position:bottom;
}

#mast_right {
width:275px;
float:right;
padding-right:27px;
}

#hp_photo {
float:left;
width:452px;
height:315px;
padding:9px 0 0 11px;
}
#field_update {
color:#4a4a48;
width:200px;
padding:0px 24px 0px 0px;
float:right;
}
#field_update h1 {
margin-top:20px;
}
#field_update h1 {
color:#FC0;
font-size:1.1em;
line-height:1.1em;
/*margin-bottom:27px;*/
}
#field_update p {
font-size: 12px;
line-height: 120%;
}
#field_update br {
margin: 0px;
}
#field_update a {
font-weight:bold;
font-size:.9em;
}

#main_row3 {
margin-left:33px;
margin-bottom:35px;
}

#project_highlights {
background-image:url('../images/head_project_highlights.gif');
background-repeat:no-repeat;
float:left;
width:150px;
text-align:right;
background-position:42px 12px;
padding-top:59px;
margin-right:28px;
}
#project1,#project2 {
float:left;
padding:4px;
font-size:.7em;
border:1px solid #bdbdbd;
}
#project2 {
margin-left:32px;
}
.project_wrapper {
padding:10px;
background-color:#fff0b2;
height:120px;
width:210px;
}
.project_name {
font-weight:bold;
}





#sidebar {
margin-top:30px;
width:233px;
float:left;
margin-left:15px;
}

#donate {
margin-bottom:17px;
}

#sign_up {
background-image:url('../images/email_signup_bg.gif');
background-repeat:no-repeat;
height:29px;
padding-top:45px;
padding-left:25px;
margin-bottom:15px;
}

#sister_focus {
padding:4px;
border:1px solid #bdbdbd;
margin-bottom:20px;
line-height:.9em;
font-size:.85em;
}

.sister_wrapper {
font-size:.7em;
color:#666;
padding:11px 8px 14px 8px;
background-color:#fff0b2;
}
.sister_wrapper .more {
font-size:.9em;
}
.sister_name {
font-weight:bold;
}
.sister_loc {
font-weight:bold;
}

.sister_info {
padding-left:2px;
}


#sbnews {
border:none;
background-image:url('../images/recent_news_tile.gif');
background-repeat:repeat-y;
font-size:.85em;
}
#sbnews_top {
background-image:url('../images/recent_news_top.gif');
background-repeat:no-repeat;
height:35px;
}
#sbnews_bottom {
background-image:url('../images/recent_news_bottom.gif');
background-repeat:no-repeat;
height:3px;
overflow:hidden;
margin:0;
padding:0;
}
#sbnews_body {
padding:0 24px;
font-size:.65em;
line-height:1.3em;
}

#where_we_work {
margin-bottom:20px;
}
/* End Home Page */





#footer {
margin-top:20px;
clear:both;
background-color:#4a4a48;
font-size:.55em;
padding:4px 14px;
}
#copyright {
color:#fff;
float:left;
}
#footer_nav {
color:#b6b5b5;
float:right;
padding-right:30px;
}
#footer_nav li {
float:left;
list-style:none;
border-right:1px solid #b6b6b5;
display:inline;
padding:0 5px;
}
#footer_nav li a {
text-decoration:none;
color:#b6b5b5;
font-weight:normal;
}
#footer_nav li a:hover {
text-decoration:underline;
}
#footer_nav li.first {
padding-left:0;
}
#footer_nav li.last {
padding-right:0px;
border-right:none;
}
#credit {
padding:3px 23px 5px 0;
color:#6a6a6a;
font-size:.65em;
text-align:right;
clear:both;
}





/* Hacks */

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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


dfn {
display:none;
}


#content {
font-size: 12pt;
line-height:120%;
padding:10px;
}






/* Search */

search_results {

}
#search_results ul {
padding-left:20px;
}
#search_results li {
}






/* Default Form */

.default_form fieldset {
padding:1em;
background-color:#eee;
margin:0;
border:1px solid #999;
}

.default_form fieldset legend {
display:none;
font-weight: bold;
}
.default_form div {
padding: 0.25em 0 0.25em 0;
}
.default_form div label {
font-size:.8em;
display: block;
/*width:10em; */
}
.default_form div.required {color: #f00;}





/* Press Room */

table.press_room_summary {
margin-top:20px;
font-size:.9em;
}
table.press_room_summary td {
width:33%;
vertical-align:top;
padding-right:1em;

}
table.press_room_summary h2 {
border-bottom:1px solid #999;
}




/* Audio */

ul.audio {
margin:0;
padding:0;
}
ul.audio li {
list-style:none;
margin-bottom:10px;
}
ul.audio a {
display:block;
}




/* Videos */

ul.video {
margin:0;
padding:0;
}
ul.video li {
list-style:none;
margin-bottom:10px;
}
ul.video a {
display:block;
}



/* Turn Off Specific Page Titles */
#page15 h2.title {
display:none;
}






/* Project */

#project {
width:584px;
}
#project div.proj_left {
width:302px;
color:#4a4a48;
float:left;
}
#project div.proj_right {
float:right;
width:252px;
margin-right:10px;
}


#project div.proj_left a {
color:#a14d36;
}
#project h3.proj_place {
margin:0 0 10px 0;
}
#project h3.proj_title {
margin:0 0 10px 0;
}
#project div.proj_desc {
}


#project div.proj_photo_essay {
background-color:#6a6a6a;
border:2px solid #6a6a6a;
text-align:center;
margin-bottom:8px;
}
#project div.proj_info {
background-color:#fff4c9;
color:#4a4a48;
padding:23px 19px;
}
#project div.proj_info h3 {
margin:0;
font-size:1.05em;
}
#project div.budget_block {
margin-bottom:10px;
}
#project div.budget_total {
margin-bottom:10px;
}
#project div.budget_items {
margin-bottom:10px;
}
#project div.progress_block {
margin-bottom:10px;
}
#project div.progress_block h3 {
margin-bottom:10px;
}
#project div.quote_block {

}
#project div.quote_block h3{
margin-bottom:8px;
}
#project div.quote {
font-style:italic;
margin-bottom:10px;
}
#project div.quoter {
background-image:url(../images/quote_author_bg.gif);
background-repeat:no-repeat;
background-position:5px 8px;
padding-left:18px;

}





/* Level 2 */

#level2 {
margin:25px;
}
#level2 #left_sidebar {
float:left;
width:165px;
}
#level2 #level2_main {
width:787px;
float:right;
}
#level2 #title {
background-color:#fff0b2;
padding:17px 30px 6px 15px;
color:#6a6a6a;
margin-bottom:39px;
}
#level2 #title h1 {
font-size:.95em;
margin:0;
padding-left:15px;
background-image:url(../images/arrow_rust_on_cream.gif);
background-repeat:no-repeat;
background-position:left center;
}
#level2_main_wrapper {

}
#level2 #level2_content {
float:left;
width:580px;
padding-left:15px;
font-size:12px;
margin-top: -15px;
}
#level2 #right_sidebar {
float:right;
width:175px;
}

#level2 #where_we_work {
border:1px solid #bdbdbd;
padding:3px;
margin-bottom:20px;
}
#level2 #where_we_work form {
background-color:#fff0b2;
padding-top:38px;
padding-bottom:20px;
text-align:center;
background-position:10px 12px;
background-image:url(../images/l2_head_where_we_work.gif);
background-repeat:no-repeat;
}

#level2 #sign_up {
/* 174 x 68 */
width:154px;
height:25px;
background-image:url(../images/l2_sign_up_bg.gif);
background-repeat:no-repeat;
padding:43px 10px 0 10px;
margin-bottom:30px;
}





/* Level 2 Navigation Menu */

#level2_nav {
background-color:#dadada;
padding: 20px 10px;
text-align:center;
margin-bottom:20px;
width:143px;
}
#level2_nav ul, #level2_nav li {
margin:0;
padding:0;
}
#level2_nav a {
color:#4a4a48
}
#level2_nav img {
margin-bottom:8px;
}
#level2_nav > ul {
text-align:left;
background-color:#fff;
font-size:.7em;
list-style:none;
padding: 5px 0px 5px 0px;
}
#level2_nav ul a.currentpage {
color:#a04936;
text-decoration:underline;
}
#level2_nav ul li {
  
}
#level2_nav ul ul {
margin-left: 0px;
margin-bottom: 10px;
padding: 2px 0px 2px 11px;
list-style-type: none;

}

#level2_nav ul ul li {
margin-left: -5px;
list-style:none;
margin-top: 10px;
padding: 0px 0px 0px 12px;
background-image: url(../images/level2_bullet.gif);
background-repeat: no-repeat;
background-position: 0 .3em;
}

#level2_nav ul li ul a {
color:#333;
}

#level2_nav li li li {
   margin-left: -10px;
}

#level2_nav li li li li {
   margin-left: -10px;
}

#level2_nav li li li li li {
   margin-left: -10px;
}

#level2_nav ul.level2_nav > li > a.currentpage {
display:none;
}
#level2_nav > ul.level2_nav > li.activeparent a.activeparent {
display:none;
}




/* Form Builder Errors */

div.error_message {
padding:10px;
background-color:#ffe4e4;
border:1px solid #F00;
margin-bottom:20px;
}
div.error_message ul {
padding-left:20px;
}
div.error_message li {

}



/* Nav */

/*
#i52 {
margin:0;
padding:0;
}
#i52 > a {
background-image:url('../images/nav_what.gif');
width:115px;
height:28px;
margin:0;
padding:0;
}

*/

/* Toolbar Styles*/
/* These styles are included in the HTML editor menu for use by content editors. */

.header {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #4a4a48;
}

.caption {
    font-family: arial, helvetica, sans-serif;
    font-size: 10px;
    color: #4a4a48;
    line-height: 120%;
}

/* CAPTION BOXES */

.imagebox {
    position: relative;
    width: 100%;
}

.imagebox50 {
    position: relative;
    width: 50%;
}

.imagebox75 {
    position: relative;
    width: 75%;
}

.right {
    float: right;
    margin-left: 10px;
}



/* Project callout boxes */

.give-callout-container {
    clear: both;
    border: 1px solid #ffcb00;
    border-top: 10px solid #ffcb00;
    background-color: white;
    padding: 10px;
    margin-bottom: 10px;
}

.give-callout-box {
    padding: 1px 10px 13px; 13px;
    background-color: #fff1b4;
}

.give-callout-box .header {
    margin-bottom: 10px;
}

.give-callout-box b {
    font-weight: bold;
    color: #aa5038;
}

.give-callout-box img {
    float: left;
    margin-right: 10px;
}

/* End of 'Seton' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #000;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}

Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #000;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Seton: CSSMenu - Horizontal' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   font-size:.75em;
   margin-left: 1px;
   margin-right: 1px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
/*   background-color: #ECECEC;
   border-bottom: 1px solid #C0C0C0;
   width: 100%;*/
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 

}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none;
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
    
#primary-nav li { 
   margin-left: -1px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   text-decoration: none; 
   color:#000;
font-weight:normal;
}
#primary-nav a:hover {
color:#a14d36;
   z-index: 100;
}

#primary-nav li a { 
   border-right: 1px solid #C0C0C0;
   border-left: 1px solid #C0C0C0;
}
#primary-nav li li a { 
   border: 1px solid #C0C0C0;
}   
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #ececec; 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   background-color: #C7C7C7; 
}
#primary-nav li.menuactive > a {
color:#a14d36;
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* GSC: disabled arrow because flyouts have been disabled in horiz menu */
/* arrow for menuparents
   background-image: url(images/cms/arrow.gif); 
   background-position: center right;
   background-repeat: no-repeat;   */
   z-index: 100;
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #ccc; 
   z-index: 100;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 

#primary-nav ul ul li.menuparenth ul { 
   display: block; 
   z-index: 100;
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}


/* Home */
#i15 {
/*background-image:url(images/nav_who.gif);
background-repeat:no-repeat; */
}

/* Who We Are */

/* What We Do */

/* How To Help */


/* End of 'Seton: CSSMenu - Horizontal' */


