/* reset margin/padding/border for all elements */
* { margin: 0; padding: 0; border: none; }

body {
	font: 68.75% Arial, Tahoma, Helvetica, Verdana, sans-serif;
	color: #000;
	background: #555;
	}


/* default styles */
.clearBoth { clear: both; }
.floatLeft  { float: left; }
.floatRight { float: right; }
.smallText { font-size: .9em; }

p { font-size: 1em; }

ul { list-style: none; }
	ul li { font-size: 1em; }
		ul li ul li { font-size: 1em; }


.right { float: right; }
.left { float: left; }	
	.left  a { color: #1a7573; }	
	
.clear { clear: both; height: 1px; }

a { color: #ffffff; text-decoration: none; }
	a:focus { outline: 0; }
	
a.arrowLink {
	color: #1a7573;
	line-height: 22px;
	background: url(../i/bg-link-arrow.gif) 100% 5px no-repeat;
	}
	a.arrowLink:hover {
		color: #339933;
		background-position: 100% -20px;
		}

p { line-height: 1.2em; margin: 0 0 13px 0; }	

h1 {
	background: #000000 url(../i/content_header_bg.gif);
	color: #ffffff;
	font-size: 1.75em;
	height: 34px; 
	padding: 10px 0 0 23px;
	}	

h2 {
	font-size: 1.5em;
	font-weight: normal;
	}
h3 { font-size: 1.0em; }		
h4 {   }
h5 {
	font-size: 1.2em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #5f1f8b;
	color: #5f1f8b;
	}

strong { font-weight: bold; }	
.bold { font-weight: bold; }	
em, .italic { font-style: italic; }	
.large { font-size: 1.0em; }
.xlarge { font-size: 1.2em; }	
.bullets li { list-style-type: disc; margin: 0 20px; }	

/* container elements */
#wrapper {
	margin: 0 auto 0 auto;
	width: 710px;
	}	
#header {
	position: relative;
	width: 710px;
	height: 244px;
	background: #070908 url(../i/header_bg.jpg) no-repeat;
	}
	a#logo {
		position: absolute;
		top: 34px;
		left: 20px;
		display: block;
		width: 255px;
		height: 113px;
		}
		a#logo span { display: none; }
		
	/* nav styles */
	ul#primaryNav {
		position: absolute;
		top: 172px;
		left: 27px;
		width: 690px;
		height: 25px;
		overflow: hidden;
		z-index: 99;
		}
		ul#primaryNav li {
			position: relative;
			display: block;
			float: left;
			height: 25px;
			margin: 0 2px 0 0;
			padding: 0 0 0 6px;
			background: url(../i/bg-primary-nav-left.gif) 0px 0px no-repeat;
			}
		
		ul#primaryNav a {
			display: block;
			float: left;
			height: 25px;
				he\ight: 19px;
			padding: 6px 19px 0 15px;
			font-family: Tahoma, Arial;
			font-size: 1.2em;
			font-weight: bold;
			background: url(../i/bg-primary-nav-right.gif) 100% 0px no-repeat;
			}
		
		ul#primaryNav li a:hover { color: #104545; }	
		
		ul#primaryNav li.active { background: url(../i/bg-primary-nav-left.gif) 0px -25px no-repeat; }
		ul#primaryNav li.active a { color: #104545; background: url(../i/bg-primary-nav-right.gif) 100% -25px no-repeat; }


	.subNav {
		position: absolute;
		top: 197px;
		left: 0px;
		z-index: 98;
		width: 710px;
		height: 22px;
		background: #fff;
		font-weight: bold; 
		overflow: hidden; 
		}
	.subNav li { display: inline; }
		.subNav a {
			color: #000000;
			line-height: 22px;
			padding: 5px 10px;
			}
		.subNav li a:hover { background: #1a7573; color: #000000; }	
		.subNav li.active { background: #1a7573; padding: 5px 0px; }
		.subNav li.active a { color: #ffffff; }
	
	.tertiaryNav {
		background: #1a7573;
		border: 1px solid #ffffff;
		margin: 0 0 25px 0;
		padding: 10px 0;
		width: 152px;
		}
		.tertiaryNav li { display: block; }
			.tertiaryNav li a {
				color: #ffffff;
				display: block;
				height: 10px;
				padding: 10px;
				}
			.tertiaryNav li.active {
				background: #2a4c49;
				border-bottom: 1px solid #ffffff;
				border-top: 1px solid #ffffff;
				}	
			.tertiaryNav li a:hover { background: #186a69; }
	
#navSpacer {
	position: absolute;
	top: 218px;
	left: 0px;
	z-index: 97;
	}
	
	
#container {  }

#content {
	background: #e6e6e6 url(../i/content_bg.gif) ;
	height: 100%;
	padding: 0 0 20px 0;
	}
	
#footer {
	color: #ffffff;
	padding: 20px 0;
	background-color:#000000
	}

#NewsNav { 
	line-height: 22px;
	padding: 5px 10px;
	text-align:center;
	font-weight: bold;
	}


