/*----------splash----------*/

#splash_banner {
	height: 338px;
	width: 610px;
	margin: 74px 25px 0 195px;
	background: url(images/splash_01.gif);
	}
	* html #splash_banner { /*IE FIX*/
		margin-top: 74px;
		}
	#splash_banner h1 span, h2 span, h3 span{
		display: none;
		}
	#splash_banner img {
		display: none;
		}
	#splash_banner h1 a {
		display: block;
		width: 270px;
		height: 70px;
		position: absolute;
		top: 178px;
		left: 416px;
		text-indent: -9000px;
		overflow: hidden;
		}
		* html #splash_banner h1 a { /*IE FIX*/
			top: 252px;
			}
		
	
	
	
#splash_welcome {
	height: 70px;
	width: 170px;
	background: url(images/lg_home.gif);
	position: absolute;
	top: 0;
	left: 25px;
	z-index: 100;
	}
	* html #splash_welcome { /*IE FIX*/
		top: 74px;
		}
	#splash_welcome h1 span{
		display: none;
		}
	

#splash_goodies
{
    padding: 7px 10px 7px 10px;
    margin: 0;
    text-align: right;
}
	#splash_goodies p, img {
		display: inline;
		vertical-align: middle;
		}
		#splash_goodies p {
			font-size: 95%;
			margin: 0 5px 0 15px;
			}
	
#container2 {
	background: #FAFAFA;
	border-left: 1px solid #DCBAD0;
	width: 778px;
    height: 660px;
}
	* html #container2
{
    /*IE FIX*/
    width: 780px;
    overflow: hidden;
}

.splash_content
{
    background: #FAFAFA;
    padding: 1px 15px 7px 15px;
    margin: 0;
    text-align: left;
    overflow: visible;
}
	.splash_content p {
		font-size: 95%;
		}
	
	
	.splash_announcement {
		display: block;
		height: 144px;
		overflow: auto;
		padding: 0 5px 0 5px;
		margin: 0 0 15px 0;
		}
		.splash_announcement img{
			float: left;
			margin-right: 10px;
			}
		.splash_announcement h3 {
			margin-top: 0;
			}

/*---------print style-----------*/


@media print {

#splash_banner img {
	display: block;
	position: absolute;
	}

	#footer p {
		margin-right: 0.25in;
		}
	
	#header p {
		right: 0.25in;
		}

}



/*--------end splash--------*/