﻿#content {
	background-image:		url('../site-images/home-background.gif');
	background-repeat:		no-repeat;
	float:					left;
}

#text-container {
	width:					540px;
	height:					250px;
	
}

#featured-group {
	margin-top:				76px;
	margin-left:			177px;	
}

#body-bottom {
	float:					left;
	width:					960px;
	margin-left:			30px;
	margin-right:			30px;
	margin-top:				90px;
}

#body-bottom div {
	float:					left;
	width:					320px;
}

#body-bottom div img {
	border:					0px;
	margin-left:			10px;
	margin-top:				5px
}

#body-bottom div h1 {
	margin-left:			10px;
	font-size:				18px;
	color:					#000000;
	margin-bottom:			0px;
}

#body-bottom div h2 {
	margin-left:			10px;
	font-size:				23px;
	margin-top:				0px;
}

#news h2 {
	color:					#333092;
	margin-bottom:			5px;
}


#case-studies h2 {
	color:					#F78F1E;
	margin-bottom:			5px;
}

#events h2 {
	color:					#00A890;
	margin-bottom:			5px;
}

#body-bottom div div {
	background-image:		url('../site-images/detail-bg.gif');
	background-repeat:		no-repeat;
	height:					120px;
	width:					270px;
	padding:				25px;
	padding-top:			20px;
}

#body-bottom #news div h1 {
	color:					#333092;
	margin-left:			0px;
}

#body-bottom #news div a {
	color:					#333092;
	font-size:				15px;
	font-weight:			bold;
	font-style:				italic;
	font-family:			"Times New Roman", Times, serif;
	text-decoration:		none;
}

#body-bottom #case-studies div h1 {
	color:					#F78F1E;
	margin-left:			0px;
}

#body-bottom #case-studies div a {
	color:					#F78F1E;
	font-size:				15px;
	font-weight:			bold;
	font-style:				italic;
	font-family:			"Times New Roman", Times, serif;
	text-decoration:		none;
}

#body-bottom #events div h1 {
	color:					#00A890;
	margin-left:			0px;
}

#body-bottom #events div a {
	color:					#00A890;
	font-size:				15px;
	font-weight:			bold;
	font-style:				italic;
	font-family:			"Times New Roman", Times, serif;
	text-decoration:		none;
}



