@charset "utf-8";
/* Navigation */
#globalnav {
	position: relative;
	top: 18px;
	left: 0;
	line-height: 1;
	width: 100%; 
	margin: 0 auto;
}
#globalnav dl {
	width: 813px;
	clear: both;
	margin: 0 auto;
}
#globalnav dt, #globalnav dd {
	margin: 0;
	padding: 0;
}
#logo {
	background-image: url('../logoWAVtv.png');
	float: left;
	position: relative;
	top: 4px;
	left: -8px;
	width: 500px;
	height: 56px;
}
/*\*/
* html #logo {
	background-image: none;
}
* html #logo a {
	margin-left: 1px;
	margin-top: 2px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='assets/logoWAVtv.png',sizingMethod='scale');
}
/**/
#logo a:hover {
	background-color: transparent !important;
}
#logo a {
	/*setting a width breaks link area for PC IE 5*/
	width/**/: 500px;
	/*\*//*/
	width: 178px;
	/**/
	height: 56px;
	text-indent: -9999px;
	cursor: pointer;
}
#logo a {
	/*\*/
	display: block;
	overflow: hidden;
	background-color: transparent;
	/**/
}
/*\*//*/
#logo a, #site-menu, #globalnav {
	display: inline-block;
}
/**/
#date {
	position: relative;
	float: left;
	top: 49px;
	left: 4px;
	font-size: 0.85em;
	font-weight: bold;
}
/*\*//*/
#date {
	position: absolute;
	left: 234px;
	top: 70px
}
/**/
#globalNav:after {
	display: block;
	height: 1px;
	clear:both;
}
#navigation {
	background-image: url('../background_nav.gif');
	background-position: top left;
	width: 100%;
	height: 33px;
	clear: both;
	position: relative;
	top: 14px;
}
#navigation ul {
	width: 813px;
	margin: 0 auto;
	padding: 9px 0 0;
}
#navigation li {
	display: inline;
}
#navigation li a {
	display: block;
	float: left;
	margin-right: 14px;
	padding: 0 3px 2px 4px;
}
/*\*//*/
#navigation li a {
	margin-top: 11px;
	position: relative;
	padding-top: 2px;
	padding-right: 3px;
}
/**/
#navigation a {
	line-height: auto;
	font-weight: bold !important;
}
#navigation a:visited {
	color: #1C86EE;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: underline;
}
*:first-child+html #globalnav a:hover {
	height: 1.2em;
} 

#globalfooter {
	width: 807px;
	clear: both;
	margin: 50px auto 20px;
	/*padding: 3px;*/
	position: relative;
	text-align: left;
	font-size: 0.85em !important;
	border-top: 1px dashed #3F464A;
}
#globalfooter p {
	margin: 6px 0;
	float: left;
}
#globalfooter p + p {
	float: right;
}
#globalfooter a:visited {
	color: #1C86EE;
	text-decoration: none;
}
#globalfooter a:hover {
	text-decoration: underline;
}