/*********** MAIN ************/
html{
	height:100%;
}

body{
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	font-family:Arial;
	color: #333333;
	background: url("../images/background5.jpg");
	/**background: url("../images/slice2.png") repeat-x repeat-y;*/
}

img{
	border:0px;
}

.mainWrapper{
	height:auto;
	margin: 0 auto;
	width:100%;
	position:relative;
	z-index:1;
	
}
.contentDiv{

}
/*********** HEADER ************/
.header{
	width:100%;
}


.mainNav{
	background: #f48466;
	height: 55px;
	width:100%;
	font-family: Georgia;
	
}

#mainNavContent{
	width: 1050px;
	text-align: center;
	margin:0 auto;
	padding-top:12px;

}
.navLink{
	display:block;
	text-align:center;
	float:left;
	width:90px;
}

.navLink a{
	color: #FFFFFF;
	font-size: 16px;
	text-decoration:none;
}

.navLink a:hover{
	font-style:italic;
}


.mainNav a:hover{
	font-style:italic;
}

.downArrow{
	top:14px;
	position:relative;
}

#bluePanel{
	height:62px;
	width:100%;
	background: #7db2ce;
	position:absolute;
	z-index:0;
	left:0px;
	top:55px;
	border-top:85px solid #FFFFFF;
}
#headerImages{
	width:1000px;
	z-index:1;
	margin:0 auto;
	margin-top:15px;
	position:relative;
	height:106px;
}
#mainLogo{
	float:left;
	width:487px;
	height:106px;
}
#mainButton{
	float:right;
	clear:none;
	position:relative;
}

#largeHeaderPanel{
	background: url("../images/white_back1.png");
	height: 306px;
	width:1000px;
	margin:0 auto;
	position:relative;
	z-index:1;
}

#largeHeaderPanelContent{
	height: 306px;
	width:1000px;
	padding:8px;
	overflow:hidden;
	float:left;
}

#headerPanelText{
	float:left;
	width:280px;
	font-family:Arial;
	margin-left:30px;
}

#headerPanelImages{
	float:right;
	width:660px;
	text-align: right;
	overflow:hidden;
}

.heading{
	color:#f48466;
	font-size:42px;
	font-family: Georgia;
	text-align:left;
}

.heading2{
	color:#f48466;
	font-size:28px;
	font-family: Georgia;
	text-align:left;
}
/*********** CONTENT ************/
.content{
	background: url("../images/white_back2.png") no-repeat;
	height: 772px;
	width:997px;
	margin:0 auto;
	margin-top:15px;
	position:relative;
}

.contentLong{
	background: url("../images/white_back3.png") no-repeat;
	height: 1000px;
	width:997px;
	margin:0 auto;
	margin-top:15px;
	position:relative;
}
#contentDiv{
	/*height: 712px;*/
	width:937px;
	padding:30px;
	padding-right:20px;
	overflow:hidden;
	float:left;
	
}

#contentLeft{
	float:left;
	width:610px;
}

.colLeft{
	float:left;

}

.colRight{
	float:right;
}

.centerContent{
	margin:0 auto;
	text-align:center;
}

#contentDiv a{
	color:#7db2ce;
}

#contentDiv a:hover{
	color: #3578a3;
}
/******** PAGE-SPECIFIC *********/

#video{
	float:right;
}
#eventsPanel{
	width:1100px;
	text-align:center;
	margin:0 auto;
	margin-top:20px;
}
.events{
	float:left;
	margin-right:10px;
}

.schedule{
	width:300px;
	margin:0 auto;
	height:400px;
}

.tableTime{
	color:#333333;
}

.tableEvent{
	font-weight:bold;
	color:#7db2ce;
}

table	{
	font-size:12px;	
	border:1px solid #E7E7E7;
}
table tr td	{
	padding:2px;	
}
table tr td.title{
	background-color:#7db2ce;
	padding:4px;
	font-size:14px;
	font-weight:bold;
	
}

.note{
	font-size:12px;
}
/*********** FOOTER ************/
.footer{
	height:30px;
	float:left;
	width:100%;
	text-align: center;
	font-family:Georgia;
	font-size:12px;
	margin-top:10px;

}

.footer a{
	text-decoration: none;
	border:none;
	color:#333333;
}

.footer a:hover{
	text-decoration:underline;
}



/********* INPUT / FORM **************/


/* TICKET PAGE STUFF */

/****

TABLE STUFF

****/

/*
table	{
	font-size:12px;
	
	width:100%;
	
	background-color:#E7E7E7;
	
	border-right:1px solid #999999;
	border-left:1px solid #E7E7E7;
	border-bottom:1px solid #999999;
	
	color:#666666;
	
	font-family:Arial, Helvetica, sans-serif;
	
}
table tr	{
	
}
table input	{
	border:1px solid #CCCCCC;
	border-bottom:1px solid #E7E7E7;
	border-right:1px solid #E7E7E7;
	background-color:white;
	padding:4px;
	
	color:#999999;
}
table tr td.title	{
	background-color:white;
	border:none;
	font-size:18px;
	color:#333333;
	
	padding:30px 0 5px 10px;
	
	border:1px solid #CCCCCC;
	border-top:1px solid #E7E7E7;
	border-left:1px solid #E7E7E7;
	
}
table tr td	{
	padding:10px;
	
	border:none;
	border-top:1px solid #D7D7D7;
	border-bottom:1px solid #D7D7D7;

}
table tr:hover td	{
	
	
	background-color:white;
}
input.submit	{
	border:1px solid #999999;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	background-color:white;
	padding:5px 10px 5px 10px;
	
	color:#990000;
	font-size:22px;
}

input.nostyle	{
	border:none;
	background:none;
	color:#333333;
	height:auto;
	width:auto;
	line-height:inherit;
	
	padding:0;
	margin:0;
	font-size:18px;
}
select	{
	border:1px solid #CCCCCC;
	border-bottom:1px solid #E7E7E7;
	border-right:1px solid #E7E7E7;
	background-color:white;
	padding:4px;
	
	color:#999999;
}

span.note	{
	color:#666666;
	font-size:10px;
}*/

input	{
	padding:2px;	
}

input.error, select.error	{
	border:2px solid red;
	
}

div.notification	{
	border:1px solid #CCCCCC;
	padding:10px;
	color:red;
	background-color:white;
	font-size:11px;
}
