@charset "UTF-8";
/* CSS Document */
body{
	background-image:url(pngs/bg.jpg);
	background-repeat:repeat-x;
	background-color:#000;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	color:#666;
	font-size:.80em;
	line-height:1.3em;
}
#main{
	padding:0 0 0 0;
}
#container{
	background-image:url(pngs/container_bg.png);
	background-repeat:repeat;
	min-height:600px;
	margin:0 auto;
	width:960px;
}
	#header_bg{
		background-image:url(pngs/header_bg.png);
		height:223px;
		width:960px;
		padding-bottom:5px;
		margin:0 auto;
	}
		#header{
			margin:0 auto;
			background-image:url(pngs/header.png);
			background-repeat:no-repeat;
			width:940px;
			height:233px;
		}
	#content{
		float:left;
		width:735px;
		margin:0 5px 0 10px;
	}
		#nav{
			margin:0 0 5px 0;
			height:50px;		
			width:735px;
			background-color:#FFF;
			position:relative;
			z-index:21;
		}
			#mainnav{
				padding:3px 0 0 0;		
			}
			#nav ul{
				margin:0 0 0 4px;		
			}
			#nav li{
				float:left;	
			}
			#nav a{
				display:block;	
				background-image:url(pngs/nav_top.jpg);
				background-repeat:no-repeat;
				height:42px;
				outline:none;
			}
				#home a{
					width:92px;	
					background-position:-7px -1px;
				}	
					#home a:hover{
						width:92px;	
						background-position:-7px -51px;
					}	
				#press a{
					width:92px;	
					background-position:-112px -1px;
				}
					#press a:hover{
						width:92px;	
						background-position:-112px -51px;
					}
				#gallery a{
					width:100px;	
					background-position:-213px -1px;
				}	
					#gallery a:hover{
						width:100px;	
						background-position:-213px -51px;
					}	
				#programs a{
					width:118px;
					background-position:-321px -1px;
				}	
					#programs a:hover{
						width:118px;	
						background-position:-321px -51px;
					}	
				#about a{
					width:92px;	
					background-position:-444px -1px;
				}	
					#about a:hover{
						width:92px;	
						background-position:-444px -51px;
					}	
				#audio_video a{
					width:136px;	
					background-position:-540px -1px;
				}	
					#audio_video a:hover{
						width:136px;	
						background-position:-540px -51px;
					}	
				#contact a{
					width:100px;	
					background-position:-687px -1px;
				}	
					#contact a:hover{
						width:100px;	
						background-position:-687px -51px;
					}
						.subnav{
							position: absolute;/*-- allows dropdown to appear over other page content --*/
							width: 150px;/*-- a width must be specified for dropdown to be vertical.  --*/
						}
							li .subnav {
								display: none;
								margin:-35px 0 0 0;
								padding:0 0 0 12px;
							} 
							li:hover > .subnav {
								display: block;
							}	
								#locations_nav a{
									background-image:url(pngs/dropdown.png);
									background-position:0px 0px;
									height:26px;
									width:101px;
								}
									#locations_nav a:hover{
										background-position:-104px 0px;		
									}
								#testimonials a{
									background-image:url(pngs/dropdown.png);
									background-position:0px -27px;
									height:26px;
									width:101px;
								}
									#testimonials a:hover{
										background-position:-104px -27px;
									}
								#donor-list a{
									background-image:url(pngs/dropdown.png);
									background-position:0px -52px;
									height:32px;
									width:101px;
								}
									#donor-list a:hover{
										background-position:-104px -52px;
									}
								#board a{
									background-image:url(pngs/dropdown.png);
									background-position:0px -92px;
									height:26px;
									width:77px;
								}
									#board a:hover{
										background-position:-104px -92px;
									}
								#history a{
									background-image:url(pngs/dropdown.png);
									background-position:0px -118px;
									height:32px;
									width:77px;
								}
									#history a:hover{
										background-position:-104px -118px;
									}
								#letter a{
									background-image:url(pngs/dropdown.png);
									background-position:0px -150px;
									height:28px;
									width:77px;
								}
									#letter a:hover{
										background-position:-104px -150px;
									}
		#movieframe{
			background-color:#FFF;
			height:314px;
			width:735px;
			margin:5px 0 5px 0;
			text-align:center;
			padding-top:10px;
			position:relative;
		}
			#movietext{
				position:absolute;
				top:10px;
				left:10px;
				z-index:20;
			}
		#mission{
			background-color:#FFF;
			height:270px;
			width:241px;
			float:left;
			margin-right:6px;
			font-size:.95em
		}
			#mission p{
				margin:10px 15px 10px 10px;		
			}
		#news{
			background-color:#FFF;
			height:270px;
			width:241px;
			float:left;
			margin-right:6px;
			font-size:.95em
		}
			#news h3{
				font-weight:bold;
				margin:10px 0 -10px 10px;
			}
			#news p{
				margin:10px 10px 10px 10px;		
			}
		#links{
			background-color:#FFF;
			height:270px;
			width:241px;
			float:left;
		}
			#links h3{
				margin:10px 15px 0 25px;
			}
			#links p{
				margin:10px 10px 10px 10px;		
				}
		#inside{
			width:735px;
			background-color:#FFF;
			min-height:614px;
		}
	#sidebar{
		margin:0 0 0 0;
		float:left;
		height:614px;
		width:200px;
		font-size:.85em
	}
		#sidebar li{
			outline:none;
			float:left;	
			margin:0 0 0 5px;
			line-height:1.3;
		}
		#sidebar p{	
			margin:4px 10px 0 8px;
			
		}
		#sidebar p img{	
			margin:0 0 0 8px;
		}
			#d_link a{
				display:block;	
				background-image:url(pngs/sidebar_nav.jpg);
				background-repeat:no-repeat;
				height:52px;
				width:174px;
				outline:none;
			}
				#donation{
					background-image:url(pngs/makedonation.jpg);
					width:174px;
					height:52px;
				}
				#d_link h2{
					text-align:center;	
					margin:0 16px 0 0;
				}
					.bold{
						font-weight:bold;
						color:#000;
						text-align:center;
					}
				li#money input[type=image] {
					display:block;	
					background-image:url(pngs/sidebar_nav.jpg);
					outline:none;
					border:0;
				}
					/*li#money input:hover {
						visibility:hidden;
					}*/
				#money_submit{
					border:0;
					padding:0;
					margin:0;
					height:52px;
					width:174px;
					background-image:url(pngs/sidebar_nav.jpg);
					background-repeat:no-repeat;
					background-position:-4px -9px;
					background-color:white;
				}
					#money_submit:hover{
						background-position:-179px -9px;
					}
				#time a{
					background-position:-4px -74px;
				}	
					#time a:hover{
						background-position:-179px -74px;
					}
				#equipment a{
					background-position:-4px -139px;
				}	
					#equipment a:hover{
						background-position:-179px -139px;
					}
				#side_links li{
					margin:0 0 0 15px;	
					float:none;	
				}
			#socialmedia li{
				float:left;
			}
		#social_div{
			margin-left:5px;
			margin-right:auto;
			margin-top:15px;
			width:200px;
		}
			.s_media{
				float:left;
				width:70px;
				font-size:.80em;	
				margin:0 0 0 20px;
			}
				.s_media li{
					float:left;
					text-align:center;
				}
	#buffer{
		height:10px;
		background-image:url(pngs/header_bg.png);
		width:960px;
		margin:0 auto;
	}
