/* Activities Page Boxes */

#box, #box1, #box2, #box3, #box4
{
    padding:5px;
    margin:0px;
    float:left;
    width: 255px;
    height:130px;
    position: relative;
    color:white;
    background: url(../images/languages-photo.jpg) no-repeat right top;
    margin-bottom:-5px;  
}

#box1 
{
	background: url(../images/sports-photo.jpg) no-repeat right top;
	float:right;
}

#box2 
{
	background: url(../images/food-drink-photo.jpg) no-repeat right top;
	float:left
}

#box3 
{
	background: url(../images/creative-photo.jpg) no-repeat right top;
	float:right;
}

#box4 
{
	background: url(../images/wellbeing-photo.jpg) no-repeat right top;
	float:left
}

#box h2
{
	font-size: 22px;
	color:White;
}

#box1 h2
{
	font-size: 22px;
	color:White;
}

#box2 h2 
{
	font-size: 22px;
	color:White;
}

#box3 h2 
{
	font-size: 22px;
	color:White;
}

#box4 h2 
{
	font-size: 22px;
	color:White;
}

#box a
{
	color:white;
}

#box a:hover
{

}

#box1 a
{
	color:white;
}

#box1 a:hover
{

}

#box2 a
{
	color:white;
}

#box2 a:hover
{

}

#box3 a
{
	color:white;
}

#box3 a:hover
{

}

#box4 a
{
	color:white;
}

#box4 a:hover
{

}

.boxtext 
{

}

.activitylinks
{
	margin:10px 0;
	min-height:50px;
	visibility:hidden;
}
