/*//---------------------------------------------*/
/*// Name: SITENAME - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/

		/* styles for body and tables contained on the template */
		body {
			color: #000000;
			font-family: Arial, Helvetica, Sans-Serif;
			font-size: 13px;
			line-height: 1.5em;
			margin: 0;
			padding: 0;
		}

		.mainContainer {
			background: url(images/header_ticket.gif) 591px 26px no-repeat;
			width: 800px;
			margin: 0px auto 0px auto;
		}

		.mainContainerNoPic {
			width: 800px;
			margin: 0px auto 0px auto;
		}
		.bodyFrame {
			width: 772px;
		}
		
		.headTicket {
			width: 181px;
			height: 146px;
			background: url(images/header_ticket.gif) top left no-repeat;
		}

		.siteTitle {
			width: 772px;
			height: 169px;
			background: url(images/header_background.gif) bottom repeat-x;
			text-align: center;
			margin-top: 0px !important;
			margin-top: -2px;
		}
		
		.contentArea {
			clear: both;
			padding: 0px 10px 0px 10px;
			background: url(images/content-grad.gif) bottom repeat-x;
		}
		
		.quote {
			color: #999999;
			font-size: 22px;
			line-height: 1.1em;
		}
		
		.HR {
			border: 1px solid #a8ca45;
		}
		
		.memberCell {
			float: right;
			width: 170px;
			padding-top: 55px;
			text-align: right;
		}
		
		.memberCellHoriz a{
			display: block;			
			background: #e9f9c3;
			border: #ccc solid 1px;
			padding: 2px 5px 2px 5px;
		}
		
		.memberCellHoriz a:hover{
			display: block;			
			background: #fff;
			border: #ccc solid 1px;
			padding: 2px 5px 2px 5px;
			text-decoration: none;
		}
		
		a.userNav {
			display: block;			
			background: #e9f9c3;
			border: #ccc solid 1px;
			padding: 2px 5px 2px 5px;
		}
		
		a.userNav:hover {
			display: block;			
			background: #fff;
			border: #ccc solid 1px;
			padding: 2px 5px 2px 5px;
			text-decoration: none;
		}
		
		.quotesCell {
			width: 382px;
			background: url(images/quotes_background.gif) top center no-repeat;
		}
		
		.homePanel {
			float: left;
			width: 531px;
			height: 222px;
			background: url(images/homeContent_background.gif) top left no-repeat;
		}
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
		.topFrame a {
			text-decoration: none;
		}

		.topLink {
			float: right;
			text-align: left;
			color: #444444;
			height: 24px;
		}
		
		.topGift {
			background: url(images/gift-icon.gif) no-repeat;
			padding: 2px 0px 0px 26px;
			margin-right: 10px;
		}
		
		.topJoin {
			background: url(images/key-icon.gif) no-repeat;
			padding: 2px 0px 0px 26px;
		}
		.topPick {
			background: url(images/pick-city-icon.jpg) no-repeat;
			padding: 2px 0px 0px 40px;
		}
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		.navBar {
			float: right;
			position: relative;
			background: none;
			height: 72px;
			margin: -3px 0px -32px 0px;
			z-index: 5;
		}

		.navBar a span {
			display: none;
		}

		.homePanel a span {
			display: none;
		}
		
		a.home {
			float: right;
			width: 63px;
			height: 72px;
			background: url(images/home-up.gif) no-repeat;
		}

		a.home:hover {
			background: url(images/home-over.gif) no-repeat;
		}

		a.faqs {
			float: right;
			width: 74px;
			height: 72px;
			background: url(images/faqs-up.gif) no-repeat;
		}

		a.faqs:hover {
			background: url(images/faqs-over.gif) no-repeat;
		}

		a.tickets {
			float: right;
			width: 74px;
			height: 72px;
			background: url(images/tickets-up.gif) no-repeat;
		}

		a.tickets:hover {
			background: url(images/tickets-over.gif) no-repeat;
		}

		a.cares {
			float: right;
			width: 81px;
			height: 72px;
			background: url(images/cares-up.gif) no-repeat;
		}

		a.cares:hover {
			background: url(images/cares-over.gif) no-repeat;
		}

		a.news {
			float: right;
			width: 80px;
			height: 72px;
			background: url(images/news-up.gif) no-repeat;
		}

		a.news:hover {
			background: url(images/news-over.gif) no-repeat;
		}

		a.contact {
			float: right;
			width: 108px;
			height: 72px;
			background: url(images/contact-up.gif) no-repeat;
		}

		a.contact:hover {
			background: url(images/contact-over.gif) no-repeat;
		}

		a.panelJoin {
			display: block;
			margin-top: 1px;
			width: 123px;
			height: 42px;
			background: url(images/join-up.gif) no-repeat;
		}

		a.panelJoin:hover {
			background: url(images/join-over.gif) no-repeat;
		}

		a.panelGive {
			display: block;
			margin-top: 3px;
			width: 123px;
			height: 42px;
			background: url(images/give-up.gif) no-repeat;
		}

		a.panelGive:hover {
			background: url(images/give-over.gif) no-repeat;
		}

		a.panelRefer {
			display: block;
			margin-top: 3px;
			width: 123px;
			height: 42px;
			background: url(images/refer-up.gif) no-repeat;
		}

		a.panelRefer:hover {
			background: url(images/refer-over.gif) no-repeat;
		}

		a.panelAsk {
			display: block;
			margin-top: 3px;
			width: 123px;
			height: 42px;
			background: url(images/ask-up.gif) no-repeat;
		}

		a.panelAsk:hover {
			background: url(images/ask-over.gif) no-repeat;
		}

		.contactBox {
			width: 195px;
			padding: 9px 0px 0px 15px;
			background: url(images/contactBoxTop.gif) no-repeat;
		}
		
		.contactBoxBottom {
			width: 200px;
			height: 9px;
			background: url(images/contactBoxBottom.gif) no-repeat;
		}
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
		.footerTop {
			width: 100%;
			height: 31px;
			background-color: #a6ce52;
			border-top: 1px solid #ffffff;
		}
		
		#footerRoll {
		width: 605px;
		height: 30px;
		background: #fff url(/resources/images/biz-op-anim.gif) no-repeat;
		}
		
		#footerBanner {
		width: 605px;
		height: 30px;
		background: #fff url(/resources/images/footer-banner.gif) no-repeat;
		}
		

