/* Medium Screens (Desktops) */

@media only screen and (max-width : 1225px) {
	.section {
		width: 970px;
	}	
}

/* Small Screens (Tablets) */

@media only screen and (max-width : 991px) {
	.section {
		width: 750px;
	}
	
	
	body {
		-webkit-background-size: 790px;
		-moz-background-size: 790px;
		background-size: 790px;
	}
			
	#header h1 {
		padding-top: 27px;
	}

	#header h1 a {
		width: 170px;
		height: 68px;
	}
	
	#header #navigation ul {
		margin-top: 0;
	}
	
	#banner {
		height: 295px;
	}
	
	#banner .bannerText img {
		display: block;
		max-width: 200px;
		height: auto;
	}
	
	.homeInfo strong span {
		font-size: 16px !important;
	}
	
	#footer {
		padding-top: 82px;
		-webkit-background-size: 1340px;
		-moz-background-size: 1340px;
		background-size: 1340px;
		-ms-behavior: url(/backgroundsize.min.htc);
	}
	
}

/* Extra Small Screens (Mobiles) */

@media only screen and (max-width : 767px) {
	.section {
		width: 480px;
	}
			
	body {
		background-position: center 150px;
		-webkit-background-size: 620px;
		-moz-background-size: 620px;
		background-size: 620px;
	}
	
	#menuBtn {
		display: block;
	}
	
	#header {
		border-bottom-width: 2px;
		margin-bottom: 12px;
	}
			
	#header h1 {
		float: none;
		margin: 0 auto 10px;
		text-align: center;
		padding: 10px 0 0;
	}
	
	#header h1 a {
		display: inline-block;
	}
	
	#header p.contact {
		float: none;
		text-align: center;
		padding: 0;
	}
	
	#header .symbol {
		float: none;
		display: block;
		margin: 10px auto;
		width: 30px;
	}
	
	#navigation {
		display: none;
	}
	
	#banner {
		height: 215px;
	}
	
	#banner .bannerText {
		width: auto;
		line-height: 1.2;
	}
	
	#banner .bannerText span {
		font-size: 10px;
	}
	
	#banner .bannerText img {
		max-width: 160px;
	}
	
	#banner .bannerText table td img {
		max-width: 10px;
	}
	
	#banner .bannerText p.line1 {
		font-size: 13px;
	}
	
	.homeInfo strong span {
		font-size: 13px !important;
	} 
	
	table.aboutBenefits {
		width: 100% !important;	
	}
	
	table.instructors,
	table.instructors th,
	table.instructors td,
	table.instructors tr,
	table.instructors tbody,	
	table.testimonials,
	table.testimonials th,
	table.testimonials td,
	table.testimonials tr,
	table.testimonials tbody,	
	table#LocationTable,
	table#LocationTable th,
	table#LocationTable td,
	table#LocationTable tr,
	table#LocationTable tbody {
		display: block;
		width: 100%;
		height: auto !important;
		text-align: center;
	}
	
	table#LocationTable td {
		text-align: left;
	}
	
	#footer {
		padding-top: 65px;
		-webkit-background-size: 1496px;
		-moz-background-size: 1496px;
		background-size: 1496px;
		-ms-behavior: url(/backgroundsize.min.htc);
	}

}

@media only screen and (max-width : 500px) {
	.section {
		width: 420px;
	}
	
	body {
		background-position: 30% 150px;
	}

	#banner {
		height: 211px;
	}
	
	#footer {
		margin-top: -39px;		
	}

}

@media only screen and (max-width : 478px) { 
	.section {
		width: 300px;
	}

}