@charset "UTF-8";
/* CSS Document */


#white_box_left{
	float: left;
	position: relative;
	width: 191px;
	left: 15px;
	overflow: hidden;
}

#white_box_middle{
	float: left;
	position: relative;
	width: 250px;
	left: 35px;
	overflow: hidden;
}

#white_box_right{
	float: left;
	position: relative;
	width: 150px;
	left: 50px;
	overflow: hidden;
}

#need_something_title{
	height: 24px;
	background-image:url(images/home_h1.gif);
	background-position: 0 0px;
	background-repeat:no-repeat;
	margin: 0 0 5px 0;
}

#need_service_title{
	height: 24px;
	background-image:url(images/home_h1.gif);
	background-position: 0 -26px;
	background-repeat:no-repeat;
	margin: 0 0 5px 0;
}

#forum_title{
	height: 24px;
	background-image:url(images/home_h1.gif);
	background-position: 0 -52px;
	background-repeat:no-repeat;
	margin: 0 0 5px 0;
}

#get_involved_title{
	height: 24px;
	background-image:url(images/home_h1.gif);
	background-position: 0 -78px;
	background-repeat:no-repeat;
	margin: 0 0 5px 0;
}

.alert {
	color:#ed1c24;
}


