/*********** 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;*/
	
	background:#2b0812 url(../images/back_repeat.png) top left repeat-x;
}

img{
	border:0px;
}

.mainWrapper{
	height:auto;
	margin: 0 auto;
	width:100%;
	position:relative;
	z-index:1;
	
	background:url(../images/pattern.png) center 110px repeat-y;
	
}
.contentDiv{
	
}
/*********** HEADER ************/
.header{
	width:100%;
}


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

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

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

}

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


}

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


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

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

#bluePanel{
	position:absolute;
	height:147px;
	width:100%;
	background:url(../images/header_back.png) top left repeat-x;
	
	top:55px;
	left:0;
	/*border-top:85px solid #FFFFFF;*/
}
#headerImages{
	width:1000px;
	z-index:1;
	margin:0 auto;
	margin-top:15px;
	position:relative;
	height:114px;
}
#mainLogo{
	float:left;
	width:456px;
	height:114px;
	margin-top:-12px;
	margin-left:10px;
}
#mainButton{
	float:right;
	clear:none;
	position:relative;
}
#presented	{
	/*float:right;
	clear:none;
	position:relative;
	margin-right:20px;*/
}

#largeHeaderPanel{
	/*background: url("../images/top.gif");*/
	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:670px;
	overflow:hidden;
}

.heading{
	/*color:#543019;*/
	color:#543019;
	font-size:42px;
	font-family: Georgia;
	text-align:left;
}
h1.heading{
	/*color:#543019;*/
	color:#543019;
	font-size:42px;
	font-family: Georgia;
	text-align:left;
	
	margin:0;
	padding:0;
	line-height:normal;
	font-weight:normal;
}

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


}

#contentDiv{
	height:auto;
	overflow:hidden;
	
	margin-top:31px;
	background: url("../images/content_back.png");
	
	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:#099;
}

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

#contentRight	{
	float:right;	
}
#video	{
	border:1px solid #CCC;	
}

#eventsPanel{
	width:1100;
	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{
	clear:both;
	height:30px;
	
	font-family:Georgia;
	font-size:12px;
	text-align:center;
	
	padding-top:40px;
	
	position:relative;
	width:997px;
	
	margin:auto;
	
	background:url(../images/content_back_footer.png) no-repeat;
	color:#FFF;
	

}

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

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



table	{
	border:none;	
}
/********* 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:#FFF;
	font-size:11px;
}



table.tickets	{
	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.tickets tr	{
	
}
table.tickets input	{
	border:1px solid #CCCCCC;
	border-bottom:1px solid #E7E7E7;
	border-right:1px solid #E7E7E7;
	background-color:#FFF;
	padding:4px;
	
	color:#666;
}
table.tickets tr td.title	{
	background-color:#FFF;
	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.tickets tr td	{
	padding:10px;
	
	border:none;
	border-top:1px solid #D7D7D7;
	border-bottom:1px solid #D7D7D7;

}
table.tickets tr:hover td	{
	
	
	background-color:#FFF;
}

#submitButton	{
		border:1px solid #999999;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	background-color:#FFF;
	padding:5px 10px 5px 10px;
	
	color:#990000;
	font-size:22px;	
}

/* TABLE FOR WINNERS PAGE */
table.winners	tr td{
	text-align:right;
	font-size:12px;
	border-bottom:1px solid #E7E7E7;
}

table.winners	tr td.heading{
	text-align:left;
	
}
table.winners	tr td.center{
	text-align:right;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	
}
.xl78	{
	font-size:8.0pt;
	font-weight:700;
	font-family:Arial, sans-serif;
	
	text-align:right;

}


/* NEW FORM STUFF */

/* form styles */

form.format {
	/*width: 360px;*/
	width:600px;
	text-align: left;
	
	background-color:#E7E7E7;
	border:1px solid #CCCCCC;
	
	padding:20px;
}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

legend {
	display: none;
}

form.format h3 {
	clear: both;
	padding: 5px 0px 10px 0px;
	font-size: 14px;
}

form.format label {
	display: block;
	width: 310px;
	font-size: 12px;
	/*line-height: 14px;*/
	padding: 0px 0px 12px 0px;
}

form.format input {
	display: block;
	float:left;
	vertical-align:middle;
}

form.format select {
	float: left;
	display: block;
}


form.format label.auto	{
 display:block;
 float:left;
 width:auto;
 height:auto;

}
form.format input.sma{
display:block;
padding:0;
float:left;
margin-top:0px;
width:80px;
}
form.format select.sma		{
display:block;
padding:0;
float:left;
margin-top:0px;
}



form.format label.sma	{
float: left;
margin: 0px 10px 0px 0px;
width: 80px;	
}
form.format label.sma input	{
float: left;
padding:0;
width: 80px;	
}



form.format label.med	{
float: left;
margin: 0px 10px 0px 0px;
width: 120px;	
}
form.format label.med input	{
float: left;
padding:0;
width: 120px;	
}




form.format label.lar	{
float: left;
margin: 0px 10px 0px 0px;
width: 160px;	
}
form.format label.lar input	{
float: left;
padding:0;
width: 160px;	
}


/*form.format label.clear,
form.format label.field-first,
form.format label.field-address,
form.format label.field-city,
form.format label.field-email {
	clear: left;
}


form.format label.field-first,
form.format label.field-last,
form.format label.field-city,
form.format label.field-email,
form.format label.field-phone {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 150px;
}

form.format label.field-first input,
form.format label.field-last input,
form.format label.field-email input,
form.format label.field-city input,
form.format label.field-phone input {
	float: left;
	width: 150px;
	padding: 0px;
}*/

form.format label.field-province {
	float: left;
	margin-right: 10px;
	width: 170px;
}

form.format label.field-province select {
	width: 170px;
	float: left;
	margin-top: 3px;
}



form.format label.radioitem {
	clear: none;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 15px 0px;
}

form.format textarea {
	display: block;
}


form.format label.field-checkbox {
	clear: none;
	margin: 0px 0px 0px 25px;
	padding: 3px 0px 15px 0px;
	width:auto;



}

form.format textarea {
	margin-top: 3px;
}


div.line	{
	width:98%;
	height:1px;
	display:block;
	border-top:1px dotted #CCC;
	
}

.clearfix	{
	clear:both;	
}

ul#ads
{
	list-style: none outside none;
	margin:0; padding:0;
}

ul#ads li
{
	display:block;
	float:left;
	margin:0; padding:0;
}

#column1
{
	float:left;
	width:420px;
}
