/*Basic 3 Column layout. This style sheet is the property of Florida Value Inc March 2006 and may not be reproduced*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-y;
}
.large {
	font-size: 16px;
}

a:visited, a:link {
	color: #E0841F;
	text-decoration: underline;
	font-weight: bold;
}

a:active, a:hover {
	color: #CC3300;
	text-decoration: underline;
	background-color: #FFFF80;
	font-weight: bold;

}
.arrow {
	margin: 0px;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	height: 19px;
	width: 22px;
}

.highlight {
	font-weight: bold;
	background-color: #F9FC70;
}

img {
	float: left;
	margin-right: 15px;
	border: 1px solid #794711;
	margin-bottom: 15px;
	margin-left: 4px;
}


h1 {
	font-size: 8px;
	font-weight: normal;
	text-indent: 50px;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #794711;
}
h4 {
	text-transform: uppercase;
	background-color: #FBC757;
	text-indent: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #794711;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.box {
	border: 1px solid #794711;
	padding: 2px;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}


.yellow {
	background-color: #FCF7A5;
	padding: 6px;
	width: 94%;
}
.ctext {
	text-align: center;
}

#wrapper {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 25px;
	top: 0px;
	width: 770px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
}


#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 150px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #006600;
}
#navigation li a:link, #navigation li a:visited  {
	display: block;
	padding: 2px;
	border-left: 1px solid #006600;
	border-right: 1px solid #006600;
	background-color: #FBC757;
	color: #794711;
	text-decoration: none;
}


#navigation li a:hover {
	background-color: #FCF7A5;
	color: #E0841F;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #794711;
	border-left-color: #794711;
	border-top-color: #794711;
	border-bottom-color: #794711;
}

#left {
	float: left;
	width: 250px;
	padding-top: 125px;
}
.leftbox {
	padding: 4px;
	width: 242px;
	border: 1px solid #FBC757;
	clip: rect(auto,auto,auto,auto);
}

#right {
	float: right;
	width: 240px;
	padding-top: 125px;
}
.rightbox {
	padding: 4px;
	width: 224px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FBC757;
}

/*Appears first in source code*/
#mid {
	position: absolute;
	width: 256px;
	left: 289px;
	top: 135px;
	background-color: #FFFFF4;
	z-index: 8;
	padding: 2px;
	border: 1px solid #FFD68B;
}
#mid h4 {
	background-color: #FDF7B5;
}

ol {
	font-size: 13px;
	font-weight: bold;
}

.pad {
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
}

 #tickets {
	z-index: 20;
}
#tickets h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	display: inline;
}


#foot {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
	background-color: #FBC757;
}

