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

html {
	height:100%;
	margin-bottom:1px;
}
body {
	position:relative;
	background-color:#340000;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333;
	letter-spacing:.05em;
	line-height:13px;
}
#bg {
	position:absolute;
	margin:0;
	top:0px;
	left:0px;
	width:100%;
	background:url(/media/images/bg.jpg) left 0px repeat-x;
	height:775px;
}
#bg-overlay {
	position:absolute;
	margin:0;
	top:0px;
	left:0px;
	width:100%;
	height:775px;
	background:url(/media/images/bg-overlay.jpg) center bottom no-repeat;
}
	#top-bar {
		position:absolute;
		margin:0;
		top:0px;
		left:0px;
		width:100%;
		height:461px;
		background:url(/media/images/top-bar-bg.jpg) center repeat-x;
	}
		#top-bar-overlay {
			position:absolute;
			margin:0;
			top:0px;
			left:0px;
			width:100%;
			height:461px;
			background:url(/media/images/top-bar-overlay.jpg) top center no-repeat;
		}
#container {
	position:relative;
	text-align:left;
	margin:0 auto;
	margin-top:0px;
	padding-top: 64px;
	width:761px;
	min-height:400px;
}
	#marquee {
		float:left;
		width:495px;
		padding-top:153px;
		margin-left:14px;
	}
	#home-nav {
		position:relative;
		height:124px;
		width:232px;
		overflow:hidden;
		margin-left:1px;
		float:left;
		padding-top:199px;
	}
		#home-nav ul {
			list-style-type:none;
			padding:0;
			margin:0 auto;
			width:232px;
		}
			#home-nav ul li {
				display:inline;
			}
				#home-nav ul li a {
					background:url(/media/images/nav.gif) no-repeat;
					width:232px;
					overflow:hidden;
					display:block;
					text-indent:-5000px;
					overflow:hidden;
				}
				
				#home-nav ul li a#nav-about {
					height:21px;
					background-position:0px 0px;
				}
				#home-nav ul li a#nav-community {
					height:20px;
					background-position:0px -21px;
				}
				#home-nav ul li a#nav-contact {
					height:22px;
					background-position:0px -41px;
				}
				#home-nav ul li a#nav-calendar {
					height:22px;
					background-position:0px -63px;
				}
				#home-nav ul li a#nav-media {
					height:21px;
					background-position:0px -85px;
				}
				#home-nav ul li a#nav-support {
					height:17px;
					background-position:0px -107px;
				}

				#home-nav ul li a#nav-about:hover {
					background-position:-232px 0px;
				}
				#home-nav ul li a#nav-community:hover {
					height:20px;
					background-position:-232px -21px;
				}
				#home-nav ul li a#nav-contact:hover {
					height:22px;
					background-position:-232px -41px;
				}
				#home-nav ul li a#nav-calendar:hover {
					height:22px;
					background-position:-232px -63px;
				}
				#home-nav ul li a#nav-media:hover {
					height:21px;
					background-position:-232px -85px;
				}
				#home-nav ul li a#nav-support:hover {
					height:17px;
					background-position:-232px -107px;
				}
#home-body {
	position: relative;
	padding-top:36px;
}
	#promos {
		float:left;
	}
		#promos img {
			margin-bottom:10px;
			margin-left:14px;
		}
	
	#events {
		float:left;
		background:url(/media/images/fp-events-bg.gif) no-repeat;
		margin-left:10px;
		width:496px;
		height:265px;
	}
		#events-list {
			width:400px;
			height:227px;
			overflow:auto;
			margin-top:1px;
			padding:18px 34px 18px 52px;
		}
			div.event {	
				font-family:Georgia, "Times New Roman", Times, serif;
				margin-bottom:20px;
			}
				div.event h1 {
					font-size:15px;
					color:#b91c0c;
					text-transform:uppercase;
					font-weight:normal;
				}
				div.event p span {
					color:#843517;
					font-size:11px;
					line-height:19px;
					background-color:#fce6ae;
					padding:1px;
				}
				div.event p img {
					position:relative;
					margin-left:4px;
					top:2px;
				}
#footer {
	height:77px;
	text-indent: -50000px;
}
	
h1 {
	font-size: 17px;
	margin-bottom: 5px;
	margin-top: 10px;
}
p {
	margin-bottom: 5px;
}

.clear {
	clear:both;
}