body {
	border: 0;
	margin: 0;
	padding: 0;
	
	font-family: Arial, "Lucida Grande", 'lucida sans unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	
	background-color: #100f0f;
	background-color: #000;
	}

#container {
	min-width: 774px;
	max-width: 960px;
	/*width: 960px; */
	margin: 0 auto;
	padding: 0;
	border: 0;
}

#header {
	display: block;
	width: 100%;
	background-image: url(/img/header-bg.jpg);
	background-repeat:no-repeat;
	height: 135px;
	overflow: hidden;
	background-color: #2e3165;
	position: relative;
}

#header h1 {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	
}
#header h1 a {
	display: block;
	width: 370px;
	height: 135px;	
	position: relative;
	
	color: #fff;
	font-size: 80%;
}

#header h1 a span {
	background-image: url(/img/header-logo.jpg);
	background-repeat:no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}

#header-right {
	display: block;
	height: 135px;
	width: 50%;
	border: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
}

#top-right {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 1em 1em 0 0;
	margin: 0;
	border: 0;
	white-space: nowrap;

}
#top-right input.in {
	/*padding: .25em !important;*/
	background-position: .5em center !important;
}
#top-right a {
	font-size: .7em;
	font-weight: bold;
	color: #c0c0c0;
	text-decoration: none;
}
#sub-header-links {
	position: absolute;
	bottom: 0;
	right: 0;
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
	white-space: nowrap;
}

#sub-header-links li {
	border: 0;
	padding: 0;
	margin: 0;
	display: inline;
	white-space: nowrap;
  }
#sub-header-links a {
	float: left;
	margin: 0;

	color: #eee;
	font-size: .8em;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
	padding: .5em 1em .5em 2em;	
	padding: .5em 1em .5em 1em;
	background-color: #000;
}
#sub-header-links li a {
	border-right: 1px solid #222;
}

#sub-header-links a:hover {
	color: #fff;
	background-color: #111;}

#sub-header-links a:active {
	background-color: #222;
	background-color: #039;
}

#show-about-link, #show-donate-link, #show-join-link {
	background-position: .5em center;
	background-repeat: no-repeat;
}
#sub-header-links #show-donate-link {
	/* background-color: #0066FF;*/
}
/*#show-about-link {	background-image: url(/ico/information.png); }
#show-donate-link { background-image: url(/ico/money.png); }
#show-join-link { background-image: url(/ico/award_star_gold_3.png); }
*/

.centered {
	text-align: center;
}
.invis {
	display:none;
	
}
.sub-header {
	display: block;
	width: 100%;
	background-image: url(/img/about-bg.jpg);
	background-repeat:no-repeat;
	height: 8em;
	line-height: 1.5em;
}
.sub-header {
	display: none;
}
.sub-header-show-onload {
	display: block;
}
.sub-header-helper {
	padding: .5em 1.5em 0 1.5em;
}
.sub-header h3 {
	margin: 0;
	padding: 0;
	border: 0;
	
	color: #fff;
	
	font-size: .9em;
	
}

.sub-header p {
	color: #fff;
	font-size: .8em;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: .75em 0 .25em 0;
	border: 0;
}

.sub-header form {
	text-align: center;
	padding: .5em 0;
	margin: 0;
	border: 0;
}
.sub-header #sub-header-donate-form-amount-label {
	font-size: 1.5em;
	color: #eee;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.sub-header #amount {
	font-size: 1.25em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0 .25em .1em .25em;
}

.sub-header #sub-header-donate-form-submit {
	font-size: 1em;
	padding: 0 .5em;

}
.sub-header #sub-header-donate-form-submit:hover {
}

.sub-header a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #eee;
}
.sub-header a:hover {
	color: #fff;
	border-bottom: 1px dotted #777;
}



#header-sep {
	background-image: url(/img/header-sep.gif);
	background-repeat: repeat-x;
	display: block;
	height: 10px;	
	width:100%;
	padding: 0;
	margin: 0;
	border: 0;
}

#nav, #content {

	display: block;
	width: 100%;
	background-color: #fff;
	
		padding: 0;
	margin: 0;
	border: 0;
}

.nav-panel {
	float: left;
	width: 25%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2e3165;
	
}

#nav h4 {
	font-size: 1.25em;
	font-weight: normal;
	text-indent: 1em;
	
	color: #2e3165;
	
	padding: 0;
	margin: .5em 0;
	border: 0;
}

#nav ul {
	list-style-type: none;
	margin: 0 0 0 1em;
	padding: 0 0 0 0;
	border: 0 0 0 0;
}
/*#nav ul li {
	margin: 0;
	padding: 0;
}*/
#nav ul li a {
	border: 0;
	border-left: 3px solid #ccc;
	margin-left: 0;
	padding: .5em 0 .5em 1em;
	display:block;
	margin: 0;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #444;
	font-size: .8em;
}

#nav ul li a:hover {
	border-left: 3px solid #000;
	color: #000;
}

#nav ul li a.current {
	border-left: 3px solid #2e3165;
	color: #2e3165;
	font-weight: bold;	
}



