body{
  background: #FFFFFF; 
  font-family: Arial, Helvetica, clean, sans-serif;
  color:#000000;
  margin:0;
  padding:0;
}

/* Site Shell */
#container{width:640px; margin:0 auto;}
#navigation{border-top:1px solid #000; border-left:1px solid #000; width:640px; background-color:#eef4f4;}
#navigation td{border-right:1px solid #000; border-bottom:1px solid #000; text-align:center; padding:3px;}
#navigation td a:link, #navigation td a:visited, #navigation td a:hover, #navigation td a:active{font-size:medium; font-weight:bold; text-decoration:none; font-size:16px;}

h2{font-size:22px; text-align:center;}
h3{font-size:18px; margin-bottom:0;}
#content, #sidebar{float:left; font-size:14px;}
#content{width:350px; margin-right:30px;}
#content h2{text-align:left;}
#sidebar{width:260px; min-height:400px; }
#sidebar img{margin:10px 0; border:none;}
#footer{clear:both; text-align:center;}
#footer p{padding-top:20px; font-size:11px;}
#footer a:link, #footer a:visited{text-decoration:none;}

ul.history{margin:0 16px 10px; padding:0;}
ul.history li{padding-bottom:12px;}

#video-player{margin-top:10px;}
div.service{clear:both; width:100%; padding-top:20px;}
div.service h4{font-size:16px; margin:0 0 5px; padding:0;}
div.service img{float:left; margin-right:10px;}
div.service p{padding:0; margin:0;}

div.service-mini{float:left; width:150px; margin:10px 10px; text-align:center;}
div.service-mini h4{font-size:16px; margin:0; padding:0;}
div.service-mini img{display:block; margin:0 auto; border:3px solid #eef4f4; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;}
div.service-mini a:link, div.service-mini a:visited, div.service-mini a:hover, div.service-mini a:active{text-decoration:none;}

#sponsorlink{clear:both; border:none; display:block; margin:0 auto; padding-top:20px;}
#contactlink{text-align:center; font-size:16px;}

img.theticket-ad{float:right; margin:0 0 40px 20px;}

#header h1{width:640px; height:108px; margin:10px 0 0; padding:0; background:url("images/newbanner.jpg") top left no-repeat; text-indent:-9999px;}
 
/* Text Classes */
.textxlg {
	font-size: x-large;
	font-weight: bold;
	color: #000000;
}
.textlg {
	font-size: large;
	font-weight: bold;
	color: #000000;
}
.textlgbg {
	font-size: large;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #428983;
}
.text {
	font-size: medium;
	color: #000000;
}
.textbg {
	font-size: medium;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #428983;
}
.textsm {
	font-size: small;
	color: #000000;
	background-color: #ffffff;
}
.textsmbg {
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #428983;
}
.textmdbg {
	font-size: medium;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #428983;
}
.texttiny {
	font-size: x-small;
	color: #000000;
}
tinylink {
	font-size: x-small; 
	font-weight: bold; 
	text-decoration: none;
}
.textbutinv {
	font-size: medium;
	color: #fffffff;
	text-decoration: none;
	background-color:#eeeeee;
	font-weight: bold;
}
/* Buttons */
.textbutton, .textbuttonsm, .textbuttontiny{
  color:#428983;
  text-decoration: none;
  background-color:#eeeeee;
  font-weight: bold;
}
.textbutton {
	font-size: medium;
}
.textbuttonsm {
	font-size: small;
}
.textbuttontiny {
	font-size: x-small;
}

/* Links */
a:link, a:visited{color:#428983;}
a:hover, a:active{color:#00dddd;}
a.tinylink:link, a.tinylink:visited, a.tinylink:hover, a.tinylink:active, a.smlink:link, a.smlink:visited, a.smlink:hover, a.smlink:active, a.mdlink:link, a.mdlink:visited, a.mdlink:hover, a.mdlink:active, a.lglink:link, a.lglink:visited, a.lglink:hover, a.lglink:active{
  font-weight:bold;
  text-decoration:none;
}
a.lglink:link, a.lglink:visited, a.lglink:hover, a.lglink:active{ 
	font-size: large; 
}
a.mdlink:link, a.mdlink:visited, a.mdlink:hover, a.mdlink:active{
	font-size: medium; 
}
a.smlink:link, a.smlink:visited, a.smlink:hover, a.smlink:active { 
	font-size: small; 
}
a.tinylink:link, a.tinylink:visited, a.tinylink:hover, a.tinylink:active{
	font-size: x-small; 
}

/* Contact Form */
#contact-form fieldset{border:none;}
#contact-form div{clear:both; padding-top:20px; position:relative;}
#contact-form label{display:block; float:left; width:150px;}
#contact-form label.error{position:absolute; top:6px; left:0; font-size:12px; line-height:12px; color:#FF0000; width:560px; text-align:right;}
#contact-form input[type=text], #contact-form textarea{width:400px; border:1px solid #999999; padding:5px; font-family:Arial, Helvetica, sans-serif; font-size:13px;}
#send_message{width:auto; float:right; margin-right:60px;}