/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
		h1 {
			width: 278px;
			color: #aa5540;
			font-family: Verdana, Arial, Sans-Serif;
			font-size: 23px;
			font-weight: normal;
			line-height: 1.4em;
			margin: 0px;
			padding: 0px;
		}
		
		h2 {
			color: #8b6c46;
			font-size: 19px;
			font-weight: normal;
			line-height: 1.2em;
		}

		h3 {
			font-weight: bold;
			color: #8b6c46;
			font-size: 17px;
			margin: 0;
			padding: 0;
		}
		
		h5 {
			font-weight: bold;
			font-size: 11px;
			margin: 0;
			padding: 8px 0px 8px 0px;
		}
		
		.paragraphContainer h3 {
			color: #000000;
			font-weight: bold;
			
		}
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for text contained in the bodycontents */
		
		.comicStyle {
		font-family: 'Comic Sans MS', Comic Sans MS, Courier New, cursive;
		}
	
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for links contained in the bodycontents */
		a {
			text-decoration: none;
			color: #336699;
		}
		
		a:hover {
			text-decoration: underline;
		}
		
		.headNav {
			color: #ffffff;
		}
		
		.headNav a {
			color: #ffffff;
			text-decoration: none;
		}

		.headNav a:hover {
			text-decoration: underline;
		}
		
		.brownLink a {
			color: #8b6c46;
			text-decoration: none;
		}
		
		.brownLink a:hover {
			text-decoration: underline;
		}
		
		a.tourBack {
		display: block;
		width: 96px;
		height: 16px;
		background: url(images/tour/back-btn.gif) no-repeat;
		}
		
		a.tourBack:hover {
		display: block;
		width: 96px;
		height: 16px;
		background: url(images/tour/back-btnOver.gif) no-repeat;
		}
		
		a.tourContinue {
		display: block;
		width: 96px;
		height: 16px;
		background: url(images/tour/continue-btn.gif) no-repeat;
		}
		
		a.tourContinue:hover {
		display: block;
		width: 96px;
		height: 16px;
		background: url(images/tour/continue-btnOver.gif) no-repeat;
		}
		
		a.tourReturn {
		display: block;
		width: 186px;
		height: 16px;
		background: url(images/tour/return-btn.gif) no-repeat;
		}
		
		a.tourReturn:hover {
		display: block;
		width: 186px;
		height: 16px;
		background: url(images/tour/return-btnOver.gif) no-repeat;
		}
		
		a.tourReservation{
		display: block;
		width: 245px;
		height: 16px;
		background: url(images/tour/tourReservation.gif) no-repeat;
		}
		
		a.tourReservation:hover {
		display: block;
		width: 245px;
		height: 16px;
		background: url(images/tour/tourReservationOver.gif) no-repeat;
		}
		
		a.tourAccount{
		display: block;
		width: 245px;
		height: 16px;
		background: url(images/tour/tourAccount.gif) no-repeat;
		}
		
		a.tourAccount:hover {
		display: block;
		width: 245px;
		height: 16px;
		background: url(images/tour/tourAccountOver.gif) no-repeat;
		}
		
		a.searchEvent{
		display: block;
		width: 222px;
		height: 16px;
		background: url(images/tour/searchEvent.gif) no-repeat;
		}
		
		a.searchEvent:hover {
		display: block;
		width: 222px;
		height: 16px;
		background: url(images/tour/searchEventOver.gif) no-repeat;
		}
		
		a.searchDate{
		display: block;
		width: 276px;
		height: 16px;
		background: url(images/tour/searchDate.gif) no-repeat;
		}
		
		a.searchDate:hover {
		display: block;
		width: 276px;
		height: 16px;
		background: url(images/tour/searchDateOver.gif) no-repeat;
		}
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
		input {
			color: #000000;
			font-family: Arial, Helvetica, Sans-Serif;
			font-size: 12px;
			padding: 1px 2px;
		}

		label {
			color: #8b6c46
		}
	.paragraphContainer {
		display: float;
		z-index: 6;

	}
	.borderTable tr td {
		padding: 2px;
	}
	.borderTable
	{
		margin: 20px auto 0px auto;
		padding: 2px;
		border: 1px solid #000000;
	}
	.tableRowHeader
	{
		background-color: #a8ca45;
		font-weight: bold;
	}
	.tableRowFooter
	{
		font-weight: bold;
	
	}
	.textRequiredField
	{
		font-weight: bold;
	}
	.textSmallerFont
	{
		font-size: 10px;
	}
	.labelColumn
	{
	}
	
	.tableRow2 {
		background-color: #ebe9e1;
	}
		.maxWidth {
			width: 580px;
		}
	input.choiceBtn
	{
		width: 80%;
		color: #fff;
		letter-spacing: 1.5px;
		font-size: 1.5em;
		text-transform: lowercase;
		border: 1px solid #888;
		background-color: #a6ce52;
	}

	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */
		.starList li {
			list-style: none;
			background: url(images/bulletStar.gif) top left no-repeat;
			padding: 0px 0px 10px 25px;
		}
		
		/* text bubble styles for take a tour */
		
		.bubbleContent {
		background: #fff;
		}
		
		.bubbleTopLeft {
		width: 13px;
		height: 13px;
		background: url(images/tour/bubbleTopLeft.gif) no-repeat;
		}
		
		.bubbleTop {
		width: auto;
		height: 13px;
		background: url(images/tour/bubbleTop.gif) repeat-x;
		}
		
		.bubbleTopRight {
		width: 13px;
		height: 13px;
		background: url(images/tour/bubbleTopRight.gif) no-repeat;
		}
		
		.bubbleLeft {
		width: 13px;
		height: auto;
		background: url(images/tour/bubbleLeft.gif) repeat-y;
		}
		
		.bubbleRight {
		width: 13px;
		height: auto;
		background: url(images/tour/bubbleRight.gif) repeat-y;
		}
		
		.bubbleBottomLeft {
		width: 13px;
		height: 13px;
		background: url(images/tour/bubbleBottomLeft.gif) no-repeat;
		}
		
		.bubbleBottom {
		width: auto;
		height: 13px;
		background: url(images/tour/bubbleBottom.gif) repeat-x;
		}
		
		.bubbleBottomRight {
		width: 13px;
		height: 13px;
		background: url(images/tour/bubbleBottomRight.gif) no-repeat;
		}
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/