/* CSS Document */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,  pre,/*blockquote,*/
a, abbr, acronym, address, big, cite, code,
del, dfn, em,  img, ins, kbd, q, s, samp,/*font,*/
small, strike, strong, 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;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ***********end normalization style************** */

/* ***********begin normal styling************** */
body {
	background-color: White;
	margin: 0 auto;
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

p {
	/* line-height: 105%; */
	padding: 2px;
	margin: 0 12px 4px 12px;
}
.justify {
	text-align: justify;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.sm {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	margin-left: 20px;
}
.blurb {
	font-family: Cambria, Georgia, Times, serif;
	font-size: 14px;
	font-style: italic;
	margin-right:12px; margin-left: 0;
}
.smSet {
	font-size: 15px; font-weight:bold;
}
.indented {
	margin-left:40px; margin-right:40px;
}

/* colors */
.red {
	color: #ff0000;
}
.green {
	color: #41aa54;
}
.blue {
	color: #4774b9;
}
.ugh {
	color: #ffd8eb;
}
.orange {
	color: #ec5a18;
}
.goldie {
	color: #e99b05;
}
.paleBlue {
	color: #d3dffe;
}
.jade {
	color: #156d54;
}
/* Sylvia's little styles */
.colorBox {
	border: 1px solid Black;
	width: 98%;
	margin: 0 auto;
	font-size: 13px;
	padding: 4px;	
}

.coloring {
	margin: 0 30px;
	font-size: 14px;
}

.coloring a,
.coloring a:link,
.coloring a:visited  {
	text-decoration: none;
	color: #4774b9;
	font-weight: bold;
}

.coloring a:hover,
.coloring a:active {
	color: Black;
}

.fancy {
	color: #ff0000;
	text-align: center;
	padding-top: 14px;
}

/* *********for image alignment************* */
.imgLeft {
	float: left;
	margin-right: 10px;
}
.imgLeftB {
	float: left;
	margin-right: 10px;
	border:2px solid Black;
}
.imgB {
	border: 2px solid Black;
}
.imgRight  {
	float: right;
	margin-left: 10px;
}
.imgRightB  {
	float: right;
	margin-left: 10px;
	border: 2px solid Black;
}
/* **********links******************* */
a,
a:link,
a:visited  {
	text-decoration: none;
	color: #4774b9;
	font-weight: bold;
}

a:hover,
a:active {
	color: Black;
}
/* -----------------crumbs */
#crumbs {
	font-weight: bold;
	text-align: center;
	color: Red;
	font-size: 13px;
}

#crumbs a,
#crumbs a:link,
#crumbs a:visited  {
	text-decoration: none;
	color: #39954a;
	font-weight: bold;
}

#crumbs a:hover,
#crumbs a:active {
	color: #4774b9;
}


/* *****************headers */
h1 {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
/*	font-weight: bold;*/
	text-align: left;
	margin: 6px 0 0 20px;
}

h2 {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
/*	font-weight: bold;*/
	text-align: left;
	margin: 0 0 0 20px;
}

h3 {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;	
/*	font-weight: bold;*/
	text-align: left;
	margin: 0 0 0 20px;
}

h4 {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
/*	font-weight: bold;*/
	text-align: left;
	margin: 0 0 0 20px;
}
.lineGreen {
	background-color: #b0dfa9;
	text-align:center;
}
.lineGold {
	background-color: #fbf78f;
	text-align: center;
}
.lineBlue {
	background-color: #d3dffe;
	text-align: center;
}

/* **************Classes************* */
.center {
	text-align: center;
}

.footLeft {
	float: left;
	width: 45%;
	color: #ffffff;
	text-align: right;
	padding-top: 16px;
}

.footRight {
	float: right;
	width: 45%;
	color: #ffffff;
	text-align: left;
	padding-top: 16px;
}
/* ------------ lists */
ul.rules {
	list-style-position: outside;
	list-style-type: square;
	margin-left: -6px;
	font-size: smaller;
}
.pullquote {
	float: right;
	width: 250px;
	font: 14px;
	margin: 6px 10px 6px 10px;
 	border: 2px dotted Black; /* #10b7bd*/
	padding: 4px;
	text-align: center;
}

/* **************IDs************* */
#container {
	width: 858px;
	margin: 0 auto;
}

#upperMenu {
	width: 858px;
	background-color: #fcdb00;
	margin: 5px auto 0 auto;
	height: 20px;
	border-bottom: 5px solid #000000;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

#upperMenu ul {
	display: inline;
	margin-left: 80px;
}

#upperMenu ul li {
	display: inline;
	margin: 5px 20px;
}

#upperMenu a:link,
#upperMenu a:visited {
	text-decoration: none;
	color: #000000;
}

#upperMenu a:hover, 
#upperMenu a:active {
	color: #ffffff;
}

#greenBox {
	width: 848px;
	background-color: #ffffff;
	margin: 0 auto;
	border: 5px solid #41aa54;
}

#greenBoxFP h1 {
	text-align: right;
	margin: 0 20px 0 0;
}

#banner {
	background: url(../images/bkg_skyWhite2.png)  no-repeat;
	height: 178px;
	background-position: top;
}

#banner img,
#bannerF img {
	float: left;
}

#bannerF {
	background: url(../images/bkg_skyWhite2.png)  no-repeat top right;
	height: 95px;
}

#discTickets {
	background: url(../images/bkg_discountTickets.png) no-repeat top center;
	width: 765px;
	height: 116px;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	position: relative;
}

.dT_left {
	float: right;
	margin: 20px 12px 12px;
	padding: 6px;
}

.dT_right {
	float: right;
	margin: 20px 12px 12px;
	padding: 6px;
}

#rightCol {
	float: right;
	width: 47%;
	padding: 10px;
}

#leftCol {
	/* clear: left; */
	float: left;
	width: 47%;
	padding: 10px;
}

#quikLinks {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0;
	margin: 3px auto;
}

#quikLinks a,
#quikLinks a:link,
#quikLinks a:visited  {
	text-decoration: none;
	color: #4774b9;
}

#quikLinks a:hover,
#quikLinks a:active {
	color: #000000;
}

#quikLinksA {
	float: right;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 0;
	margin-right: 10px;
	line-height: 110%;
}

#quikLinksA a,
#quikLinksA a:link,
#quikLinksA a:visited  {
	text-decoration: none;
	color: #000000;
}

#quikLinksA a:hover,
#quikLinksA a:active {
	color: #ffffff;
}

#footer {
	margin: 0 auto;
	height: 65px;
	background: url(../images/footer_logo.png) no-repeat center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}

#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover, 
#footer a:active {
	color: #fcdb00;
}

.table {
	margin: 0 auto;
}

#ace1table {
	padding: 0;
	margin: auto auto;
}

.socialMedia {
	margin: 0 auto;
	width: 450px;
	height: 60px;
}

.socialMedia img {
	margin: 0 6px;
}

.specPano {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.specPano img {
	border: 2px solid #000000;
	margin: 0 6px;
}
