
/********************************************  CSS RESET  *********************************************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,
cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
	padding: 0;
	margin: 0;
	font-size: 100%;
}
blockquote, q { quotes: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
th { text-align: left; }
address { font-style: normal; }
.clearFloat { clear: both; }
.hidden { display: none; }
body, select, input, textarea { font-family: arial, sans-serif; }
textarea { margin: 0; font-size: 100%; overflow: auto; }

input[type="hidden"] {
	display: none !important;
	visibility: hidden !important;
	height: 0px !important;
}


/**********************************************  FONTS  ***********************************************/

h1 {
	font-size: 3.75em;
	color: #086bff;
	margin: 0 0 .25em 0;
}
h2 {
	font-size: 1.1875em;
	color: #086bff;
	margin: 1em 0 .25em 0;
}
h3 {
	font-size: .9375em;
	margin: 1em 0 .25em 0;
	color: #333;
	font-weight: bold;
}
h2.black {
	color: #333;
}
p {
	font-size: .875em;
	color: #333;
	margin: 0 0 1.25em 0;
	line-height: 1.25em;
}
#contentHeader p {
	color: #086bff;
	font-size: 1.25em;
	line-height: 1.25em;
}
a {
	color: #086bff;
}
a:hover {
	text-decoration: none;
}


/**********************************************  HEADER  **********************************************/

#headerWrapper {
	background: url('../images/bg/bg-header-wrapper.png') repeat-x left top;
	height: 42px;
	position: relative;
	z-index: 1;
}
#header {
	margin: 0 auto;
	width: 978px;
}
#headerContent {
	margin: 0 auto;
	width: 978px;
	position: relative;
	z-index: 2;
}
#headerContent .btnBuyTickets {
	position: absolute;
	right: 1px;
	top: 56px;
	z-index: 2;
}
#header #menu {
	width: 870px;
	padding: 8px 0 0 8px;
	float: left;
	z-index: 3;
	position: relative;
}
#header #menu li {
	float: left;
	margin: 0 5px;
	font-size: 15px;
}
#header #menu a {
	float: left;
	color: #fff;
	padding: 4px 5px 6px 5px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	z-index: 3;
}
#header #menu a:hover,
#header #menu .selected a {
	background: #0ca1fe url('../images/bg/bg-menu-item.png') repeat-x left top;
	background: -moz-linear-gradient(
	    center top,
	    rgba(91,222,255,1) 0%,
	    rgba(13,164,255,1) 100%
	);
	background: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #5bdeff),
	    color-stop(1, #0da4ff)
	);
}
#header #menu .selected.hasSub a {
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	padding-bottom: 15px;
}
#header .subMenu {
	width: 965px;
	margin: 0 auto;
	padding: 7px 0 0 13px;
	overflow: hidden;
	display: none;
	position: absolute;
	left: 0;
	height: 30px;
	top: 42px;
}
#header .selected .subMenu {
	display: block;
}

#headerWrapper #header #menu .subMenu li {
	font-size: 13px;
	border-left: 1px #fff solid;
}
#headerWrapper #header #menu .subMenu li.f {
	border: 0;
}
#headerWrapper #header #menu .subMenu a {
	background: none;
	padding: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0 0 0 8px;
	line-height: 16px;
}
#headerWrapper #header #menu .subMenu li.f a {
	margin: 0;
}
#headerWrapper #header #menu .subMenu a:hover {
	text-decoration: underline;
}
#headerWrapper #header #menu .subMenu a.selected {
	font-weight: bold;
}
#header .socialIcons {
	float: right;
	margin: 13px 18px 0 0;
}
#header .socialIcons li {
	margin: 0 0 0 4px;
	float: left;
}
#header .socialIcons a {
	float: left;
	opacity: .8;
	alpha: filter(opacity=80);
	text-indent: -9999em;
	background: url('../images/icons/social-icons.gif') no-repeat;
	width: 16px;
	height: 16px;
}

#header .socialIcons .socialIconFB a { background-position: 0 0; }
#header .socialIcons .socialIconTwitter a { background-position: 0 -16px; }
#header .socialIcons .socialIconFlickr a { background-position: 0 -32px; }

#header .socialIcons a:hover {
	opacity: 1;
	alpha: filter(opacity=100);
}
#headerWrapper .submenuBg {
	position: absolute;
	top: 42px;
	height: 30px;
	width: 100%;
	background: #0ca1fe;
	z-index: 1;
	left: 0;
	display: none;
}
#headerWrapper.hasSub .submenuBg { display: block; 

}

