* {
	box-sizing: border-box;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #DEDEDE;
	min-width: 700px;
}
header {
	width: 95%;
	height: 92px;
	background-color: #24273D;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	max-width: 1600px;
	margin-top: 20px;
	text-align: left;
	padding-top: 0px;
}
	header h1 {
	font-size: 48px;
	line-height: 80px;
	color: #ffffff;
	margin-left: 20px;
	font-family: chunk;
	font-style: normal;
	height: 28px;
	letter-spacing: 2px;
	}
	nav {
	width: 95%;
	height: 40px;
	background-color: #666666;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	font-weight: 600;
	min-width: 600px;
	max-width: 1600px;
	}
	nav a {
		color: #CCCCCC;
		text-decoration: none;
	}
	nav a:hover {
		color: #0094CE;
		text-decoration: underline;
	}
	nav ul {
		width: 100%;
		margin: 0px 0px 0px 20px;
		padding: 8px 0px 0px 0px;
		list-style: none;
		font-size: 20px;
	}
	nav li {
		display: inline;
		list-style-type: none;
		padding-right: 10px;
		padding-left: 5px;
		border-right: 1px solid #999999;
	}

	section {
	width: 95%;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border-bottom: 1px solid #cccccc;
	max-width: 1600px;
	min-width: 600px;
	}
	
	section h5 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 18px;
	clear: left;
	margin-left: 10px;
	text-align: left;
	}
	section a {
		color: #0094CE;
		text-decoration: none;
	}
	section a:hover {
		color: #5FC3EA;
		text-decoration: underline;
	}
	
	#main_event_banner {
	height: 300px;
	background-image: url(images/school-tech-banner-color.jpg);
	background-image-size: 200px;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 200px;
	margin-bottom: 0px;
	background-color: white;
	}

	#main_event_banner h2 {
	margin-top: 275px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding: 0px;
	font-weight: 200;
	color: #ffffff;
	font-size: 48px;
	text-shadow: 0px 0px 10px #000000;
	text-align: right;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	}

	#intro {
	display: block;
	height: auto;
	}
	
	#intro blockquote {
	font-size: 2pc;
	font-weight: 200;
	margin-bottom: 20px;
	margin-top: auto;
	height: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
#catalog {
	width: 95%;
	padding-right: auto;
	padding-left: auto;
	min-height: 600px;
	margin-top: 1px;
	vertical-align: top;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
.catalog  {
	width: 350px;
	margin-right: 10px;
	margin-left: 10px;
	border-style: solid;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-width: thin;
	margin-bottom: 20px;
	min-height: 820px;
	display: inline-block;
	vertical-align: top;
	}
#catalog .catalog img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	h1, h2, h3, h4, h5, h6, ul, ol, blockquote {
	font: medium/normal "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	}
	li:first-child {
	padding-left: 0px;	
	}
	li:last-child {
	border: 0px;
	padding-right: 0px;
	}
.catalog h3 {
	font-size: 16pt;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	}

.catalog h2 {
	font-size: 20pt;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	}
.catalog p {
	font: 200 16px/108% Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	min-height: 220px;
	text-align: left;
	}
		
	
	footer {
	width: 95%;
	height: 60px;
	background-color: #000000;
	margin: 0px auto;
	padding: 0px;
	color: #ffffff;
	max-width: 1600px;
	min-width: 600px;
	}
	footer h4 {
	width: 35%;
	font-size: 13px;
	font-weight: 200;
	margin: 0px 0px 0px 20px;
	padding: 22px 0px 0px 0px;
	float: left;
	}
	footer ul {
	width: 50%;
	margin: 0px 20px 0px 0px;
	padding: 22px 0px 0px 0px;
	list-style: none;
	font-size: 13px;
	font-weight: 200;
	text-align: right;
	float: right;
	}
	footer li {
		display: inline;
		list-style-type: none;
		padding-right: 10px;
		padding-left: 5px;
		border-right: 1px solid #ffffff;
	}
	footer a {
		color: #ffffff;
		text-decoration: none;
	}
	footer a:hover {
		color: #0094CE;
		text-decoration: underline;
	}
.images   {
	margin-right: 10px;
	margin-left: 10px;
	padding: 12;
	width: 600px;
	border-width: thin;
	border-style: solid;
	margin-bottom: 10px;
	margin-top: 10px;
	display: inline-block;
	text-align: left;
}
.images img  {
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 12px;
}
.images h3  {
	margin-left: 12px;
	margin-right: 12px;
}
.gallery  {
	width: 95%;
	padding-left: auto;
	padding-right: auto;
	position: relative;
	text-align: center;
}
.gallery a h3 {
	margin-top: 5px;
	font-size: 18px;
	text-align: left;
}
#images a iframe {
	margin-left: 20px;
	margin-right: 020px;
	margin-top: 20px;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.aboutus h2 , .directions h2{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: x-large;
	font-weight: 700;
	margin-bottom: 5px;
}
.schedule   {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: large;
	margin-bottom: 20px;
	display: inline-block;
	/* [disabled]top: 0px; */
	vertical-align: top;
	float: left;
}
#schedule  {
	text-align: center;
}
#schedule div {
	margin-left: auto;
	margin-right: auto;
	max-width: 950px;
}
.aboutus  {
	height: auto;
	width: 95%;
}
.aboutus img {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
	width: 600px;
	border: thin solid #000000;
}
.directions img {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
	width: 600px;
	border: thin solid #000000;
}
.aboutus p   {
	width: 100%;
	max-width: 600px;
	margin-top: 5px;
}
.directions p   {
	width: 100%;
	max-width: 600px;
}
header h2 {
	margin-left: 20px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: large;
	color: #FFFFFF;
	margin-top: 0px;
}
