/* CSS Document */

* {margin:0; padding:0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	background: url(../images/bg.jpg) repeat-x #FAFAFA;
	color: #333;
}

a {
	text-decoration: none;
	color: #391A06;
	line-height: 1.35em;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 1.35em;
	margin: 0 0 8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}


#container {
	width: 901px;
	margin: 0 auto;
	position: relative;
}

#logo {
	position: absolute;
	width: 377px;
	height: 48px;
	top: 15px;
	left: 14px;
}

#spacerTop {
	height: 121px;
}


#navHolder {
	height: 46px;
	width: 901px;
	background:url(../images/bg_nav.png) repeat-x top left;
	position: absolute;
	top: 83px;
	z-index: 10;
}

#nav {
	float: right;
	margin: 0;
	padding: 0;
	height: 46px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
	
	#nav li{
		margin: 0;
		padding: 0;
		list-style: none;
		display: inline;	
	}
	
	#nav li a{
		float: left;
		padding: 46px 0 0 0;
		overflow: hidden;
		height: 0px;
	}
	
	#nav li a:hover{
		background-position: 0 -46px;
	}
	
	#nav a.selected{
		background-position: 0 -92px;
	}
	
	#navHome a{
		width: 74px;
		background: url(../images/btn_home.png) top left no-repeat;
	}
	
	#navYouth a{
		width: 149px;
		background: url(../images/btn_youth.png) top left no-repeat;
	}
	
	#navInvolve a{
		width: 171px;
		background: url(../images/btn_involved.png) top left no-repeat;
	}
	
	#navSignup a{
		width: 138px;
		background: url(../images/btn_signup.png) top left no-repeat;
	}

#mainImage {
	position: relative;
	top: 0px;
}

#subNav {
	position: absolute;
	top: 30px;
	right: 16px;
	width: 300px;
	height:20px;
	text-align: right
}

		#subNav a{
			color: #2F4E69;
			font-size: 11px;
			font-weight: bold;
		}
		
		#subNav a:hover{
			text-decoration: none;
			color: #799A43;
		}

#footer {
	height: 28px;
	background: url(../images/bg_footer.gif) repeat-x bottom left #F3F4F4;
	font-size: 11px;
	padding: 10px 20px 0 20px;
	margin: 0 0 30px 0;
}

	#footer a{
		font-size: 11px;
		color: #333;
	}
	
	#footer a:hover {
		color: #E6A015;
		text-decoration: none;
	}

#clr {
	clear: both;
}

#homeText1 {
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: 457px;
	left: 200px;
	width: 200px;
	color: #fff;
	line-height: 1.4em;
}

#homeText2 .intro {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	line-height: 1.4em;
}

#homeText2 {
	position: absolute;
	top: 453px;
	left: 200px;
	width: 650px;
	color: #fff;
	line-height: 1.4em;
}

#homeText2 p{
	font-size: 13px;
	font-weight:normal;
	color: #fff;
	line-height: 1.3em;
}

#homeSignup {
	width: 126px;
	height: 27px;
	position: absolute;
	top: 460px;
	left: 35px;
}