/* General */

html {
	background: url('/pics/body_repeat.jpg') repeat-x left top;
}
body {
	background: url('/pics/body_bg.jpg') no-repeat center top;
	text-align: center;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
div#wrapper {
	margin: 0 auto;
	width: 916px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	text-align: left;
}
.contentIndex {
	text-align: left;
	background: url('/pics/index_bg.gif') repeat-y left top;
	width: 916px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
.content {
	text-align: left;
	width: 900px;
	padding: 8px;
	min-height: 500px;
	height: auto!important;
	height: 500px;
}
.contentIndex h2 {
	padding: 0;
	margin: 0;
}
.relative {
	position: relative;
}
.pageTitle {
	display: block;
	width: 895px;
	height: 22px;
	padding: 1px 0 0 5px;
	margin-top:10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: url('/pics/PageTitle.gif') no-repeat left top;
	text-transform: uppercase;
}
/* Header */
div#header h1 {
	padding: 0;
	margin: 0;
	font-size: 9px;
}

div#header h1 a {
	display: block;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0 0 119px 900px;
	overflow: hidden;
	background: url('/pics/header.jpg') no-repeat;
}
/* Navigation menu */

div#menu {
	padding-left:1px;
	width: 915px;
	height: 46px;
}
ul#topNavItems {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 916px;
	position: relative;
	z-index: 999;
}
ul#topNavItems li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	z-index: 999;
}
ul#topNavItems li a {
	height: 0;
	display: block;
	overflow: hidden;
	padding: 64px 0 0 0;
	background-position: 0 0;
}
ul#topNavItems li a#topNav1 { width: 81px; background:  url('/pics/topnav1.gif') no-repeat; }
ul#topNavItems li a#topNav2 { width: 91px; background:  url('/pics/topnav2.gif') no-repeat; }
ul#topNavItems li a#topNav3 { width: 100px; background: url('/pics/topnav3.gif') no-repeat; }
ul#topNavItems li a#topNav4 { width: 96px; background: url('/pics/topnav4.gif') no-repeat; }
ul#topNavItems li a#topNav5 { width: 138px; background: url('/pics/topnav5.gif') no-repeat; }
ul#topNavItems li a#topNav6 { width: 101px; background: url('/pics/topnav6.gif') no-repeat; }
ul#topNavItems li a#topNav7 { width: 83px; background:  url('/pics/topnav7.gif') no-repeat; }
ul#topNavItems li a#topNav8 { width: 79px; background:  url('/pics/topnav8.gif') no-repeat; }
ul#topNavItems li a#topNav9 { width: 146px; background: url('/pics/topnav9.gif') no-repeat; }

.topnavIndex ul#topNavItems li a#topNav1 { width: 81px; background:  url('/pics/topnav1i.gif') no-repeat; }
.topnavIndex ul#topNavItems li a#topNav2 { width: 91px; background:  url('/pics/topnav2i.gif') no-repeat; }
.topnavIndex ul#topNavItems li a#topNav3 { width: 100px; background: url('/pics/topnav3i.gif') no-repeat; }
.topnavIndex ul#topNavItems li a#topNav4 { width: 96px; background: url('/pics/topnav4i.gif') no-repeat; }
.topnavIndex ul#topNavItems li a#topNav5 { width: 138px; background: url('/pics/topnav5i.gif') no-repeat; }
.topnavIndex ul#topNavItems li a#topNav6 { width: 101px; background: url('/pics/topnav6i.gif') no-repeat; }
.topnavIndex ul#topNavItems li a#topNav7 { width: 83px; background:  url('/pics/topnav7i.gif') no-repeat; }
.topnavIndex ul#topNavItems li a#topNav8 { width: 79px; background:  url('/pics/topnav8i.gif') no-repeat; }
.topnavIndex ul#topNavItems li a#topNav9 { width: 146px; background: url('/pics/topnav9i.gif') no-repeat; }

