/*****************************************/
/*                                       */
/*        Showtime CSS Document          */
/*             showtime.css	             */
/*  by Atlantic BT - www.atlanticbt.com  */
/*                                       */
/*****************************************/



/************************/
/*  Main Body Styles    */
/************************/

html, body, div {
	margin: 0;
	padding: 0;
}


body {
	/*background: #2c4a93;*/
	background: #fff;
	font-family: Arial, Helvetica, sans-serif; 	
	font-size: 12px; 							
	color: #000;
	text-align: center;
}

div {
	font-size: 100%;
	text-align: left;
}

p { }

a:link, a:visited {
	color: #19398a;
	text-decoration: underline;
}

a:hover, a:active {
	color: #FF6D03;
	text-decoration: underline;
}



/************************/
/* Main Layout Elements */
/************************/

#container {
	/* can't float or it won't center */
	margin: 0 auto;
	width: 760px;
	text-align: center;
	background: #fff;
}

#menu_area {
	float: left;
	width: 760px;
	background: #fff;
}

#logo {
	float: left;
	width: 760px;
	background: url(/images/bg_top.gif) no-repeat 0 0;
}

#menu {
	float: left;
	width: 760px;
}

#sub_menu {
	float: left;
	width: 760px;
	height: 21px;
	background: url(/images/bg_sub-nav.gif) no-repeat 0 0;
}

div#4tags {
	width: 760px;
	border: 1px solid #OOC;
}

#footer_home {
	clear: both;
	float: left;
	padding-bottom: 10px;
	margin-top: 0;
	width: 760px;
	background: url(/images/bg_foot.gif) no-repeat 0 0;
	text-align: center;
	font-size: 85%;
	background: #fff;
}
		
	#footer_home div {
		background-color: transparent;
	}
		
	#footer div.foot_left_home {
		display: inline;
		margin: 0 0 0 35px;
		width: 420px;
	}

	
#footer {
	clear: both;
	float: left;
	padding-bottom: 10px;
	margin: 0 auto;
	width: 760px;
	background: url(/images/bg_foot.gif) no-repeat 0 0;
	font-size: 85%;
	background: #fff;

}
		
	#footer div {
		background-color: transparent;
	}
		
	#footer div.foot_left {
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: center;
	}
	
	#footer div.foot_right {
	width: 100%;
	float: left;
	display: inline;
	}
	
	#footer div.foot_right ul li{
	list-style-type: none;
	float:left;
	display:inline;
	margin: 10px 0 10px 25px;
	background: none;
	}	
	
	
	
	
	
	#mpi_logo {
		margin: 0 0 5px 0;
	}
	
	
/************************/
/* Page Layout Elements */
/************************/

#ind_header {
	clear: both;
	float: left;
	width: 760px;
	background: #fff url(/images/ind_v-right.gif) no-repeat top right;
}

	#flash {
		float: left;
		overflow: hidden;
		width: 548px;
	}
	
	#news {
		float: right;
		overflow: hidden;
		padding: 52px 0 0 0;
		width: 212px;
		font-size: 90%;
		color: #616161;
	}


#inn_header {
	clear: both;
	float: left;
	margin-bottom: 15px;
	width: 760px;
	background: url(/images/inn_v-full.gif) no-repeat 0 0;
}


#content_area {
	clear: both;
	float: left;
	display: inline;
	margin-top: 125px;
	width: 760px;
	background: #fff;
}
* html #content_area { margin-top: 0; padding-top: 125px; }

	#content_area object, #content_area p#logos { margin: 0; padding: 0; float: left; width: 500px; text-align:center;}
	#content_area object { margin: -95px 0 0 0; }
	* html #content_object { margin: 0; }
	p#logos { text-align: center; width: 545px; padding-bottom: 30px; }
	p#logos img { padding: 5px 5px 0 0; }
	* html p#logos img { padding: 5px 5px 0 0; }
	
