/* CSS Document */
@charset "UTF-8";
/* ########## RESET CSS ########## */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	-font-size: 100%;
	-font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ########## END RESET CSS ########## */
body {
	width: 960px;
	margin: 0 auto;
	font-family: Helvetica, Arial, sans-serif;
	background-image: url(images/bkg.png);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: top;
}
#wrapper{
	margin-top: 10px;
}
/* -------------- HEADER CSS --------------  */
header{
	overflow: hidden;
	
}
#colleft{
	width: 65%;
	float: left;
}
#colright{
	width: 34%;
	float: right;
}
.logo{
	float: left;
}


/* -------------- END HEADER CSS -------------- */

/*-------------TOP NAV-------------------*/
.topnav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.topnav li{
	display: inline-block;
	border-left: 1px solid #FFF;
	padding-left: 15px;
	padding-right: 13px;
}
.topnav li:first-child{
	border-left: none;
	padding-left: 0;
}
.topnav li a{
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
}
.addressarea{
	margin-bottom: 

}
.address{
	text-align: left;
	line-height: 1.2;
	padding: 20px 20px 0 0;
	color: #bfbfbf;
	font-size: 14px;
	margin-top: 25px;
	float: right;
	
}
.number{
	color: #FFF;
	font-weight: bold;
	font-size: 23px;
}

/* --------------MAIN NAV CSS --------------  */
.mainnav{
	margin-top: 5px;
	border-top: 2px solid #373737;
	border-bottom: 2px solid #373737;
}
.mainnav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.mainnav ul li{
	display: inline-block;
	padding: 15px 0;
	margin-left: 16px;
}
.mainnav ul li a{
	color: #FFF;
	text-decoration: none;
	-webkit-transition: color 0.5s ease; 
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease; 
	transition:  color 0.5s ease;
	font-size: 14px;
}
	nav ul li a:hover{
		color: #E5A01B;
	}


/* -------------- END NAV CSS --------------  */
#bannerwrapper{
	margin-top: 15px;
}
/* --------------  CONTENT CSS --------------  */
#content{
	margin-top: 10px;
}
.row{
	overflow: hidden;
}
h1{
	color: #e5a01c;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	border-top: 2px solid #373737;
	border-bottom: 2px solid #373737;
	padding-top: 10px;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
h2{
	color: #e5a01c;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 8px;
}
h3{
	color: #e5a01c;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 17px;
	padding-top: 10px;
	padding-bottom: 8px;
}
p{
	color: #d0d2d1;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 10px;
}
a{
	color: #e5a01c;
	-webkit-transition: color 0.5s ease; 
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease; 
	transition:  color 0.5s ease;
}
a:hover{
	color: #d0d2d1;
}
#content ul{
	color: #fff;
	line-height: 1.3;
	font-size: 14px;
}
#content ul li{
	margin-bottom: 5px;
}
#content ol{
	color: #fff;
	line-height: 1.3;
	font-size: 14px;
}
#content ol li{
	margin-bottom: 5px;
}
.instructor{
	float: left;
	width: 31%;
	margin: 20px 10px;
}
.instructor img{
	max-width: 100%;
}
.picturerow{
	overflow: hidden;
}
.picturerow img{
	float: left;
}
table{
	color: #d0d2d1;
	font-size: 14px;
}
.testing td
{
	padding: 5px 0;
}

/* ########## END FOOTER CSS ########## */
footer{
	border-top: 2px solid #373737;
	border-bottom: 2px solid #373737; 
	margin: 15px 0;
	overflow: hidden;
}
footer p{
	font-size: 14px;
	padding: 19px 0 8px 0;
}
.fb{
	float: right;
	padding-top: 2px;
}
/* ########## WORDPRESS CSS ########## */

/**Wordpress Core**/
	.alignnone {
		margin: 5px 20px 20px 0;
	}

	.aligncenter, div.aligncenter {
		display:block;
		margin: 5px auto 5px auto;
	}

	.alignright {
		float:right;
		margin: 5px 0 20px 20px;
	}

	.alignleft {
		float:left;
		margin: 5px 20px 10px 0;
	}

	.aligncenter {
		display: block;
		margin: 5px auto 5px auto;
	}

	a img.alignright {
		float:right;
		margin: 5px 0 20px 20px;
	}

	a img.alignnone {
		margin: 5px 20px 20px 0;
	}

	a img.alignleft {
		float:left;
		margin: 5px 20px 20px 0;
	}

	a img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto
	}

	.wp-caption {
		max-width: 96%; /* Image does not overflow the content area */
		padding: 5px 0px 10px;
		text-align: center;
	}

	.wp-caption.alignnone {
		margin: 5px 20px 20px 0;
	}

	.wp-caption.alignleft {
		margin: 5px 20px 20px 0;
	}

	.wp-caption.alignright {
		margin: 5px 0 20px 20px;
	}

	.wp-caption img {
		border: 0 none;
		height: auto;
		margin:0;
		max-width: 98.5%;
		padding:0;
		width: auto;
	}

	.wp-caption p.wp-caption-text {
		font-size:11px;
		line-height:17px;
		margin:0;
		padding:0 4px 5px;
	}

/* ########## END WORDPRESS CSS ########## */

.grid-sched tr td, .grid-sched tr th {
	border: 1px solid #fff;
	text-align: center;
	padding: 5px 15px;
}
.grid-sched tr th {
	font-size: 40px;
	font-family: "Times New Roman", arial;
}
.grid-sched thead th {
	font-size: 20px;
	font-family: "Times New Roman", arial;
}
/*
     FILE ARCHIVED ON 15:18:00 Feb 22, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:21:37 Jun 30, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 80.138
  exclusion.robots: 0.296
  exclusion.robots.policy: 0.284
  RedisCDXSource: 0.778
  esindex: 0.01
  LoadShardBlock: 55.808 (3)
  PetaboxLoader3.datanode: 78.848 (5)
  CDXLines.iter: 20.216 (3)
  load_resource: 124.548 (2)
  PetaboxLoader3.resolve: 82.283 (2)
*/