/* shw_splash.css (c)2009 SugarHill Works LLC - http://www.sugarhillworks.com */

#splash #ceibw { 
	background: none; 
	position: relative;
	top: 0px;
	margin: 0px auto; 
	width: 940px; 
	height: 630px;
	font-size: 110%;
	overflow: hidden; 
	z-index: 100;
}

#splash #main_div { 
	background: none;
	position: relative;
	top: 0px;
	left: 0px; 
	width: 940px;
	height: 450;
	overflow: visible;
	z-index: 400;
}

#splash #main_cnt_div { 
	background-image: url(img/splash_bkgrd.jpg);
	background-repeat: no-repeat; 
	position: relative;
	float: left;
	top: 0px;
	width: 940px; 
	height: 450px;
	z-index: 410;
}

#splash #main_txt_div {
	position: absolute;
	top: 275px;
	left: 195px;
	/*margin: 0px 195px;*/
	width: 550px;
	height: auto;
	text-align: center;
	font-style: italic;
	font-size: 110%;
	letter-spacing: 1px;
	padding: 0px;
	z-index: 420;
}

#splash #main_txt_div p {
	width: 550px;
	margin: 10px auto 20px auto;
}

/* -------- slideshow --------- */
#splash #ss_p { 
	position: relative;
	top: 0px;
	width: 500px;
	height: 252px; /* 250px height img + 1px for bdr */
	text-align: center;
	margin: 0px auto 25px auto;
	z-index: 410;
	/*visibility: hidden;*/
	/* add hidden visibility back in for script to work */
}
#splash #ss_p img { 
	position: absolute; 
	top: 0px;
	left: 0px;
	margin-top: 0px; /* make margin 1px if it's overlapping the 1px white bdr line */
	border: #F5E5C3 solid 1px;
}

/* ---------------- copyright info ----------------- */
#copy { 
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 940px;
	height: 18px;
	text-align: center;
	font-size: 90%;
	z-index: 600;
}

#copy p { 
	position: relative;
	bottom: 0px;
	width: 90%;
	margin: 0px auto;
	text-align: center;
	color: #31422E;
	font-size: 80%;
}

#copy p a { color: #31422E; }
#copy p a:hover { color: #93A88E; }


