/*
1. Universal Fixes
2. Florida Specifics
3. Navigation
4. Content
5. Footer
*/


/** Universal Fixes **/

* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

select {
	padding: 1px;
}

option {
	padding: 0 5px 0 0;
}

#scrollfix {
	position: absolute;
	top: 0;
	bottom: -0.1px;
	width: 1em;
}

#heightfixer {
}

.clear {
	clear: both;
}

.error {
	border: 2px solid #FF0000 !important;
	color: #FF0000;
}


/** Florida Specifics **/

body, html {
	height: 100%;
	background-color: #22A9E0;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 1000px;
	height: 100%;
	background-image: url(../_images/background-shadow.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
}

#containerinternal {
	width: 900px;
	background-image: url(../_images/background-shadow.jpg);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0 50px;
	position: relative;
}

#header {
	height: 195px;
	background-image: url(../_images/background-header.jpg);
	background-repeat: no-repeat;
}

#header div#titletext {
	padding: 15px 0 0 70px;
	color: #FFFFFF;
	font-size: 24pt;
}

#header div#titletext span {
	color: #FF9900;
}

#header div#bookonline {
	margin: 50px 0 0 660px;
	color: #FF9900;
	text-align: center;
	font-size: 22pt;
	line-height: 25px;
}

#header div#bookonline span {
	color: #FFFFFF;
	font-size: 14pt;
}


/** Navigation **/

#nav {
	height: 44px;
	background-image: url(../_images/background-menu.jpg);
	background-repeat: repeat-x;
	position: relative;
}

#navfix {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.stars {
	position: absolute;
	top: 0;
	left: 73px;
	z-index: 1;
}

#nav ul {
	position: relative;
	padding: 16px 0 0 5px;
	list-style: none;
	z-index: 2;
	float: left;
}

#nav ul li {
	float: left;
	padding: 0 8px;
	line-height: 15px;
	border-right: 1px solid #5BCAF4;
}

#nav ul li.last {
	border: 0px;
}

#nav ul li a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #FF9900;
}

#quicksearchform {
	color: #333333;
	font-weight: bold;
	font-size: 10pt;
	float: right;
	padding: 0 10px 0 0;
	margin: 13px 0 0 0;
}

#quicksearchform select, #quicksearchform label  {
	float: left;
	margin: 0 3px;
}

#quicksearchform select#ID {
	font-size: 8pt;
	width: 140px;
}

#quicksearchform label {
	padding: 2px 0 0 0;
}

.shadow1 {background-color: #8F8F8F; height: 1px; font-size: 1px;}
.shadow2 {background-color: #9A9A9A; height: 1px; font-size: 1px;}
.shadow3 {background-color: #A7A7A7; height: 1px; font-size: 1px;}
.shadow4 {background-color: #B6B6B6; height: 1px; font-size: 1px;}
.shadow5 {background-color: #C8C8C8; height: 1px; font-size: 1px;}
.shadow6 {background-color: #D8D8D8; height: 1px; font-size: 1px;}
.shadow7 {background-color: #E5E5E5; height: 1px; font-size: 1px;}
.shadow8 {background-color: #EFEFEF; height: 1px; font-size: 1px;}
.shadow9 {background-color: #F7F7F7; height: 1px; font-size: 1px;}
.shadow10 {background-color: #FCFCFC; height: 1px; font-size: 1px;}

#breadcrumbs {
	clear: both;
	padding: 5px 10px 0 10px;
	font-size: 8pt;
	width: 400px;
	text-align: right;
	position: absolute;
	top: 249px;
	right: 50px;
}

#breadcrumbs a {
	color: #333333;
}

#breadcrumbs a.crumb {
	color: #999999;
	text-decoration: none;
}

/** Content **/

#content {
	padding: 20px 20px;
	font-size: 10pt;
	background-color: #FFFFFF;
	width: 860px;
	overflow: auto;
}

h1.contentheading {
	width: 605px;
	float: left;
}

/** Footer **/

#footer {
	clear: both;
	background: #2953A5;
	width: 100%;
	overflow: hidden;
}


.colcont {
	border-top: 1px solid #999999;
	width: 850px;
	margin: 10px auto;
	padding: 0 0 30px;
	position: relative;
	overflow: hidden;
}

.footercolhead {
	width: 175px;
	padding: 0;
	margin: 0;
	color: #FF9900;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.footercolone {
	width: 175px;
	float: left;
	display: inline;
	margin: 10px 0;
	padding: 0;
}

.footercol {
	width: 175px;
	float: left;
	display: inline;
	margin: 10px 0 10px 20px;
	padding: 0;
}

#footer ul {
	width: 170px;
	border-top: 2px solid #999999;
	list-style: none;
	padding: 0;
	margin: 5px 0 15px;
	font-size: 8pt;
	font-weight: bold;
}

#footer ul li.top {
	margin: 5px 0 0 0;
}

#footer ul li a {
	width: 170px;
	padding: 4px 0 2px;
	margin: 0 0 0 3px;
	border-bottom: 1px solid #999999;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

.footerbottomcont {
	width: 850px;
	float: left;
	clear: both;
}

#footer ul.footerbottomlist {
	width: 850px;
	padding: 5px 0 0;
	float: left;
	}

#footer ul.footerbottomlist li {
	width: 100px;
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	}
	
#footer ul.footerbottomlist li.first{
	width: 120px;
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	}

#footer ul.footerbottomlist li a {
	border: none;
	border-bottom: 1px solid #999999;
	width: 100px;
	}

#footer ul.footerbottomlist li a.first {
	border: none;
	border-bottom: 1px solid #999999;
	width: 120px;
	}

.prowebinfo {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../_images/icon-proweb.jpg);
	background-repeat: no-repeat;
	background-position: right;
	line-height: 23px;
	padding: 0 45px 0 0;
	margin: 10px 0 0 0;
}

.prowebinfo a {
	color: #FF9900;
	}

#bookmarkbox {
	float: left;
	width: 255px;
}

.offerbox {
	margin: 10px 0;
	padding: 5px;
}

.offercontainer {
	border: 4px solid #FF6600;
	background-color: #FFFFFF;
	padding: 5px;
}

.offercontainer .offercontent {
	width: 650px;
	float: left;
	padding: 0 0 0 10px;
}

.offercontent span {
	font-size: 12pt;
	color: #FF6600;
	font-weight: bold;
}

.offerbox h2 {
	border: 4px solid #FF6600;
	border-bottom: 0px;
	background-color: #F9DEB0;
	font-size: 12pt;
	color: #000000;
	position: relative;
	padding: 3px 0 2px 4px;
	text-align: left;
}

.offerbox img {
	float: left;
	padding: 4px;
}

.ticketslist {
	padding-left:20px;
	margin-bottom:20px;
}