/* 
Style Sheet

*/

html, body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: rgb(71, 114, 165);
}

h1, h2, h3 {
margin-top: 0;
padding: 0;
font: 1em/1.4 "Lucida Grande", "Lucida Sans Unicode","Lucida Sans", Verdana, Tahoma, sans-serif;
font-size: 137.5%;
color: #000;
/*margin-bottom: 0px;*/
}

ul, ol, p {
margin:0;
padding: 0 0 0.5em 0;
font: 1em, Arial, sans-serif;
}

.courseList h1, .courseList h2, .courseList h3, {
  font: 1em/1.4 "Lucida Grande", "Lucida Sans Unicode","Lucida Sans", Verdana, Tahoma, sans-serif;
  color: #000;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

a:link, a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
color: #F31D1D;
text-decoration: none;
}


#wrap {
	width: 940px;
	margin: 0 auto;
	background: #fff;
}

#header {
	width: 100%;
}
.logo {
	min-width: 200px;
  	max-height: 80px;
  	margin: 0;
}

span.logo2 {
	margin-left: -5px;
}

.tagline {
	width: 100%;
  	margin-left: 110px;
  	font: "Trebuchet MS" Verdana, serif;
  	letter-spacing: 0.3em;
  	font-style: italic;
  	font-weight: normal;
}

.tagline p {
  	color: #F31D1D;
}

#nav {
	width: 100%;
  	margin: 0;
}

#menu, #menu ul, #menu ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu {
  width: 100%;
  margin: 0 auto;
  background-color: #f2f2f2;
}

#menu:before, #menu:after {
  content: "";
  display: table;
  }

#menu:after {
  clear: both;
}

#menu {
  zoom: 1;
}

#menu li {
    float: left;
    border-right: 1px solid #c9cbcc;    
    position: relative;
  }

#menu a {
    float: left;
    padding: 12px 30px;
    color: #000;
    text-transform: uppercase;
    font: bold 12px Arial, Helvetica;
    text-decoration: none;
  }

  #menu li:hover > a {
    color: #fff;
    background: #000;
  }

  *html #menu li a{
    color: #fafafa;
  }

  #menu ul {
    margin: 20px 0 0 0;
    _margin: 0;
    opacity: 0;
    visibility: hidden; 
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 1;
    background: #f2f2f2;
    box-shadow: 3px;
  }

  #menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}

#menu ul ul {
  top: 0;
  left: 150px;
  margin: 0 0 0 20px;
  _margin: 0; 
}

#menu ul li {
  float: none;
  display: block;
  border: 0;
  _line-height: 0;
  box-shadow: 0 1px 0 #111, 0 2px 0 #c9cbcc;
}

#menu ul li:last-child { 
  box-shadow: none;
}

#menu ul a {
  padding: 10px;
  width: 130px;
  _height: 10px; 
  display: block;
  white-space: nowrap;
  float: none;
  text-transform: none;
}

#menu ul ul a {
  padding: 10px;
  width: 145px;
  _height: 10px;
  display: block;
  white-space: nowrap;
  float: none;
  text-transform: none;
}

#menu ul a:hover {
  background-color: #4772a5;
}

#menu ul li:first-child > a {
  border-radius: 3px 3px 0 0;
}

#menu ul li:first-child > a:after {
  content: '';
  position: absolute;
  left: 40px;
  top: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #c9cbcc;
}

#menu ul ul li:first-child a:after {
  left: -6px;
  top: 50%;
  margin-top: -6px;
  border-left: 0;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-right: 6px solid #c9cbcc;
}

#menu ul li:first-child a:hover:after {
  border-bottom-color: #4772a5;
}

#menu ul ul li:first-child a:hover:after {
  border-right-color: #4772a5;
  border-bottom-color: transparent;
}

#menu ul li:last-child > a {
  border-radius: 0 0 3px 3px;
}

#main {
  width: 100%;
}

#leftSidebar {
  float: left;
  width: 160px;
  margin-left:10px;
  margin-top: 10px;  
}

.secondary_nav {
  list-style-type: none;
  padding: 0;
  text-indent: 10px;
  background: #f2f2f2;
}

.secondary_nav a {
    padding: 12px 30px;
    color: #000;
    font: bold 12px Arial, Helvetica;
    text-decoration: none;
  }

