@charset "UTF-8";
/* CSS Document */
body {
	background-color: #625e46;
	background-image:url(IMAGES/navBarArt.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
}

/* navigation */
ul {
	list-style-type:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	text-decoration: none;
	font-weight:bold;
	text-align:center;
	text-indent:0;
	margin:0 auto 0 auto;
	padding:2px 5px 3px 5px;	
}

li {
	display:inline;
	text-align:center;
	text-indent:0;
	padding:2px 5px 0 5px;
}

li.down {
	color:#FF0000
}

#nav_main {
	width:740px;
	height:20px;
	margin:20px auto 20px auto;
	overflow:visible;
}

#nav_main a:link {
	text-decoration:none;
	color:#57533e;
	padding:2px 5px 0 5px;
}
#nav_main a:visited {
	text-decoration:none;
	color:#57533e;
	padding:2px 5px 0 5px;
}
#nav_main a:hover {
	text-decoration:none;
	color:#000000;
	background-color:#ffffff;
	padding:2px 5px 0 5px;
}

/* end navigation */


/* header art */
#seasonArt {
	background-image:url(IMAGES/season19Art_pageHead.png);
	background-repeat:no-repeat;
	background-position:center;
	margin: 20px auto 0 auto;
	width:780px;
	height:167px;
}
/* end header art */

a:link {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:underline;
}
a:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #f3cb59;
	text-decoration:underline;
}
a:active {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-align:left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	color: #FFF;
	margin-bottom:5px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:bold;
	font-variant:normal;
	color: #000000;
	text-decoration: none;
	padding: 0;
	font-size: 13px;
	line-height: 22px;
	text-align: left;
	text-indent: 0;
	margin:0 0 15px 0;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	text-indent:-9999px;
	color:#000000;
	margin:0;
}

.quote {
	text-align:center;
	padding:0 15px 0 15px;
	
}

.center {
	text-align:center;
	}	 


.replace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-indent: -9999px;
	margin:0 0 -9px 0;
}


/* center container div */

#mainContent {
	position:relative;
	width:650px;
	height:925px;
	margin:10px auto 0 auto;
	overflow:visible;
	background-position: center;
	text-align: center;
}

#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:9px;
	line-height:3px;
	text-indent:-9999px;
}

#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	text-indent: 0;
	margin:0 0 10px 0;
}

/* inside mainContent container */
#showDetails {
	width:600px;
	margin: 5px auto 10px auto;
	padding-top:0;
	overflow:visible;
	visibility: visible;
	z-index: 12;
}

#showDetails h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:normal;
	font-variant: normal;
	color: #fff;
	text-decoration: none;
	padding: 0px;
	font-size: 24px;
	line-height: 25px;
	text-align: center;
	text-indent: 0px;
	margin:0 auto 5px auto;
}
#showDetails h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:bold;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
	margin: 5px auto 5px auto;
	padding: 0px;
	font-size: 24px;
	line-height: 25px;
	text-align: center;
	text-indent: 0px;
	text-transform: none;
}

#showDetails h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:bold;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
	margin: 5px auto 5px auto;
	padding: 0px;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	text-indent: 0px;
	
}


.credit {
	font-size: 24px;
	line-height:24px;
	font-weight:normal;
	text-align:center;
	margin: 0 auto 5px auto;
}

.showTimes {
	font: bold 17px Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#FFFFFF;
	margin:0 0 10px 0;
	text-align: center;
}
a.showTimes:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.showTimes:visited {
	font-weight: bold;
	color:#CCCCCC;
	text-decoration: underline;
}
a.showTimes:hover {
	font-weight: bold;
	color: #f3cb59;
	text-decoration: underline;
}
a.showTimes:active {
	font-weight: bold;
	color:#80235c;
	text-decoration: underline;
}

#ccCode {margin:auto;
}
#emailSignUpShow {
	margin:30px auto 10px auto;
	width:294px;
	height:auto;
}
#showInfo {
	width:600px;
	height:auto;
	z-index:10;
	padding:0;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#showInfo h2 {
	font-size:18px;
	color:#f3cb59;
}

/* left sidebar container div */
#specialLeft {
	position:absolute;
	float:left;
	left:-260px;
	top:0px;
	width:254px;
	height:auto;
	z-index:11;
	margin: 0px;
	padding: 0px;
}

/* right sidebar container */
#specialRight {
	position:absolute;
	float:right;
	left:650px;
	top:0px;
	width:302px;
	height:1000px;
	z-index:11;
	margin: 0px;
	padding: 0px;
}


#volunteerInfo {
	position:absolute;
	left:10px;
	top: 0px;
	width:275px;
	height:260px;
	z-index:12;
}
#volunteerInfo p {
	padding:0 10px 0 10px;
}

/* auditions box, link button */
#auditionBox {
	position:absolute;
	left:10px;
	top:270px;
	width:240px;
	height:110px;
	margin:20px auto 10px auto;
	z-index:25;
	border:none;
	visibility: visible;
}
#auditionBox p {
	padding:0 10px 0 10px;
}
#auditionBox a:link {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	text-decoration:none;
	display:block;
	background-color:#f3cb59;
	border:2px solid;
	border-top-color:#CCCCCC;
	border-right-color:#000000;
	border-bottom-color:#000000;
	border-left-color:#cccccc;
	margin:15px 20px 10px 10px;
	padding:5px 10px 5px 10px;
}
#auditionBox a:visited {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	text-decoration:none;
	display:block;
	background-color:#f3cb59;
	border:2px solid;
	border-top-color:#CCCCCC;
	border-right-color:#000000;
	border-bottom-color:#000000;
	border-left-color:#cccccc;
	margin:15px 20px 10px 10px;
	padding:5px 10px 5px 10px;
}
#auditionBox a:hover {
	background-color:#ffffff;
	border-top-color:#CCCCCC;
	border-right-color:#000000;
	border-bottom-color:#000000;
	border-left-color:#cccccc;
	}
/* end auditions */

#artsLogosBox {
	position:absolute;
	left:10px;
	top:380px;
	width:240px;
	height:75px;
	margin:20px auto 10px auto;
	padding:10px;
	z-index:26;
	border:none;
	visibility: visible;
}

#ticketBut {
	position:absolute;
	top:400px;
	left:110px;
	width:115px;
	height:100px;
}

#newSeason {
	position:absolute;
	top:735px;
	left:75px;
	width:150px;
	height:220px;
}

#newsletter {
	position:absolute;
	top:960px;
	left:75px;
	width:150px;
	height:200px;
}

#comingUpBox {
	position:absolute;
	top: 0px;
	left: 0px;
	width:252px;
	height:377px;
	border: thin solid #f3cb59;
}

#comingUp {
	position:absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 375px;
}

#julepsAd { 
	position:absolute; 
	visibility:show; 
	width: 270px;
	height:410px;
	left: 20px; 
	top: 500px;
}  

#gallery {
	position:absolute;
	top:520px;
	left:20px;
	width:230px;
}

#gallery p {
	margin-left:12px;
}

.imgRight {
	float:right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0 0 0 5px;
}

.imgLeft {
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0 5px 0 0;
}

.imgCtr {
	margin:5px auto 5px auto;
	border:none;
	text-align: center;	
}


td img {display: block;}
#mainContent #showDetails h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 0px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	color: #FFF;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 0px;
}

