/* CSS Document */

body {
	background-image:url(../images/BG-Bottom.gif);
	background-repeat:repeat;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	}

#BackgroundTop {
	background-image:url(../images/BG-Top.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px auto auto auto;
	padding:0px;
	}		

.HorizontalBorderTop {
	width:100%;
	height:0px;
	border-top:1px solid #fff;
	border-bottom:1px solid #7a7a7b;
	clear:both;
}	

.HorizontalBorderBottom {
	width:100%;
	height:0px;
	border-bottom:1px solid #fff;
	border-top:1px solid #7a7a7b;
	clear:both;
}	

.NewsletterBorder {
	width:246px;
	margin:7px 0px 7px -13px;
	}


/* 	88888888888888888888888888 
	administration classes
	88888888888888888888888888 */


.Debug {
	border:1px solid #000;
	}
	
	
/* 	88888888888888888888888888 
	Global Classes
	88888888888888888888888888 */
	
.Clear {
	clear:both;
	}
	
	
/* 	88888888888888888888888888 
	Wrappers (main)
	88888888888888888888888888 */

#Wrapper1 {	
	width:850px; 
	height:auto; 
	margin:0px auto auto auto; 
	padding:10px 0px 0px 0px; 
	}
	
#BodyWrapper {
	width:850px;
	margin:10px 0px 0px 0px;
	padding:0px; 
	overflow:hidden;
	}

#BodyWrapperBGMiddle {
	width:100%;
	background-image:url(../images/BodyBG-main.gif);
	background-repeat:repeat-y;
	background-position:top;
	margin:0px;
	padding:0px;
	}
	

/* 	88888888888888888888888888 
	Header
	88888888888888888888888888 */

#Header1 {
	width:100%;
	height:215px; 
	margin:0; 
	padding:0;
	position:relative;
	}
	
	
/* 	88888888888888888888888888 
	Primary Navigation
	88888888888888888888888888 */
	
#PrimaryNavigation {
	width:850px; 
	height:65px;
	margin:0px; 
	padding:0px;
	background-image:url(../images/PrimaryNavigation2.png);
	background-position:0px -69px;
	background-repeat:no-repeat;	
	}

#PrimaryNavigation img {
	margin:0px;
	padding:0px;
	}	
	
#PrimaryNavigation3 {
	width:850px; 
	height:65px;
	margin:0px; 
	padding:0px;
	background-image:url(../images/PrimaryNavigation3.png);
	background-position:0px -69px;
	background-repeat:no-repeat;	
	}

#PrimaryNavigation3 img {
	margin:0px;
	padding:0px;
	}	
	
/* 	888888888888888888888888888888888888888888888888888888888
	Primary Navigation styled lists for drop-down navigation
	888888888888888888888888888888888888888888888888888888888 */
	
#nav {
	width:100%;
	margin:0;
	padding:10px 0px 0px 10px
	}
	
#nav span {
	display:none;
	}	
	
	
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	}

#nav li { /* all list items */
	float: left;
	position: relative;
	height:50px;
	display:block;
	z-index:999;
	}
	
#nav li a {
	width:100%;
	height:50px;
	display:block;
	}	

#nav li li {
	float:none;
	border:none;
	margin:4px 0px 4px 0px;
	padding:0px 0px 0px 10px;
	height:auto;
	}
	
#nav li li a{
	font-size:12px;
	color:#666666;
	text-decoration:none;
	width:auto;
	height:auto;
	display:inline;
	}

#nav li li a:hover {
	border-bottom:1px dotted #666666;
	}


#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	z-index:99;
	top: 0px;
	left: 0;
	background-color:#E8E8E8;
	background-image:url(../images/DropDown-BG.gif);
	background-repeat:repeat;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	border-left:1px solid #fff;
	border-top:none;
	font-size:12px;
	color:#666666;
	margin:-4px 0px 0px 0px;
	padding:0;
	}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	}

