﻿@charset "UTF-8";
/* CSS Document */

<style type="text/css">
* html img {
	display:block;
}
html, body {
	margin : 0px;
	padding: 0px;

}
img {
	display: block;
	border:0;
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/background_texture.gif);
}
p {
	margin-top: .5em;
}
.button {
float:left;
color:#fff;
font-size:10px;
margin-left:50px;
margin-right:4px;
margin-top:10px;
}

.buttonBottom {
float:left;
color:#fff;
font-size:10px;
margin-right:4px;
margin-top:10px;
}

.ticketButton
{text-align: left;
}

.largeButton {
width:580px;margin-top: 20px; float: left; text-align:justify; color:#fff; line-height:1.5em;
}

.smallButton {
width:200px; padding-top:40px; clear:left; text-align:justify; color:#fff; line-height:1.5em; height: 800px;
}

.bumped {
margin-top:300px;
text-align:right;
}

.nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
.smallnav {
	width: 150px;
	float: left;
	position: relative;
	z-index:2;
	font-size: 11px;
}
.nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 2.5em;
	font-size: 11px;
	left: 0;
	padding-bottom: .25em;
	padding-top: .5em;
	background-color: white;
	line-height: 1.4em;
}
.nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top:42.6px;
	left: 0;
}
.nav li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	color: black;
}
div#header {
	height: 34px;
	margin: 20px 0 0 0;
	width: 850px;
}
div#column2 {
	margin: 0;
	padding: 0;
	background-position: right;
	background-repeat: repeat-y;
	width: 850px;
	background-color: white;
}
div#column1 {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	width: 850px;
}
div#navcol {
	width: 175px;
	float: left;
	text-align: center;
	padding-top: .5em;
	padding-left: .5em;
	padding-right: .5em;
}
div#main {
	padding: 1.5em;
	margin-left: 185px;
	margin-right: 300px;
	text-align: left;
	border-left: #9fc7e2 1px solid;
}
div.main_2 {
	padding: 2em;
	margin-left: 185px;
	text-align: left;
	border-left: #f19b7c 1px solid;
}
div#sidecol {
	width: 300px;
	float: right;
	text-align: bottom;
}
.navcol_container {
	width: 175px;
	text-align: left;
	padding-top: .25em;
}
.sidecol_container {
	width: 275px;
	text-align: left;
}
div#foot {
	border-top: solid #000 1px;
	background-color: #CCCCCC;
	text-align: center;
	width: 850px;
	clear: both;
}
.page_border {
	width: 850px;
	margin: 0;
	padding: 0;
	
}
.page_border_home {
	border: 10px solid white;
	background-color:white;
	width: 850px;
	height: 550px;
	margin: 6.6px;
	padding: 0;
	z-index:0;
}
.page_border_work {
	border: 10px solid white;
	width: 850px;
	height: 760px;
	margin: 0;
	padding: 0;
}

.form_field
{padding-left: 1em;
}
.form_spacing
{padding-bottom:.5em;
}

.line
{border-top: 1px solid #f19b7c;
border-bottom: 1px solid #f19b7c;
padding-top: .5em;
padding-bottom: .5em;
} 

.line_2
{border-top: 1px solid #f19b7c;
margin-top: .75em;} 


.subhead
{font-weight:bold;
font-size: 16px;
padding-bottom:1em;
}
.subhead2
{color: white;
font-size:14px;
}

.subhead3
{color: white;
font-size:14px;
background-color:#d21242;
}

a:link
{color: #fff;
text-decoration:underline;
font-weight:bold;
}

a:hover
{color: #ffff;
text-decoration:none;
font-weight:bold;
}

a:visited
{color: #fff;
text-decoration:underline;
font-weight:bold;
}


.rules
{font-size:10px;
text-decoration:none;
padding-left: .5em;
padding-right: .5em;
color: #d21242;
}

.secret_code
{font-size: 14px;
font-weight:bold;
}
</style>
