/* modules for homepage - all are fixed height */
.content_module_fixed {
	background-color:#ffffff;
	border:1px solid #d5d5d5;
	position: relative;
	top: 50px;
	font-family:georgia;
	color:#333333;
	height:126px;
}

.content_module_fixed .content h1 {
	font-size:16px;
	margin:0;
	padding:0;
	font-weight:normal;
}

.content_module_fixed .click_to_call h1 {
	font-size:16px;
	margin:0 0 15px 0;
	padding:0;
	font-weight:normal;
}

.content_module_fixed .copy_small {
	font-size:13px;
	padding:0;
	margin:5px 8px 10px 0;
}

.content_module_fixed .factoid {
	margin:10px auto 15px auto;
	width:200px;
}

.content_module_fixed .factoid .factoid_icon {
	margin:0;
	padding:0;
}

.content_module_fixed .factoid .fact_copy {
	font-family:georgia;
	font-size:14px;
	color:#333333;
	margin:-75px 0 0 55px;
	padding:0 14px 0 0;
}

.content_module_fixed .home {
	margin:10px auto 15px auto;
	width:200px;
}

.content_module_fixed .home .home_copy {
	font-family:georgia;
	font-size:16px;
	color:#333333;
	margin:0;
	padding:0 14px 0 0;
}

.content_module_fixed .click_to_call {
	padding:0 0 0 0;
	margin:18px 0 14px 20px;
}

.content_module_fixed .click_to_call h1 {
	font-size:16px;
	margin:0 0 10px 0;
	padding:0;
	font-weight:normal;
}

.content_module_fixed .click_to_call_top {
	background-image:url(/common/img/modules/border_dot_blue.gif);
	background-repeat:repeat-x;
	background-position:top center;
	width:181px;
	margin:0 auto 5px 20px;
	padding:4px 0 0 0;
	font-family:arial;
	font-weight:bold;
	font-size:12px;
	line-height:12px;
	color:#666666;
}

.content_module_fixed .click_to_call_top  .cta_link {
	margin-left:0;
}

.content_module_fixed .click_to_call_bottom {
	background-image:url(/common/img/modules/border_dot_blue.gif);
	background-repeat:repeat-x;
	background-position:top center;
	width:181px;
	margin:0 auto 0 20px;
	padding:4px 0 0 0;
	font-family:arial;
	font-weight:bold;
	font-size:12px;
	color:#666666;
}

.content_module_fixed .click_to_call_bottom  .cta_link {
	margin-left:0;
}

.content_module_fixed .blue {
	color:#33cccc;
}

.content_module_fixed .cta_link {
	margin-left:20px;
}

.content_module_fixed .cta_link .arrow {
	color:#33cccc;
	text-decoration:underline;
}

.content_module_fixed .content {
	padding:0 0 0 0;
	margin:18px 0 0 20px;
}

