/* #Reset & Basics (Inspired by E. Meyers)
================================================== */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font: inherit;
		vertical-align: baseline; }

	ol, ul {
		list-style: none; }
		
		
/* #Basic Styles
================================================== */

	body { 
		font-size: 62.5%;
		font: 1em/1.2em "HelveticaNeueLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: bold;
		color: #ffffff; 
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: none;
 }
	

/* #Typography
================================================== */

	h1	{ 
		color: #333;
		font-size: 3.6em;
		line-height: 1.1em;
		font-family: Helvetica, Arial, sans-serif;
		font-weight: bold;
		}
		
	h2 {
		color: #555;
		font-family: "HelveticaNeue", "HelveticaNeueLight", Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 3em;
		line-height: 1em;
		}
	h3	{
		color:#999;
		font-size: 1.4em;
		padding:3px 0 3px 0;
		}
	h4	{ 
		color: #333;
		font-size: 1.6em;
		}
	
	p { margin: 0 0 20px 0; font-size:1.1em; }
	
	strong { 	color: #fbfbfb;
				font-family: Helvetica, Arial, sans-serif;
				font-weight: bold; 
			}
	small { font-size: 80%; }

	
	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */

	a, a:visited { color: #FFF; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #FFF; }
	p a, p a:visited { line-height: inherit; }
	a.white_ul:link,a.white_ul:active,a.white_ul:visited{ color:#FFF; text-decoration:none;}
	a.white_ul:hover{ color:#FFF; text-decoration:underline;}

	
/* #Background Image
================================================== */
	
#container {
	position: relative;
}
#menu {
	position: absolute;
	margin-left:auto;
	margin-right:auto;
	top: 0px;
}
.nav_menu li{
	float:left;
	padding:10px;
	background-color: rgba(255, 255, 255, .6);
	list-style-type:none;
	margin-right:10px;
}

#title {
	position: absolute;
	left: 0px;
	top: 2%;
	min-width: 20%;
	background-color: rgba(255, 255, 255, .6);
	padding: 20px;
	text-align:center;
}


#date {
	position: absolute;
	right: 0px;
	top: 2%;
	min-width: 20%;
	text-align: center;
	background-color: rgba(255, 255, 255, .6);
	padding: 20px;
}

#desc {
	position: absolute;
	left: 0px;
	top: 65%;
	width: 100%;
	min-height: 35%;
	color: white;
	background-color: rgba(0, 0, 0, 1);
}
	
.cols {
	float: left;
	width:35%;
	border-left: 1px solid white;
	margin: 15px 0 15px 80px;
	padding-left: 30px;
}
.sponsors{
	clear:left;
	margin-top:5px;
	margin-bottom:10px;
	padding-top:5px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	line-height:150%;
}
.noborder{
	border:none;
}
/* Countdown Clock
================================================== */
#defaultCountdown {
	color:#000;
	margin-top:20px;
}
.hasCountdown {
	background-color: #eee;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	color: #888;
}
.countdown_row {
	clear: both;
	width: 100%;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}

.footer_text{
	line-height:50px;
	vertical-align:middle;
	padding-left:20px;
	padding-bottom:20px;
	float:right;
	padding-right:50px;
}
.lakelands{
	float:right;
	padding-right:50px;
}
.sponsor_link{
	float:left;
	text-align:center;
	width:33%;
	padding-top:10px;
}
.sponsor_back_ground{
	background-color:#FFF;
	height:320px;
}
.time{
	float:left;
	width:200px;
	padding:5px;
	margin-left:50px;
}
.event{
	padding:5px;
}
.center{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.services{
	list-style-type:circle;
	padding-left:25px;
}