#nav li:hover ul, #nav li.over ul, #nav ul ul:hover, #nav li a:hover + ul, #nav li a + ul:hover, #nav li.sfhover ul { /* lists nested under hovered list items */
	display: block;
	visibility:visible;
	}


#PNHome a:hover {
	background-image:url(../images/PrimaryNavigation.png);
	background-position:-10px -10px;
	}
	
#PNBuyTickets a:hover {
	background-image:url(../images/PrimaryNavigation.png);
	background-position:-101px -10px;
	}
	
#PNBuyTickets li a:hover {
	background-image:none;
	}
	
#PNParking a:hover {
	background-image:url(../images/PrimaryNavigation.png);
	background-position:-236px -10px;
	}

#PNParking li a:hover {
	background-image:none;
	}

#PNEvents a:hover {
	background-image:url(../images/PrimaryNavigation.png);
	background-position:-454px -10px;
	}
	
#PNEvents li a:hover {
	background-image:none;
	}

#PNAbout a:hover {
	background-image:url(../images/PrimaryNavigation.png);
	background-position:-562px -10px;
	}

#PNAbout li a:hover {
	background-image:none;
	}

#PNVirtualTour a:hover {
	background-image:url(../images/PrimaryNavigation.png);
	background-position:-683px -10px;
	}

#PNVirtualTour li a:hover {
	background-image:none;
	}


li#PNHome, li#PNHome ul {
	width:91px;
	}	
		
	
li#PNBuyTickets, li#PNBuyTickets ul {
	width:133px;
	margin-right:2px;
	}
	
	
li#PNParking, li#PNParking ul {
	width:216px;
	margin-right:2px;
	}
	
li#PNEvents, li#PNEvents ul {
	width:106px;
	margin-right:2px;
	}
	
li#PNAbout, li#PNAbout ul {
	width:119px;
	margin-right:2px;
	}

li#PNVirtualTour {
	width:155px;
	}

li#PNVirtualTour ul	{
	width:135px;
	}

#PNHome a:hover {
	background-image:url(../images/PrimaryNavigation.png);
	background-position:-10px -10px;
	}
	
#PNBuyTickets a:hover {
	background-image:url(../images/PrimaryNavigation.png);
	background-position:-101px -10px;
	}
	
#PNBuyTickets li a:hover {
	background-image:none;
	}
	
#PNParking a:hover {
	background-image:url(../images/PrimaryNavigation.png);
	background-position:-236px -10px;
	}

#PNParking li a:hover {
	background-image:none;
	}

#PNEvents a:hover {
	background-image:url(../images/PrimaryNavigation.png);
	background-position:-454px -10px;
	}
	
#PNEvents li a:hover {
	background-image:none;
	}

#PNAbout a:hover {
	background-image:url(../images/PrimaryNavigation.png);
	background-position:-562px -10px;
	}

#PNAbout li a:hover {
	background-image:none;
	}

#PNVirtualTour a:hover {
	background-image:url(../images/PrimaryNavigation.png);
	background-position:-683px -10px;
	}

#PNVirtualTour li a:hover {
	background-image:none;
	}


li#PNHome, li#PNHome ul {
	width:91px;
	}	
		
	
li#PNBuyTickets, li#PNBuyTickets ul {
	width:133px;
	margin-right:2px;
	}
	
	
li#PNParking, li#PNParking ul {
	width:216px;
	margin-right:2px;
	}
	
li#PNEvents, li#PNEvents ul {
	width:106px;
	margin-right:2px;
	}
	
li#PNAbout, li#PNAbout ul {
	width:119px;
	margin-right:2px;
	}

li#PNVirtualTour {
	width:155px;
	}

li#PNVirtualTour ul	{
	width:135px;
	}
/*****/
#PNHome3 a:hover {
	background-image:url(../images/PrimaryNavigation3.png);
	background-position:-10px -10px;
	}
	