#logos {width:100%; text-align: center;}
#logos img{margin: 15px 8px 15px 0;}


	.content {
		float: left;
		display: inline;
		width: 478px;
		min-height: 262px;
		/* Bad IE */
		height: auto !important;
  		height: 262px;
		/* End IE Fix */
		background: #fff url(/images/bg_content.gif) no-repeat bottom left;
		margin: -120px 30px 5px 40px;
	}
	
	* html .content {
		padding-top: -120px;
	}
	
	.content_home {
		clear: both;
		float: left;
		display: inline;
		width: 478px;
		min-height: 262px;
		/* Bad IE */
		height: auto !important;
  		height: 262px;
		/* End IE Fix */
		/*background: #fff url(/images/bg_content2.gif) no-repeat bottom left;*/
		margin: 0 0 5px 0;
	}
	
	#flashcontent{
		display: inline;
		float:left;
	}

	
	.content_home object { float: left;display:inline; }
	body#index .content_home #locations { margin-top: 30px; background-image: url(/images/bg_locations2.gif); float:right; }
	body#index .content_home { width: 760px; }
			
	
	.content_full {
		float: left;
		display: inline;
		width: 690px;
		margin: -115px 30px 5px 40px;
	}
	
		.content_full table.two-col {
			width: 690;
			border: 0;
		}
		
			.content_full table.two-col tr.alt {
				background: #f9f9f9;
			}
		
			.content_full table.two-col td {
				padding: 15px;
				width: 315px;
				vertical-align:top;
			}
			
			.content_full table.two-col td.no_pad {
				padding-left: 5px;
				margin-bottom: 20px;
			}
			
				.content_full table.two-col td a {
					float: left;
					display: inline;
					margin-right: 15px;
					width: 100px;
				}
				
				.content_full table.two-col td a img {
					display: block;
					border: 1px solid #ccc;
				}
				
				.content_full table.two-col td h2 {
					float: left;
					margin: 0;
					padding: 0;
					display: block;
					width: 200px;
					font-size: 110%;
					color: #09f;
				}
				
				.content_full table.two-col td p {
					float: left;
					display: inline;
					line-height: 1.2em;
					width: 200px;
					font-size: 90%;
				}
				
	
	#locations {
		float: right;
		display: inline;
		width: 212px;
		/*margin-top: -115px;*/
		background: url(/images/bg_locations.gif) no-repeat bottom left;
	}
	
	.block2 {
		float: right;
		display: inline;
		width: 212px;
		margin-top: -110px;
	}
	
	.half {
		overflow: hidden;
		float: left;
		display: inline;
		margin: 10px 15px 5px 40px;
		padding: 0;
		width: 330px;
	}
	
		#right {
			margin: 10px 30px 5px 15px;
		}

	
.thumb_block {
	margin: 5px 0 10px 30px;
	padding: 0;
}

	.thumb_block img {
		margin: 5px;
		padding: 0;
		border: 0;
	}
	

#theme_select {
	margin: 0;
	padding: 0;
	width: 210px;
	text-align: right;
}

#news_scroll {
	font-size: 90%;
	color: #616161;
}
	


/************************/
/*     Text Styles      */
/************************/

h1 { }

	.content h1, .content_full h1, .half h1 {
		font-size: 130%;
		color: #5ea52c;
		font-weight: bold;
	}
	
	h1.orange {
		font-size: 150%;
		color: #f28e00;
	}


h2 { }

	#news h2 {
		display: block;
		margin: 0;
		width: 212px;
		height: 26px;
		background: url(/images/h_news.gif) no-repeat 0 0;
	}
	
		#news h2 span {
			display: none;
		}
	
		
	#inn_header h2 {
		display: block;
		margin: 52px 0 0 0;
		width: 760px;
		height: 26px;
	}
	
		#inn_header h2 span {
			display: none;
		}
	
	h2.page-header { background:url(/images/h_bg.gif) no-repeat 0 0; }
		#inn_header h2.Venue span { display:inline; margin-left:45px; color:#193A8B; font-size:80%; font-weight:bold; text-transform: uppercase; font-family:Helvetica, Arial, sans-serif; }
	
	h2.events {
		background: url(/images/h_event-management.gif) no-repeat 0 0;
	}
	
	h2.theme {
		background: url(/images/h_theme.gif) no-repeat 0 0;
	}
	
	h2.specialty {
		background: url(/images/h_specialty-entertainment.gif) no-repeat 0 0;
	}
	
	h2.av {
		background: url(/images/h_audio-visual.gif) no-repeat 0 0;
	}
	
	h2.equipment {
		background: url(/images/h_equipment.gif) no-repeat 0 0;
	}
	
	h2.company {
		background: url(/images/h_company.gif) no-repeat 0 0;
	}
	
	h2.contact {
		background: url(/images/h_contact.gif) no-repeat 0 0;
	}
	
	h2.terms {
		background: url(/images/h_terms.gif) no-repeat 0 0;
	}
	
	h2.privacy {
		background: url(/images/h_privacy.gif) no-repeat 0 0;
	}
	
	h2.sitemap {
		background: url(/images/h_sitemap.gif) no-repeat 0 0;
	}
	
	h2.news2 {
		background: url(/images/h_news2.gif) no-repeat 0 0;
	}
	
		
	#locations h2 {
		display: block;
		margin: 0;
		width: 212px;
		height: 45px;
		background: url(/images/bh_locations.gif) no-repeat 0 0;
	}
	
		#locations h2 span {
			display: none;
		}
		

