/* iPad CSS Styles*/
@media only screen and (device-width: 768px) {
	#topContainer, #menuContainer, #menuShadow, #midContainer, #headerImageLower, #EC6Wrapper, #bottomContainer {width: 92%;margin-left: 4%;}
	#headerImageLower, #nav, #breadcrumbcontainer { width: 100%; }
	#EC1Wrapper { width: 94%; border: solid dotted pink; }
	#EC1TabWrapper {width: 86%; height: 20px;border: solid dotted green;}
	#extraContainer1 {width: 86%;}
	.imageStyle, video, object, embed {max-width: 100%;height: auto;}
	#headerImage { background-size: cover; }
	#breadcrumbcontainer ul {margin-left:-10px;margin-right: 10px;}
}