.content-helper {
	padding: 1em 1.5em 1em 1.5em;
	margin: 0 0 .5em 0;
}
#content h2 {

	font-size: 2em;
	color: #2e3165;
	border: 0;
	padding:.25em 0 .5em 0;
	margin: 0;
	font-weight: normal;
}
#content h3, #content h4 {
	font-weight: normal;
}
#content p, #content li, #content td, #content dt, #content dd{
	font-size: .8em;
	line-height: 1.75;
}
#content p {
	padding: .5em 0;
}
#content td {
	padding: 1em;
}
#content li li{
	font-size: 100%;
}
#content dt {
	font-weight: bold;
}
#donation-form input {
	font-size: 1em;
}
#donation-form label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
}
#donation-form {
	padding: 1em 1em;
}
#content p.intro-quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #2e3165;
	padding: 1em 2em;
	margin: 0;
	line-height: 1.75;
	text-align: center;
}

#content p.intro-quote cite {
	/*color: #62738c;
	color: #999999;*/
	font-size: 1em;
	white-space: nowrap;
}
#content p.wrap-cite cite {
	white-space: normal;
} 
#content a {

	color: #2c397b;
	text-decoration: none;
	
	border-bottom: 1px dotted #aaa;
}
#content a:hover {
	color: #3a4b9f;
}



#content .linkbtn {
	padding: .5em;
	border: 2px solid #999;
	background-color: #2c397b;
	color: #eee;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;*/
	margin: .5em;
	display: block;
	text-align: center;
}
#content .p_linkbtn {
	margin: 1.5em;
}
#content .linkbtn_inline {
	display: inline;
}
#content .linkbtn:hover {
	color: #fff;
	background-color: #194d94;
	border: 2px solid #ccc;
}

#content ul.no_bullet {
	list-style-type: none;
	padding: 0;
}
.mailing-list-subscribe-form legend {
	color: #2c397b;
}

#content .highlight-box {
	color: #444;
	border: 1px solid #afb9eb;
	background: #e5e9fe;
	margin: 10px 0; 
	padding: 10px 10px;
}

.praise-ul cite{
	color: #777;
}
.alert {
	color: #666;
	border: 1px solid #ebebaf;
	background: #ffc;
	font-size: .7em !important;
	margin: 10px 0; 
	padding: 10px 10px;
	font-size: .87em;
}
.huge-text {
	font-size: 200%;
}
.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.action-box, #content .action-box {
	color: #444;
	border: 1px solid #ddd;
	background: #efefef;
	font-size: .7em !important;
	margin: 10px 0; 
	padding: 10px 10px;
	font-size: .87em;
}
#content .action-box p {
	font-size: 1em;
}
.action-box a, #content .action-box a {
	color: #444;
	font-weight: bold;
	border-color: #444;
}
.action-box a:hover, #content .action-box a:hover {
	color: #666;
	border-color: #666;
}

span.amp {
   font-family:Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
   font-size:110%;
   font-style:italic;
}

.spaced-ul li {
	line-height: 200%;
	padding-top: 1em;
}

a.donate-btn, a.join-btn {

	
	width: 250px;
	height: 35px;
	
	background-image: url(/img/donate-btn.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 0;
	overflow: hidden;
	
	text-indent: -5000px;
	

	
	font-size: 0;
		
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
}

a.donate-btn:hover {
	background-position: 0 -35px;
}

a.join-btn {
	background-image: url(/img/join-btn.gif);		
}

a.join-btn:hover {
	background-position: 0 -35px;
}

#landing-links {
	list-style-type: none;
	text-align: center;
}
#landing-links li {
	display: inline;
		margin: 1em 1em;
}


.action-box label {
	font-weight: bold;
	display: block;
	padding: 0 0 1em 0;
}
#page-tools {
	float: right;
	display: block;
	border: 0;
	margin: .5em 0 0 0;
}
#page-tools ul {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
	  white-space:nowrap;    /* keep text on one line */
  }
#page-tools ul li {
	float: left;
	border: 0;
	padding: 0;
	margin: 0;
  }
#page-tools ul a, #page-tools ul a:visited {
	float: left;
	display: block;
	padding: 0;
	margin: 0;

	width: 20px;
	margin: 2px 4px;
	overflow: hidden;
	text-indent: -5000px;
	height: 20px;
	border: 0 !important;
	border-bottom: none;
	text-decoration: none;
	background-position: center center;
	background-repeat: no-repeat;

  }

#delicious-tool { background-image: url(/ico/delicious.gif); }
#digg-tool { background-image: url(/ico/digg.gif); }
#reddit-tool { background-image: url(/ico/reddit.gif); }
#technorati-tool { background-image: url(/ico/technorati.gif); }
#newsvine-tool { background-image: url(/ico/newsvine.gif); }
#facebook-tool { background-image: url(/ico/facebook.gif); }
#print-tool { background-image: url(/ico/print.gif); }
#link-tool { background-image: url(/ico/link.gif); }


blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}



#mailing-list-subscribe-form legend {
	font-weight: bold;
	padding: .25em .5em;
}

#mailing-list-subscribe-form fieldset {
	padding-top: .5em;
	padding-bototm: .5em;
}




.noprint {}
#foot-sep {
	margin: 0;
	padding: 0;
	border: 0;
	background-color:#000;
	height: 3px;
	display: block;
	width:100%;
}

#footer {
	display: block;
	width: 100%;
	background-image: url(/img/footer-bg.jpg);
	background-repeat:no-repeat;
	height: 115px;
	margin: 0;
	padding: 0;
	border: 0;
}
#footer-helper {
	padding: 1em 0 0 0;
	margin: 0;
	border: 0;
}
#footer p {
	text-align: center;
	color: #dedede;
	font-size: .75em;
	line-height: 1.4em;
	margin: 0;
	padding: .5em 0 .5em 0;
}

#footer a {
	color: #ccc;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}


/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		