h3 {
	margin: 15px 0 8px 0;
	font-size: 120%;
	color: #f28e00;
	font-weight: bold;
}
		

p { }

		.content p, .content_full p, .half p {
			margin: .5em 0;
			padding: 0;
			line-height: 1.5em;
		}
		
		#locations p {
			margin: 15px 25px 15px 25px;
			font-size: 90%;
			text-align: right;
		}
		
			#locations p.last {
				margin-bottom: 100px;
			}
			
			body#index #locations p.last { margin-bottom: 10px; }


/************************/
/*  Navigation Styles   */
/************************/


/* none */


/************************/
/* Other Markup Styles  */
/************************/

ul { 
	margin: 0;
	padding: 0;
	list-style: none;
}

	li {
		margin: 0;
		padding: 4px 0 4px 25px;
		list-style: none;
		background: url(/images/i_arrow.gif) no-repeat 1% 50%;
	}
	
	li a, li a:link, li a:visited {
		border-bottom: 1px dotted #ccc;
		text-decoration: none;
	}
	
	li a:hover {
		border-bottom: 1px solid ##19398a;
	}

	ul#footer_nav_home {
		clear: both;
		margin: 0 0 0 25px;
		padding: 0;
		list-style: none;
	}
	
	/*body#index ul#footer_nav_home { display: none; }*/
	
		#footer_nav_home li {
			margin: 0;
			padding: 0 5px;
			display: inline;
			border-right: 1px solid #4b4b4b;
			background: none;
		}
		
		#footer_nav_home li.last {
			border: 0;
		}
		
		#footer_nav_home li a { border: 0 solid transparent; }		






	ul#footer_nav {
		margin: 20px 0 0 0;
		padding: 0;
		list-style: none;
		width: 746px;
        text-align:center;
	}
	
	
	
		#footer_nav li {
			margin: 0;
			padding: 0 6px;
			display: inline;
			border-right: 1px solid #4b4b4b;
			background: none;
		}
		
		#footer_nav li.last {
			border: 0;
		}
		
		#footer_nav li.first {
			padding-left: 0;
		}
		
		#footer_nav li a { border: 0 solid transparent; }
		
	
	ul.news {
		margin: 10px 10px 0 0;
		padding: 0;
		list-style: none;
	}
	
		ul.news li {
			margin: 0;
			padding: 0 0 0 25px;
			background: url(/images/i_arrow.gif) no-repeat 8px .4em;
		}
		
		* html ul.news li {
			margin-top: 10px;
		}
		
		
	ul.side_nav, ul.side_nav2 {
		margin: 10px 0 20px 0;
		padding: 0;
		list-style: none;
	}
	
	ul.side_nav2 {
		margin-bottom: 50px;
	}
	
		ul.side_nav li, ul.side_nav2 li {
			display: block;
			margin: 0;
			padding: 0;
			width: 182px;
		}
		
			ul.side_nav li a, ul.side_nav2 li a {
				display: block;
				padding: 5px;
				margin: 0;
				width: 172px;
				border: 0 solid transparent;
			}
			
			ul.side_nav li a:link, ul.side_nav li a:visited, ul.side_nav2 li a:link, ul.side_nav2 li a:visited {
				background: none;
				background-color: #fff;
				color: #1c3c8c;
				text-decoration: none;
				border: 0 solid transparent;
			}
			
			ul.side_nav li a:hover, ul.side_nav li a:active, ul.side_nav2 li a:hover, ul.side_nav2 li a:active {
				background: #fff url(/images/bg_side-item.gif) no-repeat bottom left;
				color: #1c3c8c;
				text-decoration: none;
				border: 0 solid transparent;
			}
			
				ul.side_nav li a span, ul.side_nav2 li a span {
					display: block;
					margin: 0;
					padding-left: 10px;
					background: url(/images/i_arrow2.gif) no-repeat 0 .4em;
				}

				
#theme_select { }

	#theme_select label {
			display: none;
		}
		
		#theme_select select {
			float: right;
			display: block;
			border: 1px solid #a5acb2;
			width: 210px;
			font-size: 90%;
		}
		
		#node-block2 select#id { float:none; }
		
		#theme_select input {
			margin-top: 5px;
		}
		
		
blockquote {
	padding: 10px;
	border: 1px dotted #a5acb2;
	color: #777;
	font-size: 95%;
}

body#contact blockquote {
	padding: 10px;
	border: none;
	color: #777;
	font-size: 95%;
}

body#contact .content {
	min-height:500px;
}

/************************/
/*    Custom Styles     */
/************************/

.error {
	color: #c00;
	font-style: italic;
}

.blue {
	color: #19398a;
}