/**********************************************  FOOTER  **********************************************/

#footer {
	margin: 0 auto;
	width: 978px;
	height: 152px;
	background: url('../images/bg/bg-content-bottom.png') no-repeat left top;
	position: relative;
}
#footer .footerSubscribe {
	float: right;
	position: absolute;
	left: 710px;
	top: 39px;
	background: url('../images/icons/ico-footer-subscribe.gif') no-repeat right center;
	padding: 0 22px 0 0;
	color: #000;
	text-decoration: none;
	font-size: 26px;
}
#footer .buyTickets {
	position: absolute;
	left: 330px;
}
#footer .footerLike {
	position: absolute;
	left: 49px;
	top: -2px;
}
#footer .appStoreLink {
	position: absolute;
	width: 125px;
	height: 42px;
	text-indent: -9999em;
	display: block;
	left: 145px;
	top: -15px;
	background: url('../images/buttons/btn-app-store.png') no-repeat left top;
}
#footer .appStoreLink:hover {
	background-position: left bottom;
}
#footer .footerCopyright {
	color: #5a5a5c;
	font-size: 13px;
	position: absolute;
	left: 49px;
	top: 74px;
}
#footer .footerMenu {
	position: absolute;
	left: 49px;
	top: 92px;
}
#footer .footerMenu li {
	display: inline;
	margin: 0 0 0 5px;
	border-left: 1px #4b4b4d solid;
	font-size: 13px;
}
#footer .footerMenu li.f {
	margin: 0;
	border: 0;
}
#footer .footerMenu a {
	color: #5a5a5c;
	text-decoration: none;
	margin: 0 0 0 5px;
}
#footer .footerMenu li.f a {
	margin: 0;
}
#footer .footerMenu a:hover {
	text-decoration: underline;
	color: #fff;
}


/*******************************************  PAGE LAYOUT  ********************************************/

body {
	background: #000 url('../images/bg/bg-body-internal.jpg') no-repeat center top;
	font-family: "trebuchet ms", arial, sans-serif;
}
body.home {
	/*background-image: url('../images/bg/bg-body-default.jpg');*/
	background: #000 url('../images/bg/bg-body-internal.jpg') no-repeat center top;
}
body, html {
    height: 100%;
}
#outsideWrapper{
	height:auto !important;
	min-height:100%;
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:1;
	margin-bottom:-400px;
}
#container {
	padding: 0;
	position: relative;	
	width: 978px;
	margin: 0 auto;
}
#contentHeader {
	padding: 60px 277px 1px 50px;
	width: 655px;
	margin: 0 auto;
	min-height: 172px;
	height: auto !important;
	height: 172px;
	background: url('../images/bg/bg-content-header2.png') no-repeat left top;
}
#content {
	background: url('../images/bg/bg-content-repeat.png') repeat-y left top;
	padding: 1px 50px 50px 50px;
	width: 878px;
	margin: 0 auto;
}
#wrapper {
	width: 978px;
	margin: 0 auto;
	position: relative;
	padding: 1px 0 0 0;
}
.cmsBlock {
	padding: 1px 0;
}
.gallery .cmsBlock {
	width: 324px;
	float: left;
	padding: 0 10px 0 0;
}
.cmsBlock .arrowList,
.cmsBlock .arrow {
	font-size: .875em;
	color: #333;
	margin: 10px 0 20px 20px;
	list-style-type: disc;
}
.cmsBlock .arrowList li,
.cmsBlock .arrow li {
	line-height: 1.25em;
	margin: 0 0 5px 0;
}
.pdf {
	padding: 2px 0 2px 25px;
	background: url('../images/icons/ico-pdf.png') no-repeat left center;
}


/***********************************************  NAV  ************************************************/

#nav {

}


/********************************************  HOME PAGE  *********************************************/