#PNBuyTickets3 a:hover {
	background-image:url(../images/PrimaryNavigation3.png);
	background-position:-138px -10px;
	}
	
#PNBuyTickets3 li a:hover {
	background-image:none;
	}
	
#PNParking3 a:hover {
	background-image:url(../images/PrimaryNavigation3.png);
	background-position:-300px -10px;
	}

#PNParking3 li a:hover {
	background-image:none;
	}

#PNEvents3 a:hover {
	background-image:url(../images/PrimaryNavigation3.png);
	background-position:-552px -10px;
	}
	
#PNEvents3 li a:hover {
	background-image:none;
	}

#PNAbout3 a:hover {
	background-image:url(../images/PrimaryNavigation3.png);
	background-position:-688px -10px;
	}

#PNAbout3 li a:hover {
	background-image:none;
	}

#PNVirtualTour3 a:hover {
	background-image:url(../images/PrimaryNavigation.png);
	background-position:-683px -10px;
	}

#PNVirtualTour3 li a:hover {
	background-image:none;
	}


li#PNHome3, li#PNHome3 ul {
	width:127px;
  margin-right:1px;
	}	
		
	
li#PNBuyTickets3, li#PNBuyTickets3 ul {
	width:160px;
	margin-right:2px;
	}
	
	
li#PNParking3, li#PNParking3 ul {
	width:250px;
	margin-right:2px;
	}
	
li#PNEvents3, li#PNEvents3 ul {
	width:134px;
	margin-right:2px;
	}
	
li#PNAbout3, li#PNAbout3 ul {
	width:152px;
	margin-right:0px;
	}

li#PNVirtualTour3 {
	width:155px;
	}

li#PNVirtualTour3 ul	{
	width:135px;
	}
/*****/
/* 	88888888888888888888888888 
	Left Column
	88888888888888888888888888 */
	
#LeftColumn {
	width:560px;
	height:auto;
	margin:0px 5px 10px 10px; 
	padding:0;
	float:left;
	overflow:hidden;
	}
	
.LeftContentBox {
	width:100%;
	height:auto;
	margin:0px 0px 10px 0px;
	padding:0;
	overflow:hidden;
	position:relative;
	}
	
	
.LeftContentBoxHeader {
	width:100%;
	height:20px;
	margin:0px 0px 5px 0px;
	padding:0;
	overflow:hidden;
	background-image:url(../images/LeftColumn-Header.gif);
	background-position:0px -2px;
	background-repeat:no-repeat;
	border:none;
	}

#RotatingBanner {
	height:250px;
	background-color:#CCCCCC;
	}
	
	
/* 	88888888888888888888888888 
	Page title
	88888888888888888888888888 */
	
#PageTitle h1 {
	font-family:"Palatino Linotype", Palatino, Times, serif;
	font-size:26px;
	font-weight:normal;
	text-transform:uppercase;	
	color:#636363;
	margin:0px 0px 7px 0px;
	padding:0;
	}
	
	
/* 	88888888888888888888888888 
	Featured Events
	88888888888888888888888888 */

#FeaturedEvents {
	overflow:hidden;
	}
	
#FeaturedEvents h1 {
	font-family:"Palatino Linotype", Palatino, Times, serif;
	color:#666666;
	text-transform:uppercase;
	font-size:18px;
	margin:0px 0px 8px 0px;
	padding:0;
	}
	
#FeaturedEventsList {
	width:100%;
	overflow:auto;
	height:395px;	
	}

#FeaturedEventsList table {
	width:95%;
	text-decoration:none;
	}

#FeaturedEventsList td {
	border:none;
	text-decoration:none;
	text-align:left;
	margin:0;
	padding:4px 0px 0px 4px;
	border-bottom:1px solid #666666;
	}
	
#FeaturedEventsList tr {
	height:45px;
	margin:0;
	padding:0;
	}
	
td.EventImage {
	width:20px;
	margin-right:7px;
	}