.title-blue {
	color: #19398a;
        font-weight: bold;
        font-size:11px;
}

.brite_blue {
	color: #09f;
}

.theme_photo, .side_photo {
	display: block;
	padding-bottom: 75px;
	text-align: center;
}


.clear {
	clear: both;
}

.date { }

p.top_link {
	clear: both;
	padding: 0 0 5px 0;
	width: 100px;
	background: url(/images/bg_top-link.gif) #fff  no-repeat 20px center;
	text-align: right;
	float:right;	
}

.top_link a {
	text-decoration: none;
}

p.bio-pic {
	float: left;
	margin: 0 10px 10px 0;
	padding: 1px;
	background: url(/images/g_dot.gif) repeat;
}

p.bio-pic img { border: 3px solid #fff; }

#mp3 {
	float: right;
	margin-top: -425px;
	margin-right: 25px;
	padding: 0;
}

#mp3b {
	float: right;
	margin-top: -247px;
	margin-right: 25px;
	padding: 0;
}

#mp3player {
	margin: 0;
	padding: 0;
}

.node-type-thumb { width:100px; height:100px; }
.node-type-splash { width:210px; height:390px; }
#thumb_block ul { list-style-type:none;}
	#thumb_block li { display:inline; background:none; padding:4px; }


/************************/
/*      ABT Styles      */
/************************/

div.abt_link_home {
	display: block;
	margin-bottom: 20px;
	min-height: 30px;
	/* Bad IE */
	height: auto !important;
	height: 30px;
	/* End IE Fix */
	text-align: center;
}
	
	div.abt_link_home a {
		padding: 12px 25px 12px 0;
		background: url(/images/i_globe.gif) no-repeat right 50%;
	}
	
	* html div.abt_link_home a {
		line-height: 2em;
	}

div.abt_link {
	display: block;
	text-align:center;
	margin-bottom: 20px;
	min-height: 30px;
	/* Bad IE */
	height: auto !important;
	height: 30px;
	/* End IE Fix */
}
	
	div.abt_link a {
		padding: 12px 25px 12px 0;
		background: url(/images/i_globe.gif) no-repeat right 50%;
	}
	
	* html div.abt_link a {
		line-height: 2em;
	}

/************************/
/*  Programming Styles  */
/************************/


div#contact {
	overflow: hidden;
	clear: both;
	float: left;
	width: 360px;
	padding: 20px;
	border: 1px solid #f1efea;
}

form#regis_form {
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
	width: 350px;
}

	form#order_form fieldset {
		clear: both;
		overflow: hidden;
		margin-bottom: 10px;
		padding: 10px;
		border: 0;
		border: 1px solid #bababa;
	}
	
	form#order_form fieldset legend {
		color: #09f;
		font-weight: bold;
		font-size: 90%;
		border: 0;
	}
	
	form#order_form fieldset label {
		clear: both;
		float: left;
		margin: 5px 0;
		width: 100px;
	}
	
	form#order_form fieldset label.check_label {
		clear: right;
		float: left;
		margin: 2px 0 5px 0;
		width: 290px;
	}
	
	* html form#order_form fieldset label.check_label {
		margin-top: 5px;
	}
	
	form#order_form fieldset label.long_label {
		width: 300px;
	}
	
	form#order_form fieldset input, form#order_form fieldset select {
		clear: right;
		float: left;
		margin: 5px 0;
		width: 200px;
	}
	
	form#order_form fieldset em {
		float: left;
		margin: 2px 0;
	}
	
	form#order_form fieldset textarea {
		clear: both;
		float: left;
		width: 300px;
		height: 100px;
	}
	
	form#order_form fieldset input, form#order_form fieldset textarea, form#order_form fieldset select {
		border: 1px solid #ccc;
	}
	
	form#order_form fieldset input.button {
		clear: both;
		float: left;
		width: 139px;
		border: 0;
	}
	
	form#order_form fieldset p.note {
		float: right;
		font-style: italic;
		font-size: 90%;
	}
	
	form#order_form fieldset span.note {
		font-style: italic;
		font-size: 90%;
	}
	
	form#order_form fieldset input.small_field {
		width: 30px;
		margin-right: 10px;
	}
	
	form#order_form fieldset input.med_field {
		width: 100px;
	}
	
	form#order_form fieldset img {
		clear: right;
		float: left;
		margin: 5px 0;
	}

	form#order_form fieldset input.checkbox {
		clear: both;
		float: left;
		margin: 5px 10px 5px 0;
		width: 20px;
		border: 0;
	}
	
	form#order_form fieldset hr {
		clear: both;
		border: none 0;
		border-top: 1px solid #e1e1e1;
		height: 1px;
		text-align: center;
		margin: 10px auto;
		padding: 0;
	}
