@charset "utf-8";
/* CSS Document */

#multi-level {height:35px; position:relative; z-index:100;}
#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:35px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:67px; background:url(../images/infra/menu/calendar_act.gif) no-repeat;;}
.menu li.p2 {width:49px; background:url(../images/infra/menu/news_act.gif) no-repeat;;}
.menu li.p3 {width:72px; background:url(../images/infra/menu/box_office_act.gif) no-repeat;;}
.menu li.p4 {width:91px; background:url(../images/infra/menu/event_booking_act.gif) no-repeat;;}
.menu li.p5 {width:89px; background:url(../images/infra/menu/facility_profile_act.gif) no-repeat;;}
.menu li.p6 {width:116px; background:url(../images/infra/menu/gallery_act.gif) no-repeat;;}
.menu li.p7 {width:149px; background:url(../images/infra/menu/sponsorhip_act.gif) no-repeat;;}
.menu li.p8 {width:67px; background:url(../images/infra/menu/about_act.gif) no-repeat;;}
.menu li.p9 {width:86px; background:url(../images/infra/menu/photo_gallery_act.gif) no-repeat;;}
.menu li.p10 {width:48px; background:url(../images/infra/menu/links_act.gif) no-repeat;;}
.menu li.p11 {width:75px; background:url(../images/infra/menu/contact_act.gif) no-repeat;;}

/* set up the normal unhovered images in the links */
.menu li a#calendar {width:67px; background:url(../images/infra/menu/calendar.gif) no-repeat;}
.menu li a#news {width:49px; background:url(../images/infra/menu/news.gif) no-repeat;}
.menu li a#boxoffice {width:72px; background:url(../images/infra/menu/box_office.gif) no-repeat;}
.menu li a#eventbooking {width:91px; background:url(../images/infra/menu/event_booking.gif) no-repeat;}
.menu li a#facilityprofile {width:89px; background:url(../images/infra/menu/facility_profile.gif) no-repeat;}
.menu li a#gallery {width:116px; background:url(../images/infra/menu/gallery.gif) no-repeat;}
.menu li a#sponsorship {width:149px; background:url(../images/infra/menu/sponsorship.gif) no-repeat;}
.menu li a#about {width:67px; background:url(../images/infra/menu/about.gif) no-repeat;}
.menu li a#photogallery {width:86px; background:url(../images/infra/menu/photo_gallery.gif) no-repeat;}
.menu li a#links {width:48px; background:url(../images/infra/menu/links.gif) no-repeat;}
.menu li a#contact {width:75px; background:url(../images/infra/menu/contact.gif) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#calendar:hover, .menu li:hover a#calendar,
.menu li a#news:hover, .menu li:hover a#news,
.menu li a#boxoffice:hover, .menu li:hover a#boxoffice,
.menu li a#eventbooking:hover, .menu li:hover a#eventbooking,
.menu li a#facilityprofile:hover, .menu li:hover a#facilityprofile,
.menu li a#gallery:hover, .menu li:hover a#gallery,
.menu li a#sponsorship:hover, .menu li:hover a#sponsorship,
.menu li a#about:hover, .menu li:hover a#about,
.menu li a#photogallery:hover, .menu li:hover a#photogallery,
.menu li a#links:hover, .menu li:hover a#links,
.menu li a#contact:hover, .menu li:hover a#contact
{background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:-1px; top:34px; background: #A10000; padding:2px; border:1px solid #000; white-space:nowrap; width:155px; height:auto;}
.menu :hover ul.sub li {display:block; height:30px; position:relative; float:left; width:155px;}
.menu :hover ul.sub li a {
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background: #333;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 7px 7px;
	text-decoration: none;
	font-weight:normal;
}

.menu :hover ul.sub li a:hover {color: #fff;
	padding-bottom: 8px;
	background: #1E1E1E url("../images/admin/hover.gif") left center no-repeat;}

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:93px; z-index:200; height:auto; z-index:300;}

/* END OF MENU STYLES */

#twocolmain{
margin-left: auto;
margin-right: auto;
width: 932px;
background-image:url(../images/infra/body/twocolbody_bg.gif);
}

