body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/back_pagegrad.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

a {
	color: #F97201;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
}

p, li, ul, ol {
	margin: 0px;
}

p, li, td {
	line-height: 130%;
}

p, ul, ol {
	padding: 0px 0px 10px 0px;
}

li {
	padding: 0px 0px 5px 0px;
	margin-left: 14px;
}

h1 {
	color: #0E99C0;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: normal;
}

h2 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

h3 {
	color: #0E99C0;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

form {
	padding: 0px;
	margin: 0px;
}

.errormsg, .errormsg p, .errormsg li {
	color: #FF0000;
}

#pageback {
	background-image: url(images/back_page.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#pagesurround_home {
	width: 904px;
	margin: 0 auto;
	padding: 0px;
}

#pagesurround {
	width: 914px;
	margin: 0 auto;
	padding: 0px;
	background-color: #FFFFFF;
}

#contentpad {
	width: 902px;
	margin: 0 auto;
	padding: 0px;
}

#homeimage {
	height: 566px;
	overflow: hidden;
	position: relative;
	background-image: url(images/homepic_none.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#pageheader {
	height: 70px;
	margin: 0px;
	padding: 0px;
}

#subpageheader {
	height: 157px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header_subpage.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#logofloat {
	float: left;
	width: 220px;
	padding: 0px;
	margin: 8px 0px 0px 0px;
	text-align: right;
}

#headernav {
	padding: 10px 40px 0px 230px;
	margin: 0px;
}

#topnav {
	height: 14px;
	padding: 0px;
	margin: 0px;
	margin-right: 132px;
}

#topnav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#topnav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	float: right;
	line-height: normal;
}

#topnav li a {
	float: left;
	display: block;
	height: 14px;
	line-height: 14px;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	padding:  0px 8px 0px 8px;
	white-space: nowrap;
}

#topnav li a:hover {
	color: #F97201;
}

#topnav li a.topnavon {
	float: left;
	display: block;
	height: 14px;
	line-height: 14px;
	color: #F97201;
	font-size: 11px;
	text-decoration: none;
	padding:  0px 8px 0px 8px;
	white-space: nowrap;
}

#topnav li a.topnavon:hover {
	color: #FFFFFF;
}

#searchfloat {
	float: right;
	width: 119px;
	height: 14px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999999;
}

#headsearchbutton {
	float: right;
	width: 14px;
	height: 14px;
	overflow: hidden;
	text-align: right;
}

#headsearchbox {
	float: left;
	width: 105px;
	padding: 0px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	background-color: #FFFFFF;
}

#headsearchbox input {
	padding: 0px;
	margin: 0px;
	border: none;
	background-color: #FFFFFF;
	font-size: 9px;
	width: 105px;
	height: 14px;
}

#mainnav {
	background-color: #009CBF;
	height: 20px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

#mainnav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#mainnav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	float: left;
	position: relative;
	line-height: normal;
}

#mainnav li a {
	float: left;
	display: block;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding:  0px 8px 0px 8px;
	background-color: #009CBF;
	border-left: 1px solid #88D3E4;
}

#mainnav li a:hover {
	background-color: #E4A337;
}

#mainnav li a.mainnavon {
	float: left;
	display: block;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding:  0px 8px 0px 8px;
	background-color: #E4A337;
	border-left: 1px solid #88D3E4;
}

#mainnav li a.mainnavon:hover {
	color: #EDF1F4;
}

#footspacer {
	height: 100px;
	background-image: url(images/back_footertop.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#homefooter {
	background-image: url(images/back_footergrad.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#homefootright {
	float: right;
	width: 288px;
	height: 115px;
	overflow: visible;
	background-color: #FFFFFF;
	background-image: url(images/back_footervert.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#footerlinks {
	float: left;
	width: 107px;
	padding: 12px 0px 0px 0px;
}

#footerlinks ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style-type: none;
}

#footerlinks li {
	margin: 0px;
	padding: 0px 0px 2px 0px;
	list-style-type: none;
	line-height: normal;
}

#footerlinks a {
	color: #F97201;
	text-decoration: none;
}

#footerlinks a:hover {
	text-decoration: underline;
}

#footersponsor {
	float: left;
	width: 180px;
	background-image: url(images/back_footervert.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#footersponsorpad {
	padding: 3px 0px 0px 3px;
}

#homefootleft {
	float: left;
	width: 320px;
	height: 115px;
	overflow: visible;
	background-color: #FFFFFF;
}

#footerphoto {
	padding: 0px 3px 3px 3px;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
}

#homefootmiddle {
	margin: 0px 295px 0px 330px;
}

#footerupdates {
	padding-top: 5px;
	line-height: 20px;
	font-size: 11px;
}

#footeraddress {
	padding: 10px 0px 0px 0px;
	font-size: 10px;
}

.clearfloats {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#bisonevents {
	background-color: #FFFFFF;
	height: 120px;
	margin: 0px 5px 0px 5px;
}

