@charset "utf-8";
/* CSS Document */
html {
	background-image:none;
	background-repeat:no-repeat;
}
body{
	background-image:;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	height: 160px;
	width: 100%;
}

#Content2.Content2{
	background-image:;
}
#Content2.Content2Show{
	background-image: url(Content2BackgroundShow.png);
	background-position: right top;
}
#Content2.Content2Tickets{
	background-image: url(Content2BackgroundTickets.png);
}
#Content2.Content2Coupon{
	background-image: url(Content2BackgroundCoupon.png);
}
#Content2.Content2Map{
	background-image: url(Content2BackgroundMap.png);
}
#Content2.Content2EMail{
	background-image: url(Content2BackgroundEMail.png);
}
#Content2.Content2ExhibitRequestForm{
	background-image: url(Content2BackgroundExhibitRequestForm.png);
}
#Content2.Content2Contact{
	background-image: url(Content2BackgroundContact.png);
}
#Content2.Content2Locations{
	background-image: url(Content2BackgroundLocations.png);
}
#Content2.Content2Tips{
	background-image: url(Content2BackgroundLocations.png);
}


#ShowList li:hover {
	background-image:;
	background-repeat: repeat-y;
}


#SubMenu li.Selected {
	background-image: url(Highlight-Salmon.gif);
	background-repeat: repeat-y;
}
#CategorySponsor {
    background-image: url(SponsorBorder-Salmon.png);
    background-repeat: no-repeat;
    margin-bottom: 8px;
    padding: 8px;
    width: 570px;
}
Content2 h1{
	color:#BE0E16;
}
.bubbles {
    background-color: #e5f3cc;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius:30px 30px 30px 30px;
      -webkit-border-radius:30px 30px 30px 30px;
    color: #000000;
    font-size: 14px;
    line-height: 1.35em;
    margin: 1em 0 3em;
    padding: 15px;
    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: #e5f3cc transparent;
}