.homeHeaderLogo {
	position: absolute;
	right: 82px;
	top: 15px;
	background: url('../images/logos/logo-skydeck-88.png');
	width: 209px;
	height: 158px;
	text-indent: -9999em;
	padding: 0;
	margin: 0;
}
#homeColsWrapper{
	width:980px;
	margin:0 auto;
}
#homeCols {
	width: 860px;
	position:absolute;
	bottom:25px;
	overflow: hidden;
	padding: 0 0 40px 50px;
}
#homeCol1,
#homeCol2,
#homeCol3,
#homeCol4 {
	float: left;
	width: 215px;
}
.homeColContent {
	padding: 0 25px;
	position: relative;
	width: 165px;
}
.homeColThumb {
	width: 185px;
	margin: 0 auto;
	padding: 0 0 7px 0;
	background: url('../images/bg/bg-home-col-thumb.png') no-repeat left bottom;
	display: block;
	position: absolute;
	top: 16px;
	left: 15px;
	font-size: 0;
}
.homeColContent h2 {
	margin: 0 0 5px 0;	
}
.homeColContent p {
	font-size: 14px;
	color: #090909;
}
.homeColContent a:hover {
	text-decoration: none;
}
#homeCol1 .homeColContent {
	height: 148px;
	background: url('../images/bg/bg-home-col1.png');
	padding-top: 117px;
}
#homeCol2 .homeColContent {
	height: 137px;
	background: url('../images/bg/bg-home-col2.png');
	padding-top: 117px;
}
#homeCol3 .homeColContent {
	height: 139px;
	background: url('../images/bg/bg-home-col3.png');
	margin: 18px 0 0 0;
	padding-top: 99px;
}
#homeCol4 .homeColContent {
	height: 89px;
	background: url('../images/bg/bg-home-col4-2.png');
	margin: -12px 0 10px 0;
	padding-top: 18px;
}
#homeCols .homeNewsletterContainer {
	width: 214px;
	height: 77px;
	background: url('../images/bg/bg-home-newsletter-container.png');
	margin: -17px 0 0 0;
}
#homeCols .homeTicketContainer{
	background:url('../images/bg/bg-home-ticket-container.png');
	width:214px;
	height:77px;
	margin-top:18px;
}
#homeCols .homeTicketContainer a{
	position: relative;
	top: 24px;
	left: 20px;
	padding: 0 18px 0 0;
	font-size: 18px;
	color: #000;
	text-decoration:none;
	background: url('../images/icons/ico-footer-subscribe.gif') no-repeat right center;
}
#homeCols .homeNewsletterContainer a {
	background: url('../images/icons/ico-footer-subscribe.gif') no-repeat right center;
	padding: 0 18px 0 0;
	color: #000;
	text-decoration: none;
	font-size: 19px;
	float: left;
	position: relative;
	top: 28px;
	left: 18px;
}
#homeCols .socialIcons {
	margin: 10px 0 10px 0;
	overflow: hidden;
	width: 165px;
}
#homeCols .socialIcons li {
	float: left;
	margin: 0 4px 0 0;
}
#homeCols .socialIcons .socialIconFlickr { margin: 0; }

#homeCols .socialIcons a {
	float: left;
	opacity: .8;
	alpha: filter(opacity=80);
	text-indent: -9999em;
	background: url('../images/icons/social-icons-large.png') no-repeat;
	width: 30px;
	height: 32px;
}
#homeCols .socialIcons .socialIconFB a { background-position: 0 0; }
#homeCols .socialIcons .socialIconTwitter a { background-position: 0 -32px; }
#homeCols .socialIcons .socialIconAppStore a{
	margin-top:2px;
	width:80px;
	height:26px;
	background:url(../images/buttons/btn-app-store-small.png) top left no-repeat;
}

#homeCols .socialIcons a:hover {
	opacity: 1;
	alpha: filter(opacity=100);
}
#homeCols .homeLike {
	float: left;
}
#homeCols .appStoreLink {
	float: right;
	width: 80px;
	height: 27px;
	text-indent: -9999em;
	display: block;
	background: url('../images/buttons/btn-app-store-small.png') no-repeat left top;
}
#homeCols .appStoreLink:hover {
	background-position: left bottom;
}








/*******************************************  HOME SLIDER  ********************************************/

#homeMainContainer {
	margin: 123px auto 0 auto;
	width: 978px;
	height: 440px;
	background: url('../images/bg/bg-home-main-container.png') no-repeat 36px 19px;
	position: relative;
}
#homeMainSlides {
	position: absolute;
	width: 882px;
	height: 395px;
	background: url('../images/bg/bg-home-main-slides.png');
	top: 0;
	left: 51px;
	padding: 6px 0 0 6px;
}
#homeMainContainer .btnBuyTickets {
	position: absolute;
	z-index: 10;
	left: 627px;
	top: 266px;
}
#homeMainSlides .bannerControls {
	position: absolute;
	right: 29px;
	top: 72px;
	z-index: 10;
	padding: 8px 6px;
	font-size: 13px;
}
#homeMainSlides .bannerControls li {
	float: left;
}
#homeMainSlides .bannerControls a {
	display: block;
	width: 30px;
	height: 22px;
	background: url('../images/buttons/btn-banner-controls.png') no-repeat left top;
	text-decoration: none;
	color: #000;
	padding: 8px 0 0 0;
	text-align: center;
}
#homeMainSlides .bannerControls a:hover { color: #fff; }
#homeMainSlides .bannerControls .current { background-position: left bottom; }