#bisonevents_scroll {
	height: 120px;
	overflow: scroll;
	overflow-x: hidden;
}

#upcevents {
	background-color: #FFFFFF;
	height: 120px;
	margin: 0px 5px 0px 5px;
}

#upcevents_scroll {
	height: 120px;
	overflow: scroll;
	overflow-x: hidden;
}

.homeeventcell {
	background-image: url(images/back_homeeventcell.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	height: 38px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 10px;
	color: #333333;
}

.homeeventpad {
	padding: 5px 0px 0px 8px;
}

#theatreevents {
	background-color: #FFFFFF;
	height: 96px;
	margin: 0px 3px 0px 3px;
	text-align: center;
}

#theatre_right {
	position: absolute;
	right: 0px;
	top: 58px;
	width: 6px;
	height: 22px;
	float: right;
}

#theatre_left {
	position: relative;
	left: -3px;
	top: -62px;
	width: 6px;
	height: 22px;
	float: left;
}

#theatre_right_new {
	position: absolute;
	right: 0px;
	top: 58px;
	width: 8px;
	height: 29px;
	float: right;
}

#theatre_left_new {
	position: relative;
	left: -4px;
	top: -62px;
	width: 8px;
	height: 29px;
	float: left;
}

#homequicklinks {
	background-color: #FFFFFF;
	height: 93px;
	margin: 0px 5px 0px 5px;
}

.quicklinkrow {
	height: 18px;
	line-height: 18px;
	font-weight: bold;
	padding-left: 10px;
}

#homephotogal {
	text-align: center;
	margin: 0px 5px 0px 5px;
}

#homephotogal img {
	border: 1px solid #FFFFFF;
}

#homephotogalthumbs {
	padding-top: 4px;
}

#subpagetitle {
	height: 60px;
	line-height: 60px;
	background-image: url(images/back_title.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 17px;
	color: #009CBF;
	font-weight: bold;
	margin-top: 10px;
	padding: 0px 0px 0px 20px;
}

#pagecontentpad {
	padding-top: 30px;
}

#singlecolumn {
	margin: 0px 160px 0px 20px;
}

#subnavcolumn {
	float: left;
	width: 190px;
	border-bottom: 1px solid #CCCCCC;
}

#subnavmargin {
	margin: 0px 160px 0px 220px;
}

.subnav a {
	display: block;
	font-size: 12px;
	color: #E86E34;
	font-weight: bold;
	padding: 7px 0px 7px 18px;
	border-top: 1px solid #CCCCCC;
	text-decoration: none;
}

.subnav a:hover {
	color: #0E99C0;
	text-decoration: none;
}

.subnavon a {
	display: block;
	font-size: 12px;
	color: #0E99C0;
	font-weight: bold;
	padding: 7px 0px 7px 18px;
	border-top: 1px solid #CCCCCC;
	text-decoration: none;
}

.subnavon a:hover {
	color: #E86E34;
	text-decoration: none;
}

