@charset "utf-8";

#header ul, #header #logo {
	visibility: hidden;
}

#wrapper {
	background: none;
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#page {
	background: url(/images/default-home.jpg) top left no-repeat;
	height: 440px;
}

#page h1, #page h2 {
	text-transform: uppercase;
	color: #fff;
	letter-spacing:0.1em;
	line-height: 140%;
	font-weight: normal;
}

#splash-mask {
	width: 950px;
	height: 440px;
	background: #4c7b24;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9980;
}

#intro-text {
	font-size: 2.2em;
	text-align: center;
	width: 100%;
	height: 40px;
	letter-spacing:0.4em;
	position: absolute;
	z-index: 9990;
	top: 50%;
	margin-top: -20px;
	text-transform: uppercase;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#intro-text span {
	visibility: hidden;
	padding: 0 5px;
}

ul#home-message {
	height: 100%;
	width: 80px;
	position: relative;
	background: url(/images/green.png);
	font-size: 1em;
	_background: #4c7b24;
}

ul#home-message li {
	height: 100%;
	width: 80px;
	background: url(/images/information.png) center top no-repeat;
	_background: url(/images/information.gif) center top no-repeat;
}

ul#home-message li li {
	background: none;
	width: auto;
}

ul#home-message ul {
	display: none;
	width: 670px;
	position: absolute;
	left: 80px;
	top: 0;
	height: 100%;
	background: url(/images/green.png);
	_background: #4c7b24;
	font-size: 1em;
}

ul#home-message li:hover ul, ul#home-message li.open ul {
	display: block;
}

ul#home-message ul .inner {
	padding: 40px 70px 40px 10px;
}

ul#home-message ul h1 {
	font-size: 2.5em;
}

ul#home-message ul h2 {
	font-size: 2.1em;
	margin-bottom: 1em;
	font-weight: bold;
}