/* header specific styles */
.logo { margin: 25px 0 18px 20px; }
			
/* content specific styles */
#content h2 { color: #000000; margin: 0 0 10px 0; }

#content h3 { font-size: 1.25em; margin: 0 0 5px 0; text-decoration: underline; }	

#content p { font-size: 1em; margin: 0 0 10px 0; }

#content ul { margin: 0 0 10px 0; }	
#content ol li	{ margin: 0 30px 10px 20px;	list-style-type: decimal; }	
	#content li { line-height: 1.5em; }	
	
#content .left { padding: 20px 0 0 20px; width: 480px; }
	#content .left a { color: #1a7573; }
	
#content .right { margin: 20px 10px; }	

.photo {
	background: #ffffff;
	border: 1px solid #5f5a47;
	margin: 0 0 10px 0;
	padding: 1px;
	}	

.rightPhoto {float:right; border: none; padding: 3px}

.cta li {
	background: #63573d;
	border: 1px solid #ffffff;
	height: 29px;
	margin: 0 0 10px 0;
	}

.cta span  {
	background: #ab9d7e;
	display: block;
	height: 27px;
	margin: 1px 0 0 1px;
	width: 152px;
	}	

.cta a { font-size: 1.75em; padding: 10px; }	


			
/* table styles */
table { margin: 0 0 10px 0; }
	td { padding: 3px; }



ul.scheduleList, ul.boxOfficeHours { font-size: 13px; font-family: Arial, Helvetica, sans-serif; }
	ul.scheduleList li, ul.boxOfficeHours li {  }
		ul.scheduleList li span, ul.boxOfficeHours li span { float: left; display: block; width: 100px; }



ul.arrowList { margin: 0 0 15px 0; }
	ul.arrowList li {
		line-height: 15px !important;
		margin: 0 0 15px 0;
		padding: 0 0 0 8px;
		background: url(../i/bg-arrow-list.gif) 0px 4px no-repeat;
		}
		ul.noListMargin li { margin: 0 0 0 0; }


strong.focusBold { color: #5f1f8b; }
strong.focusBold2 { color: #666666; }


/* subscriber buttons */
ul#subscriberButtons {
	float: right;
	width: 184px;
	margin: 0 0 0 20px;
	}
	ul#subscriberButtons li {
		width: 184px;
		height: 27px;
		margin: 0 0 14px 0;
		}
		ul#subscriberButtons li a {
			display: block;
			width: 184px;
			height: 27px;
			}
			ul#subscriberButtons li#orderForm a { background: url(../i/bg-btn-download-order-form.gif) 0px 0px no-repeat; }
			ul#subscriberButtons li#subscribe a { background: url(../i/bg-btn-subscribe-online.gif) 0px 0px no-repeat; }

			ul#subscriberButtons li#mailer a { background: url(../i/bg-btn-download-mailer.gif) 0px 0px no-repeat; }
			
			ul#subscriberButtons li a:hover { background-position: 0px -27px !important; }
			ul#subscriberButtons li a span { display: none; }

	