#homeMainContainer .btnBuyTicketsHome{
	position:relative;
	left:689px;
	float:left;
	top:379px;
	color:#000;
	text-decoration:none;
	font-size:24px;
	background: url('../images/icons/ico-footer-subscribe.gif') no-repeat right center;
	padding: 0 22px 0 0;
	z-index:99;
}





/*********************************************  THUMBLIST  ********************************************/

.thumbList {
	margin: 30px 0 0 0 !important;
	width: 720px;
}
.thumbList li {
	position: relative;
	overflow: hidden;
	padding: 0 0 0 190px;
	margin: 0 0 40px 0;
}
.thumbList .thumb {
	float: left;
	position: relative;
	left: -190px;
	margin: 0 -170px 0 0;
}
.thumbList h2 {
	margin: 0 0 5px 5px;
}
.thumbList h2 a {
	text-decoration: none;
}
.thumbList p{
	font-size:inherit !important;
	margin: 0 0 1.25em 1em !important;
}
.thumbList h2 a:hover {
	text-decoration: underline;
}
.thumbList .subTitle {
	color: #888;
	font-style: italic;
	font-size: 12px;
}
.thumbList .downloadLink {
	position: absolute;
	right: 0;
	top: 0;
	color: #0f0f0f;
	background: url('../images/icons/ico-pdf.png') no-repeat left center;
	text-decoration: none;
	font-size: 13px;
	padding: 2px 0 2px 25px;
	font-weight: bold;
}
.thumbList .downloadLink:hover {
	text-decoration: underline;
}

.thumbList ul, .thumbList ul li{
	margin:0 0 0 12px !important;
	padding:0 0 9px 12px !important;
	font-size:inherit;
	list-style-type:disc !important;
}





/*********************************************  THUMBLIST  ********************************************/

.eventList {
	margin: 30px 0 0 0 !important;
}
.eventList li {
	width:400px;
	margin:0 18px 40px 18px;
}

.eventList li.left {
	clear:left;
	float:left;
}

.eventList li.right {
	float:left;
}

.eventList .thumb img {
	float: left;
	width:400px;
	height:300px;
	padding-bottom:15px;
}
.eventList h2 {
	margin: 0 0 5px 5px;
	display:block;
}
.eventList h2 a {
	text-decoration: none;
}
.eventList p{
	font-size:inherit !important;
	margin: 0 0 1.25em 0.375em !important;
}
.eventList h2 a:hover {
	text-decoration: underline;
}
.eventList .subTitle {
	color: #888;
	font-style: italic;
	font-size: 12px;
}
.eventList .downloadLink {
	position: absolute;
	right: 0;
	top: 0;
	color: #0f0f0f;
	background: url('../images/icons/ico-pdf.png') no-repeat left center;
	text-decoration: none;
	font-size: 13px;
	padding: 2px 0 2px 25px;
	font-weight: bold;
}
.eventList .downloadLink:hover {
	text-decoration: underline;
}

.eventList ul, .thumbList ul li{
	margin:0 0 0 12px !important;
	padding:0 0 9px 12px !important;
	font-size:inherit;
	list-style-type:disc !important;
}

.eventList li ul li{
	height:auto !important;
	padding:0 0 9px 12px !important;
	margin:auto !important;
}








/**********************************************  BUTTONS  *********************************************/

.btnBuyTickets {
	width: 285px;
	height: 80px;
	background: url('../images/buttons/btn-buy-tickets-now.png') no-repeat left top;
	display: block;
	text-indent: -9999em;
}
#footer .btnBuyTickets {
	position: absolute;
	left: 352px;
	top: -36px;
}
.btnBuyTickets:hover {
	background-position: left bottom;
}
/*.btnProcessOrder {


	display: block;
	text-indent: -9999em;
}
.btnProcessOrder:hover {
	background-position: left bottom;
}
*/
.pageForm .buttonSet .btnProcessOrder {
	width: 285px;
	height: 80px;
	display: block;
	text-indent: -9999em;
	background: url('../images/buttons/btn-process-order.png') no-repeat left top;
	border: 0;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}
.pageForm .buttonSet .btnProcessOrder:hover {
	background-position: left bottom;
}




