/* CSS Document */
/*
most of the body text on parker is 12px, so we do --
 
12/16 = x/100 and x = 75.
 
therefore, we set the body font-size: 75%
 
"From now on it’s easy to think in pixels but still set sizes in terms of ems: 1em is 10px, 0.8em is 8px, 1.6em is 16px, etc."
child pixels / parent pixels = child ems
so in our case:
 
for a 10px footer:  10/12 = 0.833em
for a 14px header: 14/12 = 1.67em
*/
body
{
	font-family:Arial, Helvetica, sans-serif;
	width:750px;
	margin:12px auto;
	padding:0;
	font-size:75%;	
	color:#333333;
}
input
{
	border:solid 1px #CECECE;
	font-size:0.92em;
	height:15px;
}
select
{
	font-size:0.92em;
}
.light
{
	color:#c5ba93;
}
.green
{
	color:#3E5D0C;
}
.bigGreen
{
	font-size:18px;
	color:#3E5D0C;
}
.brightred
{
	color:#cc0000;
}
table.clean
{
    border-top:solid 1px #EEE2CA;
    border-left:solid 1px #EEE2CA;
}
table.clean td
{    
    border-right:solid 1px #EEE2CA;
    border-bottom:solid 1px #EEE2CA;
}
a:link, a:visited
{
	color:#D16E2D;
	text-decoration:none;
}
a:hover, a:active
{
	color:#D16E2D;
	text-decoration:underline;
}
a.orangecross:link, a.orangecross:visited
{
	background-image:url(../images/orangecross.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	color:#D16E2D;
	text-decoration:none;
	padding: 0 0 5px 15px;
	margin:0;
}
a.orangecross:hover, a.orangecross:active
{
	background-image:url(../images/orangecross.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	color:#D16E2D;
	text-decoration:underline;
	padding: 0 0 5px 15px;
}
a.pagingarrowleft, a.pagingarrowleft:link, a.pagingarrowleft:visited
{
	background-image:url(../images/arrow_left.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	color:#d16e2d;
	text-decoration:none;
	padding: 0 0 5px 15px;
}
a.pagingarrowleft:hover, a.pagingarrowleft:active
{
	background-image:url(../images/arrow_left.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	color:#d16e2d;
	text-decoration:underline;
	padding: 0 0 5px 15px;
}
a.pagingarrowright, a.pagingarrowright:link, a.pagingarrowright:visited
{
	background-image:url(../images/arrow_right.gif);
	background-repeat:no-repeat;
	background-position:27px 3px;
	color:#d16e2d;
	text-decoration:none;
	padding: 0 15px 5px 0;
	margin:0;
}
a.pagingarrowright:hover, a.pagingarrowright:active
{
	background-image:url(../images/arrow_right.gif);
	background-repeat:no-repeat;
	background-position:27px 3px;
	color:#d16e2d;
	text-decoration:underline;
	padding: 0 15px 5px 0;
}
a.order:link, a.order:visited
{
	float:right;
	background-image:url(../images/orderbutton.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	color:#D16E2D;
	font-size:11px;
	text-decoration:none;
	padding: 0 0 0 15px;
	margin:0;
	display:block;
	height:9px;	
	line-height:9px;	
}
a.order:hover, a.order:active
{
	float:right;
	background-image:url(../images/orderbutton.gif);
	background-repeat:no-repeat;
	background-position:0 -9px;
	color:#87764c;
	font-size:11px;
	text-decoration:none;
	padding: 0 0 0 15px;
	display:block;
	height:9px;	
	line-height:9px;
}
/* breadcrumbs */
#breadcrumbs
{
    padding:0 0 5px 10px;
    font-size:10px;
    color:#93A470;
}
#breadcrumbs a:link, #breadcrumbs a:visited
{
    color:#93A470;
    text-decoration:underline;
}
#breadcrumbs a:hover, #breadcrumbs a:active
{
    color:#93A470;
    text-decoration:none;
}
/* header */
#header
{
	width:750px;
	height:107px;
	background-image:url(../Images/bg_header.jpg);
	background-repeat:no-repeat;
}	
#header_logo
{
	float:left;
	width:180px;
	height:107px;
}
#header_nav
{
	float:right;
	width:421px;
	padding:29px 10px 0 0;
}
#header_menu
{
    height:30px;
}
#header_menu ul
{
	list-style:none;
	padding:0;
	margin:0;
}
#header_menu li
{
	margin:0;
	padding:0;
	height:30px;
	float:left;	
}
#header_menu li span
{
	position: absolute;
	left: -999em;
	top: 0px;
}
#header_menu li.divider1
{
	background-image:url(../Images/nav_divider1.gif);
	background-repeat:no-repeat;	
	width:25px;
	height:30px;
}
#header_menu li.divider2
{
	background-image:url(../Images/nav_divider2.gif);
	background-repeat:no-repeat;	
	width:26px;
	height:30px;
}	
#header_menu li a.tickets:link, #header_menu li a.tickets:visited
{
	background-image:url(../Images/nav_tickets.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	height:30px;
	width:112px;
	display:block;
}
#header_menu li a.tickets:hover, #header_menu li a.tickets:active
{
	background-image:url(../Images/nav_tickets.gif);
	background-repeat:no-repeat;
	background-position:0 -30px;
	height:30px;
	width:112px;
	display:block;
}
#header_menu li a.ticketsSelected:link, #header_menu li a.ticketsSelected:visited, #header_menu li a.ticketsSelected:hover, #header_menu li a.ticketsSelected:active
{
	background-image:url(../Images/nav_tickets.gif);
	background-repeat:no-repeat;
	background-position:0 -30px;
	height:30px;
	width:112px;
	display:block;
}
#header_menu li a.about:link, #header_menu li a.about:visited
{
	background-image:url(../Images/nav_about.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	height:30px;
	width:92px;
	display:block;
}
#header_menu li a.about:hover, #header_menu li a.about:active
{
	background-image:url(../Images/nav_about.gif);
	background-repeat:no-repeat;
	background-position:0 -30px;
	height:30px;
	width:92px;
	display:block;
}
#header_menu li a.aboutSelected:link, #header_menu li a.aboutSelected:visited, #header_menu li a.aboutSelected:hover, #header_menu li a.aboutSelected:active
{
	background-image:url(../Images/nav_about.gif);
	background-repeat:no-repeat;
	background-position:0 -30px;
	height:30px;
	width:92px;
	display:block;
}
#header_menu li a.directions:link, #header_menu li a.directions:visited
{
	background-image:url(../Images/nav_directions.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	height:30px;
	width:166px;
	display:block;
}
#header_menu li a.directions:hover, #header_menu li a.directions:active
{
	background-image:url(../Images/nav_directions.gif);
	background-repeat:no-repeat;
	background-position:0 -30px;
	height:30px;
	width:166px;
	display:block;
}
#header_menu li a.directionsSelected:link, #header_menu li a.directionsSelected:visited, #header_menu li a.directionsSelected:hover, #header_menu li a.directionsSelected:active
{
	background-image:url(../Images/nav_directions.gif);
	background-repeat:no-repeat;
	background-position:0 -30px;
	height:30px;
	width:166px;
	display:block;
}
#header_buytix
{
	float:right;
	width:112px;
	padding:0;
}
#header_buytix ul
{
	padding:0;
	margin:0;
	list-style:none;
}
#header_buytix li
{
	padding:0;
	margin:0;
	float:left;
}
#header_buytix li span
{
	position: absolute;
	left: -999em;
	top: 0px;
}	
#header_buytix li a:link, #header_buytix li a:visited
{
	display:block;
	background-image:url(../Images/nav_buytix.gif);
	background-position:0 0;
	width:112px;
	height:26px;
}
#header_buytix li a:hover, #header_buytix li a:active
{
	display:block;
	background-image:url(../Images/nav_buytix.gif);
	background-position:0 -26px;
	width:112px;
	height:26px;
}	
#header_img
{
	background-image:url(../Images/bg_header_img.jpg);
	background-repeat:no-repeat;
	width:750px;
	height:93px;
	padding-bottom:10px;
}
/* main */
#main
{
	padding:0;
	margin:0;
}	
#main_experience
{
	width:750px;
	height:243px;
	padding:0 0 19px 0;
	margin:0;
}
#main_hurricane
{
	width:750px;
	height:218px;
	padding:0 0 19px 0;
	margin:0;
}
/* home */
#home_content
{
	margin:0;
	background-image:url(../images/bg_promos.gif);
	background-repeat:repeat-y;
	height:inherit;	
}
#homepromos
{
	float:left;
	width:546px;
	height:inherit;
}
#boxes
{
    background-image:url(../images/bg_homebox.gif);
    background-repeat:repeat-y;
}
#boxes_bot
{
    clear:both;
    background-image:url(../images/bg_homebox_bot.gif);
    background-repeat:no-repeat;
    height:10px;
    padding-bottom:10px;
}
.eventbox
{
	width:170px;
	margin:0;
	padding:0;
}
.eventbox_top
{
	background-image:url(../images/bg_box_top.gif);
	background-repeat:no-repeat;
	width:170px;
	height:10px;
	margin:0;
	padding:0;	
	display:block;	
}
.eventbox_content
{
	width:148px;
	height:inherit;	
	padding:0 11px;
}
.eventbox_content a.promoimg:link, .eventbox_content a.promoimg:visited
{
	width:144px;
	height:100px;
	border:solid 2px #A87A00;
	display: block;
	padding:0;
}

.eventbox_content a.promoimg:hover, .eventbox_content a.promoimg:active
{
	width:144px;
	height:100px;
	border:solid 2px #6e8648;
	display: block;
	padding:0;
}

.eventbox_content a.promotitle:link, .eventbox_content a.promotitle:visited
{
	background-image:url(../images/boxarrow.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	color:#D16E2D;
	text-decoration:none;
	display:block;
	padding: 0 0 5px 15px;
	margin:10px 0 0 0;
}
.eventbox_content a.promotitle:hover, .eventbox_content a.promotitle:active
{
	background-image:url(../images/boxarrow.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	color:#D16E2D;
	display:block;	
	text-decoration:underline;
	padding: 0 0 5px 15px;
	margin:10px 0 0 0;
}
.eventbox_content a.buytix:link, .eventbox_content a.buytix:visited
{
	background-image:url(../images/buynowtix.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	color:#D16E2D;
	text-decoration:none;
	padding: 0 0 0 20px;
}
.eventbox_content a.buytix:hover, .eventbox_content a.buytix:active
{
	background-image:url(../images/buynowtix.gif);
	background-repeat:no-repeat;
	background-position:0 -15px;
	color:#6E8648;
	text-decoration:underline;
	padding: 0 0 0 20px;
}
/* upcoming */
#upcoming
{
	clear:left;
	padding:0;
	margin: 0;
	background-image:url(../images/hdr_upcomingevents.gif);
	background-repeat:no-repeat;
	width:546px;
}
#upcoming_hdr
{
	padding-bottom:18px;
}
.upcomingcol
{
	width:165px;
	padding-right:5px;
	margin-right:18px;
	float:left;
}
.upcomingcolend
{
	width:165px;
	padding-right:5px;
	float:left;
}
#highlights
{
	float:right;
	width:170px;
	background-image:url(../images/hdr_highlights.gif);
	background-repeat:no-repeat;
	padding-top:5px;
}
#highlights_hdr
{
	padding:0 0 10px 0;
}
/* left col */
#leftcol
{
	float:left;
	background-image:url(../images/bg_leftcol.jpg);
	background-repeat:no-repeat;
	width:170px;
	height:374px;
	padding:18px 10px 0 10px;	
}
#leftcol_header
{
	padding-bottom:21px;
}
#leftcol_text
{
	padding:0 5px;
}	
#leftcol_content
{
	width:170px;
	
}
#leftcol_content td
{
	padding-bottom:10px;
}
#leftcol_content ul
{
	list-style:none;
	padding:0;
	margin:0;
}
#leftcol_content li
{
	float:left;
	margin:0 5px 0 0;
	padding:0;
}
#leftcol_content li input
{
	width:130px;
	padding:0;
	margin:0;
}
#leftcol_content li a.keyword:link, #leftcol_content li a.keyword:visited
{
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	width:22px;
	height:19px;
	display:block;
}
#leftcol_content li a.keyword:hover, #leftcol_content li a.keyword:active
{
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0 -19px;
	width:22px;
	height:19px;
	display:block;
}
#leftcol_content li a.search:link, #leftcol_content li a.search.search:visited
{
	background-image:url(../images/searchbutton.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	height:19px;
	width:52px;
	display:block;
}
#leftcol_content li a.search:hover, #leftcol_content li a.search:active
{
	background-image:url(../images/searchbutton.gif);
	background-repeat:no-repeat;
	background-position:0 -19px;
	height:19px;
	width:52px;
	display:block;
}
/* right col */
#rightcol
{
	float:right;
	width:545px;	
}
#headline_about
{
	background-image:url(../images/head_about.gif);
	background-repeat:no-repeat;
	width:545px;
	height:31px;	
}
#headline_directions
{
	background-image:url(../images/head_directions.gif);
	background-repeat:no-repeat;
	width:545px;
	height:31px;	
}
#headline_events
{
	background-image:url(../images/head_tickets.gif);
	background-repeat:no-repeat;
	width:545px;
	height:31px;	
}
#headline_privacy
{
	background-image:url(../images/head_privacy.gif);
	background-repeat:no-repeat;
	width:545px;
	height:31px;	
}
#headline_sitemap
{
	background-image:url(../images/head_sitemap.gif);
	background-repeat:no-repeat;
	width:545px;
	height:31px;	
}
#headline_tickets
{
	background-image:url(../images/head_tickets.gif);
	background-repeat:no-repeat;
	width:545px;
	height:31px;	
}
#headline_404
{
	background-image:url(../images/head_404.gif);
	background-repeat:no-repeat;
	width:545px;
	height:31px;	
}
#headline_500
{
	background-image:url(../images/head_500.gif);
	background-repeat:no-repeat;
	width:545px;
	height:31px;	
}
#regular
{	background-image:url(../images/bg_regular.gif);
	background-repeat:repeat-y;
	width:545px;
	margin:10px 0 0 0;
}
#content
{
	width:399px;
	float:left;
}
#other
{
	padding:0 5px 15px 5px;	
}
#bigheader img
{
	width:405px;
	height:150px;
	margin-bottom:23px;
	border:solid 2px #BD9613;
}
.eventdivider
{
	background-image:url(../images/calendardivider.gif);
	background-repeat:repeat-x;
	height:21px;
	clear:both;
	width:405px;
}
.contentdivider
{
	background-image:url(../images/calendardivider.gif);
	background-repeat:repeat-x;
	height:21px;
	clear:both;
	margin:10px 0;
	width:405px;
}
.generaldivider
{
	background-image:url(../images/calendardivider.gif);
	background-repeat:repeat-x;
	height:21px;
	clear:both;
	margin:10px 0;
	width:inherit;
}
/* right col */
#eventpromos
{
	float:right;
	width:115px;
}	
/* right promos */
.rightpromo
{
	background-image:url(../images/rightpromo.gif);
	background-repeat:repeat-y;
	width:115px;
	height:inherit;
}	
.rightpromo_top
{
	background-image:url(../images/rightpromo_top.gif);
	background-repeat:no-repeat;
	width:115px;
	height:6px;
}	
.rightpromo_bot
{
	background-image:url(../images/rightpromo_bot.gif);
	background-repeat:no-repeat;
	width:115px;
	height:16px;
}	
.rightpromo_content
{
	padding:0 6px;
}	
.rightpromo_content a.promoimg:link, .rightpromo_content a.promoimg:visited
{
	width:99px;
	height:77px;
	border:solid 2px #A87A00;
	display: block;
	margin:0;
	padding:0;
}
.rightpromo_content a.promoimg:hover, .rightpromo_content a.promoimg:active
{
	width:99px;
	height:77px;
	border:solid 2px #6e8648;
	display: block;
	margin:0;
	padding:0;
}
.rightpromo_content a.promotitle:link, .rightpromo_content a.promotitle:visited
{
	background-image:url(../images/boxarrow.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	color:#D16E2D;
	text-decoration:none;
	display:block;
	padding: 0 0 5px 15px;
	margin:5px 0 0 0;
}
.rightpromo_content a.promotitle:hover, .rightpromo_content a.promotitle:active
{
	background-image:url(../images/boxarrow.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	color:#D16E2D;
	display:block;	
	text-decoration:underline;
	padding: 0 0 5px 15px;
	margin:5px 0 0 0;
}
.rightpromo_content a.buytix:link, .rightpromo_content a.buytix:visited
{
	background-image:url(../images/buynowtix.gif);
	background-repeat:no-repeat;
	background-position:0 1px;
	color:#D16E2D;
	text-decoration:none;
	padding: 0 0 0 20px;
	margin:0;
}
.rightpromo_content a.buytix:hover, .rightpromo_content a.buytix:active
{
	background-image:url(../images/buynowtix.gif);
	background-repeat:no-repeat;
	background-position:0 -14px;
	color:#6E8648;
	text-decoration:underline;
	padding: 0 0 0 20px;
	margin:0;
}
/* paging */
.paging
{
	background-image:url(../images/bg_paging.jpg);
	background-repeat:no-repeat;
	width:399px;
	height:19px;
	padding:5px 5px 0 5px;
	font-size:11px;
}	
.paging_top
{
	clear:both;
	height:10px;
}
.paging_left
{
	float:left;
	width:100px;
	color:#666666;
}	
.paging_right
{
	float:right;
	width:200px;
	text-align:right;
}
/* event item */
.eventitem
{
	width:399px;
}
.eventitem_left
{
	float:left;
	background-image:url(../images/bg_eventitem.gif);
	background-repeat:no-repeat;
	padding:6px;
	width:103px;
	margin:0;	
}
.eventitem_right
{
	float:right;
	width:264px;
	padding:0;
	margin:0;
}
.eventitem_left a.promoimg:link, .eventitem_left a.promoimg:visited
{
	display:block;
	width:99px;
	height:77px;
	border:solid 2px #AA7C05;
}
.eventitem_left a.promoimg:hover, .eventitem_left a.promoimg:active
{
	display:block;
	width:99px;
	height:77px;
	border:solid 2px #6e8648;
}
/* event */
#eventdetails
{
	background-image:url(../images/bg_eventdetail.jpg);
	background-repeat:no-repeat;
	width:525px;
	height:204px;
	padding:11px 10px;
	margin:0 0 10px 0;	
}	
#title
{
	background-image:url(../Images/belowtitle.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0 0 0 15px;
	padding:0 0 15px 0;
}
.belowtitle
{
	background-image:url(../Images/belowtitle.gif);
	background-repeat:no-repeat;
	width:264px;
	height:10px;
	float:right;
	margin-top:5px;
}		
img.detail
{
	float:left;
	border:solid 2px #A87A00;
	width:240px;
	height:180px;
	margin:0 15px 0 0;
}
#eventdetails ul
{
	list-style:none;
	padding:0;
	margin:0 0 5px 0;
}
#eventdetails li
{
	float:left;
	padding:0;
	margin:0;
	color:#A87A00;
	font-weight:bold;
	font-size:14px;
}		
#eventdetails td
{
	padding-bottom:5px;
}	
#order
{
	margin-top:10px;
}
#order a:link, #order a:visited
{
	background-image:url(../images/orderbutton.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	width:54px;
	height:9px;
	display:block;
	margin:0;
	padding:0 0 0 15px;
	color:#D16E2D;
	text-decoration:none;	
}	
#order a:hover, #order a:active
{
	background-image:url(../images/orderbutton.gif);
	background-repeat:no-repeat;
	background-position:0 -9px;
	width:54px;
	height:9px;
	display:block;
	color:#6e8648;
		margin:0;
	text-decoration:underline;
}
#eventdesc
{
	padding:0 0 0 10px;
	background-image:url(../images/bg_eventcontent.gif);
	background-repeat:repeat-y;	
}
#eventdesctext
{
	float:left;
	width:335px;
	padding-right:10px;
}
#eventextras
{
	float:right;
	width:170px;
}
#reminder
{
	background-image:url(../images/hdr_reminder.gif);
	background-repeat:no-repeat;
	width:170px;
	height:25px;
	display:block;
	margin:10px 0;
}
#recommendations
{
	background-image:url(../images/hdr_recommendations.gif);
	background-repeat:no-repeat;
	width:170px;
	height:25px;
	display:block;
	margin:0 0 10px 0;	
}	
/*newsletter signup*/
#newsletter 
{
	height:29px;
	padding:0 0 8px 0;
}
#newsletter ul
{
	list-style:none;
	margin:0;
	padding:0;
}
#newsletter li
{
	float:left;
}
#newsletter li input
{
	width:130px;
}
#newsletter li a:link, #newsletter li a:visited
{
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	height:19px;
	width:22px;
	display:block;
}
#newsletter li a:hover, #newsletter li a:active
{
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0 -19px;
	height:19px;
	width:22px;
	display:block;
}
/* hurricane */
#hurricane
{
    background-image:url(../images/hurricane.jpg);
    background-repeat:no-repeat;
    width:750px;
    height:222px;    
}
#hurricane_text
{
    float:right;
    width:226px;
    height:156px;
    padding:15px;
    margin:33px 13px 0 13px;
    background-color:#B2DBE6;
}
#hurricane_title
{
    background-image:url(../images/hurricane_title.gif);
    background-repeat:no-repeat;
    height:40px;
    width:226px;
}
/* footer */
#footer_text
{
	color:#9d8e65;
	font-size:0.92em;
	width:487px;
	float:left;
	text-align:right;
	padding:30px 0 0 0;
}
#footer_text a:link, #footer_text a:visited
{
	color:#9d8e65;
	text-decoration:none;
}
#footer_text a:hover, #footer_text a:active
{
	color:#9d8e65;
	text-decoration:underline;
}
#footer_logo
{
	float:right;
	width:169px;
	height:70px;
	padding:0 74px 0 0;
	margin-bottom:20px;
}
