@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
	}
	
body {
	text-align: center;
	background: #000 url(images/background.gif) repeat center 0px;
	}
	
#wrapper {
	width: 770px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
	}

ul#header {
	background: #000 url(images/background.gif) repeat center -4px;
	border-top: 4px solid #3cf;
	height: 110px;
	padding: 0 10px 0 20px;
	overflow: hidden;
	}
	
#home ul#header {
	background: url(images/header-home.jpg) no-repeat left top;
	height: 270px;
	padding: 0 10px 0 20px;
	overflow: hidden;
	border: none;
	}
	
ul#header li {
	display: inline;
	list-style: none;
	}
	
ul#header li.h-logo a {
	float: left;
	background: url(images/logo.gif) no-repeat left bottom;
	width: 240px;
	height: 101px;
	margin: 5px 0 0;
	}
	
#home ul#header li.h-logo a {
	float: left;
	background: url(images/logo.gif) no-repeat left bottom;
	width: 240px;
	height: 105px;
	margin: 5px 0 0;
	}

ul#header li.h-badge {
	float: right;
	background: url(images/badge.gif) no-repeat left top;
	width: 125px;
	height: 100px;
	display: none;
	}
	
#home ul#header li.h-badge {
	display: block;
	}
	
ul#header li.h-logo a h1,
ul#header li.h-badge h2 {
	display: none;
	}
	
ul#nav {
	background: url(images/nav.gif) repeat-x left top;
	height: 50px;
	padding: 0 12px;
	overflow: hidden;
	font: normal 14px/16px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	}
	
ul#nav li {
	display: inline;
	list-style: none;
	}
	
ul#nav li a {
	float: left;
	padding: 7px 8px 0;
	height: 23px;
	text-decoration: none;
	color: #fff;
	}
	
ul#nav li.n-login a {
	float: right;
	color: #3cf;
	}
	
ul#nav li a:hover {
	color: #3cf;
	text-decoration: underline;
	}
	
ul#nav li a.on {
	background: #fff;
	height: 27px;
	margin-top: 6px;
	color: #069;
	}
	
#content {
	float: left;
	width: 480px;
	padding: 0 0 20px 20px;
	}

#content h2 {
	font: normal 18px/18px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	color: #069;
	}
	
#content h3 {
	font: normal 16px/18px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px;
	color: #041c3f;
	}
	
#content h4 {
	font: normal 14px/18px Helvetica, Arial, sans-serif;
	margin: 0 0 5px;
	color: #041c3f;
	}
	
#content p,
#content ul,
#content ol {
	font: normal 12px/18px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	}

#content li {
	margin: 0 25px;
	}
	
#home #content p {
	font: normal 13px/18px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	}

#content a,
#sidebar a {
	color: #069;
	}
	
#home #content p {
	font: normal 14px/22px Georgia, "Times New Roman", Times, serif;
	}
	
#home #content p strong {
	font: normal 18px/22px Georgia, "Times New Roman", Times, serif;
	color: #041c3f;
	display: block;
	}

#content form {
	font: normal 12px/18px Georgia, "Times New Roman", Times, serif;
	}
	
#content label {
	float: left;
	width: 100px;
	clear: both;
	text-align: right;
	padding: 1px 5px 5px 0;
	}
	
#content input#u,
#content input#p {
	border: 1px solid #ddd;
	float: left;
	padding: 2px;
	}

#content input#submit {
	float: left;
	clear: both;
	font: bold 11px/11px Helvetica, Arial, sans-serif;
	color: #fff;
	background: #069;
	text-transform: uppercase;
	padding: 6px 8px 5px;
	margin: 0 0 0 105px;
	display: inline;
	}	
	
#content table {
	width: 480px;
	margin: 0 0 10px;
	font: normal 12px/14px Helvetica, Arial, sans-serif;
	}

#content table th {
	font: normal 14px/14px Georgia, "Times New Roman", Times, serif;
	color: #069;
	border-bottom: 3px double #ddd;
	padding: 10px 10px 5px 0;
	}


#content table td {
	padding: 5px 10px 5px 0;
	vertical-align: top;
	border-bottom: 1px dotted #ddd;
	}

#content ul.sponsors {
	}
	
#content ul.sponsors li {
	float: left;
	list-style: none;
	margin: 0;
	width: 150px;
	padding: 0 5px 5px 0;
	height: 100px;
	}
	
