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

.nav {
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
letter-spacing: .3em;
margin-bottom:15px;
}

.nav a{color:#bf570d;
text-decoration:none;}

.nav a:hover{color:#2f5c08;
text-decoration:none;
}

.contentimage{
padding-left: 40px;
margin-top:20px;

font-family:Arial, Helvetica, sans-serif;
font-size: 20px;
color: #385d17;
letter-spacing: .15em;
font-weight: bold;
}


.content {
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color: #82320a;
letter-spacing: .15em;
padding-left: 50px;
padding-right: 20px;
padding-top: 20px;

}

.content a { color:#FF3300;
text-decoration:none;}


.content a:hover {color:#2f5c08;
text-decoration:underline;}


.subcontent {
background-image: url(images/columntwo.jpg);
background-repeat:repeat;
vertical-align:top;
width:278px;
height:347px;
}

.sidebar {vertical-align:top;
margin-top:20px;}

.donate {background:url(images/donate.jpg);
background-position:center;
background-repeat:no-repeat;
width:144px;
height:152px;
border:0px;
margin-left:60px;
margin-top:30px;

}


.donate a{ display:block;
width:144px;
height:152px;
border:#e9b888 1px solid;
text-indent:-9999;}

.donate a:hover{ display:block;
width:144px;
height:152px;
border: #FF3300 1px solid;
}


.gallery {background:url(images/gallery.jpg);
background-position:center;
background-repeat:no-repeat;
width:144px;
height:152px;
border:0px;
margin-left:60px;
margin-top:20px;
}
.gallery a{ display:block;
width:144px;
height:152px;
border:#B0E397 1px solid;
text-indent:-9999;}

.gallery a:hover{ display:block;
width:144px;
height:152px;
border: #2f5c08 1px solid;
}


.footer {
background-color:#fcf4f1;
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
letter-spacing: .2em;
color: #2f5c08;
margin-top: 10px;
margin-left: 13px;
width:900px;
}

.footer a { color:#FF3300;
text-decoration:none;}


.footer a:hover {color:#2f5c08;
text-decoration:underline;}

.subcontentlink {width:220px;
}
.linkstitle {font-family:Arial, Helvetica, sans-serif;
font-size:16px;
margin-left:10px;
color:#003300;
letter-spacing:2px;}


.subcontentlink a {font-family:Arial, Helvetica, sans-serif;
color: #003300;
text-decoration:underline;

letter-spacing:1px;
padding-left:10px;

font-size:11px;}

.subcontentlink a:hover {color:#663300;
text-decoration:underline;
font-size:11px;}

.donate {
        background:url(../images/donatedonate.jpg);

}
.content .contentProject img{ border: #663300 1px solid;
float: left;
margin:10px;
}

.gallery {background:url(images/gallerygallery.jpg);

}
	ul#gallery, ul#gallery li{
			margin:5;
			padding:0;
			list-style:none;
			}
		ul#gallery{
			width:460px;
			position:relative;

			}
		ul#gallery li{
			float:left;
			display:inline;

			}
		ul#gallery a span{
			display:none;

			}
		ul#gallery a:hover{
			background:none;
			z-index:100;
			}
		ul#gallery a:hover span{
		position: absolute;
			width:410px;
			height:300px;
			float:left;
			margin-left:50px;
			margin-top: -246px;


			display:block;
			}


