html,body{margin:0;padding:0;width:100%;height:100%; }
body{background:#000; font-family: 'Open Sans', sans-serif; }

#fixedtop{
height:100px;width:100%; 
-webkit-box-shadow: #222 0px 2px 3px;
-moz-box-shadow: #222 0px 2px 3px;
box-shadow: #222 0px 2px 3px;
position: fixed;
z-index: 10;
background: #FFF;
behavior: url(PIE.htc);
min-width: 950px;
}
.logo{background:url('/images/logo.png') no-repeat center center; height:80px; width: 80px;}
#logoTop{position: absolute;left:5px;top:10px;z-index: 2;display:block}
#topBar{
height:50px; width:100%; 
background: #8b0017;
background: -moz-linear-gradient(left, #ffffff 0%, #8b0017 50%, #e21836 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#8b0017), color-stop(100%,#e21836)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #ffffff 0%,#8b0017 50%,#e21836 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #ffffff 0%,#8b0017 50%,#e21836 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #ffffff 0%,#8b0017 50%,#e21836 100%); /* IE10+ */
background: linear-gradient(to right, #ffffff 0%,#8b0017 50%,#e21836 100%); /* W3C */
-pie-background: linear-gradient(#CCC, #EEE);
position:relative;
z-index: 2;
color:#492F91;
font-size:20pt;
behavior: url(PIE.htc);
}
#topBar .name{position:absolute;bottom: 5px;left:100px}
#locations {font-size:12pt;color:#FFF;right:10px; width: auto;bottom:0px;position: absolute;}
#locations span{display:inline-block;border-right:2px #FFF solid;padding:0 10px 3px; font-size: 9.5pt;}
#locations span:first-child{border-left:2px #FFF solid;}

/*** ESSENTIAL STYLES 
Superfish
***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
.sf-menu { width:100%; white-space: nowrap;


} 
.sf-menu > li{ float:left;
display:inline-block;
position: relative;
z-index: 1;
background-color:#492F91;
text-align: center;
width:20%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-left:1px #8B0017 solid;
transition: all 0.2s;
-webkit-transition: all 0.2;
background: #492F91;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#492F91), to(#000000));
background: -webkit-linear-gradient(#492F91, #000000);
background: -moz-linear-gradient(#492F91, #000000);
background: -ms-linear-gradient(#492F91, #000000);
background: -o-linear-gradient(#492F91, #000000);
background: linear-gradient(#492F91, #000000);
-pie-background: linear-gradient(#492F91, #000000);
behavior: url(PIE.htc);
}
.sf-menu > li:first-child{border-left:none;}
.sf-menu > li > a{color:#FFF;
font-size: 15pt;text-decoration:none;
padding: 14px 0px;
width:auto;}

.sf-menu > li:hover
{
background: #E21836;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E21836), to(#8B0017));
background: -webkit-linear-gradient(#E21836, #8B0017);
background: -moz-linear-gradient(#E21836, #8B0017);
background: -ms-linear-gradient(#E21836, #8B0017);
background: -o-linear-gradient(#E21836, #8B0017);
background: linear-gradient(#E21836, #8B0017);
-pie-background: linear-gradient(#E21836, #8B0017);
behavior: url(PIE.htc);
}

.sf-menu > li > ul {
width:100%;
z-index: 10;
position: relative;
min-height: 100px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
background: #492F91;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#492F91), to(#000000));
background: -webkit-linear-gradient(#492F91, #000000);
background: -moz-linear-gradient(#492F91, #000000);
background: -ms-linear-gradient(#492F91, #000000);
background: -o-linear-gradient(#492F91, #000000);
background: linear-gradient(#492F91, #000000);
-pie-background: linear-gradient(#492F91, #000000);
behavior: url(PIE.htc);
}

.sf-menu > li > ul > li {
display:block;
}
.sf-menu > li > ul > li > a{
margin: 5px 10px;
padding: 8px 0;
border-bottom: 1px rgba(5,5,5,0.5) solid;
font-size: 15pt;
color: #DDD;
text-decoration: none;
}
.sf-menu > li > ul > li > a:hover{
	color:#FFF;
}

/**CONTENT**/

body
{
	font-size: 21pt;
}

#content{
	display:block;min-height:900px;padding:120px 20px 20px;width:455px; background-color:red; background-color:rgba(227,24,55,0.7); color:#FFF;position: absolute;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffaa', endColorstr='#4cffffaa'); /* IE */
}

#content.clearback{background: transparent;border:none;}
#content .box{padding:10px 20px; background-color:rgba(227,24,55,0.7); min-height: 200px; border: inherit; margin-top:20px; float: none; position: relative}
#content .purpleback{background: rgba(73,47,146,0.7);}

#content.right {right:12%;}
.timetable span {display: inline-block;width:200px;}
#content.left {left:12%;}
.mediumtext, #content.mediumtext{font-size: 15pt}

#content a {color:#FFF;}
#content a:hover {color:blue;}

blockquote {
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before,blockquote:after {
  color: #FFF;
  content: open-quote;
  font-family: "Arial Rounded";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.15em;
  vertical-align: -0.4em;
}
blockquote:after {
	margin-right: 0;
	vertical-align: -0.8em;
}
blockquote:before {
content:"\201C";
}
blockquote:after {
content:"\201D";
}
blockquote p {
  display: inline;
}

img.bioimg{width:120px;padding:5px 20px 5px 0;}

/*Forms*/
#content form input, #content form textarea{width:90%; opacity: 0.5; padding: 10px; font-size: 14pt; display: block; margin: 0 0 10px 0; resize: vertical; font-family: Arial;}
#content form input:focus, #content form textarea:focus{opacity: 1}
#content form textarea{height: 150px;}
#content form .button {width: auto; padding: 10px; opacity: 1;}


/*font*/
.small {font-size: small}
.medium {font-size: medium}
.large {font-size: large}

.displaynone{display:none}
.textright{text-align:right}
.table{display:table}
.right{float:right}
.left{float: left}
.clear{clear: both}

hr
{
	border: 1px rgba(255,255,255,0.5) dashed;
}

#content.enroll
{
	font-size: 10pt;
}

#content.enroll .disclaimer
{
	color: #000;
}

#content.enroll textarea
{
	margin: 10px 0;
}

#content.enroll .signature
{
	margin: 5px 0;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
	padding: 20px 10px;
}


#content.enroll label
{
	clear: both;
	text-align: left;
	margin: 10px 0;
	width: 80%;
	display: inline-block;
}

#content.enroll input[type="checkbox"]
{
	display: inline-block;
	float: left;
	opacity: 1;
	width: auto;
	margin: 20px; 
	clear: both;
}