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

#logoTitle, #mainMenuWrapper, #midContainer, #extraContainer7 {width: 88%;}
#bottomBorder {width: 88.2%;}

#pageBanner, #extraContainer1, #mainContentWrapper, #bottomContent{width: 100%;}

#extraContainer2, #extraContainer3 {width: 32%;}

#extraContainer4 {width: 97.5%;}

#footer {width: 92%;}

#fixedPositionWrapper {position: relative;width: auto;}
#fixedPositionCushion {display: none;}

}

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

#logoTitle, #mainMenuWrapper, #midContainer, #extraContainer7 {width: 86%;}
#bottomBorder {width: 86.2%;}

#pageBanner, #extraContainer1, #mainContentWrapper, #bottomContent{width: 100%;}

#extraContainer2, #extraContainer3 {width: 32%;}

#extraContainer4 {width: 97.5%;}

#footer {width: 90%;}

#fixedPositionWrapper {position: relative;width: auto;}
#fixedPositionCushion {display: none;}

}

.imageStyle {height: auto;}