#sidebar {
	float: right;
	width: 230px;
	padding: 5px 20px 20px 0;
	}
	
#sidebar h3 {
	font: normal 13px/16px Helvetica, Arial, sans-serif;
	color: #069;
	margin: 0 0 3px;
	}
	
#home #sidebar h3 {
	font: normal 18px/22px Helvetica, Arial, sans-serif;
	}
	
#sidebar p {
	font: normal 11px/16px Helvetica, Arial, sans-serif;
	margin: 0 0 10px;
	text-align: justify;
	color: #069;
	}
	
#sidebar ul {
	font: normal 11px/16px Helvetica, Arial, sans-serif;
	margin: 0 0 10px;
	color: #069;
	}
	
#sidebar li {
	margin: 0 20px;
	}
	
#sidebar ul#subnav {
	border-top: 1px dotted #ddd;
	font: normal 12px/12px Georgia, "Times New Roman", Times, serif;
	}
	
#sidebar ul#subnav li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#sidebar ul#subnav li a {
	float: left;
	width: 214px;
	padding: 5px 8px;
	border-bottom: 1px dotted #ccc;
	}
	
#sidebar ul#subnav li a:hover {
	background: #f9f9f9;
	color: #041c3f;
	}
	
ul#meta {
	clear: both;
	background: #069;
	padding: 20px 0 20px 10px;
	display: none;
	}
	
#home ul#meta {
	display: block;
	}
	
ul#meta li {
	float: left;
	width: 240px;
	padding: 0 0 0 10px;
	list-style: none;
	}

ul#meta li h4 {
	font: normal 18px/18px Helvetica, Arial, sans-serif;
	color: #3cf;
	margin: 0 0 10px;
	}

ul#meta li h5 {
	font: bold 12px/14px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin: 0 0 3px;
	}
	
ul#meta li h6 {
	font: normal 10px/14px Helvetica, Arial, sans-serif;
	color: #3cf;
	margin: 0 0 10px;
	text-transform: uppercase;
	}

ul#meta li p {
	font: normal 11px/14px Helvetica, Arial, sans-serif;
	color: #fff;
	}
	
ul#meta li img {
	display: block;
	margin: 0;
	padding: 0;
	}
	
ul#meta li dl dt {
	float: left;
	clear: both;
	border-top: 1px solid #054e72;
	width: 40px;
	padding: 2px 0;
	font: normal 10px/14px Helvetica, Arial, sans-serif;
	color: #3cf;
	text-transform: uppercase;
	}
	
	
ul#meta li dl dt strong {
	display: block;
	color: #fff;
	font: bold 20px/20px Helvetica, Arial, sans-serif;
	}
	
ul#meta li dl dd {
	float: left;
	border-top: 1px solid #054e72;
	width: 190px;
	padding: 4px 0 10px;
	}

ul#meta li.m-tickets {
	background: url(images/tickets.gif) no-repeat left top;
	height: 200px;
	}
	
ul#meta li.m-tickets p a {
	font: normal 14px/18px Georgia, "Times New Roman", Times, serif;
	padding: 130px 0 0;
	display: block;
	}

ul#meta li a {
	color: #fff;
	}
	
	
ul#meta li.clear {
	clear: both;
	float: none;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
	}

#tab {
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 4px solid #069;
	clear: both;
	height: 16px;
	padding-right: 12px;
	}

#tab a {
	display: block;
	background: #069;
	font: normal 11px/12px Helvetica, Arial, sans-serif;
	padding: 4px 8px 0 7px;
	height: 12px; 
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	float: right;
	color: #3cf;
	}
	
#tab a strong {
	color: #fff;
	}
	
#tab a#tOff {
	display: none;
	}
	
#footer {
	clear: both;
	background: #041c3f;
	padding: 15px 20px 0;
	height: 40px;
	font: normal 10px/10px Helvetica, Arial, sans-serif;
	}
	
#footer p,
#footer p a {
	color: #069;
	text-decoration: none;
	}
	
#footer p a:hover {
	color: #3cf;
	}
	
#footer p.fl {
	float: left;
	}

#footer p.fr {
	float: right;
	}
	
/* social */

ul#social {
	border-top: 1px solid #054e72;
	margin: 15px 0 0;
	padding: 8px 0 0;
	width: 230px;
	}
	
ul#social li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 111px;
	height: 30px;
	}

ul#social li.left { float: left; }
ul#social li.right { float: right; }	
