@charset "utf-8";
html {
	height:100%;
}
body {
	background: url('../../images/slides/1024x768_3.jpg') #242424;
}
div.Clear {
	clear:both;	
}
a, img {
	outline:none;
	text-decoration:none;
}

/* LAYOUT STYLES */
div#FlashContent {
	width:100%;
}
div#SiteWrapper {
	width:960px;
	margin:0 auto;
	background:#000;
}
div#ContentLeft {
	width:190px;
	float:left;
}
div#ContentMiddle {
	width:573px;
	padding-left:7px;
	margin-bottom:100px;
	float:left;
	color:#FFF;
}
div#ContentRight {
	width:190px;
	float:left;
}
div#Footer {
	width:960px;
	margin:0 auto;
	background:#000;
}

/* NAV STYLES */
div#Navigation {
	margin-top:255px;
	font-size:14px;
}
a.NavButton {
	display:block;
	width:180px;
	height:22px;
	padding:2px 5px 0 5px;
	margin-bottom:2px;
	text-align:left;
	background:#000;
	color:#FFF;
	font-weight:bold;
}
a.NavButton:hover, a.NavButton.On {
	text-align:right;
	background:#FFF;
	color:#000;
}

/* CONTACT PANEL STYLES */
div#ContactPanel {
	margin-top:125px;
	font-size:12px;
	text-align:right;
	color:#FFF;
	padding-right:15px;
}

/* HOME PAGE STYLES */
div#HomeMovie {
	width:572px;
	height:216px;
	background: url('/images/html/splash_home.jpg') no-repeat;	
}
div.HomeEvent {
	margin-top:3px;
	margin-right:3px;
	width:188px;
	height:260px;
	float:left;
}
div#HomeSignup {
	margin-top:20px;
}
div#HomeSignup h1{
	font-size:20px;
}

/* EVENT STYLES */
div.EventContainer {
	width:376px;
	margin:0 auto;
	margin-bottom:50px;
}
div.EventContainer h1 {
	font-size:20px;
}
div.EventContainer h2 {
	font-size:16px;
}

/* GALLERY STYLES */
span.PhotoThumbnail {
	margin-left:1px;
	margin-bottom:1px;
	width:126px;
	height:180px;
	float:left;
	border:7px solid #444444;
	cursor:pointer;
}
div.AlbumOverlay {
	padding:12px;
	width:102px;
	height:156px;
	background: url('/images/html/photo_overlay.png');
	color:#000;
	text-align:center;
}
div.AlbumOverlay h1 {
	font-size:20px;
	font-weight:bold;
}
div.AlbumOverlay h2 {
	font-size:30px;
	font-weight:bold;
	
}
div.AlbumOverlay h2 {
	font-size:30px;
	font-weight:bold;
	
}
div.AlbumOverlay h3 {
	font-size:12px;
	line-height:16px;
}
div.AlbumOverlay hr {
	height:2px;
	color:#444;
	background:#444;
	border:none;
}
div.DetailOverlay {
	padding:12px;
	width:102px;
	height:156px;
	background: url('/images/html/photo_overlay.png');
	color:#000;
	text-align:center;
	visibility:hidden;
}

/* ABOUT STYLES */
div.AboutBlurb {
	width:573px;
}
div.AboutBlurb h1{
	font-size:16px;
	font-weight:bold;
}
div.AboutBlurb h2{
	font-size:24px;
	font-weight:bold;
}

/* CONTACT STYLES */
div#LeftPane{
	float:left;
	margin-left:10px;
	width:285px;	
}
div#RightPane{
	float:left;
	margin-left:10px;
	width:245px;
	line-height:18px;
}
div#RightPane h1{
	font-weight:bold;	
}
div#RightPane a{
	font-weight:bold;
}

/* BUTTON STYLES */
span.Button207 {
	display:inline-block;
	margin-top:5px;
	padding-top:2px;
	padding-right:5px;
	width:150px;
	height:26px;
	color:#FFF;
	background:#000;
	font-size:20px;
	vertical-align:middle;
	cursor:pointer;
}
span.Button207.Small {
	margin-top:0;
	margin-bottom:10px;
	padding-top:0;
	padding-bottom:4px;
	height:16px;
	font-size:14px;
	font-weight:bold;
}
span.Button207:hover, span.Button207.Small:hover {
	color:#000;
	background:#FFF;
	text-align:right;
}
