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

* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	border:none;
	}
	
body {
	background-color:#000;
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
	
p {
	font-size:85%;
	color:#999;
	
}

h2 {
	color:#FFF;
	line-height:20px;
	margin-top:10px;

}

h3 {
	color:#FFF;
	line-height:30px;
}

h4 {
	color:#FFF;
	font-size:150%;
	line-height:50px;
}

h5 {
	color:#0F6CB6;
	font-size:150%;
	line-height:50px;
}

h6 {
	color:#FFF;
	font-size:250%;
	line-height:70px;
} 

a {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	color:#0CF;
	text-decoration:underline;
}

.current {
	text-decoration:underline;
	color:#0CF;
}




#wrapper {
	width:1000px;
	margin:auto;
}

#header {
	width:1000px;
	height:150px;
	margin:auto;
	
}

#navigation {
	width:1000px;
	height:30px;
	text-align:center;
	margin:auto;
	margin-bottom:30px;
	text-align:center;
	
	padding-top:10px;
	background-color: #000000;
	
}

#navigation ul {
	list-style-type:none;
	text-align:center;
	
}

#navigationlinks {
	width:750px;
	margin:auto;
	text-align:center;
}

#navigation li {
	float:left;
	padding-right:40px;
}

#sidebar {
	width:290px;
	float:right;
	padding:30px 25px;
	background-color:#000;
	text-align:center;
	
}

#sidebar p {
	font-size: 1.2em;
}

#content {
		width:1000px;
		margin:0px 0px 0px 0px;
		background-color:#000000;
		padding-top:40px;
}

#eventinfo {
	background-color:#000000;
	width:600px;
	float:left;
	padding:30px 30px;
	font-size: 1.1em;
}

#highlights {
	width:600px;
	padding:30px 30px;
}

#sponsorships {
	width:600px;
	padding:30px 30px;
}

#sponsorshipimages {
	margin:30px 0px;
}

#sponsorshipimages img {
	margin:0px 40px;
}



#about {
	width:600px;
	padding:30px 30px;
}

#photogallery_container {
	color: inherit;
	width:600px;
	padding:10px 30px 110px;
	
}

#photogallery_container a {
	/* margin:0px 50px 0px 0px; */
}


.tabContainer img {
	margin:0px 30px 50px 0px;
}

ul.tabNav { 
	float: left; 
	list-style: none; 
	background-color: inherit;
	}
ul.tabNav li { 
	float: left; 
	padding-right: 0px; 
	margin: 0 20px 0 0; 
	padding: 6px 0 0; 
	text-align:center; 
	}
ul.tabNav li a img {
	height: 20px; 
	display:block;
	}
ul.tabNav li.current_Photo a img {
	height: 30px; 
	display:block;
	}
ul.tabNav li.current_Photo { 
	padding-top: 0; 
	}
ul.tabNav a {
	color: #A4A4A4; 
	display: block; 
	padding: 4px 4px 5px 4px; 
	text-decoration: none;
	}
ul.tabNav li.current_Photo a {
	color: #FFF; 
	background: #000; 
	padding: 8px; 
	border: none; 
	font-weight: bold;
	}
div.tabContainer { 
	float: left; 
	background-color: #000; 
	color:inherit;
	}
div.tabContainer div.tab {
	background-color: #000; 
	color: inherit; 
	display: none; 
	padding: 10px 40px; 
	margin: 0px -30px
	}
div.tabContainer div.current_Photo { 
	display: block; 
	}
div.tab p:last-child { 
	margin-bottom: 0; 
	}
#footer {
	clear:both;
	}



#about li {
	font-size:75%;
	color:#999;
	margin-left:20px;
}



#sponsorships li {
	font-size:75%;
	color:#999;
}

#footer {
	text-align:center;
	background-color:#000;
	padding:10px;
	
}

#footer img {
	margin-right:10px;
	margin-top:10px;
}

#footer table {
	margin-bottom: 10px;
	text-align: left;
}


