@charset "UTF-8";body {	font: 12px/15px Verdana, Arial, Helvetica, sans-serif;	background: #fff url(images/ev_bg.gif) repeat-x top;	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #525252;}#container {	width: 100%;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	text-align: left; /* this overrides the text-align: center on the body element. */}#mainContent {	width: 100%;	margin: 0;}div.homeFlash {	width: 100%;	/*height: 327px;*/	position: absolute;	top: 0;	left: 0;	display:block;}h1 {	width: 135px;	height: 16px;	text-indent: -9999px;	background:url(images/latest-news.gif) no-repeat;	position:relative;	margin: 367px 0 0 156px;	*margin-left: 116px;}a.itemLink, a.itemLink:link {	color: #0d945e;	font-size: 10px;}	a.itemLink:hover {	color: #FFF;	background: #0d945e;}a.itemLink:active {	background: #000;}ul.news {	width: 400px;	position:relative;	margin: 20px 0 0 116px;	list-style:none;}ul.news li {	margin: 0 0 17px 0;	clear: both;	min-height: 70px;}ul.news div.date {	width: 56px;	/*height: 56px;*/	color: #e2e2e2;	text-align:center;	padding: 6px;	float: left;	margin: 2px 0 0 0;}ul.news div.newsitem {	font: 12px/15px Arial, Helvetica, sans-serif;	color: 525252;	width: 318px;	min-height: 56px;	float:right;	margin: 0;}/*ul.news div.date span {	font-size:17px;	line-height: 23px;	display: block;}ul.news div.date span span {	font-size:33px;	line-height: 28px;	display: block;}*//* Colors for the date boxes */.first {	background-color: #000;}.second {	background-color: #3a3a3a;}.third {	background-color: #6c6c6c;}.fourth {	background-color: #9a9a9a;}div.nav {	width:135px;	height: 327px;	position:absolute;	margin: 30px 50px 0 0;	text-align: left;	top: 0;	right: 0;	z-index: 2;}div.nav ul {	list-style: none;	font: 16px/25px Arial, Helvetica, sans-serif;	color: c0b7bb;	text-transform: uppercase;}div.nav a, div.nav a:link {	color: #c0b7bb;	padding: 0 10px;	text-decoration: none;	width: 135px;}div.nav a:hover {	color: #0d945e;}div.nav a:active {	color: #FFF;	background-color: #c0b7bb;	}.tooltip {	display: none;	background: transparent url(images/tooltip-bg.png) no-repeat;	padding: 18px;	height: 284px;	width: 374px;	/*text-indent:-9999px;*/}.tooltip img {	position:relative;}