.tertnav {
	padding: 0px 0px 0px 18px;
	background-image: url(images/back_tertnav_off.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.tertnav a {
	display: block;
	font-size: 11px;
	color: #E86E34;
	padding: 0px 0px 8px 10px;
	text-decoration: none;
}

.tertnav a:hover {
	color: #0E99C0;
	text-decoration: none;
}

.tertnavon {
	padding: 0px 0px 0px 18px;
	background-image: url(images/back_tertnav_on.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.tertnavon a {
	display: block;
	font-size: 11px;
	color: #0E99C0;
	padding: 0px 0px 8px 10px;
	text-decoration: none;
}

.tertnavon a:hover {
	color: #E86E34;
	text-decoration: none;
}

.popupsurround {
	background-color: #FFFFFF;
	padding: 20px;
	/*border: 2px solid #CCCCCC;*/
}

.popupnav {
	width: 100px;
	float: right;
}

.popupnav a {
	color: #F97201;
	text-decoration: none;
	font-size: 11px;
}

.popupnav a:hover {
	text-decoration: underline;
}

#contactaddressfloat {
	float: right;
	width: 185px;
}

#contactaddressmargin {
	margin-right: 200px;
}

.formlabel {
	color: #0099CC;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
}

.tablehead {
	background-color: #00B0D8;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	border-right: none;
}

.equiptable {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.equiptable td {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.rowcolornorm {
	background-color: #F4F4F4;
}

.rowcoloralt {
	background-color: #FFFFFF;
}

.roomtabfloat {
	float: left;
	width: 120px;
	background-image: url(images/back_caltab.jpg);
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-right: 3px;
	height: 21px;
	line-height: 21px;
}

.roomtabfloat a {
	display: block;
	height: 21px;
	line-height: 21px;
	font-size: 10px;
	color: #E86E34;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}

.roomtabfloat a:hover {
	text-decoration: underline;
}

.roomtabfloaton {
	float: left;
	width: 120px;
	background-image: url(images/back_caltabon.jpg);
	margin-right: 3px;
	height: 21px;
	line-height: 21px;
}

.roomtabfloaton a {
	display: block;
	height: 21px;
	line-height: 21px;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}

.roomtabfloaton a:hover {
	text-decoration: underline;
}

#roomcontainer {
	/*clear: left;*/
}

.parkingheader {
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #CCCCCC;
	height: 24px;
	line-height: 24px;
	cursor: hand;
	cursor: pointer;
}

.theatrefloat {
	float: left;
	width: 170px;
	margin: 0px 8px 8px 0px;
	background-color: #CCCCCC;
}

.theatrefloatimg {
	text-align: center;
	padding-top: 4px;
	height: 140px;
	overflow: hidden;
}

.theatrefloattxt {
	padding: 8px;
	font-size: #333333;
}

.theatrefloatbtn {
	float: right;
	width: 10px;
	text-align: left;
}

.newslistrow {
	clear: right;
	padding-top: 10px;
}

.newslistdate {
	float: left;
	width: 65px;
	color: #0E99C0;
}

.newslisttext {
	float: right;
	width: 450px;
	border-left: 1px solid #CCCCCC;
}

.newslisttitle {
	padding-left: 10px;	
}

.newslistcontent {
	padding-left: 10px;	
}

.newsimagecontainer {
	height: 100px;
}

.newsimagefloat {
	float: left;
	width: 100px;
	height: 100px;
}

.fileext {
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
}

.photofloat {
	float: left;
	width: 155px;
	height: 150px;
	margin-right: 10px;
}

.photoborder {
	border: 3px solid #CCCCCC;
}

.photoborder:hover {
	border: 3px solid #0099CC;
}

.photoicon {
	float: left;
	width: 10px;
	padding-top: 5px;
}

.photolabel {
	font-size: 11px;
	color: #666666;
	margin-left: 15px;
	padding-top: 2px;
}

.photolabel a {
	color: #666666;
}

.photolabel a:hover {
	color: #F97201;
}

.sponsorsignage {
	width: 50%;
	text-align: left;
}

.sponsorsignage img {
	border: 3px solid #CCCCCC;
}

.sponsorsignage img:hover {
	border: 3px solid #0099CC;
}

#popupheader {
	height: 34px;
	line-height: 34px;
	background-image: url(images/back_popupheader.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 10px;
	color: #0099CC;
	text-align: left;
}

#popuplogo {
	float: left;
	text-align: right;
	width: 30px;
	padding-top: 7px;
}

#popupclose {
	float: right;
	width: 20px;
	text-align: left;
	padding: 10px 0px 0px 0px;
}

#popupbacknext {
	float: right;
	width: 350px;
	text-align: left;
	padding: 6px 0px 0px 0px;
}

#popuptitle {
	margin: 0px 375px 0px 50px;
	height: 34px;
	line-height: 34px;
	color: #0099CC;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

#popupcontent {
	padding: 20px;
}

.sponsorfloat {
	float: right;
	width: 160px;
	height: 150px;
	text-align: center;
}

.sponsorcell {
	width: 33%;
	height: 150px;
	text-align: center;
}

#guestrightcolumn {
	float: right;
	width: 173px;
}

#guestleftcolumn {
	margin-right: 190px;
}

#guestrightbox_office {
	background-color: #91247E;
	padding: 5px;
	margin-bottom: 5px;
}

#guestrightbox_fmcvb {
	background-color: #E75457;
	padding: 5px;
	margin-bottom: 5px;
}

#guestrightbox_timelapse {
	background-color: #E75457;
	padding: 5px;
	margin-bottom: 5px;
}

#guestrightbox_ordertickets {
	background-color: #91247E;
	padding: 5px;
	margin-bottom: 5px;
}

#guestrightbox_contact {
	background-color: #91247E;
	padding: 5px;
	margin-bottom: 5px;
}

.guestrightboxheader {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
}

.guestrightboxcontents {
	background-color: #FFFFFF;
	color: #333333;
	border: 1px solid #FFFFFF;
}

.guestheader {
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	cursor: hand;
	cursor: pointer;
}

ul.greencheck {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.greencheck li {
	background-image: url(images/back_greencheck.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 0px 5px 20px;
}

#sponsortest {
	float: left;
	width: 190px;
	clear: left;
	padding-top: 10px;
}

.leftsponsortest {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-size: 14px;
}

.leftsponsorcaption {
	color: #333333;
	font-size: 11px;
}

.eventdetailtitle {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 15px;
}

.eventdetailsub {
	background-image: url(images/back_eventdetail.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 15px 15px 0px 15px;
}

.footer_icons a{
	color: #3d527c;
	text-decoration: none;
	font-size: 9px;
}

.footer_icons a:hover {
	text-decoration: underline;
}

.footer_icons a img {
	text-decoration: none;
}
