/* Styles for Check Fraud Protection Landing Page */

#fraudprotection p { border:none; }
.block { display:block; }

#fraudprotection h1 { text-align:center; }
	
	#fraudprotection h1 em, #fraudprotection h2 em, #personal h3 em, #business h3 em { font-weight:bold; }
		
img#banner {
	margin:12px auto 0;
	}

.landing {
	margin:0 auto;
	padding:25px 126px;
	text-align:center;
	width:440px;
	}
	
	.landing .box {
		background:transparent url(images/land_box_bg.gif) repeat-y scroll center top;
		float:left;
		margin:25px 0;
		text-align:left;
		width:195px;
		}
		
		.landing .box span {
			background:transparent;
			color:#000;
			display:block;
			font:bold 13px Arial, Helvetica, sans-serif;
			margin:10px 0 0 2px;
			padding:0 10px;
			width:172px;
			}
			
			.landing .box span h3 {
				font-size:17px;
				font-weight:bold;
				text-transform:uppercase;
				}
								
			.landing .box span .photo {
				background:transparent url(images/blue.jpg) center bottom no-repeat;
				height:82px;
				margin:5px 0 10px;
				width:172px;
				}
				
			a.learn-more {
				display:block;
				width:111px;
				height:33px;
				text-indent:-9999px;
				background:transparent url(images/learnmore-button.png) no-repeat;
				margin:7px auto 0;
				}
				
			a.learn-more:hover {
				background-position:bottom;
				}
		
	.landing #gap {
		margin-right:50px;
		}
		
/* For Personal CFP Page */
#personal, #business {
	width:729px;
	margin:12px auto 0;
	}
	
	#personal ul, #business ul {
		font-size:1.3em;
		color:#666;
		}
		
		#personal li, #business li {
			list-style:disc outside;
			margin:0 0 7px 24px;
			}
			
	#personal h3, #business h3 {
		font-weight:bold;
		font-size:1.3em;
		color:#000;
		margin:15px 0 14px;
		}
		
	#personal img, #business img { margin:0 0 22px; }