@charset "utf-8";

h2 {
	font-size: 2em;
}

ol {
	margin-bottom: 1.2em;
}
ol li {
	margin: 0 0 0 20px;
	list-style: decimal outside;
}

#wrapper {
	background: none;
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#page {
	background: url(/images/homepage_bg.jpg) top left no-repeat;
	height: 478px;
}

#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%;
	position: relative;
	font-size: 1em;
	float: left;
}

ul#home-message li {
	height: 100%;
	width: 40px;
	margin-right: 10px;
	display: inline;
	position: relative;
}
/*
ul#home-message li li {
	background: none;
	margin-right: 0;
	width: auto;
}
*/
ul#home-message ul {
	display: none;
	width: 670px;
	position: absolute;
	left: 80px;
	top: 0;
	height: 100%;
	background: url(/images/home/red.png);
	_background: #4c7b24;
	font-size: 1em;
}

ul#home-message li:hover ul, ul#home-message li.open ul {
	display: block;
}

ul#home-message ul h1 {
	font-size: 2.5em;
}

ul#home-message ul h2 {
	font-size: 2.1em;
	margin-bottom: 1em;
	font-weight: bold;
}

#page div#home-texts {
	float:left;
}

#page div#home-texts>div {
	position: absolute;
	display: none;
	height: 478px;
}

#page div#home-texts div.red {
	background: url(/images/home/red.png) center top repeat;
	width: 370px;
	height: 478px;
}
#page div#home-texts div.green {
	background: url(/images/home/green.png) center top repeat;
	width: 370px;
	height: 478px;
}
#page div#home-texts div.gold {
	background: url(/images/home/gold.png) center top repeat;
	width: auto;
	height: 478px;
}
html>body #page div#home-texts div.gold {
	*width: 792px;
}
#page div#home-texts div.blue {
	background: url(/images/home/blue.png) center top repeat;
	display: block;
	width: 370px;
	height: 478px;
}

#page div#home-texts .inner {
	margin: 140px 30px 30px 30px;
}

#page div#home-texts div.gold .inner {
	margin: 30px 30px 30px 30px;
}
#social {
	bottom: 0;
	right: 0;
	position: relative;
	height: 30px;
	text-align: right;
	width: 100%;
}