@CHARSET "UTF-8";

body {
	background-color: #ffffff;
	margin: 0px;
}

div#splash_map {
	background: url(../images/splash_map.png) 45% top no-repeat;
	_background: url(../images/splash_map_ie6.gif) 45% top no-repeat;
	width: 100%;
	height: 170px;
	text-align: center;
	padding-top: 180px;
}

div#splash_logo {

	
}

div#splash_text {
	margin-top: 120px;
}

div#splash_bar {
	background: url(../images/splash_bar.png) repeat-x;
	width: 100%;
	height: 145px;
	margin-top: 100px;
	text-align: center;
	padding-top: 25px;
	_padding-top: 65px;
	_height: 105px;
}

div#splash_bar span.menuitem {
	_background: url(../images/splash_bar_spacer.png) right -10px no-repeat;
	_padding: 0px 25px 0px 15px;
}

div#splash_bar span.menuitem.last {
	_background: none;
	_padding-right: 10px;
}

div#splash_bar span.menuitem a {
	font-size: 11pt;
	text-decoration: none;
}

div#splash_bar span.menuitem a:hover {
	text-decoration: none;
}

div#splash_bar img.spacer {
	width: 2px;
	vertical-align: middle;
	margin: 0px 25px 0px 25px; 
	_display: none;
}

div#splash_footer {
	width: 100%;
	font-size: 90%;
	text-align: center;
}

div#splash_footer span.dark {
	color: #5B6C88;
}
