/* iPad CSS Styles*/
@media only screen and (device-width: 768px) {
	#logoTitle, #mainMenuWrapper, #midContainer, #extraContainer7 {width: 90%;}
	#bottomBorder {width: 90.2%;}
	#headerImage, #extraContainer1, #mainContentWrapper, #bottomContent{width: 100%;}
	#extraContainer2, #extraContainer3 {width: 32%;}
	#extraContainer4 {width: 97.5%;}
	#footer {width: 94%;}
	#fixedPositionWrapper {position: relative;width: auto;}
	#fixedPositionCushion {display: none;}
	.imageStyle {max-width: 100%;height: auto;}
}