@charset "utf-8";
#lifegroups {
}
#lifegroups h1 {
	color: #323F1F;
	background-image: url(../images/h1-blue.png);
	background-repeat: repeat-x;
}
#lifegroups p {
	font-size: 13px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#lifegroups .item {
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ECF0E1;
	padding-bottom: 5px;
	padding-top: 6px;
}
#lifegroups .item .title {
	font-size: 15px;
	font-weight: bold;
	color: #D5AE48;
	width: 167px;
	float: left;
}
#lifegroups .item .time {
	font-size: 15px;
	color: #D5AE48;
	font-weight: bold;
}
#lifegroups .item .location {
	width: 178px;
	font-size: 11px;
	color: #3F4B2D;
	position: relative;
	font-weight: bold;
	padding-left: 4px;
	float: left;
}
#lifegroups .item .details {
	position: relative;
}
#lifegroups .item .details a {
	font-size: 11px;
	color: #3F4B2D;
	position: relative;
	font-weight: bold;
}
#lifegroups .item .details a:hover {
	color: #788F56;
	position: relative;
}
#lifegroups .item .dropdown {
	font-size: 11px;
	color: #3F4B2D;
	font-weight: bold;
	padding-left: 4px;
}
#lifegroups .item .dropdown .contact {
	color: #977b36;
	font-size: 12px;
	padding-top: 10px;
}
#lifegroups .item .dropdown .infoblock {
	padding-left: 2px;
}