/*	
td.EventDescription {
	width:250px;
	height:auto;
	overflow:scroll;
	margin-right:10px;
	}
*/
	
.EventTitle {
	height:15px;
	padding:0px 0px 3px 0px;	
	font-size:12px;
	color:#003399;
	font-weight:bold;
	}
	
.EventSubTitle {
	height:15px;
	padding:0;
	font-size:12px;
	color:#7D7D7D;
	}

td.EventDate {
	width:110px;
	margin-right:10px;
	font-size:12px;
	color:#666666;
	}
	
td.EventPurchase {
	width:110px;
	margin-right:0;
	}			
	
td.EventImage img {
	border:1px solid #000;
	}		
	
	
/* 	8888888888888888888888888888888 
	Event Listing (On Events Page)
	8888888888888888888888888888888 */

#EventListing {
	overflow:hidden;
	height:480px;	
	width:556px;
	background-image:url(../images/EventListingBox.gif);
	background-repeat:no-repeat;
	background-position:0px 40px;
	}
		
#EventListingNav {
	width:556px;
	height:39px;
	background-image:url(../images/EventNavigation_Normal.gif);
	}
	
#EventListingNav span {
	margin-left:-9999px;
	}	
	
#EventListingNav ul {
	width:555px;
	height:30px;
	background-image:url(../images/EventNavigation_Normal.gif);
	background-repeat:no-repeat;
	display:block;
	margin:0px 0px 0px 0px;
	padding:4px 0px 0px 0px;
	}	
	
#EventListingNav li {
	margin:0;
	padding:0;
	list-style:none;
	}
	
li#AllEvents {
	width:113px;
	height:30px;
	float:left;
	}
	
li#AllEvents a {
	display:block;
	width:100%;
	height:30px;
	}
	
li#AllEvents a:hover {
	background-image:url(../images/EventNavigation_Selected.gif);
	background-repeat:no-repeat;
	background-position:0px -4px;
	}
	
li#AllEvents a.selected {
	background-image:url(../images/EventNavigation_Selected.gif);
	background-repeat:no-repeat;
	background-position:0px -4px;
	}

li#Sports {
	width:83px;
	height:30px;
	float:left;
	}
	
li#Sports a {
	display:block;
	width:100%;
	height:30px;
	}
	
li#Sports a:hover {
	background-image:url(../images/EventNavigation_Selected.gif);
	background-repeat:no-repeat;
	background-position:-114px -4px;
	}
	
li#Sports a.selected {
	background-image:url(../images/EventNavigation_Selected.gif);
	background-repeat:no-repeat;
	background-position:-114px -4px;
	}
	
li#Family {
	width:85px;
	height:30px;
	float:left;
	}
	
li#Family a {
	display:block;
	width:100%;
	height:30px;
	}
	
li#Family a:hover {
	background-image:url(../images/EventNavigation_Selected.gif);
	background-repeat:no-repeat;
	background-position:-197px -4px;
	}

li#Family a.selected {
	background-image:url(../images/EventNavigation_Selected.gif);
	background-repeat:no-repeat;
	background-position:-197px -4px;
	}

li#ArtsCulture {
	width:143px;
	height:30px;
	float:left;
	}
	
li#ArtsCulture a {
	display:block;
	width:100%;
	height:30px;
	}
	
li#ArtsCulture a:hover {
	background-image:url(../images/EventNavigation_Selected.gif);
	background-repeat:no-repeat;
	background-position:-282px -4px;
	}

li#ArtsCulture a.selected {
	background-image:url(../images/EventNavigation_Selected.gif);
	background-repeat:no-repeat;
	background-position:-282px -4px;
	}

li#Concerts {
	width:122px;
	height:30px;
	float:left;
	}
	
li#Concerts a {
	display:block;
	width:100%;
	height:30px;
	}
	
li#Concerts a:hover {
	background-image:url(../images/EventNavigation_Selected.gif);
	background-repeat:no-repeat;
	background-position:-424px -4px;
	}