.secondary_nav a:link, .secondary_nav a:visited {
  text-decoration: none;
  display: block;
  /*border-top: 1px solid #ffffff;*/
  border-bottom: 3px solid #ffffff;
  padding: 0.5em 0 0.5em 0;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}

.secondary_nav a:hover {
  background-color: #000;
  color: #fff;
}

.important {
  font-weight: bold;
}

#contentWrap {
  float: right;
  width: 750px;
  margin: 10px 10px 0 0px;
}

#pageContent {
  float: left;
  width: 480px;
  text-align: justify;
  margin-right: 5px;
}

#pageContent a {
  text-decoration: underline;
}

#rightSidebar {
  float: right;
  width: 235px;
  padding: 10px;
  /*margin-left: 5px;*/
}

.box1 {
  width: 220px;
  /*height: 120px;
  border: 1px solid red;*/
  margin: 0 auto 5px auto;
  border-radius: 8px;
  padding:10px;
  /*background: #f2f2f2;*/
}

/*
ACCORDION BOX1
*/

.ac-container{
    width: 220px;
    margin: 5px auto 5px auto;
}
.ac-container label {
    font-family: 'Arial Narrow', Arial, sans-serif;
    padding: 5px;
    position: relative;
    z-index: 20;
    display: block;
    height: 22px;
    cursor: pointer;
    color: #000;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
    background: #f2f2f2;
    border-radius: 8px 8px 0 0;
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
        0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
background: #000;
color: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
background: #4772A5; /*background blue */
color: #ffffff;
text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
box-shadow:
0px 0px 0px 1px rgba(155,155,155,0.3),
0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
content: '';
position: absolute;
width: 24px;
height: 24px;
right: 13px;
top: 7px;
background: #f2f2f2;
}
.ac-container input{
display: none;
}
.ac-container article{
  background: rgba(255, 255, 255, 0.5);
  margin-top: -1px;
  overflow: hidden;
  height: 0px;
  position: relative;
  z-index: 10;
  border-radius: 0 0 8px 8px;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article li {
    font-style: italic;
    color: #000;
    line-height: 13px;
    font-size: 12px;
    padding: 5px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.ac-container input:checked ~ article{
  background: rgba(255, 255, 255, 0.5);
  margin-top: -1px;
  overflow: hidden;
  height: 0px;
  position: relative;
  z-index: 10;
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
    height: 70px;
}
.ac-container input:checked ~ article.ac-medium{
    height: 110px;
}
.ac-container input:checked ~ article.ac-large{
    height: 180px;
}

.box3 {
  width: 230px;
  margin: 10px 10px 5px auto;
  padding-left:10px;
}

.regEvent {
  background: green;
  color: #ffffff;
  border-radius: 8px;
  padding: 10px;
  font-weight: bold;
  text-indent: 20px;
}


.box2 {
  width: 220px;
  margin: 10px 10px 5px auto;
  background: #f2f2f2;
  border-radius: 10px;
  padding:10px;
}

/*FORM SECTION*/

#quickContact label {
    display:block;
    margin-top: 10px;
    letter-spacing:2px;
}

#quickContact {
    display:block;
    margin:0 auto;
    width: 210px;
}

#quickContact form {
    margin:0 auto;
    width: 210px;
}

/* Style the text boxes */
#quickContact input, #quickContact textarea {
  width: 190px;
  height: 25px;
  background: #fff;
  border:1px solid #dedede;
  padding: 5px;
  margin-top: 10px;
  font-size:0.9em;
  color:#3a3a3a;
  border-radius:5px;
  display: block;
}

#quickContact textarea {
  height: 60px;
  background: #fff;
}

#quickContact input:focus, #quickContact textarea:focus {
    border:1px solid #97d6eb;
}

#quickContact input[type=submit] {
    width: 80px;
    height: 30px;
    background: green;
    /*border: 1px solid black;*/
    margin-top: 10px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

#contactUS {
  background-color: #f2f2f2;
  width: 100%;
  margin: 20px auto 10px auto;
}

#contactUS h2 {
  text-align: center;
  padding-top: 20px;
  margin-bottom: -10px;
}

#contactUS form {
  width: 90%;
  margin: 20px auto 20px auto;
}

#contactUS label {
  margin-top: 10px;
  float: left;
  text-align: right;
  margin-right: 10px;
  width: 90px;
  padding: 5px;
  font-size: 1em;
}

