@charset "utf-8";
/* CSS Document */



#Content2.Content2{
	background-image:;
}
#Content2.Content2Show{
	background-image: url(Content2BackgroundShow-BubbleGum.jpg);
}
#Content2.Content2Tickets{
	background-image: url(Content2BackgroundTickets-BubbleGum.jpg);
}
#Content2.Content2Coupon{
	background-image: url(Content2BackgroundCoupon-BubbleGum.jpg);
}
#Content2.Content2Map{
	background-image: url(Content2BackgroundMap-BubbleGum.jpg);
}
#Content2.Content2EMail{
	background-image: url(Content2BackgroundEMail-BubbleGum.jpg);
}
#Content2.Content2ExhibitRequestForm{
	background-image: url(Content2BackgroundExhibitRequestForm-BubbleGum.jpg);
}
#Content2.Content2Contact{
	background-image: url(Content2BackgroundContact-BubbleGum.jpg);
}
#Content2.Content2Locations{
	background-image: url(Content2BackgroundLocations-BubbleGum.jpg);
}
#Content2.Content2Tips{
	background-image: url(Content2BackgroundLocations-BubbleGum.jpg);
}


#ShowList li:hover {
	background-image:;
	background-repeat: repeat-y;
}


#SubMenu li.Selected {
	background-image: url(Highlight-BubbleGum.png);
	background-repeat: repeat-y;
}
#CategorySponsor {
    background-image: url("SponsorBorder-BubbleGum.png");
    background-repeat: no-repeat;
    margin-bottom: 8px;
    padding: 8px;
    width: 570px;
}
Content2 h1{
	color:#BE0E16;
}
.bubbles {
	background-color: #E1DFDF;
	border-radius: 30px 30px 30px 30px;
	-moz-border-radius:30px 30px 30px 30px;
	-webkit-border-radius:30px 30px 30px 30px;
	color: #333;
	font-size: 14px;
	font-weight:bold;
	line-height: 1.35em;
	margin: 1em 0 3em;
	padding: 20px 15px 10px 20px;
	position: relative;
	width: 550px;
}
.bubbles:after {
   content:"\00a0";
   display:block; /* reduce the damage in FF3.0 */
   position:absolute;
   bottom:-20px;
   left:520px;
   width:10;
   height:0px;
   border-width:20px 15px 0px;
   border-style:solid;
   border-color: #E1DFDF transparent;
}