li#Concerts a.selected {
	background-image:url(../images/EventNavigation_Selected.gif);
	background-repeat:no-repeat;
	background-position:-424px -4px;
	}

#EventListingList {
	width:555px;
	overflow:auto;
	height:410px;	
	}

#EventListingList table {
	width:95%;
	text-decoration:none;
	margin:0px 0px 0px 10px;
	}

#EventListingList td {
	border:none;
	text-decoration:none;
	text-align:left;
	margin:0;
	padding:4px 0px 0px 4px;
	border-bottom:1px solid #666666;

	}
	
#EventListingList tr {
	height:45px;
	margin:0;
	padding:0;
	border:1px solid #000;
	}
	
.EventTitle a {
	text-decoration:none;
	font-size:12px;
	color:#003399;
	font-weight:bold;
}

.EventTitle a:hover {
	text-decoration:underline;
	font-size:12px;
	color:#003399;
	font-weight:bold;
}
	
	
/* 	8888888888888888888888888888888 
	Left Column Content (used on most non-ticket selling pages.
	8888888888888888888888888888888 */
	
#LeftColumnContent {
	width:546px;
	padding:0px 7px 0px 7px;
	}	
	
#LeftColumnContent h1  {
	font-family:"Palatino Linotype", Palatino, Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#333333;
	}
	
#LeftColumnContent h2 {
	font-family:"Palatino Linotype", Palatino, Times, serif;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#333333;
	}	
	
#LeftColumnContent p {
	font-size:13px;
	line-height:18px;
	color:#000000;
	margin:0px 0px 10px 0px;
	}	
	
#LeftColumnContent td {
	font-size:13px;
	line-height:18px;
	color:#000000;
	margin:0;
	}	
	
	
#LeftColumnContent img {
	text-decoration:none;
	margin:6px;
	padding:2px;
	border:1px solid #666666;
	}	

#LeftColumnContent img.noborder {
  border:none;
  }

p.event_description table {
	margin:0;
	padding:0;
	}
	
/* 	88888888888888888888888888 
	Right Column
	88888888888888888888888888 */

#RightColumn {
	width:256px;
	height:auto;
	float:right;
	margin:0px 10px 0px 0px;
	padding:0;
	overflow:hidden;
	}
	
.RightContentBox {
	width:100%;
	height:auto;
	margin:0px 0px 10px 0px;
	padding:0;
	overflow:hidden;
	}

/* 	88888888888888888888888888 
	Secondary Navigation
	88888888888888888888888888 */

#SecondaryNavigation {
	margin:0;
	padding:0px 0px 10px 0px;
	text-align:left;
}

#Snav {
	width:250px;
	height:auto;
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
	}

#Snav ul {
	width:250px;
	height:auto;
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;	
	}

#Snav li {
	width:100%;
	height:auto;
	list-style:none;
	list-style-type:none;
	margin:0px 0px 3px 0px;
	padding:0px 0px 0px 5px;
}	

#Snav li li {
	width:100%;
	height:auto;
	list-style:none;
	list-style-type:none;
	margin:0px 0px 3px 35px;
	padding:0px 0px 0px 5px;
	list-style:circle;
}	

#Snav li a {
	font-family:"Palatino Linotype", Palatino, Times, serif;
	color:#666666;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	padding:0;
	}

#Snav li li a {
	font-family:"Palatino Linotype", Palatino, Times, serif;
	color:#666666;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	margin:0;
	padding:0;
	}

#Snav li a:hover {
	border-bottom:1px dotted #666666;
	}
	
#Snav li  li a:hover {
	color:#666666;
	border-bottom:1px dotted #666666;
	}

.RightContentBoxHeader {
	width:100%;
	height:20px;
	margin:0px 0px 5px 0px;
	padding:0;
	overflow:hidden;
	background-image:url(../images/RightColumn-Header.gif);
	background-repeat:no-repeat;
	background-position:top;
	}
	
	
	
