

div#dccom_twModules ul#pageModules {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

div#dccom_twModules ul#pageModules li {
	margin: 0px;
	padding: 15px 0 0 15px;
	float: left;
	width: 305px;
	height: 160px;
	float: left;
	margin: 15px 15px 0 0;
	background: transparent url('images/bgModules.png') 0px 0px no-repeat;
	position: relative;
	z-index: 10;
}

div#dccom_twModules ul#pageModules li.last {
	margin-right: 0px;
}

div#dccom_twModules ul#pageModules li h3 {
	color: #132e53;
	font-size: 22px;
	padding: 10px 0 10px 0;
	margin: 0;
	background-color: transparent;
}

div#dccom_twModules ul#pageModules li h3 a {
	color: #132e53;
	text-decoration: none;
}

div#dccom_twModules ul#pageModules div.image {
	width: 100px;
	height: 100px;
	float: left;
	position: relative;
	z-index: 15;
}

div#dccom_twModules ul#pageModules div.image .frame {
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 16;
	top: 0px;
	left: 0px;
	background: transparent url('images/frameModules.png') 0px 0px no-repeat;
}

div#dccom_twModules ul#pageModules div.image .frame a {
	width: 100px;
	height: 100px;
	display: block;
}

div#dccom_twModules ul#pageModules li p {
	width: 170px;
	float: left;
	padding: 0 0 0 15px;
}

div#dccom_twModules ul#pageModules li p.more {


}

div#dccom_twModules ul#pageModules li p.more a:link, div#dccom_twModules ul#pageModules li p.more a:visited {
	width: 115px;
	height: 26px;
	display: block;
	text-indent: -5000px;
	background: transparent url('images/btnLearnMore-blue.png') 0px 0px no-repeat;
	border: 0px;
	position: absolute;
	z-index: 6;
	bottom: 25px;
	right: 15px;
}

div#dccom_twModules ul#pageModules li p.more a:hover, div#dccom_twModules ul#pageModules li p.more a:active {
	background-position: 0px -26px;
}