/* calendar styles */
div#calendar {
	position: relative;
	width: 708px;
	margin: 0 0 0 1px;
	}
	div#calendarHeading {
		position: relative;
		width: 708px;
		height: 58px;
		background: #fff;
		}
		div#calendarHeading div#monthYear {
			position: absolute;
			top: 25px;
			left: 22px;
			font-size: 1.8em;
			text-transform: uppercase;
			}
			
		a.selectMonth {
			position: absolute;
			display: block;
			top: 30px;
			left: 202px;
			width: 110px;
				w\idth: 107px;
			height: 16px;
				he\ight: 15px;
			color: #1a7573;
			padding: 1px 0 0 3px;
			text-transform: capitalize;
			background: url(../i/calendar-dropdown-box.gif) 0px 0px no-repeat;
			}
			a.selectMonth:hover, a.ddVisible { background-position: 0px -16px !important; }
			
			ul#monthList {
				display: none;
				position: absolute;
				top: 45px;
				left: 202px;
				width: 110px;
					w\idth: 108px;
				border: 1px solid #999;
				background: #fff;
				}
			ul#monthList li { width: 108px; }
				ul#monthList li a {
					display: block;
					width: 108px;
						w\idth: 106px;
					color: #1a7573;
					padding: 0 0 0 2px;
					}
				ul#monthList li a:hover,
				ul#monthList li a.highlightedMonth { color: #fff; background: #339933; }
		
			ul#previousNext {
				position: absolute;
				top: 25px;
				right: 23px;
				width: 110px;
				height: 15px;
				}
				ul#previousNext li { display: block; float: left; }
				
					ul#previousNext li a { color: #1a7573; }
					ul#previousNext li a:hover { color: #339933; }
				
					ul#previousNext li#previousMonth { padding: 0 8px 0 0; border-right: 1px solid #ccc; }
						ul#previousNext li#previousMonth a { background: url(../i/calendar-arrow-previous.gif) 0px 2px no-repeat; }
						ul#previousNext li#previousMonth a:hover { background-position: 0px -23px; }
						
					ul#previousNext li#nextMonth { padding: 0 0 0 8px; }
						ul#previousNext li#nextMonth a { background: url(../i/calendar-arrow-next.gif) 100% 2px no-repeat; }
						ul#previousNext li#nextMonth a:hover { background-position: 100% -23px; }
						
						a.deactivated { color: #999 !important; background-position: 0px -48px !important; }
						ul#previousNext li#nextMonth a.deactivated { background-position: 100% -48px !important; }
				
			
	div#calendar table.eventsCalendar {
		width: 708px;
		margin: 0 0 0 0;
		border-collapse: collapse;
		}
		div#calendar table.eventsCalendar tr {  }
			div#calendar table.eventsCalendar tr th {
				width: 101px;
				height: 29px;
				}
				div#calendar table.eventsCalendar tr th.sunday { background: url(../i/calendar-hdr-sunday.gif) 0px 0px no-repeat; }
				div#calendar table.eventsCalendar tr th.monday { background: url(../i/calendar-hdr-monday.gif) 0px 0px no-repeat; }
				div#calendar table.eventsCalendar tr th.tuesday { background: url(../i/calendar-hdr-tuesday.gif) 0px 0px no-repeat; }
				div#calendar table.eventsCalendar tr th.wednesday { background: url(../i/calendar-hdr-wednesday.gif) 0px 0px no-repeat; }
				div#calendar table.eventsCalendar tr th.thursday { background: url(../i/calendar-hdr-thursday.gif) 0px 0px no-repeat; }
				div#calendar table.eventsCalendar tr th.friday { background: url(../i/calendar-hdr-friday.gif) 0px 0px no-repeat; }
				div#calendar table.eventsCalendar tr th.saturday { width: 102px; background: url(../i/calendar-hdr-saturday.gif) 0px 0px no-repeat; }
				
				div#calendar table.eventsCalendar tr th span { display: none; }
				
			div#calendar table.eventsCalendar tr td {
				width: 101px;
					w\idth: 95px;
				height: 126px;
				padding: 0 3px;
				vertical-align: top;
				background: url(../i/calendar-border.gif) 0px 0px no-repeat;
				}
				div#calendar table.eventsCalendar tr td.emptyDay { background: url(../i/calendar-border-inactive.gif) 0px 0px no-repeat; }
	
			div#calendar table.eventsCalendar tr td span.numbers { display: block; color: #999; }
			
			div#calendar table.eventsCalendar tr td a {
				display: block;
				color: #1a7573;
				font-size: .9em;
				margin: 0 0 4px 0;
				}
				div#calendar table.eventsCalendar tr td a span { color: #999; }
				div#calendar table.eventsCalendar tr td a:hover,
				div#calendar table.eventsCalendar tr td a:hover span { color: #339933; }
			
		/* calendar popup styles */	
		div.popUpContent {
			position: fixed;
			top: 50%;
			left: 50%;
			margin-top: -235px;
			margin-left: -327px;
			z-index: 99999;
			width: 654px;
			height: 471px;
			font-size: 1em;
			font-family: Tahoma, Arial;
			background: url(../i/calendar-popup.png) 0px 0px no-repeat;
			}
			div.popUpContent a.closeEvent {
				position: absolute;
				top: 8px;
				right: 20px;
				color: #1a7573;
				}
			div.popUpContent a.closeEvent:hover { color: #339933; }
			
			div.eventGraphic {
				position: absolute;
				top: 21px;
				left: 21px;
				}
			div.eventHeader {
				position: absolute;
				top: 26px;
				left: 321px;
				font-size: 1.4em;
				font-weight: bold;
				}
				div.eventHeader span {
					display: block;
					color: #666666;
					font-size: .7em;
					}
				
			div.eventContent {
				position: absolute;
				top: 48px;
				left: 321px;
				width: 320px;
				height: auto;
				overflow: hidden;
				}
				div.addVerticalScroll {
					height: 350px;
					overflow-y: scroll;
					}
				
				div.eventContent p { line-height: 15px; }
				div.eventContent p.eventAwards { color: #006699; }
				div.eventContent p.eventDateRange { color: #999; font-weight: bold; }
				p.eventHighlight strong { color: #9c0e83; font-style: italic; }
				
				div.eventContent ul { margin: 0 0 15px 0; }
					div.eventContent ul li {
						line-height: 15px;
						padding: 0 0 0 10px;
						background: url(../i/calendar-bullet.gif) 0px 4px no-repeat;
						}
			
			a.buyTickets {
				position: absolute;
				top: 410px;
				left: 318px;
				z-index: 10000;
				display: block;
				width: 99px;
				height: 27px;
				background: url(../i/calendar-btn-buy-tickets.gif) 0px 0px no-repeat;
				}
				a.buyTickets:hover { background-position: 0px -27px }
				a.buyTickets span { display: none; }			
			
			p.buyTicketsContent {
				position: absolute;
				top: 410px;
				left: 429px;
				z-index: 10000;
				display: block;
				width: 206px;
					w\idth: 195px;
				padding: 0 0 0 10px;
				line-height: 14px;
				border-left: 1px solid #ccc;
				}
				p.buyTicketsContent a { color: #1a7573; line-height: 10px; }
				p.buyTicketsContent a:hover { color: #339933; }
			
/* footer specific styles */
#footer {
	height: 110px;
		he\ight: 90px;
	padding: 10px 0;
	background: #0a0e0f;
	}
#footer .right {
	font-size: 1.5em;
	font-weight: bold;
	float: right;
	text-align:right;
	padding-right:18px;
	}
	
#footer .left {
	float: left;
	font-size: 1.1em;
	padding: 0 0 0 18px;
	}
	
	.red {color:#F00
	}