html , body {
	background-color: #000006;
	color: #FFF;
	height: 100%;
	margin: 0;
	padding: 0;
}

img {
	border:0;
}

#wrapper {
	margin:0;
	overflow: auto;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}

h1 {
	font-size:18px;
	font-weight:bold;
	margin-top: 50px;
}

h2 {
	font-size:16px;
	font-weight:bold;
}

#flashContent {
	width:100%;
	height:95%;
	float:left;
	}  /* must be same height as the footer */


#header {
	width: 980px;
	height: 39px;
	text-align:left;
	margin:0 auto;
	z-index: 2;
	margin-top: 5px;
	background-color: #000006;	
}

#header img.logo{
	float:left;
}

* html ul#menuList{
	behavior: url("csshover.htc");
}

ul#menuList{
	float:right;
}

ul#menuList,
ul#menuList li{
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	top:0;
	left:0;
	text-indent:0;
}
ul#menuList li{
	background:#000006;
	float:left;
}

ul#menuList a {
	display:block;
	outline:0;
	margin: 0px;
	text-decoration:none;
}

ul#menuList a:hover,
ul#menuList a:active,
ul#menuList a:focus{
	text-decoration:underline;
}

ul#menuList li:hover ul ul{
	display:none;
}

ul#menuList li:hover ul{
	display:block;
}

ul#menuList{
	background:#000006;
	position:relative;
	color:#fff;
}

ul#menuList ul {
	padding:5px 10px 5px 0;
	position:absolute;
	top:100%;
	left:0;
	background:#000006;
	display:none;
	border:solid 1px #ccc;
}

*:first-child+html ul#menuList ul {
	left:-40px;
}

ul#menuList ul ul{
	top:0px;
	left:100%;
}

ul#menuList li li{
	clear:both;
	float:none;
	width:175px;
	font-size:12px;
	line-height:26px;
}

ul#menuList li li.about{
	width:300px;
}

ul#menuList strong{
	color:#999;
	font-weight:bold;
}

ul#menuList a{
	clear:both;
}


#footer {
	width: 980px;
	height: 24px;
	text-align:center;
	font-size:10px;
	margin:30px auto 0 auto;
	padding:5px 0 0 0;
	background-color:#111116;
}

#main{
	width:800px;
	height:auto;
	font-size:12px;
	line-height:21px;
	margin:0 auto;
}

#main a:link,
#main a:visited,
#main a:hover{
	color:#FFF;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
