/* general styles */
body { background: #dbdbdb; font-family: Verdana, Helvetica, sans-serif; color: #333; font-size: 11px; margin: 0; padding: 0; text-align: left; }
#container { width: 760px; margin: 0 auto; padding: 0px;  }
#menu { padding: 90px 0 0 345px; }
#panel { width: 760px; text-align: center; }

h1 { font-size: 13px; margin-bottom: 8px; padding-top: 1px; color: #fff; font-family: Arial, Helvetica, sans-serif; }
h2 { font-size: 18px; font-family: Arial, Helvetica, sans-serif; }
h3 { font-size: 15px; font-family: Arial, Helvetica, sans-serif; color: #a30000; margin: 0; font-weight: normal; }
p { margin:0 0 8px 0; padding:0; line-height: 20px; text-align: justify; }
a { color: #221f97; }
a:hover { color: #666; }
a img { border: 0; }   
th { background-color: #ccc; text-align: center; } 
hr { color: #003669; background-color: #003669; }


/* home page styles */
#header { background: url(images/header.jpg) top center no-repeat; height: 114px; margin: 0 auto; padding: 0; }
#green { background: url(images/green.jpg) top center no-repeat; height: 223px; margin: 0 auto; padding: 0; }
#intro { padding: 58px 0px 0px 160px; width: 280px; text-align: left; color: #fff; }
#bottom{ background: url(images/bottom.jpg) top center no-repeat; height: 180px; margin: 0 auto; padding: 55px 10px 0 10px; text-align:center;}

/* internal page styles */
#header-internal { background: url(images/header-internal.jpg) top center no-repeat; height: 114px; margin: 0 auto; padding: 0;}
#bar { background: url(images/bar.jpg) top center; height: 57px;  }
#body_wrapper { background: url(images/body_wrapper2.jpg) top center; margin: 0 auto; padding: 40px 20px 0px 35px; }
.left_nav { border-right: 1px solid #055a0b;  }
#kicker { background: url(images/kicker.jpg) top center no-repeat; margin: 0 auto; height:35px; }   
   
#footer { text-align: center; margin-bottom: 20px; }


#ticketPage { width: 506px; }
.search { border: 1px dashed #a30000; padding: 6px; }
           
/* contact form styles */
.req { color: #f00; }
.specialMessage { font-weight: bold; border: 1px dashed #333; padding: 5px; }
