#PublicInterior {
	padding-top:				0;
}

#Section {
	display:					none;
/*	top:						28px;*/
}

#Banner {
	height:						auto;
	background:					url( '../image/shadow_top.png')
								top center
								no-repeat;
	padding-top:				13px;
}

#Banner .inner {
	background:					url( '../image/shadow_bottom.png')
								bottom center
								no-repeat;
	padding-bottom:				13px;
}

* html #Banner .inner {
	background:					none;
}

#Splash {
	background-color:			white;
	width:						940px;
	height:						260px;
	padding:					15px 0;
	margin:						0 20px;
	overflow:					hidden;
	position:					relative;
}

*html #Splash {
	height:						300px;
}

#Splash.loaded {
	padding-bottom:				2.75em;
}

#Slides {
	position:					absolute;
	top:						15px;
	left:						0;
	white-space:				nowrap;
	width:						940px;
	height:						260px;
}

#Slides .slide {
	width:						940px;
	height:						260px;
}

#Splash .nav {
	font-size:					250%;
	text-align:					center;
	color:						#e5e5e5;
	margin-top:					260px;
	* margin-top:				275px;
	padding-top:				.2em;
}

* html #Splash .nav {
	margin-top:					275px;
}
	
	#Splash ul.nav li {
		padding:				0 .75%;
		cursor:					pointer;
	}
	
	#Splash ul.nav li:hover {
		color:					#424242;
	}
	
	#Splash ul.nav li.current {
		color:					#424242;
		cursor:					default;
	}

#Content {
	margin-right:				254px;
	padding-right:				15px;
}

#News {
	float:						right;
	width:						224px;
	position:					relative;
	border-left:				1px solid #e6e6e6;
	padding-left:				15px;
	margin-right:				15px;
	margin-top:					1em;
	font-size:					84%;
	line-height:				normal;
}