body {
	background: #fff url('../images/bg_gradient.jpg') repeat-x;
	font-family: helvetica, arial, sans-serif;
	font-size:16px;
	line-height: 1.125em;
	color: #323232;
	text-align: center;
}
#root {
	text-align: left;
	width: 960px;
	margin: 0px auto;
}
#content {
	text-align: left;
	background-color:#fff;
	width:920px;
	margin:-10px auto 0px auto;
	padding:20px 20px 0px 20px;
	position:relative;
}
#rahihi {
	float:left;
	margin-top:-120px;
}

#header {
	margin:0px;
	padding:0px;
}
#mission-statement {
	margin: 20px 0px 0px 60px;
}
.copy-home{
	margin-left:360px;
	width:400px;	
}
.copy{
	margin-left:80px;
	width:450px;
}
p {
	font-size:.75em;
	line-height: 1.16667em;
}
p.read_more {
	text-align:right;
	font-weight:bold;
	margin-top: -6px;
}
a {
	color: #0e1840;
}
a:hover {
	color: #4c8cd8;
}
h2 {
	color: #0e1840;
	font-size:1.25em;
	margin-bottom:8px;
}
h3 {
	color: #4c8cd8;
	font-size:1em;
	margin-bottom:8px;	
}
#footer {
	background-color:#0e1840;
	padding:16px;
	margin:0px;
	z-index:10;
}
#footer p {
	font-size:.625em;
	color:#fff;
	margin:0px;
}
#footer a{
	color:#fff;	
}
.clear {
	clear:both;
}

/*----------nav ------------------------*/
#primary-nav {
	position:relative; 
	top:-8px; 
	left:0px;
	height:50px;
	width:960px;
	padding: 0;
	border: 0;
	margin:0px;
}
div#primary-nav ul#menu	
	{
	height: 50px;
	width: 960px;
	background: transparent url(../images/nav.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

div#primary-nav ul#menu li 
	{
	margin: 0px;
	padding: 0;
	list-style: none;
	position: absolute;
	}
	
ul#menu li, ul#menu a 
	{
	display: block;
	}	
	
div#primary-nav ul#menu li a 
	{
	text-indent: -9999px;
	text-decoration: none;
	height: 50px;
	}

#nav-home	{left: 0px; width: 95px;}
#nav-events	{left: 96px; width: 103px;}
#nav-projects	{left: 200px; width: 211px;}
#nav-contact	{left: 412px; width: 119px;}
#nav-about	{left: 532px; width: 99px;}
#nav-donate	{left: 631px; width: 109px;}
    


#nav-home a:hover		{background: transparent url(../images/nav.jpg) 0px -50px no-repeat;}
#nav-events a:hover 	{background: transparent url(../images/nav.jpg) -96px -50px no-repeat;}
#nav-projects a:hover 	{background: transparent url(../images/nav.jpg) -200px -50px no-repeat;}
#nav-contact a:hover {background: transparent url(../images/nav.jpg) -412px -50px no-repeat;}
#nav-about a:hover 	{background: transparent url(../images/nav.jpg) -532px -50px no-repeat;}
#nav-donate a:hover 	{background: transparent url(../images/nav.jpg) -631px -50px no-repeat;}


	/* You are here - main nav */
	
body.indexhome #nav-home  	{background: transparent url(../images/nav.jpg) 0px -50px no-repeat;}
body.eventshome  #nav-events	{background: transparent url(../images/nav.jpg) -96px -50px no-repeat;}
body.projectshome #nav-projects 	{background: transparent url(../images/nav.jpg) -200px -50px no-repeat;}
body.contacthome  #nav-contact {background: transparent url(../images/nav.jpg) -412px -50px no-repeat;}
body.abouthome  #nav-about	{background: transparent url(../images/nav.jpg) -532px -50px no-repeat;}
body.donatehome  #nav-donate	{background: transparent url(../images/nav.jpg) -631px -50px no-repeat;}




/*--------  slideshow  ----------------*/

div.fs ol.fsButtons li.fsButtonC {
background-image:url(../images/il.gif) !important;
}

div.fs ol.fsButtons li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#E8E8E8 none no-repeat scroll 50% 50%;
overflow:hidden;
text-indent:-999px;
z-index:300;
}
div.fs ol.fsButtons li.fsButtonB {
background-image:url(../images/ir.gif) !important;
}

div.fs ol.fsButtons li.fsButtonA {
background-image:url(../images/ip.gif) !important;
}

div.fs div.fsSliderH {
-moz-background-clip:border !important;
-moz-background-inline-policy:continuous !important;
-moz-background-origin:padding !important;
background:#0e1840 none repeat scroll 0 0 !important;
cursor:pointer;
}

div.fs div.fsSlider {
-moz-background-clip:border !important;
-moz-background-inline-policy:continuous !important;
-moz-background-origin:padding !important;
background:#777777 url(../images/sl.gif) repeat scroll 0 0 !important;
}

div.fs ol.fsImages li h2 {
color:#0e1840 !important;
font-family:"Helvetica","Arial",Sans-serif;
overflow:hidden;
z-index:200;
}

div.fs {
-moz-background-clip:border !important;
-moz-background-inline-policy:continuous !important;
-moz-background-origin:padding !important;
background:#E8E8E8 none repeat scroll 0 0 !important;
}
div.slideshow-container {
	position: absolute; 
	left: 600px; 
	top:40px;
	float: right;
}


