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

/*COLORS
****************************************
Sub Nav Link Color: 0783b2		- Blue
Sub Nav Over Color: 323232		- Grey
Red Color: 			dc1c23		- Red
Text Color: 		333333		- Grey
Footer Nav BG Color 333333	 	- Grey
Footer Nav Headers: 8cc63f 		- Lime Green
****************************************/

html {
	height:100%;
	margin-bottom:1px;
}
body {
	background-color:#e6e6e6;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	letter-spacing:.05em;
	line-height:13px;
}
#container {
	position:relative;
	text-align:left;
	margin:0 auto;
	padding-top:50px;
	width:869px;
	min-height:400px;
}
	#header h1 {
		background:url(../images/header.jpg) no-repeat;
		width:900px;
		text-indent:-5000px;
		padding:0px;
		margin:0px;
	}
	#nav {
		position:relative;
		height:65px;
		width:869px;
		overflow:hidden;
		margin-left:0px;
	}
		#nav ul {
			list-style-type:none;
			padding:0;
			margin:0 auto;
			width:869px;
			float:right;
		}
			#nav ul li {
				display:inline;
			}
				#nav ul li a {
					background:url(../images/fp-nav.jpg) no-repeat;
					float:left;
					height:0;
					padding-top:65px;
					overflow:hidden;
				}
				
				#nav ul li a#nav-visitor {
					width:148px;
					background-position:0px 0px;
				}
				#nav ul li a#nav-regular {
					width:209px;
					background-position:-148px 0px;
				}
				#nav ul li a#nav-series {
					width:183px;
					background-position:-357px 0px;
				}
				#nav ul li a#nav-getinvolved {
					width:171px;
					background-position:-540px 0px;
				}
				#nav ul li a#nav-blog {
					width:158px;
					background-position:-711px 0px;
				}

				#nav ul li a#nav-visitor:hover {
					width:148px;
					background-position:0px -65px;
				}
				#nav ul li a#nav-regular:hover {
					width:209px;
					background-position:-148px -65px;
				}
				#nav ul li a#nav-series:hover {
					width:183px;
					background-position:-357px -65px;
				}
				#nav ul li a#nav-getinvolved:hover {
					width:171px;
					background-position:-540px -65px;
				}
				#nav ul li a#nav-blog:hover {
					width:158px;
					background-position:-711px -65px;
				}
	#body {
		position: relative;
		margin-top:-1px;
		border:1px solid #ddd;
	}
		#body #logo {
			position:absolute;
			top:66px;
			left:0;
		}
		
		#body #logo:hover { border: 2px solid #ffffff; }
	#footer {
		height:77px;
		text-indent: -50000px;
	}
		#footer h2 {
			background:url(../images/fp-footer.png) no-repeat;
			width:243px;
			height:13px;
			text-indent:-5000px;
			margin-top:10px;
			margin-left:5px;
		}
	
h1 {
	font-size: 17px;
	margin-bottom: 5px;
	margin-top: 10px;
}
p {
	margin-bottom: 5px;
}
