#home_modules {
	float: left;
	width: 295px;
	padding-left: 5px;
}

p.first_para {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

ul.bullet_list li {
	list-style-type: none;
	background-image: url(/contentmanagement/images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	font-size: 18px;
	line-height: 35px;
}

ul.bullet_list {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

div.col320 {
	float: left;
	width: 240px;
	padding: 5px;
	margin: 0px;
	background-color: #F0F0F0;
}


p.contact {
	font-size: 18px;
}

a {
	color: #000000;
	text-decoration: none;
}

div.module {
	float: left;
	height: 130px;
	width: 230px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 105px;
	background-position: center top;
}

div.module h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
div.module#web {
	background-image: url(/contentmanagement/images/module_web.jpg);
	background-repeat: no-repeat;
}
div.module#news {
	background-image: url(/contentmanagement/images/module_news.jpg);
	background-repeat: no-repeat;
}
div.module#blog {
	background-image: url(/contentmanagement/images/module_blog.jpg);
	background-repeat: no-repeat;
}
div.module#events {
	background-image: url(/contentmanagement/images/module_events.jpg);
	background-repeat: no-repeat;
}
div.module#photo {
	background-image: url(/contentmanagement/images/module_photo.jpg);
	background-repeat: no-repeat;
}
div.module#video {
	background-image: url(/contentmanagement/images/module_video.jpg);
	background-repeat: no-repeat;
}
div.module#audio {
	background-image: url(/contentmanagement/images/module_audio.jpg);
	background-repeat: no-repeat;
}
div.module#document {
	background-image: url(/contentmanagement/images/module_document.jpg);
	background-repeat: no-repeat;
}
div.module#custom {
	background-image: url(/contentmanagement/images/module_custom.jpg);
	background-repeat: no-repeat;
}
div.module p {
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
table#features {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border-collapse: collapse;
	margin-bottom: 15px;
}

#features th {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #010101;
	padding: 3px;
}
#features .tablesubhead {
	color: #FFFFFF;
	background-color: #D40005;
	padding: 3px;
	font-size: 12px;
}
#features td {
	background-color: #F3F3F3;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1B1B1;
	font-size: 12px;
}
#features td.option {
	width: 120px;
}

