/*-----Flash Home Page Styles-----*/
html {
	height: 100%;
	overflow: hidden;
}
body {
	height:100%;
	margin:0;
	background:#000;
	background-image:none!important;
}
#homeSWF {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
}
object#home {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
#directoryContainer {
	background-color:#000;
	filter:alpha(opacity = 75);
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	display:none;
	color:#FFF;
	z-index:1000!important;
}
/*Navigation Styles*/
#masthead {
	background:#000;
	display:none;
	font-size:1.2em;
	height:45px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:900!important;
}
#masthead #utilitynav {
	margin-left:0!important;
	z-index:1000!important;
}
#language {
	display:none;
}
/*@mcn*/
#mainnav {
	width: 900px!important;
}
#adspace {
	position: absolute;
	display: none;
	z-index: 1001!important;
	top:0px;
	left: 220px;
	width: 600px;
	height: 636px;
}
#ad-inner {
	overflow: hidden;
	width: 600px;
	height: 600px;
}
#toggle-ad {
	height: 36px;
	width: 78px;
	margin:0;
	padding:0;
	z-index:1001!important;
}
#show-ad {
	background: transparent url('show-ad.png') no-repeat 0 0;
	margin-left: 70px;
	position: absolute;
}
#ad-close {
	background: transparent url('hide-ad.png') no-repeat 0 0;
	position: absolute;
	right:0px;
	z-index: 1999;
}
.hideAdControl {
	/*display: none;*/
}