.btnDownloadTicket {
	width: 300px;
	height: 80px;
	background: url('../images/buttons/btn-download-ticket.png') no-repeat left top;
	display: block;
	text-indent: -9999em;
}
.btnDownloadTicket:hover {
	background-position: left bottom;
}


/**********************************************  BUTTONS  *********************************************/

.addressContainer {
	width: 878px;
	margin: 0 0 30px 0;
}
.addressContainer address {
	float: left;
	margin: 0 0 15px 0;
}
.addressContainer .directions {
	float: right;
}
.addressContainer .directions fieldset {
	width: 360px;
	position: relative;
}
.addressContainer .directions label {
	position: absolute;
	top: 6px;
	left: 8px;
	z-index: 1;
}
.addressContainer .directions .startAddress {
	width: 190px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px #000 solid;
	padding: 5px 160px 5px 7px;
	font-family: "trebuchet ms", arial, sans-serif;
}
.addressContainer .submitContainer {
	width: 163px;
	height: 60px;
	position: absolute;
	right: -10px;
	top: -15px;
	z-index: 2;
}
.addressContainer .submitContainer input {
	width: 163px;
	height: 60px;
	background: url('../images/buttons/btn-get-directions.png');
	cursor: pointer;
	text-indent: -9999em;
	font-size: 0;
	line-height: 0;
	border: 0;
}
.addressContainer .submitContainer input:hover {
	background-position: left bottom;
}


/*******************************************  PRICE LISTS  ********************************************/

.priceList {
	float: left;
	width: 409px;
	margin: 10px 30px 20px 0;
}

.priceList .right{
	float:right;
}

.priceList ul {
	margin: 0 0 10px 0
}
.priceList li {
	background: url('../images/deco/price-list-border.gif') repeat-x left bottom;
	overflow: hidden;
	width: 409px;
	margin: 0 0 7px 0;
}
.priceList .entry {
	font-size: 1.125em;
	padding: 19px 0 15px 35px;
	background: url('../images/icons/ico-entry.png') no-repeat left center;
}
.priceList .entrySunStars {
	font-size: 1.125em;
	padding: 19px 0 15px 55px;
	background: url('../images/icons/ico-entry-sun-stars.png') no-repeat left center;
}
.priceList .ticketType {
	background: #fff;
	float: left;
	padding: 5px 5px 2px 0;
	font-size: .875em;
}
.priceList .ticketPrice {
	float: right;
	font-size: 1.1875em;
	padding: 2px 0 0 10px;
	background: #fff;
	color:#086BFF;
	font-weight: bold;
}

/*******************************************  PRICE LISTS  ********************************************/

.priceListEdu {	
	width: 750px;
	margin: 10px 30px 10px 0;
}
.priceListEdu ul {
	margin: 0 0 10px 0
}
.priceListEdu li {
	background: url('../images/deco/price-list-border.gif') repeat-x left bottom;
	overflow: hidden;
	width: 700px;
	margin: 0 0 7px 0;
}
.priceListEdu .entry {
	font-size: 1.125em;
	padding: 15px 0 11px 35px;
	background: url('../images/icons/ico-entry.png') no-repeat left center;
}
.priceListEdu .entrySunStars {
	font-size: 1.125em;
	padding: 15px 0 11px 55px;
	background: url('../images/icons/ico-entry-sun-stars.png') no-repeat left center;
}
.entrySunStars span{
	font-size:0.75em !important;
	display:block;
}
.priceListEdu .ticketType {
	background: #fff;
	float: left;
	padding: 5px 5px 0 0;
	font-size: .875em;
}
.priceListEdu .ticketPrice {
	float: right;
	font-size: 1.1875em;
	padding: 0 0 0 10px;
	background: #fff;
	font-weight: bold;
	color:#086BFF;
}
.priceListEdu span {
	color: #333333;
	font-size: 0.875em;
	list-style-type: disc;
	margin: 10px 0 20px 20px;
}


/*******************************************  ERROR MESSAGES  *****************************************/

