/* *********************** General Styles *********************** */
body {
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
	color:#000;
	font-size:11px;
	font-family:arial, helvetica, verdana, sans-serif;
	line-height:1.5em;
	}
div {margin:0;padding:0;}
a {color:#000;}
img {border:0;}
h1 {
	margin:0;
	padding:0;
	color:#000;
	font-size:36px;
	text-transform:uppercase;
	}
h2 {
	margin:0;
	padding:0;
	color:#000;
	font-size:30px;
	text-transform:uppercase;
	line-height:18px;
	}
h3 {
	margin:0;
	padding:0;
	}
h4 {
	margin:0;
	padding:0;
	}
h5 {
	margin:0;
	padding:0;
	}
h6 {
	margin:0;
	padding:0;
	}
td {
	vertical-align:top;
	text-align:left;
	}
.clear{clear:both;}
.centered {text-align:center; margin:0 auto;}

.container{
	width:1024px;
	text-align:left;
	margin:0 auto;
	background:#fff;
	}
	.container-inner{
		padding:12px 20px 20px 23px;
		}
.content{
	float:left;
	margin-left:12px; 
	width:811px;
	}
	
	
/* *********************** Header *********************** */
/*.logo{
	z-index:10;
	position:absolute;
	}
.header{
	height:215px;
	padding-left:145px;
	border-bottom:2px #9a9a9a solid;
	margin-bottom:49px;}
	*/
.header {
	width:955px;
	height:247px;
	border-bottom:4px #ccc solid;
	padding-bottom:7px;
	}
	
/* *********************** Footer *********************** */
.footer {
	clear:both;
	height:66px;
	}


/* *********************** Global Navigation *********************** */
.nav {
	float:left;
	width:90px;
	color:#9a9a9a;
	font-size:20px;
	text-transform:uppercase;
	margin:9px 40px 0 0;
	}
.navLine {
	height:1px;
	border-bottom:2px #9a9a9a solid;
	margin-bottom:13px;
	}
.nav .btn {
	width:100px;
	height:17px;
	display:block;
	text-decoration:none;
	margin:0 0 12px 0;
	background-repeat:no-repeat;
	}
.nav .btnHome {
	width:100px;
	height:28px;
	display:block;
	text-decoration:none;
	margin:0 0 6px 0;
	background-repeat:no-repeat;
	}
.nav .btnActive {
	margin:0 0 12px 0;
	}
.hidden {display:none;}	

/* *********************** Home Page *********************** */
.contentHome {
	float:left;
	margin:40px 0 20px 0;
	}
.section {
	float:left;
	width:147px;
	margin-right:14px;
	}
.section:hover {}
.last {margin:0;}

.subcontentHome {
	border-top:2px #9a9a9a solid;
	clear:both;
	padding:35px 100px 0 160px;
	}	
	.happenings {
		width:200px;
		margin-left:24px;
		float:left;
		}
	
/* *********************** Sub Pages *********************** */		

/* Gallery Section ************************************* */
.subHead {
	text-align:center;
	height:80px;
	}
.moreImagesBtn {
	margin-left:123px;
	}
table.showShort {
	margin-bottom:62px;
	}
	td.showLeft {
		width:390px;
		text-align:left;
		valign:top;
		}
		.showIntro {
			height:182px;
			overflow:auto;
			}
	td.showRight {
		width:422px;
		text-align:left;
		valign:top;
		}
		td.showRight img {
			margin-left:9px;
			}
.threeColThumbs {
	width:650px;
	margin:0 0 40px 30px;
	}
	.threeColThumbs img {
		margin:0 10px 10px 0;
		}
.showHeader{
	text-align:center;
	height:65px;
	}
.detailLeft {
	float:left;
	width:394px;
	}
	.showDetails {
		height:345px;
		overflow:auto;
		}
.showImage {
	width:416px;
	}
.showSponsors {
	width:255px;
	float:left;
	}
.showGallery .threeColThumbs {
	margin:8px 0 0 0;
	float:left;
	}
.pageDivider{
	clear:both;
	border-bottom:4px #ccc solid;
	height:10px;
	margin-bottom:10px;
	}
.pageFoot {
	clear:both;
	text-align:center;
	border-top:4px #ccc solid;
	}		
		
		
/* sIFR classes  --------------------------------------------------  */

/* These are standard sIFR styles... do not modify */
.sIFR-flash {visibility: visible !important; margin:0;}
.sIFR-replaced {visibility: visible !important;}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	letter-spacing: 0;}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash XX {
	visibility: hidden;
	font-size: 20px;
	letter-spacing:2px;
	}

/* Lightbox ************************************* */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/graphics/global/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/graphics/global/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/graphics/global/overlay.png", sizingMethod="scale");
	}