@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background:url(../images/background.jpg) #648594 repeat-y center;

}

* {
	margin: 0;
	padding: 0;
	font-family:Helvetica, Arial, sans-serif;
}
/*classes for pictures on Home page/our mission*/
.homepic1 {
	border:2px thin #666;
	padding:10px;
	margin-left:100px;	
}

.homepic2 {
	padding:10px;
	margin-left:150px;
	width:250px;
	height:auto;
}

p {
	margin-bottom:15px;
	font-size:.85em;
	line-height: 180%;
}

/*Second Paragraph in the Our Mission link underneith 2nd pic*/
.secondpar{
	width:auto;
	height:100px;
	padding-right:5px;	
}

/*classes for pictures on Home/How we use your donation*/
.supplies1{
	background-image:url(../images/supplies_pic1.jpg);
	background-repeat:no-repeat;
	width:250px;
	height:345px;
	margin:10px 0px 0px 5px;
}

.supplies2{
	background-image:url(../images/food_pic.jpg);
	background-repeat:no-repeat;
	width:270px;
	height:424px;
	margin:10px 0px 0px 5px;
}
/* Classes for red house picture on About/History of Organization*/	
.redhousePic{
	background-image:url(../images/RedHouse_pic.jpg);
	background-repeat:no-repeat;
	width:500px;
	height:378px;
	margin-left:auto;
	margin-right:auto;
}
/*Classes for all Bio pictures*/
.lisaPic{
	float:left;
	background-image:url(../images/lisa_pic.jpg);
	width:215px;
	height:292px;
	margin:10px 10px 5px 5px;
}
.ruthPic{
	float:left;
	background-image:url(../images/ruth_pic.jpg);
	width:192px;
	height:292px;
	margin:10px 10px 10px 5px;
}
.stephPic{
	float:left;
	background-image:url(../images/steph_pic.jpg);
	width:200px;
	height:292px;
	margin:10px 10px 5px 5px;
}
.dedication{
	background-image:url(../images/dedication_pic.jpg);
	background-repeat:no-repeat;
	height:740px;
	width:490px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}
#container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	position:relative;
}

#indent {
	margin:0px 15px 0px 0px;
}



/* Logo */

#logo {
	width:165px;
	height:101px;
	background-image:url(../images/logo.png);
	z-index:5;
	position:relative;
	left:80px;
	top:20px;
}

/* Contact */

#contact {
	width:132px;
	height:49px;
	background-image:url(../images/contact.gif);
	z-index:5;
	position:relative;
	left:820px;
	top:-35px;
}

/* Nav */

#nav_stack {
	width:1000px;
	height:323px;
	background-image:url(../images/nav_sprite.jpg);
	position:relative;
	left:0px;
	top:-50px;
	z-index:1;
}

ul#nav {
	width:678px;
	height:30px;
	list-style:none;
	margin:0;
	padding:0;	
	position:absolute;
	left:290px;
	top:285px;
	z-index:3;
}

#nav_homecrumb, #nav_aboutcrumb, #nav_activismcrumb, #nav_servicescrumb, #nav_supportcrumb, #nav_resourcescrumb {
	width:1000px;
	height:323px;
	background-image:url(../images/nav_sprite.jpg);
	position:absolute;
	left:0px;
	top:0px;
	z-index:3;
}

#nav_homecrumb_current, #nav_aboutcrumb_current, #nav_activismcrumb_current, #nav_servicescrumb_current, #nav_supportcrumb_current, #nav_resourcescrumb_current {
	width:1000px;
	height:323px;
	background-image:url(../images/nav_sprite.jpg);
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
}

#nav_homecrumb {
	background-position:0px 0px;
}

#nav_aboutcrumb {
	background-position:0px -323px;
}

#nav_activismcrumb {
	background-position:0px -646px;
}

#nav_servicescrumb {
	background-position:0px -969px;
}

#nav_supportcrumb {
	background-position:0px -1292px;
}

#nav_resourcescrumb {
	background-position:0px -1615px;
}

#nav_homecrumb_current {
	background-position:0px 0px;
}

#nav_aboutcrumb_current {
	background-position:0px -323px;
}

#nav_activismcrumb_current {
	background-position:0px -646px;
}

#nav_servicescrumb_current {
	background-position:0px -969px;
}

#nav_supportcrumb_current {
	background-position:0px -1292px
;
}

#nav_resourcescrumb_current {
	background-position:0px -1615px;
}

ul#nav li {
	float:left;
}

ul#nav li a {
	display:block;
	height:30px
;
	position:relative;
}

ul#nav li a.nav_left {	width:100px;
}

ul#nav li a.nav_home {
	width:87px;
}

ul#nav li a.nav_about {
	width:94px;
}

ul#nav li a.nav_activism {
	width:115px;
}

ul#nav li a.nav_services {	
	width:118px;
}

ul#nav li a.nav_support {	
	width:114px;
}

ul#nav li a.nav_resources {	
	width:150px;
}

ul#nav li a span {
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:5;
}

/* left banner */

#left_banner {
	background:url(../images/side_banner.jpg) bottom;
	font-size:1.05em;
	padding:18px 70px 0px 100px;
	width:130px;
	height:650px;
	position:relative;
	left:0px;
	top:-50px;
	float:left;
	
}

#left_banner p {
	font:"Lucida Console", Monaco, monospace;
	font-style:italic;
	font-weight:bold;
	line-height:200%;
	color:#C00;
}
/* Accordion */

#accordion {
	position:relative;
	width:650px;
	top:-40px;
	left:0px;
	float:left;
	z-index:3;
}

#accordion p{
	font-family:Arial, Helvetica, sans-serif;
}

/* Footer */

#footer {
	background:url(../images/footer.jpg);
	padding:86px 0px 0px 245px;
	width:755px;
	height:53px;
	position:relative;
	top:-30px;
	left:0px;
	float:left;
}
#footer a{
	color:#FFF;
	text-decoration:none;
}

#footer a:visited{
	color:#CCC;
}

#footer a:hover{
	color:#C00;
	text-decoration:underline;
}

/*a:link{
	color:#3F3;
}*/

/*ACCORDION LINKS*/
#accordion  p a, li a{
	color:#648594;
	text-decoration:none;
	
}

#accordion  p a:hover, li a:hover{
	color:#C00;
	text-decoration:underline;
}

p.first:first-letter {
	padding:0px;
	line-height:0.7em;
	color:#648594;
	font-size:4.8em;
	float:left;
	margin-left:0px;
	margin-right:5px;
}

.second{
	padding-top:1em;
}

.paybtn {
	padding-top:200px;
}

/*comment box on the activism page*/

#commentBox{
	font-family:Helvetica, Arial, sans-seriffont-size:0.83em;height:300px;width:585px;
}
