@charset "UTF-8";
/* Style Sheet for GW Website */

.clearfix:after { content: "\00A0"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}  
.clearfix{ display: inline-block;}  
html[xmlns] .clearfix { display: block;}  
* html .clearfix{ height: 1%;}  
.clearfix {display: block}

#container  {
	width: 1250px;
	float: left;
	z-index: 0; 
}

#wrapper  {
	position: absolute;
	top: 158px;
	left: 200px;
	z-index: 0;
}

div.scroll  {
	overflow: auto;
	width: 1000px;
	position: absolute;
	left: 205px;
	top: 150px;
	z-index: 0;
}

#bannerbox  {
	position: fixed;
	width: 10200px;
	height: 135px;
	background:url(../images/Image1.gif);
	z-index: 10;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

#logobox  {
	width: 530px;
	height: 108px;
	margin-left: 2px;
	margin-top: 16px;
	position: static;
}

#noticebox  {
	text-align: center;
	width: 300px;
	height: 90px;
	position: absolute;
	left: 617px;
	top: 46px;
}

#emerges_frombox  {
	text-align: center;
	width: 130px;
	height: 70px;
	border-top-color: #C8741B;
	border-right-color: #C8741B;
	border-bottom-color: #C8741B;
	border-left-color: #C8741B;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	margin-bottom: 15px;
	padding-top: 5px;
	background-color: #fff;
	position: fixed;
	left: 15px;
	top: 140px;
}

#copyrightbox  {
	text-align: center;
	width: 150px;
	padding-top: 10px;
	position: fixed;
	left: 10px;
	top: 690px;
}

.copyright  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#bottomlogobox  {
	text-align: center;
	float: none;
	position: static;
	clear: left;
	width: 859px;
}
