 
/* CSS Document paired w/ PHP */

.printbutton {
  visibility: hidden;
  display: none;
}
.buttons {
	width: 500px;
	visibility: hidden;
	display: none;
}
.close_button {
	margin-left: 50px;
	visibility: hidden;
	display: none;
	
}
.page-break {page-break-after: always;}!important
     
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Helvetica, Arial, Sans-serif;
	visibility:visible;
}
.twoColLiqLtHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	visibility:visible;
} 
.twoColLiqLtHdr #header {display: none;visibility:hidden;} 
#floatingtag {display: none;visibility:hidden;}
.twoColLiqLtHdr #header h1 {display: none;visibility:hidden;}
h1{
	font-family: Helvetica, Arial, Sans-serif;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 2px;
	margin-left: 20px;
	display: none;visibility:hidden;
}
h2 {
	font:1.2em/1.6em Arial, Helvetica, sans-serif;
	color:#0F0040;
	padding-left:25px;
	display: none;visibility:hidden;
	}
	h2 a:link {
	color: 3600cc;
	}
	h2 a:visited {
	color: #FF0000;
	}
	h2 a:hover {
	color: #3399FF;
	}
	h2 a:actove {
	color: #00FF00
	}
	

h3{
	color:#000000;
	padding-left:13px;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 1em;
	font-variant: small-caps;
	background-image: url(images/navtickets-yellow.png);
	background-repeat: no-repeat;
	font-weight: lighter;
	background-position: center center;
	line-height: 3.2em;
	text-align: left;
	height: 60px;
	display: none;visibility:hidden;
	}
	
h4 {
	color:#CC0000;
	padding-left: 10px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: italic;
	text-align: center;
	display: none;visibility:hidden;
	}
	
h5 {
	font:.9em/1.2em Arial, Helvetica, sans-serif;
	color:RGB(10,80,140);
	margin-left: 36px;
	display: inline;
	display: none;visibility:hidden;
	}

h6 {
	font:.85em/1.2em Arial, Helvetica, sans-serif;
	color:RGB(10,80,140);
	padding-left:85px;
	padding-top:1px;
	padding-bottom:1px;
	margin-top:1px;
	margin-bottom:1px;
	display: none;visibility:hidden;
	}
.h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	padding-left: 40px;
	display: none;visibility:hidden;
}


/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.twoColLiqLtHdr #aside {display: none;visibility:hidden;}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {display: none;visibility:hidden;}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqLtHdr #mainContent {
	float: right;
	padding:0;
	margin:0;
	position: relative;
	visibility: visible;
	width:100%;
	vertical-align:top;
}
.twoColLiqLtHdr #mainContent #main {
	width:700px;
	float:none;
	clear:none;
	vertical-align:top;
	padding:0;
	visibility: visible;
	width:100%;
	margin:0;
	vertical-align:top;
} 
.twoColLiqLtHdr #mainContent #main .big_deal_box {display: none;visibility:hidden;}

.twoColLiqLtHdr #footer {display: none;visibility:hidden;}

.twoColLiqLtHdr #footer p {display: none;visibility:hidden;}
#footer2 {display: none;visibility:hidden;}
#kingsport {display: none;visibility:hidden;}

/*--|
	| Coupon Styles
	|__________________--*/
ul#coupons {margin:0;padding:0;list-style:none inside;font-family:Trebuchet, Tahoma, Arial, sans-serif;width:95%;visibility:visible;vertical-align:top;}
ul#coupons li {
	font-size: 93.8%;
	width: 100%;
	margin:.2em 0;
	padding:0.5em;
	border: dotted 1px #000;
	display:block;
	background-color:#fff;
	list-style:none inside;
	background-color:#fff;
	visibility:visible;
}
ul#coupons li h4.float {
	float:right;
	width:8em;
	margin: 1em 0 1em 1em;
	text-align:right;
	padding: 0.75em;
	background-color: #fff;
	border: none;
	color: #666;
	visibility:visible;
	font-size:14px;
	line-height:16px;
}
ul#coupons li h5 {width:100%;margin:0;padding:0;text-align:center;font-size: 14px;line-height:16px;border:none; visibility:visible;display:block;color:#222;font-weight:bold;}
ul#coupons li h4 {
	display:block;
	margin:0;
	padding:0;
	font-size:90%;
	border: none;
	visibility:visible;
	text-align:left;
	font-size:12px;
	line-height:16px;
}
ul#coupons li h1 {
	display:block;
	margin:.25em 0;
	padding:.25em 0 .25em .5em;
	font-size:140%;
	font-family: Trebuchet, 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	font-weight: bold;
	visibility:visible;
	font-size:18px;
	line-height:20px;
}
ul#coupons li h1 a {
	color:#000;
	font-weight: bold;
}
ul#coupons li h1 a:link {color:#336;}
ul#coupons li h1 a:visited {color: #000;}
ul#coupons li h1 a:hover {color: #060;text-decoration:blink;}
ul#coupons li h1 a:active {color:#900;}
ul#coupons li h2 {
	display:block;
	margin:0 0 0 1em;
	padding:0 0 0 1em;
	font-size:120%;
	border:none;
	font-weight: bold;
	visibility:visible;
	font-size:16px;
	line-height:18px;
}
ul#coupons li address {display:block;margin:0 auto;padding:0;font-size:100%;text-align: center;border:none;	visibility:visible;line-height:120%;font-size:14px;}
ul#coupons li h3 {display:block;margin:0 auto;padding:0;font-size:95%;text-align: center;border:none;	visibility:visible;line-height:125%;font-size:14px;}
ul#coupons li h6 {display:block;margin:-3.5em auto 0;padding:0;font-size:85%;text-align: center;border:none;font-weight:light;	visibility:visible;line-height:110%;color:#333;font-size:12px;}

	
	/*--|
		| End coupons
		*/
		
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 9px;
	width: 556px;
	margin-top: 10px;
	padding-bottom: 10px;
	display: none;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	width: 370px;
	margin-top: 8px;
	padding-left: 16px;
	display: none;
}
#ThankYou {display:none;visibility:hidden;width:0;heigh:0;}
