#splash
{
	float: left;
	color : #333;
	border-right : 1px solid #fff;
	margin-right : 200px;
	background : transparent url('../images/logo-wm.png') no-repeat bottom right;
}

#splash :link,
#splash :visited
{
	color : #396043;
}

#splash h3
{
	font-size : 19px;
	color : #315514;
}

#splash_main
{
	background : #fff url('../images/splash/logo-bg.png') no-repeat top left;
	border-bottom : 1px solid #fff;
	margin-left : 312px;
}
#splash_main > div
{
	height : 207px;
	
	padding : 16px 16px 10px;
	background : transparent url('../images/splash/menu-shadow.png') no-repeat top right;
}

#splash_main img
{
	float : left;
	margin-left : -312px;
}

#splash_main h1
{
	height : 123px;
	text-indent : -32767em;
	
	padding : 0;
	background : transparent url('../images/splash/logo.png') no-repeat top center;
	margin : 0;
}

#submenu
{
	background : #f1f0ec url('../images/splash/signage-photo.jpg') no-repeat bottom left;
	padding-bottom : 200px;
}
#submenu li
{
	border-color : #d0cdc7;
}
#submenu li :link,
#submenu li :visited
{
	line-height : 30px;
}

#splash_strips
{
	width : 600px;
	float: left;
	padding : 0;
	background : #fff url('../images/splash/sun-bg.jpg') no-repeat top left;
	margin : 0;
}

#splash_strips > li
{
	display : block;
	list-style : none; /* ie fix */
	float : left;
	width : 170px;
	padding : 0 0 0 30px;
	margin : 0;
}
#splash_strips > li:first-child
{
	width : 180px;
	padding-left : 20px;
}

#splash_strips h2
{
	height : 32px;

	font-size : 19px;
	line-height : 32px;
	color : #315514;
	
	padding : 0 0 0 30px;
	border-bottom : 1px solid #fff;
	margin : 0 0 0 -30px;
}
#splash_strips h2 :link,
#splash_strips h2 :visited
{
	display : block;
	
	color : #315514;
	text-decoration : none;
}
#splash_strips h2 :link:hover,
#splash_strips h2 :visited:hover
{
	color : #1b1b1b;
}

#splash_strips ul
{
	padding : 0 0 0 15px;
	margin : 1em 0;
}

#splash_strips li
{
	list-style : disc;
}
#splash_strips ul.star_bullets li
{
	list-style-image : url('../images/crosshair.png');
}

#splash_strips dl, dt
{
	padding : 0;
	margin : 0;
}
#splash_strips dd
{
	padding : 0;
	margin : 0 0 0 9px;
}

.star_bullet:link,
.star_bullet:visited
{
	font-weight : bold;
	color : #396043 !important;
	
	padding-left : 14px;
	background : transparent url('../images/crosshair.png') no-repeat center left;
}
