﻿		body{
			background:url(../images/landing/bgSpan.png) repeat-x #ddd;
			padding:0px;
			margin:0px;
			text-align:center;
			font-family:Helvetica, sans-serif;
			color:#165c9a;
			font-size:100%;
		}
		img {border:none}
		p.step{
		     font-size:1.6em; 
		     line-height:.98em; 
		     margin:0px;
		     padding:0 0 0 35px;
		     background:url(../images/stepone.png) no-repeat top left;	
		}
		p.step.none {
		     margin:0px;
		     padding:0 0 0 25px;
		     background: none;
		}
		p.step.two{
		     background:url(../images/steptwo.png) no-repeat top left;
		}
		p.step.three{
		     background:url(../images/stepthree.png) no-repeat top left;
		}
		p.step.four{
		     background:url(../images/stepfour.png) no-repeat top left;
		}		table, td{
		    font-size:.97em;	
		}
		p.step.five{
		     background:url(../images/stepfive.png) no-repeat top left;
		}		table, td{
		    font-size:.97em;	
		}
		h1{
		    font-size:1.6em;
		    margin:0 0 20px 0;
		    padding:0px;	
		}
		h2{
		    font-size:.99em;
		    margin:10px 0 0 0;
		    padding:0 0 0 25px;
		    font-weight:normal;	
		}
		
		h1, h2, h3, h4 { font-family: 'Cabin', Helvetica, Tahoma, sans-serif; font-weight:bold;}
		
		div#header{
		    padding-bottom:21px;	
		}
		div#outter{
		    width:100%;
		    background:#fff;
		    border-bottom:21px solid #002545;	
		    
		}
		div#container{
			margin:auto;
			width:800px;
			text-align:left;
			
		}
		div#container div.body{
			margin:30px 0 30px 0;
		}
		div#container div.left{
			float:left;
			width:50%;
			font-size:.97em;
		}
		div#container div.right{
			float:left;
			width:auto;
			font-size:.97em;
		}
		div#container .left .form{
			padding:10px 0 30px 25px;
		}
		div#container .left .sub{
			border-top:1px solid #cecece;
			padding-top:10px;
			margin-top:20px;
			color:#000000;
			font-size:.97em;
		}
	
		p.pdf_link, a.pdf_link {
			background:url('../images/pdf_icon.png') left top no-repeat;
			margin-left: 20px;
			padding-left: 20px;
			}

		p.fineprint { font-size: small; font-style: italic; }
			
		/** LINKS **/
		
		p.cta_link, a.cta_link {
	background:url('../images/cta_bullet.png') left top no-repeat;	
				margin-left: 20px;
			padding-left: 20px;
	}
	
	
