/*

This style sheet is organized in alphabetical order
Or something pretty close to it anyway, hopefully
that will help you find the class you need faster

*/


a:active  {   color: #69C;    }
a:link    {   color: #69C;    }
a:visited {   color: #69C;    }
a:hover   {   color: #990066; }

body
{
    text-align: center;
    margin: 0px 0px 10px 0px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    background-color: #ECE9D8;
}

.content-full
{
    padding-top: 70px;
}


/* main outer container that encompasses ALL of the content */
#container
{
   width: 753px;
   margin: 0px auto 0px auto;
   padding: 0 10px 0 10px;
   text-align: left;
   background-color: white;

}

.date
{
    color: #928D85;
    font-size: 8pt;
}

.fieldError
{
    color: red;
    font-size: 8pt;
    font-style: italic;
    text-align: center;
}

.fieldReqd
{
    color: red;
}

.footer
{
   width: 753px;
   padding: 0px 10px 3px 10px;
   margin: -11px auto 10px auto;
   text-align: left;
   font-size: 8pt;
   color: #AAAAAA;
   background-color: white;
   /* sneaky ie hack */
   _border-left: 1px solid white;
   
}


form
{
    margin: 3px 0 0 0;
}

.headlines
{

    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
}

#home-banner
{
    background-color: #D9DA55;
    text-align: right;
    margin-top: -3px;
    float: left;
    padding-left: 0px;
    margin-bottom: 3px;
}

#home-banner-top
{
    background-color: #D9DA55;
    text-align: right;
    margin: 0;
    padding: 0;
float: left;
}

.home-content
{
    padding: 5px 0px 10px 10px;
    border: 1px solid white;
}


.home-content-table
{
    border-bottom: 1px solid #D1E0F0;
    border-top: 1px solid #D1E0F0;
    margin-top: 1px;
    _margin-top: -5px;
    margin-bottom: 15px;
}


.home-featured
{
    border-bottom: 1px solid #D1E0F0;
    padding: 10px 5px 10px 0px;
}

.home-featured img
{
    margin: 9px 15px 0px 0px;
}

.home-spotlight
{
    padding: 15px 0px 15px 13px;
    font-size: 10pt;


}
.home-training
{
    padding: 10px 0px 10px 13px;
    font-size: 10pt;


}
.home-donate
{
    padding: 15px 0px 10px 13px;
    _padding-top: 5px;
}




.home-issue
{
    background-color:  #F8F8F3;
    border: 1px solid #D1E0F0;
    width: 225px;
    height: 150px;
    padding: 0px 6px 0px 6px;
    text-align: left;
    margin-top: -4px;


}

/*   blue email box on the home page */

#emailSubscribeTable {
   margin: 10px 0 7px 10px;
 
}

.home-subscribe
{
    background-color:  #6799C8;
}

.home-subscribe-top
{

}
.home-subscribe-bottom
{

}


h1
{
    color: #60824F;
    font-size: 17pt;
}

h2
{
    margin: 5px 0 5px 0;
    font-size: 12pt;
}

h3
{
    color:  #60824F; /*#339933;*/
    font-size: 10pt;
    margin: 5px 0 0 0;
}

h4
{
    color:  black; /*#339933;*/
    font-size: 10pt;
    font-weight: normal;
    margin: 5px 0 0 0;
}

img
{
    border:none;
}

input
{
    font-size: 8pt;
    color: #7F9DB9;
}

.inputbox
{
    margin: 3px;
}



.nav-search
{
    float: right;
    font-size: 8pt;
    border-left: 1px solid #D1E0F0;
    padding: 5px 10px 5px 10px;
    margin: 5px 0px 5px 0px;
    display: block;
}


.nav-search a
{
    text-decoration: none;
}


.nav
{
    padding-top: 0px;
    display: block;
}


.nav img
{
    float: left;
    border: none;
}


.portaldiscussion
{
    border: 1px solid #D1E0F0;
    background-color: #EFEFEF;
    padding: 0px 5px 5px 5px;
    vertical-align: top;
}


#section-banner-top
{
    margin-bottom: -3px;
    position: relative;
    top: 5px;
}


#section-banner
{

    margin-top: -3px;
    float: left;
    padding-left: 45px;
    margin-bottom: 3px;

}

.section-content
{
    padding: 5px 0px 10px 0px;
    border: 1px solid white;
}


.section-content-table
{
    border-bottom: 1px solid #D1E0F0;
    border-top: 1px solid #D1E0F0;
    margin-top: 2px;
    margin-bottom: 0px;
    border-collapse: collapse;
    width: 100%;
}


.section-content-navcell
{
   background-color: #8DAABE; /*#E5EFDC; */
   vertical-align: top;
   width: 150px;
   border-right: 1px solid #D1E0F0;
}


.section-content-cell
{
   vertical-align: top;
   padding: 0px 5px 10px 10px;
}

.section-content-sidebarcell
{
    vertical-align: top;
    text-align: left;

}

.section-image
{
    border: 1px solid #D1E0F0;
    float: right;
    text-align: center;
    color: #928D85;
    padding: 10px;
    margin: 10px;
}


.section-nav
{
   background-color: #8DAABE;   /*#D4E8C3;*/
   padding: 15px 0px 0px 10px;
   margin-bottom: -10px;
}


.section-nav a
{
   color: #333333;
   text-decoration: none;
   position: relative;
   top: -5px;
}


.section-nav a:hover
{
   color: #990066;
   text-decoration: none;
   position: relative;
   top: -5px;
}

.section-nav a:visited
{
   color: #333333;
   text-decoration: none;
   position: relative;
   top: -5px;
}

.section-nav a:hover
{
   color: #990066;
   text-decoration: none;
   position: relative;
   top: -5px;
}

.section-nav ul{
    padding-left: 5px;
    margin-top: 0px;
}

.section-nav li
{
    background-image: url("/images/subnav_bullet.gif");
    background-repeat: no-repeat;
    list-style-type: none;
    list-style-image: none;
    padding-left: 7px;
    margin-top: 8px;
}


.section-related
{
  border: 1px solid #D1E0F0;
  background-color: #EFEFEF;
  padding: 10px 5px 10px 5px;
  width: 150px;
  font-size: 8pt;
  margin-top: 10px;
  /*text-align: left; */
  float: right;
}

select
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
}

ul
{
    list-style-image: url("/images/home_issue_bullet.gif");
    padding-left: 10px;
    margin-left: 5px;
    margin-top: 10px;

}

.listitem ul {
   margin: 8px 0 0 10px;
   padding: 0;
}

.shaded-text
{
    color: #999;
    font-weight: normal;
    font-style: italic;
}

/* Slideshow */
#slideshow
{
	width: 250px;
	float: right;
	margin: 0 .5em .5em .5em;
	text-align: center;
	border: 2px solid #CCC;
}
 
#slideshow table
{
    width: 100%;
}

#slideshow a:link, #slideshow a:hover, #slideshow a:active, #slideshow a:visited
{
    color: #69C;
}

#slideshow-prev
{
	text-align: left;
	padding: 0 .2em 0 .2em;
	width: 6em;
	vertical-align: top;
	color: #CCC;
	font-size: 0.9em;
}

#slideshow-caption
{
    text-align: center;
    padding: .2em;
}

#slideshow-next
{
	text-align: right;
	padding: 0 .2em 0 .2em;
	width: 6em;
	vertical-align: top;
	color: #CCC;
	font-size: 0.9em;
}

#slideshow-count
{
    color: #666;
    text-align: center;
    font-size: 0.9em;
}

/* The eCard form */

.showform textarea
{
    font-size: 8pt;
    color: #7F9DB9;
    width: 200px;
}

.showform th
{
    text-align: right;
}

.showform p
{
    text-align: center;
}

.ecardImage {
border: 1px solid #ccc;
padding: 1px;
}

h3.story_title {
	display: none;
	}

/*
     FILE ARCHIVED ON 06:14:15 Mar 26, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:49:16 May 27, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 190.841 (3)
  esindex: 0.006
  captures_list: 235.507
  CDXLines.iter: 15.712 (3)
  PetaboxLoader3.datanode: 244.041 (5)
  exclusion.robots: 0.144
  exclusion.robots.policy: 0.133
  RedisCDXSource: 22.591
  PetaboxLoader3.resolve: 110.515 (2)
  load_resource: 180.565
*/