
/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.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 */
.clearfix {height: 1%;}
.clearfix {display: block;}


#toppanel {
    position: absolute;
    top: 0px;
    width: 990px;
    z-index: 998;
    text-align: center;
	margin:0 auto;

}

#bullettins_panel {
	width: 780px;
	height: 330px;
	color: #999999;
	background: #222222;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
}
#brochure_panel {
	width: 780px;
	height: 180px;
	color: #999999;
	background: #222222;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
}
 .content {

	width: 900px;
	margin: 0 auto;
	padding: 30px 0 0 30px;
	text-align: left;
	font-size: 0.85em;
}
.content .left {width: 360px;float: left;margin:10px 0 0 0;padding: 0 45px 0 10px;	border-left: 1px solid #333;}
.content .right {float: left;	padding:10px;}

.content #bullettins_close {margin:60px 0 0 259px;}
.content #bullettins_close a{color:#777777;}
.content #brochure_close {margin:60px 0 0 259px;}
.content #brochure_close a{color:#777777;}