/* NY ATM Landing Page CSS Document */

.wrapper {width:777px; margin:0px auto; font-family: Arial,Helvetica,sans-serif; }

.lphead {width:777px; height:76px; background-image:url(http://newyorkatm.com/images/header-bg.jpg); background-repeat:repeat-x; }

.lpcontainer {background-image:url(http://newyorkatm.com/images/body-bg.jpg); background-repeat:repeat-x; background-color:#00061e; width:777px; height:auto; position:relative; }

#lpnumber { height:auto; }

#lpnumber p {color:#1E3875; font-family: Arial,Helvetica,sans-serif; font-size:30px; text-align:right; margin:0px; padding-top:7px;}

#right {float:right; width:150px; padding-top:2px;}

#left {float:left; width:570px; padding:12px 30px 10px 20px; }

#left .text {padding-right:30px;}

#left .text h1 {color:#1E3875;  font-size:30px; margin:0px; padding:2px 0px;}
#left .text h1 strong {color:#000000; }

#left .text h2  {color:#000000;  font-size:18px; margin:0px; padding:5px 0;}
 
#left .text p {  font-size:14px; }
#left .text p.big { color:#ffffff; font-size:22px; margin:20px 0 10px 0; }


.clear {clear:both;}