.routesWrap {
	/*margin: 0 0 15px 0;*/
	clear: both;
	background: #ccc;
	text-align: left;
}

.routesWrap a {
	text-decoration: none !important;
}

.routesWrap a:hover {
	text-decoration: none !important;
}

.routes {
	float: left;
	width: 306px;
	padding:0 0 10px 0;

	}
	
	.routes h2 {
		padding:10px 10px 8px 10px;
		margin:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.1em;
		font-weight:bold;
		color:#fff;
	}
	
	.routes p.prImg {
		padding:0;
		margin:0;
	}
	
	.routes p.prImg img {
		display:block;
		margin:0 0 0 1px;
		border-top:1px solid #fff;
	}
	
	.routes p {
		font-size: 100% !important;
		padding:0.5em 0;
		margin:0 15px 0 10px;
		line-height:1.5em;
		color:black;
	}
	
	.routes ul li {
			background: none;
			padding: 0;
			margin: 0;
			
		}





/*Account styles*/	
.routeAccount {
	margin:0 11px 0 0;
	background:url(../../images/reskin/MainPromos/Main_Promo_Bottom.gif) no-repeat 0 100%;
	}
	
	.routeAccount h2 {
		background:url(../../images/reskin/MainPromos/Main_Promo_Top.gif) no-repeat 0 0;
	}
	
	.routeAccount .inner {
		background:url(../../images/reskin/MainPromos/Main_Promo_BG.gif) repeat-y 0 0;
	}
	
	.routeAccount p.prImg {
		background:url(../../images/reskin/MainPromos/Main_Promo_BG.gif) repeat-y 0 0;
	}
	

/*debit styles*/	
.routeCard {
	background:url(../../images/reskin/MainPromos/Main_Promo_Bottom.gif) no-repeat 0 100%;
	}
	
	.routeCard h2 {
		background:url(../../images/reskin/MainPromos/Main_Promo_Top.gif) no-repeat 0 0;
	}
	
	.routeCard .inner {
		background:url(../../images/reskin/MainPromos/Main_Promo_BG.gif) repeat-y 0 0;
	}
	
	.routeCard p.prImg {
		background:url(../../images/reskin/MainPromos/Main_Promo_BG.gif) repeat-y 0 0;
	}


