@charset "UTF-8";
#splash {
	position: relative;
	height:570px;
}
#splash .featurette1{
	position:absolute;
	top:0px;
	left:504px;
	height: 148px;
}
#splash .featurette2 {
	position:absolute;
	top:100px;
	left:508px;
}
#splash .featurette3 {
	position:absolute;
	top:130px;
	left:506px;
	height: 157px;
}
#splash .more-activities{
	position:absolute;
	top:263px;
	left:508px;
	width:265px;
	z-index:2;
	height: 305px;
}
#splash .more-activities .title{
	background-image:url(../images/activities-back-top.png);
	background-repeat:no-repeat;
	height:19px;
	text-align:center;
	padding:30px 10px 10px 10px;
	font-weight:bold;
}
#splash .more-activities .content{
	background-image:url(../images/activities-back.png);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	padding: 5px 10px 20px 20px;
	height:176px;
}
#splash .more-activities *{
	color:#000;
}
#splash .more-activities .content ul{
	list-style:none;
	margin:0;
	padding:0;
}
#splash .more-activities .content li{
	margin:0 0 1.5em 0;
	padding:0;
	line-height:150%;
}
#splash .main-feature-info{
	position:absolute;
	top:265px;
	left:0px;
	width:255px;
	z-index:3;
	text-align: center;
	height: 303px;
}
#splash .main-feature-info .title{
	background-image:url(../images/main-feature-info-back-top.png);
	height:80px;
	background-repeat:no-repeat;
	height:50px;
	padding:30px 40px 0px 20px;
	margin:0;
	text-align:center;
}
#splash .main-feature-info .title *{
	color: #000;
}
#splash .main-feature-info h1{
	font-size:14pt;
	font-weight:normal;
	font-style:normal;
	margin:0;
	padding:0;
}

/*
#splash .main-feature-info h1:before{
	content:'" ';
}
#splash .main-feature-info h1:after{
	content:' "';
}
*/
#splash .main-feature-info .content{
	margin:0;
	padding:10px 40px 20px 20px;
	background-image:url(../images/main-feature-info-back.png);
	background-repeat:repeat-y;
	height:204px;
	text-align:left;
}
#splash .main-feature-info .content *{
	color: #333;
}
#splash .extras{
	position:absolute;
	top:280px;
	left:253px;
	width:267px;
	background-color:#f9f9f9;
	z-index:1;
	padding:20px 0px 20px 10px;
	margin:0;
}
#splash .extras .extra{
	float:left;
	clear:both;
}
#splash .extras .content{
	float:left;
	width:170px;
	padding: 0 0 0 10px;
}
#splash .extras .content .title{
	padding:0 0 0.5em 0;
	margin:0;

}