.msgBox {
	margin: 10px 0 10px;
	padding: 0 10px 0 35px;
	background: #eaf6ff url('../images/icons/info.png') no-repeat 10px 7px;	
	border: 1px #69c0ff solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.msgBox.errorMsg { 
	background-image: url('../images/icons/error.png'); 
	background-color: #ffe9e9;
	border-color: #ffa7a7;
}
.msgBox.successMsg { 
	background-image: url('../images/icons/success.png'); 
	background-color: #f1fef0;
	border-color: #7db569;
}
.msgBox.warningMsg { 
	background-image: url('../images/icons/ico-info.png'); 
	background-color: #EAF6FF;
	border-color: #d9ce42;
}
.msgBox p {
	margin: 10px 0 10px 0;
	font-size: 13px;
	line-height: 14px;
}
.msgBox ol,
.msgBox ul {
	font-size: 12px;
	margin: 0 0 10px 0;
	font-size: 13px;
	line-height: 14px;
}
.msgBox li {
	margin: 5px 0 5px 20px;
	overflow: visible;
	line-height: 15px;
}
.msgBox ul li {	list-style-type: disc; }
.msgBox ol li {	list-style-type: decimal; }

.msgBox a {
	color: #666;
}
.formError {
	margin: 2px 0 2px 140px;
	color: #d72323;
	padding: 1px 0 1px 16px;
	background: url('../images/icons/error-small.png') no-repeat left 2px; 
	font-size: 13px;
	line-height: 14px;
}

/**********************************************  FORMS  ***********************************************/

.pageForm fieldset {
	border: 1px #d5d5d5 solid;
	padding: 0 15px 20px 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 20px 0;
}
.pageForm fieldset.leftCol {
	float: left;
	width: 395px;
}
.pageForm fieldset.rightCol {
	float: right;
	width: 395px;
}
.pageForm legend {
	padding: 0 10px;
	font-weight: bold;
	font-size: 18px;
	color: #086bff;
/*	font-style: italic;*/
}
.pageForm ol {
	margin: 20px 0 0 10px;
}
.pageForm li {
	float: left;
	margin: 0 0 8px 0;
	min-height: 26px;
	padding: 2px 0;
	clear: both;
	width: 100%;
}
.pageForm .labelContainer {
	float: left;
	width: 125px;
	margin: 6px 0 0 0;
	padding: 0 15px 0 0;
	height: 18px;
}
.pageForm .inputContainer {
	float: left;
	width: 207px;
}
.pageForm .note {
	font-style: italic;
	font-size: 12px;
	color: #666;
	padding: 2px 0 4px 2px;
}
.pageForm label,
.pageForm span.label {
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
}
.pageForm li input.txtInput,
.pageForm li textarea {
	width: 200px;
	padding: 6px 0px 5px 5px;
	border: 1px #ccc solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
}
.pageForm li.error input.txtInput,
.pageForm li.error textarea,
.pageForm li.error select,
.pageForm li.error .radioButtonSet {
	background: #ffe9e9;
}
.pageForm li textarea {
	overflow: auto;
	height: 100px;
}
.pageForm li .short { width: 107px; }
.pageForm li .short input.txtInput { width: 100px; }

.pageForm li .long { width: 507px; }
.pageForm li .long input.txtInput,
.pageForm li .long textarea { width: 500px; }

.pageForm li input.txtInput:hover,
.pageForm li textarea:hover,
.pageForm li select:hover {
	border-color: #aaa;
	outline: 0;
}
.pageForm li input.txtInput:focus,
.pageForm li textarea:focus,
.pageForm li select:focus {
	border-color: #888;
	-moz-box-shadow: 0 0 5px #bbb;
  	-webkit-box-shadow: 0 0 5px #bbb;
  	box-shadow: 0 0 5px #bbb;
}
.pageForm li input.file {
	margin: 0 5px 0 0;
	float: left;
	cursor: default;
}
.pageForm li select {
	float: left;
	width: 207px;
	padding: 4px 4px 4px 4px;
	border: 1px #ccc solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.pageForm li select.selectCardExp {
	width: 95px;
}
.pageForm .radioButtonSet input,
.pageForm .checkboxSet input {
	width: 15px;
	height: 15px;
	margin: 7px 0 0 0;
}
.pageForm .checkboxSet,
.pageForm .radioButtonSet {
	margin: 3px 0 0 0;
}
.pageForm .checkboxSet li,
.pageForm .radioButtonSet li {
	float: none;
	margin: 0 0 3px 0;
	min-height: 0;
	padding: 2px 0;
	overflow: hidden;
}
.pageForm .radioButtonSet.inline li {
	float: left;
	margin-right: 15px;
	clear: none;
	width: auto;
}
.pageForm .checkboxSet input,
.pageForm .radioButtonSet input {
	margin: 2px 6px 0 0;
	float: left;
}
.pageForm .checkboxSet label,
.pageForm .radioButtonSet label {
	font-weight: normal;
	float: left;
	margin: 2px 0 0 0;
}
.pageForm .buttonSet {
	padding-left: 146px;
	clear: both;
}
.pageForm .buttonSet .btnProcessOrder {
	margin: 0 0 0 450px;
}
.pageForm .buttonSet .sendBtn {
	width: 144px;
	height: 76px;
	display: block;
	text-indent: -9999em;
	background: url('../images/buttons/btn-send.png') no-repeat;
	border: 0;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}
