html, body {border: 0; margin: 0; padding: 0;}

/* clearfix */
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hide in IE on Mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Hide in IE on Mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Open Panel Tab */
.tab {
	height: 30px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.button {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 21px;
	width: auto;
  	font-weight: bold;
	line-height: 21px;
	margin: 0;
	right: 450px;
  	color: #ffffff;
  	font-size: 80%;
	text-align: center;
}

.tab ul.button li {
 	text-align: left;
  	padding: 0 0px;
	display: block;
	float: left;
	height: 21px;
  	background: #ffffff;
}

.tab ul.button li a {
	color: #ffffff;
}

.tab ul.button li a:hover {
	color: #ffffff;
}

.tab a.open, .tab a.close {
	height: 21px;
	line-height: 21px !important;
	/*padding-left: 25px !important;*/
	cursor: pointer;
	display: block;
	width: 233px;
	position: relative;
	top: 11px;
	background: #ffffff;
	text-align: center;
}

.tab a:hover.open {background: #ffffff;}
.tab a:hover.close {background: #ffffff;}

/* panel */
#toppanel {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 500px;
	height: 260px;
	color: #ffffff;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	float: right;
	margin-right: 12%;
}


#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 0px;
	text-align: left;
	font-size: 0.85em;
}

#mmnfooter {
	width: 233px;
	color: #ffffff;
	overflow: hidden;
	position: relative;
	display: block;
	float: left;
	bottom: 0px;
}

#mmnlinks {
	margin-top: 0px;
	position: absolute;
}









