/* iPad Portrait CSS Styles*/
@media only screen and (orientation: portrait) {

#topEC, #pageWrapper, #footer {width: 90%;margin-left: 5%;}

}

/* iPad Landscape CSS Styles*/
@media only screen and (orientation: landscape) {

#topEC, #pageWrapper, #footer {width: 86%;margin-left: 7%;}

}

