/* Cascading Stylesheet for the Board of Education (BE) */ 

#book {
  text-align:center; 
}
#menu{
  margin: 0 auto;
  position:relative;
  background-position:center;
  background-position:top;
  background-repeat:no-repeat;
}
.box a{
  position: absolute;
  text-decoration: none;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  line-height:18px;
  padding:5px;
  background-image: url(/re/cc/tl/images/box-gold.jpg);
  background-repeat:no-repeat;
  color:#000000;
  border:#CC6600 inset 1px;
  cursor:default;

/* Rounded Corners */
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
   border-radius: 15px;

/* Drop Shadow */
-moz-box-shadow: 3px 3px 4px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
   box-shadow: 3px 3px 4px #000;
  }
.boxhover a:hover{
  background-image: url(/re/cc/tl/images/box-blue.jpg);
  background-repeat:no-repeat;
  color:#000099;
  border: #000099 inset 1px;
  border-bottom-width:medium;
  cursor:hand; cursor:pointer;
  }

.box i{position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

/* End Stylesheet */
