/* Splash page styles -- pretty light this time */


/************************************************************
Banner -- for background positioning */

#banner {
	background-position:center top;
	border-bottom:none;
}


/************************************************************
Services list on splash page */

.splash-services {
	background:#000;
	color:#f1eeeb;
	font:italic normal 14pt/1.1 Garamond,'Times New Roman',Times,serif;
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	/*position:absolute;
	width:100%;*/
}
.splash-services li {
	display:inline-block;
	padding:0.4em 1.5em;
}
