@charset "utf-8";
html, body, .content {
	height: 100%;
}
body {
	background-image: url(/images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #f8f8f7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.showLinks a {
	color: #000000;
}
.showLinks a:hover {
	color: #ff488d;
}
.contentTop {
	margin-top: 90px;
}
.content {
	background-color: #FFFFFF;
}
.topnav {
	margin-top: 30px;
	visibility: visible;
	position:absolute; 
	z-index: 90;
	height: auto; 
	width: auto; 
	position: absolute;
}
.navCell {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}
.textRight {
	text-align: justify;
	padding-left: 30px;
}
.contentPad {
	padding: 30px;
	padding-bottom: 60px;
}
.contentPad2 {
	padding: 30px;
	padding-bottom: 0px;
}
.titleText {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #4254b2;
	margin-bottom: 15px;
}
.borders {
	border-top: solid 1px #d1d1d1;
	border-bottom: solid 1px #d1d1d1;
	padding: 10px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.imageBox {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.photoText {
	font-size: 18px;
	font-weight: bold;
	color: #37a437;
	margin-bottom: 10px;
}
.photoText2 {
	text-align: right;
	margin-bottom: 0px;
}
.photoText a {
	color: #37a437;
}
.pastShowText {
	font-size: 18px;
	font-weight: bold;
	color: #ff488d;
	margin-bottom: 10px;
}
.upcomingShowBox {
	background-color: #d5ecd5;
	border: solid 1px #37a437;
	-webkit-border-radius: 7px;    /* for Safari */
	-moz-border-radius: 7px;       /* for Firefox */
}
.upcomingText {
	font-size: 18px;
	font-weight: bold;
	color: #37a437;
}
.textPad {
	padding: 10px;
}
.textPad2 {
	padding-top: 0px;
	font-weight: bold;
}
.footerBg {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	background-image: url(/images/footerBg.png);
	background-repeat: repeat-x;
	height: 33px;
}
.footerBg2 {
	font-size: 11px;
	height: 33px;
}
.footerBg2 td {
	font-size: 12px;
	padding-right: 5px;
}
.footerBg2 td a {
	color: #FFFFFF;
}
.shadowTop {
	background-image: url(/images/topshadow.png);
	background-repeat: repeat-x;
	height: 13px;
}
.shadowLeft {
	background-image: url(/images/shadowleft.png);
	background-repeat: repeat-y;
	width: 12px;
}
.shadowRight {
	background-image: url(/images/shadowright.png);
	background-repeat: repeat-y;
	width: 12px;
}
.titleFont {
	font-family: "Comic Sans MS";
}
.footerPosi {
	visibility: visible;
	position: fixed;
	z-index: 1000;
	left: 0px;
	bottom:0px;
	width: auto;
	height: auto;
	position: fixed;
	width: 100%;
}
.seeMore {
	font-size: 15px;
}
.seeMore a:hover {
	color: #0600ff;
}
i {
	font-style: italic;
}
