
#welcome #background{ background-image: url(img/welcome.jpg); }

#splash{
	width: 500px;
	height: 390px;
	position: relative;
}

#splash div.inset{
	margin: 20px 30px 0 30px;
}

#splash div.background{
	position: absolute;
	width: 501px;
	height: 390px;
	background: no-repeat url(img/welcome_splash.gif);
	opacity: 0.7;
	filter:alpha(opacity=70);
	z-index: 0;
}

#splash #splash_transition{
	position: absolute;
	width: 460px;
	height: 350px;
	top: 20px;
	left: 20px;
	z-index: 1;
	overflow: hidden;
}

#splash #splash_transition #static_heading{
	width: 150px;
	position: absolute;
	top: 139px;
	left: 33px;
	color: white;
	font-size: 22px;
	letter-spacing: 1px;
}

#splash #splash_transition #marching_headings{
	width: 200px;
	position: absolute;
	top: 330px;
	left: 240px;
	padding-bottom: 300px;
}

#splash #splash_transition #marching_headings dl{
	margin-top: 20px;
	font-size: 15px;
}

#splash #splash_transition #marching_headings dl dt,
#splash #splash_transition #marching_headings dl dd.heading{
	font-weight: bold;
	color: #82c335;
	font-size: 11px;
	opacity: 0;
	filter: alpha(opacity=0);
	text-transform: uppercase;
}

#splash #splash_transition #marching_headings dl dd{
	line-height: 15px;
	padding: 7px 0 8px 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

#splash #splash_transition #marching_headings dl dd.heading{
	text-transform: none;
	padding-bottom: 0;
}

#splash #splash_transition #marching_headings dl a{
	color: white;
}

#splash #splash_foreground{
	position: absolute;
	width: 460px;
	height: 350px;
	top: 20px;
	left: 20px;
	z-index: 2;
	display: none;
}

#splash #splash_foreground div.header{
	height: 84px;
	background: #388C00;
	border-top: 1px solid #388C00; /* Fix margin bug */
	color: white;
	font-size: 20px;
}

#splash #splash_foreground div.body{
	height: 265px;
	border-top: 1px solid white; /* Fix margin bug */
	background: white;
}

#splash #splash_foreground div.body p.first{
	font-weight: bold;
}


