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

html {
	min-height: 100%;
}

* { 
	margin: 0;
	padding: 0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/Grey-Wallpaper.jpg);
}
#mainbody {
	min-height: 100;
	height: 100%;
	width: 100%;
	background: url(../images/spacer1.png) repeat-x top;
}
#textbox {

}
#lefttext {
	width: 630px;
}
#rightbox {
	width: 260px;
	float: right;
	height: 365px;
}


#container {
	min-height: 100;
	height: 100%;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
}
#topheader {
	font-weight: bold;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 150px;
	background: url(../images/topheader.jpg);
}
#header {
	font-weight: bold;
	width: 945px;
	height: 145px;
	margin: 0px;
	padding: 0px;
}
#logo {
	background: url(../images/logo.jpg) no-repeat;
	height: 140px;
	float: left;
	width: 360px;
}


#topright {
	width: 250px;
	float: right;
	height: 120px;
}
#countdown {
	float: right;
	margin-top: 10px;
	padding: 0px;
}
#accessibility {
	float: right;
	clear: right;
	margin: 5px 20px 10px 0px;
}

#main {



}
#wrapper {
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

#wrapperticket {
	background: #4c5e72;
	width: 900px;
	margin: 20px auto 10px;
	padding: 15px;
	border: 2px solid #1D2A30;
	-moz-box-shadow: 0 0 10px 4px #1D2A30;
	-webkit-box-shadow: 0 0 10px 4px #1D2A30;
	box-shadow: 0 0 10px 4px #1D2A30;
	height: 560px;
}



#box {
	background: #4c5e72;
	width: 900px;
	margin: 20px auto 10px;
	padding: 15px;
	border: 2px solid #1D2A30;
	-moz-box-shadow: 0 0 10px 4px #1D2A30;
	-webkit-box-shadow: 0 0 10px 4px #1D2A30;
	box-shadow: 0 0 10px 4px #1D2A30;

}

#box p {
	color: #FFF;
	text-align: justify;
	font-size: 12px;
}

#box a {
	color: #FFF;
	text-align: justify;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#box ul li {
	font-size: 12px;
	color: #FFF;
	margin-left: 20px;
	padding-left: 10px;
	text-align: left;
	line-height: 18px;
	list-style: disc inside;
}
#sabina {
	float: right;
	margin-left: 10px;
}

#scrollmessage {
	background: #4c5e72;
	width: 920px;
	margin: 10px auto;
	padding: 5px;
	border: 2px solid #1D2A30;
	-moz-box-shadow: 0 0 10px 4px #1D2A30;
	-webkit-box-shadow: 0 0 10px 4px #1D2A30;
	box-shadow: 0 0 10px 4px #1D2A30;
}

#sponsors {
	background: #FFF;
	width: 910px;
	margin: 10px auto 15px;
	padding: 0px 10px 10px;
	border: 2px solid #1D2A30;
	height: 110px;
	color: #FFF;
	-moz-box-shadow: 0 0 10px 4px #1D2A30;
	-webkit-box-shadow: 0 0 10px 4px #1D2A30;
	box-shadow: 0 0 10px 4px #1D2A30;
}
#sponsors h2 {
	font-size: 14px;
	color: #4C5E72;
	padding-left: 10px;
	padding-top: 3px;
}

#sponsorsaward {
	background: #FFF;
	width: 910px;
	margin: 10px auto 15px;
	padding: 0px 10px 10px;
	border: 2px solid #1D2A30;
	height: 206px;
	color: #FFF;
	-moz-box-shadow: 0 0 10px 4px #1D2A30;
	-webkit-box-shadow: 0 0 10px 4px #1D2A30;
	box-shadow: 0 0 10px 4px #1D2A30;
}
#sponsorsaward h2 {
	font-size: 14px;
	color: #4C5E72;
	padding-left: 10px;
	padding-top: 3px;
}

#footer {
	color: #FFFFFF;
	text-align: right;
	padding: 5px;
	margin: 10px 10px 0px;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 96%;
	height: 20px;
}

.invertedshiftdown{
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 20px;
}
#navigation {
	height: 40px;
	width: 940px;
	padding: 0px;
	margin: 0px auto;
	background: #FFF;
}


.invertedshiftdown ul{
	display: inline;
	padding: 0;
	margin: 0px;
}

.invertedshiftdown li{
	display:inline;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.invertedshiftdown a{
	color: #4c5e72;
	display: inline;
	text-decoration: none;
	height: 22px;
	text-align: center;
	font: bold 14px Arial, Helvetica, sans-serif;
	border: 2px solid #4c5e72;
	margin: 0px 5px;
	width: 100px;
	padding: 2px 5px 12px;
}

.invertedshiftdown a:hover{
	color: white;
	background: #4C5E72;
	text-decoration: none;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
	color: #FFFFFF;
	background: #4c5e72;
	text-decoration: none;
}

#contact {
	color: #333;
	width: 900px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 10px;
	font-size: 12px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#contact p {
	font-weight: bold;
	font-size: 14px;
	color: #333;
}
#contact form table {
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#contact textarea {
	border: 1px solid #CCCCCC;
	padding: 3px;
}
#contact input {
	border: 1px solid #CCCCCC;
	padding: 3px;
}
#contact td {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

#leftcolumn {
	color: #FFF;
	float: left;
	width: 650px;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#leftcolumn a {
	color: #FFF;
	text-align: justify;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

#rightcolumn {
	float: right;
	color: #FFF;
	height: 560px;
	width: 220px;
	border-left: 1px solid #CCCCCC;
	font-size: 14px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
#rightcolumn a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#box h3 {
	color: #FFF;
	text-align: center;
}
#box h4 {
	color: #FFF;
	font-size: 14px;
}
#box h5 {
	color: #FFF;
	font-size: 12px;
}

#shush a{
	color: #1bade6;
	float: right;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#shush a: visited{
	color: #1bade6;
	float: right;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#footer p {
	font-size: 10px;
	text-align: left;
	float: left;
}
#venuelogo {
	width: 135px;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
#image {
	background: #FFF;
	width: 910px;
	margin: 10px auto 0px;
	padding: 0px 10px;
	border: 2px solid #1D2A30;
	color: #FFF;
	-moz-box-shadow: 0 0 10px 4px #1D2A30;
	-webkit-box-shadow: 0 0 10px 4px #1D2A30;
	box-shadow: 0 0 10px 4px #1D2A30;
	text-align: center;
}
#toprightimage {
	float: right;
	margin-left: 10px;
}
#toprightflyer {
	float: right;
	margin-left: 10px;
}
#mainbody #container #main #wrapper #box h2 {
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
}
#video {
	float: right;
	margin-top: 10px;
}
