@charset "UTF-8";
/* CSS Document */
#header {
	background: #FFFFFF;
	position: relative;
	width: 100%;
	height: 215px;
} 
#banner_bg {
	position: absolute;
	top: 190px;
	left: 0px;
	z-index: 9998;
	border-top: 1px solid #999999;
	background-color: #FFFFFF;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	width: 100%;
	height: 24px;
}
#banner {
	position: absolute;
	top: 190px;
	left: 0px;
	z-index: 9999;
	width: 100%;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9990;
	width: 213;
}
#link {
	float: left;
	width: 250px;
	padding: 7px 0px 2px 7px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}
#link a {
	text-decoration: none;
	color: #000000;
}
#link a:hover {
	text-decoration: underline;
	background-color: transparent;
	color: #000000;
}
#datetime {
	float: left;
	padding: 7px 30px 2px 50px;
/*	width: 310px; */
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
#clock {
	font-weight: bold;
	float: left;
	padding-left: 20px;
}
#date {
	font-weight: bold;
	float: left;
}
#company {
	float: right;
	padding: 1px 10px 1px 10px;
	text-align: right;
	color: #000000 /*#4A57E4*/;
	font-size: 1.6em;
	font-weight: bold;
}	

