@charset "UTF-8";
/* CSS Document */

/* Style to switch to small screen size early for pages with slideshow only */
	@media screen and (max-width: 749px) {
			.navigation ul {}
			.navigation ul li {width: 99.65%;}
			#content {padding-top:130px;}
			#two-col {display: none;}
			#one-col {display: block;}
			#one-col h2 {margin-bottom: 20px;}
			.smallImage {width: 47%;}
			.largeImage {width:80%; margin:0 auto;}
			.fifty-percent {display: none;}
			.one-col {display: none;}
			.two-col {display: none;}

		}