
body#splash {
	background: none;
	}

/* 
------------Splash Styles---------------------------------------------------------------------------------
 */
 
#splash #wrapper {
	width: 916px;
	margin: 0 auto;
	background: transparent url(../images/seal_splash.gif) no-repeat 0 75px;
	padding: 0 64px;
	padding-bottom: 40px;
	}

#splash .search {
	right: 85px;
}

#splash #header {
	padding-top: 179px;
	height: 59px;
	}
	
#splash #header h1 {
	float: left;
	padding: 0 0 23px 7px;
	}
 
#splash #header h1 img {
	float: left;
	}
 
#splash #navigation {
	clear: both;
	width: 916px;
	height: 286px;
	}
	
/* 
------------Splash Ticker Styles---------------------------------------------------------------------------------
 */
 
#splash #ticker_bulletin .regionBoundary {
	display: none;
	}

#splash .ticker_loading {
	display: none;
	}
	
#splash #ticker_bulletin a {
	outline: none;
	}
	
#splash #ticker_bulletin {
	background: #3A64CA url("../images/ticker_bg.png") repeat-x 0px 0px;
    margin-top: 18px;
	padding-top: 20px;
	position: relative;
	height: 45px;
	}

#splash #ticker_bulletin .rss {
	display: none;
	}
	
#splash #ticker_bulletin .ticker-controls {
	background-color: #232323;
    height: 20px;
    padding-left: 862px;
    position: absolute;
    top: 0;
    width: 53px;
	left: 0;
	}
	
#splash #ticker_bulletin .ticker-controls li {
	display: block;
    float: left;
    height: 13px;
    padding-right: 5px;
    padding-top: 3px;
    text-indent: -9999em;
    width: 13px;
	}

#splash #ticker_bulletin .ticker-controls li.previous {
	left: 844px;
    position: absolute;
	}
	

	
#splash #ticker_bulletin h2 {
	background: url("../images/ticker_arrow.png") no-repeat scroll 190px 17px transparent;
    color: #FFFFFF;
    float: left;
    font-family: "Palantino Linotype","Book Antiqua","Palatino",serif;
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 11px 35px 11px 20px;
	line-height: 19px;
	}
	
#splash #ticker_bulletin ul {
	float: left;

	}
	
#splash #ticker_bulletin ul li {
	line-height: 43px;
	float: left;
	font-size: 1.2em;
	color: #fff;
	width: 686px;
	}
	
#splash #ticker_bulletin ul li a {
	color: #fff;
	display: block;
	}
	
#splash #ticker_bulletin ul.ticker-controls li a {
	background: transparent url(../images/ticker_controls.png) no-repeat -1px -16px;
	height: 13px;
    width: 13px;
	display: block;
	}
	
#splash #ticker_bulletin ul.ticker-controls li.previous a:hover {
	background: transparent url(../images/ticker_controls.png) no-repeat -1px -1px;
	}
	
#splash #ticker_bulletin .ticker-controls li.next a {
	background-position: -38px -16px;
	}
	
#splash #ticker_bulletin ul.ticker-controls li a:hover {
	background: transparent url(../images/ticker_controls.png) no-repeat -38px -1px;
	}

#splash #ticker_bulletin ul.ticker-controls li.stop a {
	background: url("../images/ticker_controls.png") no-repeat scroll -20px -16px transparent;
	}
	
#splash #ticker_bulletin ul.ticker-controls li.stop a:hover {
	background: url("../images/ticker_controls.png") no-repeat scroll -20px -1px transparent;
	}
	
#splash #ticker_bulletin ul.ticker-controls li.resume a {
	background: url("../images/ticker_controls.png") no-repeat scroll -54px -16px transparent;
	}
	
#splash #ticker_bulletin ul.ticker-controls li.resume a:hover {
	background: url("../images/ticker_controls.png") no-repeat scroll -54px -1px transparent;
	}