.pageForm .buttonSet .sendBtn:hover {
	background-position: left bottom;
}
.pageForm .labelAlign {
	padding-left: 150px;
	margin: 5px 0 0 0;
}
.pageForm .icons {
	float: left;
	padding: 4px 0 4px 6px;
}
.pageForm .icons a {
	float: left;
	margin: 0 3px;
}
.pageForm .icons a img {
	opacity: .75;
}
.pageForm .icons a:hover img {
	opacity: 1;
}
.pageForm .noEdit {
	font-size: 12px;
	margin: 6px 0 0 0;
	clear: both;
	padding: 2px 0 2px 2px;
}
.pageForm .noEdit a {
	text-decoration: none;
}
.pageForm .chkBoxRow {
	overflow: hidden;
}
.pageForm .chkBoxRow input {
	width: 15px;
	height: 15px;
	float: left;
	margin: 0 5px 0 140px;
}
.pageForm .chkBoxRow label {
	font-weight: normal;
	float: left;
}
.pageForm .expDivider {
	float: left;
	margin: 4px 4px 0 4px;
}


/********************************************  TOOLTIPS  **********************************************/

.tooltipTrigger {
	cursor: help;
}
.tooltipContainer {
	position: relative;
	width: 20px;
	height: 20px;
}
.tooltipContainerPricing {
	position: relative;
	width: 20px;
	height: 20px;
	float:right;
	margin-top:2px;
}
.tooltipContent {
	width: 260px;
	padding: 15px 20px;
	display: none;
	position: absolute;
	bottom: 32px;
	right: 0;
	opacity: 0;
	background: #f7f7f7;
	border: 1px #bbb solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.tooltipContent .tooltipHeading {
	font-weight: bold;
	font-size: 13px;
}
.tooltipContent p {
	margin: 10px 0;
	font-size: 11px;
}
.tooltipContent.open {
	display: block;
}

/**********************************************  TABLES  **********************************************/

.cart-item-step {
}
.order-table {
	width: 100%;
	margin: 10px 0 20px 0;
}
.order-table td {
	padding: 5px 6px;
	position:relative;
	font-size:1.125em;
	color:#086BFF;
}
.order-table td.quantity { width: 50px }
.order-table .price {
	text-align: right;
}
.order-table th {
	padding: 8px 6px;
	font-size: 1.125em;
	vertical-align:top;
	text-align:left;
}
.order-table th.avoid{
}
.order-table h3{
	color:#ffcb08;
}
.order-table h3.clearStyle{
	color:#000;
	margin-right:45px;
}
.order-table tr.types td{
	color:#086BFF;
	font-size:1.375em;
}

.order-table tr.types td span{
	padding-right:8px;
}

.order-table td div.tooltipContainerPricing{
	float: none;
    height: 20px;
    margin-top: 2px;
    position: relative;
    width: 20px;
	display:inline-block;
}

.order-table tr.types td span.type{
	text-align:left;
	display:block;
}

.order-table select{
	padding:3px 5px;
}

.order-table tr.even{
	background:#e5ecf7;
}

.order-table td.ticketType{
	color:#000;
	text-align:left;
}
.order-table td.ticketType span{
	font-size:0.75em;
}
.total-price {
	font-weight: bold;
	font-size: 1.25em;
	text-align: right;
	margin-right:20px;
}
.cart-item-step .buttonSet {
	overflow: hidden;
}
.cart-item-step .buttonSet .addToCart {
	width: 233px;
	height: 78px;
	display: block;
	text-indent: -9999em;
	background: url('../images/buttons/btn-add-to-cart.png') no-repeat;
	border: 0;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	float: right;
}
.cart-item-step .buttonSet .addToCart:hover {
	background-position: left bottom;
}
.edgePhoto{
	width:607px;
	height:138px;
	background:url(../images/bg/ticket-photo-bg.gif) top left no-repeat;
	float:left;
}

.edgePhoto img{
	float:left;
	margin:12px 20px 0 20px;
}

table.edge{
	margin-top:35px;
}

