/* CSS Document */

body{background-color:#000000;
/*background-color:#ffbcbc;background-image:url(../images/bg_002.jpg);
background-repeat:repeat-y;
background-position:center;*/
padding:0px;
margin-bottom:15px;
margin-top:0px;

}

.link, .link p, .link a{color:#ff0000;
font-size:10px;
float:right;
text-decoration:none;
margin-top:0px;
margin-right:0px;
}

.copyright p{
color:#FF0000;
font-size:10px;
float:left;
text-decoration:none;
margin-top:0px;
margin-left:0px;
clear:left;
}

h2{
font-family:"Copperplate Gothic Bold", "Arial Black", Arial;
font-size:25px;
/*color:#ff0000;*/
color:#FFFFFF;
margin-left:30px;
margin-top:0px;
margin-bottom:0px;
}

h1{
font-family:"Copperplate Gothic Bold", "Arial Black", Arial;
font-size:18px;
color:#ffffff;
margin-left:30px;
}

p{margin:10px 80px 10px 50px;
padding-bottom:10px;
font-family:Arial, Helvetica, sans-serif;
line-height:160%;
font-size:14px;
color:#FFFFFF;}

a{
color:#ffffff;
text-decoration:underline;}

a img{border:0px;
margin:0px;
padding:0px;}

ul{font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin-top:0px;
padding-top:0px;
margin-bottom:0px;
padding-bottom:0px;
line-height:160%;
color:#FFFFFF;}

li{
list-style:none;
text-decoration:none;
text-indent:70px;}

#page{padding:0 auto;
margin:auto;
width:900px;
background-color:;

}
#content{
float:left;
background-color:#FF0000;
border-left: 1px solid #FF0000;
border-right: 1px solid #FF0000;}

#header h2{
float:left;
margin-left:85px;
clear:none;

}

#header{width:1000px;
height:272px;
background-color:;
float:left;
margin-left:-55px;
/*background-image:url(../flash/header_final_02.swf)
background-image:url(../images/header_006.jpg);*/
background-repeat:no-repeat;
/*border-bottom:#ffbcbc 1px solid;*/
}

#mid{width:900px;
float:none;
clear:both;
display:block;
min-height:350px;
padding:0px;
margin:0px;
float:left;}

#breakers{
height:60px;
width:900px;
float:none;
clear:both;
display:block;
background-color:#FF0000;

}

#footer{width:900px;
height:40px;
background-color:#ffffff;
float:none;
padding:0px;
margin:0px;
clear:both;
display:block;
float:left;
vertical-align:middle;
border-bottom:1px solid #FF0000;
}

#footer p, #footer a{
padding:10px 5px 5px 5px;
margin-top:0px;
color:#000000;
text-decoration:none;}

#box{width:899px;
clear:both;
border-top:#ffffff solid 1px;}
#col1{float:left; padding-left:30px;
width:490px;}
#col2{float:right;
width:350px;
padding-right:20px;}

#buttons{}

#images{width:150px;
height:100px;
float:left;
background-color:#000000;
border:#333333 solid 2px;
margin:20px;
}

#teachers{float:left;
margin:0px 30px 10px 50px;
/*width: 199px;*/
}
#map{
float:right;
clear:none;
margin:10px 50px 50px 10px;
border:1px solid #FF0000
}

#spacing{margin-left:60px;
margin-bottom:20px;
float:left;
vertical-align:middle;}



/*_____________________________________________________  container & overlay  */
#shadowbox_container, #shadowbox_overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
#shadowbox_container {
  position: fixed;
  display: block;
  visibility: hidden;
  z-index: 999;
  text-align: center; /* centers #shadowbox in quirks and IE */
}
#shadowbox_overlay {
  position: absolute;
background-image:url(overlay.png);
  background-repeat: repeat;
}

/*_______________________________________________________________  shadowbox  */
#shadowbox {
  position: relative;
  margin: 0 auto;
  text-align: left; /* reset left alignment */
}

/*____________________________________________________________________  body  */
div#shadowbox_body {
  position: relative;
  margin: 0;
  padding: 0;
  border: 1px solid #333333;
  overflow: hidden;
}
#shadowbox_body_inner {
  position: relative;
  height: 100%;
}
#shadowbox_content.html {
  height: 100%;
  overflow: auto; /* make html content scrollable */
}

/*_________________________________________________________________  loading  */
#shadowbox_loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#shadowbox_body, #shadowbox_loading {
 background-color: #060606; /* should match loading image background color */
}
#shadowbox_loading_indicator {
  float: left;
  margin: 10px 10px 0 10px;
  height: 32px;
  width: 32px;
  background-image: url(loading.gif);
  background-repeat: no-repeat;
}
#shadowbox_loading span {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 10px;
  float: left;
  margin-top: 16px;
  color:#ffffff;
}
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #ffffff;
  text-decoration: underline;
}

/*____________________________________________________________  title & info  */
#shadowbox_title, #shadowbox_info {
  position: relative;
  margin: 0; /* these must have no vertical margin or padding */
  padding: 0;
  overflow: hidden;
}
div#shadowbox_title_inner, #shadowbox_info_inner {
  position: relative;
  font-family:Arial, Helvetica, sans-serif;
  line-height: 16px;
}
#shadowbox_title {
  height: 26px;
}
div#shadowbox_title_inner {
  font-size: 16px;
  padding: 5px 0;
  color:#333333;
}
#shadowbox_info {
  height: 20px;
}
#shadowbox_info_inner {
  font-size: 12px;
}

/*_____________________________________________________________________  nav  */
#shadowbox_nav {
  float: right;
  height: 20px;
  padding: 2px 0;
  width: 10%;
  background-color:;
}
#shadowbox_nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}
#shadowbox_nav_close {
  background-image: url(icons/close.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_next {
  background-image: url(icons/next.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_previous {
  background-image: url(icons/previous.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_play {
  background-image: url(icons/play.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_pause {
  background-image: url(icons/pause.png);
  background-repeat: no-repeat;
}

/*_________________________________________________________________  counter  */
#shadowbox_counter {
  float: left;
  padding: 2px 0;
  width:60%;
  background-color:;
}
div#shadowbox_counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #333333;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
}

/*___________________________________________________________________  clear  */
div.shadowbox_clear {
  clear: both; /* clear floating counter & nav */
}

/*________________________________________________________________  messages  */
div.shadowbox_message {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.shadowbox_message a:link,
div.shadowbox_message a:visited {
  color: #333333;
  text-decoration: underline;
}