#group_container_holder{
	overflow: hidden;
	position:relative;
	padding-top: 20px;
	margin: 0 auto;
}

@media
only screen and (max-width: 760px)
{
#group_container_holder {
	width: auto;
}
}

#group_container_holder span.logo
{
	background-image: url(../images/ilcLogoSmallBlue.png);
	background-color: white;
	background-repeat: no-repeat;
	position:absolute;
	left:10px;
	top:3px;
	width: 41px;
	height: 38px;
	z-index:1;
}

#group_container_holder h2
{
	position: absolute;
	top: 10px;
	background: white;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 52px;
	font-size: 1.5em;
	font-weight: bold;
	z-index:1;
	color: #17284A;
}


.group_container
{
	border: 1px solid #CCCCCC;
	overflow: visible;
	position: relative;
	padding-top: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

@media
only screen and (max-width: 760px)
{
.group_container
{
	border: none;
}
}