@import url(activities.css);

body 
{
	background-image: url(../Images/Activties/body_2.gif);
	height: 300px;
}

.header 
{
	background-image: url(../Images/Activties/slider_2.gif);
}

.header .slider {
	height: 83px;
	padding-top: 0px;
	position: relative;
}

.header .slider span
{
	left: 35px;
	top: 24px;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	color: White;
}

	
.header .slider img {
	
}


.content .list li {
	height: 96px;
	padding-top: 65px;
	background-image: url(../Images/Activties/content_li_2.gif);
}

.content .list li h3 {
	position: absolute;
	top: 10px;
	font-size: 18px;
}

/* added to support the search results stuff */

.group_label h2 {
color:#000000;
font-size:16px;
padding-left:15px;
}
.group_label h2 span {
color:#676767;
font-size:16px;
}
.group_label p {
color:#D10C55;
margin-top:5px;
padding-left:15px;
}
.group_label p span {
color:#000000;
font-weight:bold;
}