ul#topNavItems li:hover a#topNav1, ul#topNavItems li.over a#topNav1,
ul#topNavItems li:hover a#topNav2, ul#topNavItems li.over a#topNav2,
ul#topNavItems li:hover a#topNav3, ul#topNavItems li.over a#topNav3,
ul#topNavItems li:hover a#topNav4, ul#topNavItems li.over a#topNav4,
ul#topNavItems li:hover a#topNav5, ul#topNavItems li.over a#topNav5,
ul#topNavItems li:hover a#topNav6, ul#topNavItems li.over a#topNav6,
ul#topNavItems li:hover a#topNav7, ul#topNavItems li.over a#topNav7,
ul#topNavItems li:hover a#topNav8, ul#topNavItems li.over a#topNav8,
ul#topNavItems li:hover a#topNav9, ul#topNavItems li.over a#topNav9 {
	background-position: 0 -64px;
}

/* Drop down items */

ul#topNavItems ul, ul#topNavItems li:hover ul ul, ul#topNavItems li.over ul ul {
	position: absolute;
	left: -9999px;
	z-index: 9999;
	width: 168px;
	margin: 0 0 0 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
ul#topNavItems ul li {
	margin: 0;
}
ul#topNavItems li:hover ul, ul#topNavItems li.over ul {
	left: auto;
	background: none;
}
ul#topNavItems ul li:hover ul, ul#topNavItems ul li.over ul {
	position: absolute;
	top: 0;
	left: 100%;
}
/* Drop down items colors and formatting */

ul#topNavItems ul {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

ul#topNavItems li ul li a {
	line-height: 16pt;
	text-align: left;
	text-decoration: none;
	padding: 0 0 0 8px;
	height: auto;
	width: 160px;
	color: #fff;
	background: #000;
}
ul#topNavItems li ul li a:hover, ul#topNavItems li ul li:hover a, ul#topNavItems li ul li:hover ul a:hover, ul#topNavItems li ul li.over a, ul#topNavItems li ul li.over ul a:hover {
	color: #fad91b;
	background: #000;
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a {
	color: #fff;
	background: #000;
}
ul#topNavItems ul li:hover ul, ul#topNavItems ul li.over ul {
	border-top: 1px solid #fff;
}
/* Index properties */

#leftColumn {
	width: 199px;
	padding: 147px 0 0 0;
	float: left;
}
#midColumn {
	width: 466px;
	padding: 0px 0 0 0;
	float: left;
}
#rightColumn {
	width: 251px;
	padding: 0px 0 0 0;
	float: left;
}

#leftColumn p {
	margin:2px 0;	
}
/* Quicklinks */

#quickLinks {
	width: 251px;
	padding: 0;
	margin: 0;
}
#quickLinks h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#quickLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#quickLinks a {
	width: 0;
	height: 0;
	text-decoration: none;
	padding: 0 0 29px 251px;
	margin: 0;
	overflow: hidden;
	display: block;
	color: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
	background-position: 0 0;
}
#quickLinks a#midNav1 {	background: url('/pics/midnav1.gif') no-repeat; }
#quickLinks a#midNav2 {	background: url('/pics/midnav2.gif') no-repeat; }
#quickLinks a#midNav3 {	background: url('/pics/midnav3.gif') no-repeat; }

#quickLinks a:hover#midNav1,
#quickLinks a:hover#midNav2,
#quickLinks a:hover#midNav3 {
	background-position: -251px 0;
}

#tickets {
	width: 0;
	height: 0;
	text-decoration: none;
	padding: 0 0 44px 251px;
	margin: 0;
	overflow: hidden;
	display: block;
	color: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
	background: url('/pics/tickets.gif');
}
/* Homepage Section Headers */

h2#audition a {
	width: 0;
	height: 0;
	padding: 0 0 40px 251px;
	font-size: 0;
	background: url('/pics/audition_header.png') no-repeat left top;
	behavior: url('/apps/shared/iepngfix.htc');
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}

#audition {
	width: 251px;
	padding: 0;
	margin: 0;
}

h2 a#news {
	width: 0;
	height: 0;
	padding: 0 0 45px 466px;
	font-size: 0;
	background: url('/pics/news_header.png') no-repeat left top;
	behavior: url('/apps/shared/iepngfix.htc');
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#events {
	width: 0;
	height: 0;
	padding: 0 0 40px 251px;
	font-size: 0;
	background: url('/pics/events_header.png') no-repeat left top;
	behavior: url('/apps/shared/iepngfix.htc');
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#about {
	width: 0;
	height: 0;
	padding: 0 0 40px 199px;
	font-size: 0;
	background: url('/pics/about_header.png') no-repeat left top;
	behavior: url('/apps/shared/iepngfix.htc');
	display: block;
	margin: 0;
	overflow: hidden;
}

