.vert_image_container{
	height: auto; /*Allows segment height to adjust based on content; with "clear" class below*/
	width: 150px;
	margin-top: 5px;
	background-color: rgb(196,148,148);
}

.vert_image{
	background-image: url(images/news_left.jpg);
	background-repeat: no-repeat;
}

.newsletter_container{
	/*width: 500px;*/
	float: left;
	background-image: url(images/newsletter_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-left: 175px;
	padding-right: 10px;

}

.news_container{
	/*width: 500px;*/
	float: left;
	background-image: url(images/news_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-left: 175px;
	padding-right: 10px;

}

.events_container{
	float: left;
	background-image: url(images/events_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-left: 175px;
	padding-right: 10px;
}

.header{
	float: left;
	margin-top: 12px;
	margin-left: 52px;
	color: #666666;
}


.link_lists{
	clear:both;
	float: left;
	margin-top: 5px;
	margin-left: 52px;
	width: 450px;
	font-size: 70%;
	line-height: 14px;	
	padding-right: 10px;
}

.link_lists li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(0,0,0);
	list-style-type: none;
	margin-bottom: 8px;	
}

.link_lists li a{
	color: rgb(0,0,0);
	text-decoration: underline;
}

.link_lists li a:hover{
	color: rgb(255,67,8);
	text-decoration: underline;

}