#footer{
	font-size:.8em;
	margin: 0 auto;
	height:50px;
	width:960px;
	color:#FFF;
	text-align:center;
}
	#footer ul{
		padding:20px 0 0 0;   /*this messes up the stiucky footer*/
	}
		#footer li{
			color:#00A3DA;
			display:inline;
			margin:0 5px 0 5px;
		}
	#footer p{
		padding:15px 0 15px 0;   /*this messes up the stiucky footer*/
	}
.basiclink{
	text-decoration:none;
}
	a.basiclink:link{
		color:#00A3DA;
		text-decoration:none;
		}
	a.basiclink:visited{
		color:#00A3DA;
		text-decoration:none;
		}
	a.basiclink:hover{
		color:#005E7D;
		text-decoration:none;
		}
	a.basiclink:active{
		color:#00A3DA;
		text-decoration:none;
		}
.clearfloat{
	clear:both;
}





/*#####################gallery styles#############################*/
#gallery_inside{
	height:600px;
	background-color:#FFF;
}
#gallery_div {
	width: 501px;
	height: 497px;
	margin-left:auto;
	margin-right:auto;
	padding-top:60px;
}
#gallery_title {
	width: 153px;
	height: 68px;
	background-image:url(pngs/gallery_title.png);
	float:left;
	margin:10px 0 0 5px;
}
/*#####################close gallery style########################*/
/*================================================================*/
/*================================================================*/
/*================================================================*/
/*================================================================*/
/*================================================================*/
/*#####################open staff style###########################*/

.profileboard { /*WHITE CONTENT BOX TO HOLD INFORMATION*/
	width: 700px;	
	min-height:100px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0 20px 30px 12px;
}

#header1board {
	padding:10px 0 10px 5px;
}

#header2board {
	padding:10px 0 10px 5px;
	margin: -30px 0 0 0;
}

.titleboard {
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 10px 0;
}

.profilepictureboard{ /*PHOTO OF BOARD MEMBER*/
	float:left;
	margin:0 10px 0 10px;	
}

.grant{
	margin:0 20px 25px 28px;
}

#volunteers{
	margin:0 20px 0 28px;
}

#v_left{
	float:left;
	width:200px;
}

#v_right{
	float:left;
	width:200px;
}

.blank {	
	height:25px;
        width:713px;
	display:block;
}


/*#####################close staff style##########################*/
/*================================================================*/
/*================================================================*/
/*================================================================*/
/*================================================================*/
/*================================================================*/

