*{
  font-size: 1.0em;
}

body{
  padding: 10px 0;
  margin: 0 0;
  font-family: Arial;
  font-size: 86%;
}

a{
  color: red;
}

a:visited{
  color: red;
}

a:active{
  color: black;
}

img{
  border: 0px;
}

#logo-img{
  display: block;
  width: 160px;
  height: 83px;
  background: url('/images/logo.gif');
  background-repeat: repeat-none;
}

.logo-sidebar{
  height: 1px;
  width: 220px;
}

#intro-anim{
  margin: 10px 0px;
  width: 600px;
  height: 265px;
  background: url('/images/intro_anim_bg.jpg');
  background-repeat: no-repeat;
}

.nav{
  font-family: Trebuchet MS, Trebuchet, Arial;
}

table.nav{
  width: 600px;
  border-collapse: collapse;
}

.nav th{
  font-size: 1.1em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  color: white;
  background: #d50000;
  height: 30px;
  border-right: 1px solid white;
  width: 33%;
}

.nav th.alt{
  background: black;
}

.nav td{
  border-right: 1px solid #999999;
  vertical-align: top;
  width: 33%;
}

.nav td.last{
  border-right: 1px solid white;
}

.nav ul{
  font-size: 0.9em;
  list-style: none;
  font-weight: bold;
  padding-top: 0px;
  padding-left: 40px;
}

.nav li{
  margin: 13px 0px;
}

#footer{
  font-size: 0.8em;
  text-align: center; 
  margin-top: 10px; 
}

#footer .message{
  font-size: 1.2em;
  color: #d50000;
}


.hr{
 height: 1px;
 width: 100%;
}

#footer-hr{
  margin-top: 50px;
}

.nav a{
  text-decoration: none;
  color: black;
}

.nav a:visited{
  color: black;
}

.nav a:hover{
  text-decoration: none;
  color: red;
}

h1{
  font-family: Trebuchet MS, Trebuchet, Arial;
  font-size: 2.0em;
  color: #333;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: normal;  
}

#page-content{
  letter-spacing: 0.05em;
  line-height: 1.8em;
  text-align: justify;
}

table.page{
  padding-top: 10px;
  width: 600px;
}

.page td{
  vertical-align: top;
}

.page td#sidebar{
  padding-right: 20px;
}

h3{
  font-size: 1.3em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: normal;
  color: #d50000;  
}

h4{
  font-size: 1.1em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: normal;
  color: #d50000;  
}


h4 .alt{
  color: #000;  
}

#sidebar ul{
  padding-left: 0px;
  width: 150px;
}

.quote{
  margin-top: 20px;
  max-width: 150px;
  font-family: Trebuchet MS, Trebuchet, Arial;
  font-size: 1.3em;
  letter-spacing: 0.2em;
  line-height: 1.8em;
  color: #999;
}

#nav-links{
  position: absolute;
  background: white;
  border: 1px solid #999999;
  opacity: 0.9;
	filter: alpha(opacity=90);
}

#nav-links td.last{
  border-right: 1px solid #999999;
}


.show-nav-links{
  display: table;
}

.hide-nav-links{
  display: none;
}

#staff img{
  padding-right: 20px;
}

#staff .bio{
  letter-spacing: 0.05em;
  line-height: 1.8em;
  text-align: justify;
}

#footer td{
  padding-left: 20px;
  padding-right: 20px;
}

h3.alt{
  color: #333;
}

ul.faq{
  list-style: square;
}

ul.faq li
{
  padding-top: 4px;
  padding-bottom: 4px;
}

ul.faq li a{
  font-weight: bold;
  text-decoration: none;
}


.schedule th{
  background: #333;
  color: white;
  height: 30px;
  font-size: 1.1em;
  text-transform: uppercase;
}

table.schedule{
  border-collapse: collapse;
  width: 600px;
}

.schedule td{
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #999;
}

.schedule td.last{
  border-right: 1px solid white;
}

.schedule .time{
  font-size: 0.9em;
}

.schedule .class{
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 5px;
  padding-left: 5px;
}

.back{
  font-size: 0.9em;
}

small{
  font-size: 0.8em;
}

.youtube_preview{
  width: 130px;
  height: 97px;
  background: url('/images/youtube_bg.png');
  padding-bottom: 10px;
  padding-top: 43px;
  background-repeat: no-repeat;
}

.media_category{
  width: 175px;
  height: 175px;
  border: 1px #AAA solid;
  margin: 10px 10px;
  cursor: hand;
  cursor: pointer;
}

.media_category:hover{
  background-color: #ffefef;
  border: 1px #FF0000 solid;
  color: red;
}


.media_item{
  margin: 10px 10px;
  cursor: hand;
  cursor: pointer;
}

.media_item strong{
  font-weight: normal;
}

.media_category_list{
  border-bottom: 1px #CCC solid;
  border-top: 1px #CCC solid;
  padding: 10px 10px;
  font-size: 0.9em;
}

.media_category_list li{
  padding-top: 2px;
  padding-bottom: 2px;
}

.media_link{
  text-decoration: none;
}