#contactUS input {
  margin-top: 10px;
  padding: 5px;
  width: 300px;
  height: 25px;
  margin-bottom: 10px;
  border: 1px solid #c9cbcc;
  border-radius: 5px;
}
#contactUS textarea {
  margin-top: 10px;
  padding: 5px;
  width: 300px;
  margin-bottom: 10px;
  border: 1px solid #dedede;
  border-radius: 5px;
}
#contactUS textarea {
  height: 80px;
}
#contactUS input:focus, #contactUS textarea:focus {
  border: 2px solid #97d6eb;
}
#contactUS input[type=submit] {
  width: 120px;
  margin-left: 300px;
  height: 40px;
  cursor: pointer;
  margin-bottom: 20px;
  border-radius: 5px;
  background: green;
  font-weight: bold;
  color: #fff;
}
#contactUS input[type=submit]:focus {
 border: none;
}

.examVid {
  width: 440px;
  padding:10px;
  margin: 5px auto 5px auto;
}

#regExam {
  background-color: #f2f2f2;
  width: 100%;
  margin: 20px auto 10px auto;
}

#regExam h3 {
  text-align: center;  
  margin-bottom: -10px; 
  padding-top: 10px;
}

#regExam form {
  padding-top: 10px;
  width: 90%;
  margin: 5px auto 5px auto;
}

#regExam label {
  margin-top: 10px;
  float: left;
  text-align: right;
  margin-right: 5px;
  width: 90px;
  padding: 5px;
  font-size: 1em;
}
  
#regExam input {
  margin-top: 10px;
  padding: 5px;
  width: 280px;
  height: 25px;
  margin-bottom: 10px;
  border: 1px solid #dedede;
  border-radius: 5px; 
}

#regExam textarea {
  margin-top: 10px;
  padding: 5px;
  width: 280px;
  height: 80px;
  margin-bottom: 10px;
  border: 1px solid #dedede;
  border-radius: 5px;
}

#regExam input:focus, #regExam textarea:focus {
  border: 1px solid #97d6eb;
  border-radius: 5px;
}

#regExam input[type=submit] {
  width: 120px;
  margin-left: 280px;
  height: 40px;
  cursor: pointer;
  margin-bottom: 20px;
  border-radius: 5px;
  background: green;
  color: white;
  font-weight: bold;
}

#regExam input[type=submit]:focus {
  border: none;
}

.pageImage {
  width: 100%;
  height: 250px;
  margin: 0;
  padding: 0;
  /*background: #c6e1ec;*/
}
 .pageList li {
  list-style: none;
  text-indent: 20px;
  margin-bottom: 10px;
  font-style: italic;
 }
 .contactPage {
    text-align: left;
    margin-top: 20px;
 }


/*Freebies Page */
.signUp {
	width: 460px;
	padding: 10px;
	background: #D0D2D7;
	margin-top: 30px;
	margin-bottom: 10px;

}

.signUpForm {
	width: 440px;
	padding: 10px;
	/*float: left;*/
}

.signUpForm input {
	width: 170px;
	height: 25px;
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 30px;
}

.signUpForm textarea {
	width: 405px;
	height: 100px;

}

.signUpForm input[type=submit] {
	height: 40px;
	width: 100px;
	padding: 5px;
	text-transform: uppercase;
	background: green;
	border-radius: 8px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 160px;
	cursor: pointer;
}

.signUp h3 {
	text-align: center;
	color: blue;
	padding-top: 10px;
}

#schedule {
	width: 100%;
	text-align: center;
}

#schedule table { 
	border-collapse: collapse;
	font-family: Futura, Arial, sans-serif; 
	border: 1px solid #777;
}

#schedule caption {
	font-size: larger; 
	margin: 1em auto; 
}

th, td { 
	padding: .65em; 
}

#schedule th, thead {
	background: #000; 
	color: #fff; 
	border: 1px solid #000; 
}

#schedule tr:nth-child(odd) {
	background: #ccc; 
}

#schedule tr:nth-child(even) {
	background: #f2f2f2; 
}

#schedule tr:hover {
	background: #aaa; 
}

/*#schedule td {
	border-right: 1px solid #777; 
}*/


#footer {
  clear: both;
  width: 900px;
  padding: 20px;
  background: #f2f2f2;
}