/* 	88888888888888888888888888 
	Email Sign-up box
	88888888888888888888888888 */

#EmailSignup {
	height:206px;
	background-image:url(../images/Newsletter_border.gif);
	background-repeat:no-repeat;
	font-size:15px;
	color:#636363;
	padding: 10px 15px 10px 15px;
	}
	
.EmailSignupLabel {
	color:#333333;
	font-size:13px;
	}	
	
#EmailSignupForm {
	margin:10px 0px 0px 5px;
	}	
	
#EmailSignupForm label {
	font-size:10px;
	font-style:italic;
	color:#7D7D7D;
	float:left;
	padding:0;
	margin:2px 0px 0px 0px;
	}
	
#EmailSignupForm table {
	padding:5px 0px 10px 0px;
	margin:5px 0px 10px 0px;
	}
	
#EmailSignupForm td {
	padding:0px 7px 0px 0px;
	margin:0;
	}

#EmailSignupForm tr {
	padding:0;
	margin:0;
	}
			
#Email {
	width:205px;
	height:15px;
	clear:both;
	margin:4px 0px 10px 0px;
	}
	
#Day {
	width:25px;
	float:left;	
	}
	
#Month {
	width:25px;
	float:left;	
	}

#Year {
	width:50px;
	float:left;	
	}	
	
#SubmitButton {
	width:75px;
	height:22px;
	background-image:url(../images/Submit-Btn.gif);
	background-position:top;
	background-repeat:no-repeat;
	border:none;
	background-color:none;
	float:right;
	margin:0px 7px 0px 0px;
	}
	
	
/* 	88888888888888888888888888 
	Footer
	88888888888888888888888888 */
	
#Footer {
	width:850px;
	height:105px;
	margin:0;
	padding:0;
	overflow:hidden;
	background-image:url(../images/Footer-BG.png);
	background-position:bottom;
	background-repeat:repeat-x;
	}
	
.FooterHeader {
	width:100%;
	height:25px;
	margin:0px 0px 3px 0px;
	padding:0;
	overflow:hidden;
	background-image:url(../images/Footer-Header.gif);
	background-repeat:no-repeat;
	background-position:10px 0px;
	}	
	
#Footer ul {
	margin:5px 15px 5px 15px;
	padding:0;
	list-style:none;
	list-style-type:none;
	}
	
#Footer li {
	margin:0px 6px 0px 6px;
	padding:0;
	border:none;
	width:18.5%;
	float:left;
	text-align:center;
	vertical-align:middle;
	}	 	

/* 	88888888888888888888888888 
	Sub - Footer
	88888888888888888888888888 */
	
#SubFooter {
	width:100%;
	height:50px;
	color:#666666;
	font-size:11px;
	padding:10px 0px 0px 0px;
	clear:both;
	margin:10px 0px 0px 0px;
	padding:0;
	position:relative;
	}
	
#SubFooter a {
	color:#666666;
	font-size:11px;
	text-decoration:none;
	width:auto;
	}

#DesignedByCIO {
	width:180px;
	color:#666666;
	font-size:11px;
	position:absolute;
	top:0;
	right:0;
	vertical-align:middle;
	margin:0;
	padding:0;
	text-align:right;
	}
	
#DesignedByCIO a {
	color:#666666;
	font-size:11px;
	text-decoration:none;
	margin:0;
	padding:0;
	text-align:right;
	float:none;
	}

#DesignedByCIO span {
	margin:15px 0px 0px 0px;
	padding:0;
	float:left;
	}
	
#DesignedByCIO span#Credits {
	}

.errMsg {
	color:#FF0000;
	font-size:13px;
	font-weight:bold;
	padding-left:5px;
	clear:both;
}

#featuredHeadline {
	width: 185px;
	float: left;
}

#calendarLink {
	margin-left: 330px;
}

#calendarLink h1:hover {
	text-decoration: underline;
}