/********************************/
/*	Colors						*/
/********************************/
/*								*/
/*	Olive Bg	-	#A2C27A		*/
/*	Brown		-	#766A5F		*/
/*	Black Text	-	#12120E		*/
/*								*/
/********************************/

/* Fix on focus for links. */
a:focus {
    outline: none; /* FF Fix. */
    noFocusLine: expression(this.onFocus=this.blur()); /* IE Fix. */
}

/* Page containers. */
html {
	background: #A2C27A url('/images/splash_bg.png') repeat-x 0px 0px;
}
body {
	background: transparent url('/images/splash_bg.png') repeat-x 0px 0px; /* IE Fix. */

}
#container {
	position: absolute;
	left: 50%;
}
#container_2 {
	position: absolute;
	left: -400px;
	width: 800px;
}

/* Header. */
#header {
	width: 800px;
	height: 185px;
	float: none;
}
#site_title {
	width: 350px;
	height: 150px;
	margin: 25px 225px 0px 225px;
	background: transparent url('/images/the_grove_logo.png') no-repeat 0px 0px;
	text-indent: -9999px;
}
#splash_nav {
	width: 800px;
	margin: -165px 0px 0px 0px;
	list-style: none;
}
#splash_nav li {
	float: left;
	text-indent: -9999px;
}
#bypass_permanently {
	width: 170px;
	height: 20px;
	margin: 0px 120px 0px 125px;
	background: transparent url('/images/splash_nav.png') no-repeat 0px -5px;
}
#bypass_permanently:hover {
	background: transparent url('/images/splash_nav.png') no-repeat 0px -30px;
}
#bypass_permanently a {
	height: 20px;
	display: block;
}
#proceed_to_site {
	width: 140px;
	height: 20px;
	margin: 0px 0px 0px 120px;
	background: transparent url('/images/splash_nav.png') no-repeat -170px -5px;
}
#proceed_to_site:hover {
	background: transparent url('/images/splash_nav.png') no-repeat -170px -30px;
}
#proceed_to_site a {
	height: 20px;
	display: block;
}

/* Content. */
#content {
	width: 660px;
	height: 510px;
	margin: 0px 70px 0px 70px;
	background: transparent url('/images/splash_content_bg.png') no-repeat 0px 100%;
}
#intro_video {
	width: 640px;
	margin: 0px 10px 0px 10px;
	height: 480px;
	background: #000000;
}
#more_info {
	color: #12120E;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 22px;
	padding: 25px 100px 0px 100px;
	text-align: center;
}