#threecolmain{
margin-left: auto;
margin-right: auto;
width: 932px;
background-image:url(../images/infra/body/threecolbody_bg.gif);
}

#imgheadercontainer{
width: 909px;
border: 0;
background:#FFFFFF;
margin-left: auto;
margin-right: auto;
margin-top:0;
margin-bottom:0;
}

#menucontainer{
width: 909px;
border: 1px solid #B9B9B9;
background:#FFFFFF;
margin-left: auto;
margin-right: auto;
}

.redbar{
width: 909px;
height:1px;
background:#990000;
margin-left: auto;
margin-right: auto;
}

.whitebar{
width: 909px;
height:1px;
background:#FFF;
margin-left: auto;
margin-right: auto;
}

.belowmenu{
width: 909px;
height:8px;
background-image:url(../images/infra/body/below_menu.gif);
margin-left: auto;
margin-right: auto;
}

#footer{
width: 909px;
height:39px;
background-image:url(../images/infra/body/footer_bg.gif);
margin-left: auto;
margin-right: auto;
clear:both;
}

#eventscolumn{
margin-left: 18px;
_margin-left: 9px; 
width: 225px;
float: left;
}

#newscolumn{
margin-right: 18px;
_margin-right: 9px; 
width: 227px;
float: right;
}

#maincontenttwocolumn{
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin-left: 257px;
	width: 645px;
}

#maincontenttwocolumn a:link, #maincontenttwocolumn a:visited {
	text-decoration:underline;
	color:#750000;
}

#maincontenttwocolumn a:hover{
	text-decoration:none;
	color:#000;
}

#maincontentthreecolumn{
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin-left: 255px;
	width: 415px;
}

.headerimgage
{margin-top:14px;}

body {
	background-color: #333;
	margin:0;
}



.eventstitle, .eventstitle a:hover, .eventstitle a:visited, .eventstitle a:link{
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

.eventsdate, .eventsdate a:hover, .eventsdate a:visited, .eventsdate a:link{
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}

.eventsdate a:visited, .eventsdate a:link{
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}

.eventsdate a:hover{
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}

.eventslocation, .eventslocation a:hover, .eventslocation a:visited, .eventslocation a:link{
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	text-decoration: none;
}

.eventimg{
	padding-top:6px;
	padding-bottom:6px;
	padding-left:5px;
}

#footerleft {
margin-top: 14px;
margin-left: 13px;
width: 650px;
float: left;
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size: 10px;
}

#footerright{
margin-top: 14px;
margin-right: 13px;
width: 227px;
float: right;
text-align:right;
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size: 10px;
}

.footcopy, .footcopy a:active {
	text-decoration: none;
	color: #fff;
}

.footcopy a:link, .footcopy a:visited {
text-decoration: underline;
color: #fff;
}

.footcopy a:hover {
text-decoration: none;
color: #fff;
}

.textheaders {
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #B51125;
}


.hrdiv{
background:url(../images/infra/body/hr_bg.gif) repeat-x;
}

#quotethin{}

#quotewide{margin-bottom: 13px;}

.quotecopy{
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 5px;}
	
	
.quotecopy a:link, .quotecopy a:visited {
text-decoration: underline;
color: #750000;
}

.quotecopy a:hover {
text-decoration: none;
color: #000;
}

.ucbox{
	border: 1px solid #858585;
	width: 50px;
	height: 50px;
	padding: 2px;
	background-color:#fff;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-right:11px;
	
}.homeimg {
	margin-top: 10px;
	margin-right: 00px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.butter {
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/infra/button_bg.jpg);
	height:22px;
	background-color: #993300;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}


.hpmessage {font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
margin: 0 0 0 0; 
	padding: 10 px;
	font-size: 12px;}
.hpmessage a:visited  {color: #333333; text-decoration: underline}
.hpmessage a:link  {color: #333333; text-decoration: underline}
.hpmessage a:active  {color: #333333; text-decoration: underline}
.hpmessage  a:hover   {color: #666666; text-decoration:none;}
