/* custom styles for splash screen */
/* www.himitsu.us */

/* may overrides basic.css */

body, html {
	height: 100%;
	width: 100%;
}

body {
	background-color: #003300;
	text-align: center;
}

#fp-Wrapper { 
	background: url("/images/splash-bg-top.jpg") no-repeat;
	margin: 30px auto 0;
	text-align: left;
	width: 660px;
}

* html fp-Wrapper {
	text-align: left;
}

#fp-nav {
	float: right; 
	margin: 31px 31px 10px;
	padding-left: 60px;
	padding-top: 90px;
	height: 120px;
	width: 220px;
}

#fp-nav ul {
	margin: 0;
	padding: 0;
}

#fp-nav li {
	font-size: 12px;
	list-style-type: decimal;
	padding-top: 5px;
}

#fp-nav a {
	color: #006699;
	text-decoration: none;
}

#fp-nav a:hover {
	border-bottom: 1px dotted #333;
	color: #333;
}

#fp-intro {
	clear: right;
	background: url("/images/splash-art-bg.jpg") repeat-y;
	padding: 0 60px 15px;
	width: 540px;
}

#fp-intro p.intro {
	font-size: 13px;
	line-height: 1.4em;
	margin: 0;
	padding: 10px 0 0;
}

#fp-copy {
	background: url("/images/splash-bg-btm.jpg") no-repeat;
	padding: 10px 60px;
	height: 150px;
	width: 540px;
}

#fp-copy ul {
	border-top: 5px solid #AE7401;
	font-size: 12px;
	margin: 0;
	padding: 15px 0;
}

#fp-copy li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#fp-copy li.expand {
	padding-right: 160px;
}