table.edge td{
	padding: 5px 6px;
	text-align:right;
	color:#086BFF;
}

table.edge td.item{
	text-align:left;
	color:#000;
}

h2.trouble,
h2.trouble a,
h2.trouble a:hover{
	color:#000;
}

/*********************************************  TWITTER  **********************************************/

.twitterFeed {
	clear: left;
	width: 324px;
	padding: 10px 0 0 0;
}
.twitterFeed ul {
	margin: 10px 0 15px 0;
}
.twitterFeed li {
	font-size: .8125em;
	background: url('/images/deco/price-list-border.gif') repeat-x left bottom;
	padding: 10px 0 11px 0;
	line-height: 1.5em;
}
.twitterFeed .profileLink a {
	font-weight: bold;
	background: url('/images/icons/ico-twitter.gif') no-repeat left center;
	padding: 3px 0 3px 20px;
}



/**********************************************  COMMON  **********************************************/

.pageVideo {
	margin: 30px 0;
}
.googleMap {
	margin: 30px 0 15px 0;
}
.featureWrapper {
	background: url('../images/bg/bg-feature-top.png') no-repeat left top;
	padding: 31px 0 0 0;
	margin: 0 0 0 -10px;
	width: 740px;
}
.feature {
	padding: 0 0 20px 80px;
	background: url('../images/bg/bg-feature-bottom.png') no-repeat left bottom;
}
.feature p {
	color: #000;	
}
.feature .featureHeader {
	font-size: 1.5em;
	margin: 0 0 .25em 0;
}
.pageGallery {
	width: 544px;
	height: 336px;
	float: right;
	position: relative;
}
.pageGallery #gallery {
	width: 229px;
	height: 63px;
	text-indent: -9999em;
	display: block;
	position: absolute;
	right: -1px;
	bottom: -10px;
	background: url('../images/buttons/btn-view-gallery.png');
}
.pageGallery a:hover {
	background-position: left bottom;
}

p.smaller{
	font-size:0.725em;
}

/***************Fancy box Terms******/
#terms
{
	display:none;
	visibility:hidden;
}
.main {
	padding: 0;
}
.main h2{
	text-align:center;
}
.termsConditionsWrapper {
	height: 296px;
	overflow-y: scroll;
	border: 1px #086BFF solid;
	padding:10px;
}

.main h2 {
 	color: #086BFF;
 	font-family: ClarendonBTBold, georgia, serif;
 	font-size: 20px;
 	margin: 0 0 20px 0;
	padding:20px 0 0 0 ;
}

.main p {
color: #555555;
font-size: 14px;
line-height: 1.5em;
}

.pp_content {

height : 420px !important;
}







span.cost{
	display:inline-block;
	width:65px;
	float:left;
}






.socialBox{
}

.facebookWidget{
	float:right;
}

#twitter{
	float:left;
	border:1px solid #ccc;
	padding:15px;
}

h2.social{
	padding-bottom:10px;
	border-bottom:1px dashed #086BFF;
	margin-bottom:20px;
	font-size:1.5em;
}

/**********************************************  DONATIONS FORM  **********************************************/

.Donations li input.txtInput,
.Donations li textarea {
	width: 400px;
	padding: 6px 0px 5px 5px;
	border: 1px #ccc solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
}
.Donations .labelContainer {
	float: left;
	width: 200px;
	margin: 6px 0 0 0;
	padding: 0 15px 0 0;
	height: 18px;
}
.Donations .inputContainer {
	float: left;
	width: 407px;
}
.Donations .formError {
	margin: 2px 0 2px 220px;
	color: #d72323;
	padding: 1px 0 1px 16px;
	background: url('../images/icons/error-small.png') no-repeat left 2px; 
	font-size: 13px;
	line-height: 14px;
}
.Donations .arrowList,
.Donations .arrow {
	font-size: .875em;
	color: #333;
	margin: 10px 0 20px 20px;
	list-style-type: disc;
}
.Donations .arrowList li,
.Donations .arrow li {
	line-height: 1.25em;
	margin: 0 0 5px 0;
}


.weatherBox {	
    bottom: 5px;
    overflow: hidden;
    padding: 5px 5px 2px 220px;
    position: absolute;
    width: 660px;
	color: #FFFFFF;
}
.weatherHead {
	color: #FFFFFF;
    font-size: 0.875em;
    line-height: 1.25em;
	margin:0 10px;
	padding: 5px 5px 2px 98px;
	
}
#weather_max {
    color: #FFCC00;
}
#weather_min {
    color: #32CCFF;
}



















