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

body{
	background:#000;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.9em;
	
}

#wrapper{
	background:url(/images/bg_header.jpg) no-repeat top;
	width:1024px;
	border-left:4px solid #FFF;
	border-right:4px solid #FFF;
	margin:auto;
}

#header{
	width:950px;
	height:548px;
	border-left:2px solid #FFF;
	border-right:2px solid #FFF;
	margin:auto;
	color:#FFF;
}
.headerInfo{
	color:#FFF;
	font-size:.85em;
	text-align:center;
	letter-spacing:4px;
	
}
#twitter{
	float:left;
	margin-left:25px;
}

#facebook{
	float:right;
	margin-right:25px;
}

a.headerinfo:link{
	color:#FFF;
	text-decoration:none;
}

#navback{
	background:url(/images/bg_nav.jpg) no-repeat top;
	border-top:2px solid #FFF;
	border-bottom:2px solid #FFF;
	width:1024px;
	height:49px;
	margin:auto;
	color:#FFF;
}
#navcontent{
	width:950px;
	border-left:2px solid #FFF;
	border-right:2px solid #FFF;
	margin:auto;
	text-align:center;
}
#navcontent img{
	border:none;
	margin:0px 8px;
}

#homecontentback{
	background:url(/images/bg_homecontent.jpg) no-repeat;
	width:1024px;
	height:401px;
	margin:auto;
}
#homeconentarea{
	width:950px;
	height:401px;
	border-left:2px solid #FFF;
	border-right:2px solid #FFF;
	margin:auto;
}

#newsection{
	background:url(../images/bg_news.png);
	position:relative;
	margin:0 4px 0 0;
	top:148px;
	float:right;
	height:245px;
	width:250px;
	overflow-y:hidden;
	overflow-x:hidden; 
	border-top:1px dotted #000;
	border-left:1px dotted #000;
	border-bottom:1px dotted #000;
}

#newsection h1{
	font-size:24px;
}
#newsection p{
	text-align:justify;
	font-size:10px;
}

#homeButtons{
	float:right;
	margin:165px 25px 0px 0px;
}
#homeButtons img{
	margin:5px 0px;
	border:none;
}

#footer{
	background:#FFF;
	width:1024px;
	height:20px;
	margin:auto;
	font-size:10px;
	padding-top:5px;
}
.flashfooter{
	float:right;
}
.copyright{
	float:left;
	text-align:left;
}
.clear{
	clear:both;
}

			/*Begin Menu*/
	
#mainnavBG{
	background:url(../images/bg_nav.jpg) no-repeat top;
	margin-bottom:-2px;
}
#mainnav-back{
	
	border:2px solid #FFF;
	width:950px;
	height:47px;
	margin:auto;
	color:#FFF;
	text-align:center;
}
#mainnav{
	margin:0px;
	z-index:100;
	font-family:Tahoma, Geneva, sans-serif;
	letter-spacing:2px;
	font-size:16px;
	margin-top:10px;
	
}
#mainnav ul { 
	margin: 0; 
	padding: 0; 
	list-style: none;}
#navhome { 
	width: 122px;
}
#navabout { 
	width: 122px;
}
#navmedia{ 
	width: 135px;
}
#navvolunteer { 
	width: 152px;
}
#navgive { 
	width:107px;
}
#navcontact { 
	width:126px;
}
#navresources { 
	width:152px;
}
#mainnav ul.mnava li { 
	position: relative; 
	margin: 0px; 
	padding: 0px;
}
.mnava li { 
	float: left;  
	height: 28px;
}
#mainnav ul.mnavb  { 
	position: absolute; 
	left:  -999em;
	top: 0px;
	
}
#mainnav ul.mnava li:hover ul, #mainnav ul.mnava li.hover ul {
	 position:absolute; 
	 left: 0px; 
	 top: 27px;
}
ul.mnava li:hover { }
ul.mnava li.hover { }
ul.mnava li a { 
	text-align: center; 
	display: block;
	width: 100%;  
	height: auto; 
	padding-top: 6px; 
	font-size: 16px; 
	text-decoration: none; 
	color:#FFFFFF; 
}
ul.mnava li a:hover { 
	color: #F00;  
	height: 21px;
}
ul.mnavb {
	width: 145px;  
	background:url(../images/bg_dropdownmenu.png) repeat;
	margin: 0px; 
	padding: 1px;     
	border-top: 1px solid #F00; 
	height: auto;
	z-index:5; /*makes the drop down appear above the gallery button*/
}
ul.mnavb li { 
	width: 100%; 
	height: auto; 
	clear: both; 
	margin: 0; 
	padding: 0;
}
ul.mnavb li a {  
	color: #FFF; 
	text-align: left; 
	font-weight: normal; 
	letter-spacing:1px;
	margin: 0; 
	padding: 5px 0px 5px 10px; 
	width: 134px;    
	height: auto; 
	font-size: 14px; 
	font-family: Arial; 
	clear: both; 
	border-left: 1px solid #F00;  
	border-right: 1px solid #F00; 
	border-bottom: 1px solid #F00;
}
ul.mnavb li a:hover{
	color:#FFFFFF;   
	background: #3B3E37;
	height:auto;
}
ul.mnava li.selected {
	 background: #FFF; 
	 }

/* the following styles correct the color, and hiding of the dropdown menu of the tab when the class is selected */
#mainnav ul.mnava li.selected:hover ul { 
	position: absolute; 
	left: -999em; 
	top: 28px; 
	background: black;
}
#mainnav ul.mnava li.selected:hover, #mainnav ul.mnava li.selected a:hover { 
	background:  black;
}
										/*End Menu*/
