@charset "UTF-8";
/* CSS Document */

body{
	background-color:#333333;
	margin: 0px;
}




/* Header -------------------- */


#Header{
	width: 910px;
	height: 145px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

#Logo{
	width: 600px;
	height: 145px;
	float: left;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}

#HeaderLinks{
	width: 310px;
	height: 125px;
	padding-bottom: 20px;
	float: left;
}

#Donate{
	width: 310px;
	height: 65px;
	text-align: right;
}

#Partners{
	width: 270px;
	height: 60px;
	padding-right: 40px;
}

#UnitedWay{
	width: 100px;
	height: 60px;
	float: left;
}

#PPAS{
	width: 70px;
	height: 60px;
	float: left;
}

#Community{
	width: 100px;
	height: 60px;
	float: left;
}

#Footer{
	width: 870px;
	height: 30px;
	padding-left: 40px;
	padding-top: 30px;
	text-align: left;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
}




/* SlideShow -------------------- */

#SplashContent{
	width: 910px;
	height: 380px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#home-slideshow {
	width: 910px;
	height: 380px;
	z-index: -1;
}

#banner-slideshow-nav {
	position: absolute;
	height: 26px;
    padding: 5px 3px;
    background: #ffffff;
    right: 0;
    bottom: 0;
	z-index: 10;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#banner-slideshow-nav a {
	display: block;
	text-indent: -9999em;
	width: 26px;
	height: 26px;
	padding: 0 3px;
	float: left;
	background: url('images/banner-nav-circles.png') bottom left no-repeat;
}

#banner-slideshow-nav a.activeSlide {
	background: url('images/banner-nav-circles.png') top left no-repeat;
}

#banner-slideshow-nav a:focus {
	outline: none;
}





/* Content -------------------- */

#MainContent{
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}

#SubHeader{
	width: 910px;
	height: 280px;
	background-color: #FFFFFF;
}

#FadeIn{
	width: 910px;
	height: 380px;
	background-color: #FFFFFF;
	z-index: -1;
}

#Content{
	width: 910px;
	background-color: #FFFFFF;
	overflow: hidden;
}

#Join{
	width: 850px;
	height: 70px;
	padding-top: 25px;
	padding-left: 60px;
	text-align: left;
	background-image: url(images/Join.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

#Navagation{
	width: 880px;
	background-color: #999999;
	height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 10pt;
	height: 30px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

#DropDown {	
	margin: 0;
	padding: 0;
}

#DropDown li {
	float: left;
	list-style: none;
}

#DropDown li a {
	display: block;
	background: #999999;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	height: 22px;
	text-decoration: none;
	color: #FFFFFF;
}

#DropDown li a:hover {
	background: #333333;
}
		
#DropDown li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	width: 140px;
	z-index: 11;
}
		
#DropDown li ul li {
	float: none;
	display: inline;
}
			
#DropDown li ul li a {
	width: auto;
	background: #333333;
	color: #FFFFFF;
}
			
#DropDown li ul li a:hover {
	background: #FF9900;
}





/* Body Content -------------------- */


#BodyCopy{
	width: 560px;
	padding: 15px 40px 0px 40px;
	float: left;
}

h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #666666;
}

h2{ 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EF8200;
}

p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	line-height: 20px;
	color: #666666;
}

p2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	color: #666666;
}


#SideBar{
	width: 270px;
	float: left;
	padding-top: 30px;
}

#SignUp{
	width: 270px;
	background-color: #CCCCCC; 
	background-image: url(images/SignUp.png); 
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-left: 0px;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#Groups{
	style="width: 270px;
	height: 45px; 
	background-color: #CCCCCC;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

#GetConnected{
	width: 60px;
	float: left;
	color: #666666;
}

#JoinToday{
	width: 185px;
	height: 28px;
	float: left;
	padding-top: 17px;
	padding-left: 5px;
	background-image: url(images/jointoday.png);
	background-repeat: no-repeat;
	color: #666666;
}






