/* CSS Document */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #eeeeee /*this color shows up as the outside borders */;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


/* horizontal menu */

.indentmenu {
	font: bold 13px Arial;
	width: 100%;
}
.indentmenu ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border: 1px solid #253b91; /*dark blue border*/
	border-width: 1px 0;
	background: black url(images/indentbg.gif) center center repeat-x;
}
.indentmenu ul li {
	display: inline;
}
.indentmenu ul li a {
	float: left;
	color: white; /*text color*/
	padding: 10px 19px;
	text-decoration: none;
	border-right: 1px solid #253b91; /*dark blue menu divider*/
}
.indentmenu ul li a:visited {
	color: white;
}
.indentmenu ul li a:hover, .indentmenu ul li .current {
	color: #253b91 !important; /*text color of selected and active item*/
	padding-top: 12px; /*shift text down 1px for selected and active item*/
	padding-bottom: 7px; /*shift text down 1px for selected and active item*/
	background: black url(images/indentbg2.gif) center center repeat-x;
}
/*main container and column menu for main template */

.twoColFixRtHdr #container {
	width: 850px;
	background-image: url(images/blue_bkg.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #header {
	background: #253b91;
	padding: 0;
}
.twoColFixRtHdr #header h1 {
	margin: 0;
	padding: 0;
}
/* right column */

.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 300px;
	padding: 15px 0 0 0;
}
.twoColFixRtHdr #sidebar1 #news {
	margin:16px;
	border: double;
	width: 230px;
	padding: 15px;
	background-image: url(images/hyline-girl-sm_trans.gif);
	background-position:center;
	background-repeat:no-repeat;
	height: 250px;
	background-color:#FAF2F2
}

.twoColFixRtHdr #sidebar1 #tickets {
	margin:18px;
	border: double;
	width: 260px;
	padding:0;
	background-image: url(images/ticket_sales.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height: 100px;
	background-color:#Ffffff
}

.twoColFixRtHdr #announce {
	margin:22px;
	width: 240px;
	padding: 10px;
	background-color:#eeeeee
}

.twoColFixRtHdr #advert {
	margin:22px;
	width: 255px;
	padding:0
}
.twoColFixRtHdr #mainContent {
	margin: 0 300px 0 10px; 
	padding:10px;
	background:#ffffff;
}

.twoColFixRtHdr #surround {
	width: 780px;
	margin: 10px; 
	background:#eeeeee;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background:#253b91;
}
.twoColFixRtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}

.twoColFixRtHdr #top {
	padding: 0 10px 0 20px;
	background:#253b91;
}
.twoColFixRtHdr #top p {
	margin: 0;
	padding: 10px 0;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* other styles */

h1 {font-size:1.25em}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em
}
li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px
}
td {
}
.p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.25em
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.00em
}
.script {
	font-family: "Script MT Bold";
	font-size: 18px;
	color:#7B2A2A
}

.script_wh {
	font-family: "Script MT Bold";
	font-size: 18px;
	color:#ffffff
}
.red {
	color:#990000;
}
.red_menu {
	color:#990000;
	padding-left:10px;
	font-weight:bold;
	font-size:.75em;
	text-decoration:none
}
a {
	color:#1D2BA6;
	text-decoration:none;
	font-weight:bold
}
a:hover {
	color:##0F379F;
	text-decoration:underline
}
.white {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none
}
.whitesm a:hover {
	color:#587FCF;
}
.whitesm {
	color:#ffffff;
	font-weight:bold;
	font-size:.65em;
	text-decoration:none
}
.whitesch {
	color:#ffffff;
	font-weight:bold;
	font-size:.80em;
	text-decoration:none
}
.white a:hover {
	color:#587FCF;
}
.red_lg {
	color:#990000;
	font-size:1.0em;
	margin-top:10px;
	font-weight:bold
}
.blue {
	color:#0F379F;
}
.blue_lg {
	color:#0F379F;
	font-size:.8em;
	font-weight:bold
}

.indent {
	padding-left:8px;
	padding-right:8px
}
.repeat {
	background-repeat:no-repeat
}
img.floatLeft {
	float: left;
	margin: 4px;
}
img.floatRight {
	float: right;
	margin: 4px;
}
/* styles for second level template */

.twoColFixLtHdr #container {
	width: 850px;
	background-image: url(images/blue_bkg.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0;
}
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 0; 
}
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 162px; 
	padding: 0;
	margin: 0
}
.twoColFixLtHdr #mainContent {
	margin: 0 5px 0 162px; 
	padding: 10px 20px;
	text-align:left;
	background:#FFFFFF
}

.twoColFixLtHdr #mainContent_cal {
	margin: 0;
	padding: 12px;
	background:#FFFFFF
}


.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background:#253b91;
}

.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 0; 
}
/*left nav menu for template2 */

.glossymenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 140px;
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}
.glossymenu li a {
	background: white url(images/glossyback.gif) repeat-x bottom left;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 8px 0;
	padding-left: 5px;
	text-decoration: none;
}
* html .glossymenu li a { /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 140px;
}


.glossymenu li a:visited, .glossymenu li a:active {
	color: white;
}
.glossymenu li a:hover, .glossymenu li .scurrent{
	background-image: url(images/glossyback2.gif);
}

/* red verticle menu */
.glossymenur {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 140px;
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}
.glossymenur li a {
	background: white url(images/indentbg.gif) repeat-x bottom left;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 8px 0;
	padding-left: 5px;
	text-decoration: none;
}
* html .glossymenur li a { /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 140px;
}
.glossymenur li a:visited, .glossymenu li a:active {
	color: white;
}
.glossymenur li a:hover, .glossymenu li .rcurrent{
	background-image: url(images/indentbg.gif);
}
