@charset "UTF-8";
/* CSS Document */

* {

	margin:0px;
	padding:0px;

}

body, html {
	height:100%;
}

body {
	background:#acd355 url('bg.gif') top repeat-x;
	font:12px Arial, Helvetica, sans-serif;
}

#pagewidth {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
}

#content {
	margin-left: -485px;
	position: absolute;
	top: -287px;
	left: 50%;
	width: 970px;
	height: 575px;
	text-align:left;
}

#header, #footer, #container {
	background:#FFF;
}

#container {
	height:485px;
	margin:3px 0px;
}

#header {
	height:48px;
}

#header H1 {

	width:102px;
	height:38px;
	position:absolute;
	top:5px;
	left:26px;
	
}

#header H1 A {
	width:102px;
	height:38px;
	background:url(logo_dailies.gif) no-repeat;
	display:block;
	text-indent:-999em;
	overflow:hidden;
}

#header h2 {
	display:none;
}



#menu {
	height:48px;
	font:12px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	position:relative;
	width:780px;
	margin-left:190px;
}

	#menu UL {
		list-style-type:none;
		text-align:right;
		position:absolute;
		bottom:12px;
		width:760px;
	}
	
	#menu LI {
		display:inline;
	}
	
	#menu A {
		text-transform:uppercase;
		text-decoration:none;
		color:#44598b;
		padding: .2em 1.2em;
	}
	
	#menu A:hover, #menu A.active {
		color:#99cc66;
	}


#footer {
	height:35px;
	position:relative;
	font-size:10px;
}

	#footer A {
		color:#99cc66;
	}
	
	#footer A:hover {
		text-decoration:none;
	}

	#footer H3 {
		position:absolute;
		width:87px;
		height:15px;
		top:10px;
		left:25px;
	}
	
	#footer H3 A {
		width:87px;
		height:15px;
		display:block;
		background:url(logo_ciba.gif) no-repeat;
		text-indent:-999em;
		overflow:hidden;
	}
	
	#footer P {
		position:absolute;
		color:#999;
		left:130px;
		top:12px;
	}
	
	#footer UL {
		position:absolute;
		top:13px;
		right:2px;
	}
	
	#footer LI {
		display:inline;
		margin-right:15px;
	}
	
	#footer LI A {
		color:#3CF;
		text-transform:uppercase;
		text-decoration:none;
		background:url('arrow.gif') left no-repeat;
		padding-left:15px;
	}
	
	#footer LI A:hover {
		text-decoration:underline;
	}
	
#flashContent {
	text-align:center;
	position:relative;
}

	#flashContent P {
		position:absolute;
		display:block;
		width:100%;
		text-align:center;
		top:200px;
	}
	
	#flashContent A {
		position:absolute;
		top:150px;
		left:44%;
	}
	
	#flashContent IMG {
		border:0px;
	}