h2#partnerships a {
	width: 0;
	height: 0;
	padding: 0 0 40px 251px;
	font-size: 0;
	background: url('/pics/partnerships_header.png') no-repeat left top;
	behavior: url('/apps/shared/iepngfix.htc');
	display: block;
	margin-bottom: 15px;
	overflow: hidden;
}

#shuffle2 img {
	border:2px solid #000;
	width: 240px;
	height: 143px;
	margin: 0 auto;
	padding: 0;
}
/* Homepage Sections Containers */

#newsContainer {
	width: 466px;
	min-height: 106px;
	height: auto!important;
	height: 106px;
	margin: 0;
	padding: 0;
}
#eventsContainer {
	width: 251px;
	min-height: 106px;
	height: auto!important;
	height: 106px;
	margin: 0;
	padding: 0;
}
#aboutContainer {
	width: 179px;
	padding: 10px;
	line-height: 17pt;
	font: bold 13px Arial, Helvetica, sans-serif;
	min-height: 106px;
	height: auto!important;
	height: 106px;
	margin: 0;
	color: #FFF;
}

#partnershipsContainer {
	width:251px;
	height: 205px;
	padding:0;
	margin: 0;
}

/* Homepage Section Table Includes */

.HPNews {
	padding: 0;
	margin: 0;
	color: #fff;
}
.HPEvents {
	padding: 0;
	margin: 0;
	color: #fff;
}
/* Other homepage section extras */

.leftSectionBottom {
	width: 564px;
	height: 12px;
	background: url('/pics/left_section_bottom.gif') no-repeat;
}
.rightSectionBottom {
	width: 294px;
	height: 12px;
	background: url('/pics/right_section_bottom.gif') no-repeat;
}
.HPNews a, .HPNews a:active, .HPNews a:link, .HPEvents a,
.HPEvents a:active, .HPEvents a:link, .HPDirectory a, .HPDirectory a:active, .HPDirectory a:link,
.HPBBMessages a, .HPBBMessages a:active, .HPBBMessages a:link,
.HPLinks a, .HPLinks a:active, .HPLinks a:link,
.HPMemoirs a, .HPMemoirs a:active, .HPMemoirs a:link {
	color: #FFF;
}
.HPNews #l, .HPEvents #l, .HPDirectory #l, .HPBBMessages #l, .HPLinks #l, .HPMemoirs #l {
	padding-top: 7px;
}
/* Image shuffles */

#shuffle1 {
	width: 466px;
	height: 311px;
}




/* Footer */

div#footer {
	width: 100%;
	height: 205px;
	text-align: left;
	background: url('/pics/footer.jpg') repeat-x;
	background-position:bottom;
	position: relative;
	bottom: 0;
}
div#footer_main {
	width: 916px;
	height: 205px;
	margin: 0 auto;	
	background: url('/pics/footer_main.jpg') no-repeat;
	background-position:bottom;	
}
#search {
	position: absolute;
	left: 660px;
	top: 106px;
}
a#edlio {
	position: absolute;
	left: 640px;
	top: 164px;
	width: 245px;
	height: 0;
	padding: 22px 0 0 0;
	margin: 0;
	overflow: hidden;
	display: block;
	background: url('/pics/edlio.png') no-repeat; 
	behavior: url('/apps/shared/iepngfix.htc');
}


/* Fake our "table" look with a list */
ul.fauxtable, ol.fauxtable {
	padding: 0;
	margin: 0;
	border-top: 1px solid #DFDFDF;
}
ul.fauxtable li, ol.fauxtable li {
	display: block;
	padding: 4px .4em;
	width: auto;
	margin: 0;
	border-bottom: 1px solid #DFDFDF;
	font-family: Arial,Verdana,sans-serif;
	font-size: 9.5pt;
	background-color: #fff;
	color: #333;
}

ul.fauxtable li a, ol.fauxtable li  a{
	color: #333;
}

a.mc_links {
	display:block;
	width:199px;
	height:90px;
	background-position:199px;
}
a.mc_links:hover, a.mc_links:active {
	background-position:0;		
}