/*#####################Contact form styles########################*/
#contactinside{
			height:100%;
			width:735px;
			background-color:#FFF;
			padding-bottom: 25px;
		}
/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#3CF;
	border:#06F 1px solid;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}

.small {
	font-size:10px;
	color:#666;
	margin:0 0 10px 0;
}
#contacttitle {
	width: 100%;
	height: 62px;
	background-image:url(pngs/contacttitle.gif);
	background-repeat: no-repeat;
	float:left;
	margin-top: 10px;
	margin-left: 6px;
	margin-bottom:10px;
	clear: both;
}
#textblock {
	width: 600px;
	height: ;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 15px;
}
#contactholder {
	width:600px;
	margin-left:70px;
	display: inline-block;
}
	#form {
		width: 300px;
		height: 600px;
		border:#000 3px;
		text-align:left;
		float:left;
	}
		#contactinfo {
			float:left;
			width:250px;
			height:150px;
			color:#666;
		}
.speclink a {
	text-decoration:none;
	color:#00A3DA;
}
	.speclink a:hover {
		text-decoration:none;
		color:#005E7D;
	}
/*#####################end Contact styles#########################*/

/*######################Audio Video Styles########################*/
#audiovideotitle {
	width: 100%;
	height: 81px;
	background-image:url(pngs/AVtitle.png);
	background-repeat: no-repeat;
	float:left;
	clear: both;
	margin:10px 0 0 5px;
	
}
#AV_holder {
	width:690px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
	text-align:center;
	padding: 30px 0 30px 0;
}
.av_subtitle1 {
	font-size:1.5em;
	font-weight:bold;
	
}

.av_subtitle2 {
	font-size:1.2em;
	font-weight:bold;
	margin:15px 0 5px 0;
}

.video_subtitle1 {
	font-size:1.5em;
	font-weight:bold;
	margin:20px 0 0 5px;
}

.video_subtitle2 {
	margin:15px 0 5px 0;
	font-size:1.2em;
	font-weight:bold;
	
}

/*##################End Audio Video Styles########################*/

/*###############Letter From The President########################*/

.profilecontent{ /*WHITE CONTENT BOX TO HOLD INFORMATION*/
	width: 685px;
	margin: 20px 0 0 10px;
	padding: 0 0 10px 0;
}

#letterheader {
	padding:13px 0 15px 10px;
}

.titleletter {
	font-size:1.2em;
	font-weight:bold;
	padding:0 0 10px 0;
	color: #00A3DB;
}

.letterprofile p { /*INFORMATION*/
	margin:0 0 0 20px;
}

.profilepicture{ /*JURI'S PHOTO*/
	float:left;
	display: inline;
	margin: 0 0 0 15px;
	padding: 2px 10px 0 7px;
}
.signature {
	width: 126px;
	height: 47px;	
}
#nameundersignature {
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;

}

.highlights  {
	color: #00A3DB;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

.highlights2  {
	color: #00A3DB;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.paragraphimage1 {
	float:left;
	display: inline;
	margin: 0 0 0 625px;

}

/*#######################Press Styles#########################*/
#press_title {
	width: 100%;
	height: 68px;
	background-image:url(pngs/presstitle.png);
	background-repeat: no-repeat;
	float:left;
	clear: both;
	margin:10px 0 0 5px;
	padding: 0 0 20px 0;	
}
#presscontent{
	width:690px;
}
#center {
	text-align:center;
	width: auto;
}
.paragraph{
	text-align:left;
	margin:0 20px 0 30px;
}

.paragraph2{
	text-align:left;
	margin:0 20px 20px 30px;
	color: #00A3DB;
	
}

/*###################End Press Styles#########################*/

/*###################Testimonials Styles######################*/
#testimonials_page_title {
	width:203px;
	height:63px;
	margin:10px 0 0 5px;
	float:left;
	background-image:url(pngs/testimonials_title.png);
	background-repeat: no-repeat;
}
#testimonials_page{
	width:690px;
	margin:0 20px 0 30px;
}
.testimonials_page_post_title {
	font-size:1.2em;
	font-weight:bold;
}
/*###############End Testimonials Styles######################*/

/*###################Locations Styles######################*/
#locations {
	width:690px;
	margin:0 20px 0 30px;
	padding:10px 0 0 0;
}
#locations_title {
	width:100%;
	height:80px;
	float:left;
	margin: 10px 0 0 5px;
	background-image:url(pngs/locationstitle.png);
	background-repeat: no-repeat;
}

/*###############End Locations Styles######################*/


/*###############donor list styles#########################*/
#donortitle{
	background-image:url(pngs/donortitle.png);
	background-repeat:no-repeat;
	float:left;
	margin:10px 0 0 5px;
	height:65px;
	width:685px;
}
.section{
	width: 650px;
	margin: 0 0 0 25px;
	padding: 10px 0 10px 0;
}
/*###############donor list styles#########################*/




 /*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */

#slider{	
	position:relative;
	overflow:hidden;
	margin:0 0 0 10px;	
	z-index:8;
}
.nivoSlider {
	overflow:hidden;
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


