.overlaybox{
  position: relative;
  width : 150px;
  float: left;
  margin-right: 10px;

}
.overlay{
  position: absolute ;
  top: 0;
  left: 0px;
}



.bus_cardtable{
  border-collapse: collapse;
  border-spacing: 0 ;
  margin-bottom: 15px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.toplefttable{
  width: 15px;
  height: 15px;
  background-image: url(b_images/topleft.gif);
  background-repeat: no-repeat;
}
.topmiddletable{
  background-image: url(b_images/top.gif);
  background-repeat: repeat-x;
}
.toprighttable{
  width: 15px;
  background-image: url(b_images/topright.gif);
  background-repeat: no-repeat;
}
.bottomlefttable{
  height: 15px;
  background-image: url(b_images/bottomleft.gif);
  background-repeat: no-repeat;
}
.bottommiddletable{
  background-image: url(b_images/bottom.gif);
  background-repeat: repeat-x ;
}
.bottomrighttable{
  background-image: url(b_images/bottomright.gif);
  background-repeat: no-repeat;
}

.lefttable{
  background-image:  url(b_images/left.gif);
  background-repeat:  repeat-y  ;
}
.righttable{
  background-image: url(b_images/right.gif);
  background-repeat: repeat-y;
}




.bus_card {
    display: block;
	height: 100%;
    width: 100%;
	text-decoration: none;
	color: black;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	border : 0;
    margin: 0;
    padding: 0;
	font-weight: normal;
	background-color: #e3e0ea;
position : relative ;

}

.bus_card img{
	border : 0;
    margin-top: 25px;
}
.bus_card td{
	width : 8000px;
}
.bus_card_title{
	font-weight : bold;
	text-align : center;
	font-size : 1.2em;
	color: rgb(102, 51, 153);
}
.bus_card_title a{
	color : black;
	font-size : 0.8em;
    text-decoration: none;
}
.bus_card_red:hover a{
    color : red;
}
.bus_card_email{
	text-align: right;
}

.bus_card:hover{
	background-color: #f5f5f5;
}
.bus_links{
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.bus_link{
    border : 0;
    float: left;
    margin-left: 0px;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
    width: 180px;
   }
.bus_link .overlaybox{
  margin-left: 15px;
}
.bus_link:hover a{
    color : red;
}

.lefttop{
     width : 15px;
     background-image: url(b_images/topleft.gif);
     background-repeat: no-repeat;
     font-size: 0;
     height: 15px;
     float: left;
}
.middletop{
      width: 150px;
      background-image: url(b_images/top.gif);
     height: 15px;
     font-size: 0;
     float: left;

}
.righttop{
     width : 15px;
     background-repeat: no-repeat;
     height: 15px;
     font-size: 0;
     background-image: url(b_images/topright.gif);
     float: left;
}

.middle{
     background-color: #e3e0ea;
     background-image: url(b_images/middle.gif);
     text-align: center;
     font-size: 15px;
     font-weight: bold;
     width: 180px;
     float: left;
     clear: both;;
}
.middle:hover{
  background-image: url(b_images/middlehover.gif);
}


.middle img{
    width : 150px;
	height : 122px;
    border: 0;
    margin: 0;
    padding: 0;
}

.leftbottom{
     width : 15px;
     background-image: url(b_images/bottomleft.gif);
     background-repeat: no-repeat;
     height: 15px;
     font-size: 0;
     float: left;
     clear: both ;
}
.middlebottom{
      background-image: url(b_images/bottom.gif);
      background-repeat: repeat-x;
      width: 150px;
      height: 15px;
      float: left;
    }
.rightbottom{
     width : 15px;
     background-image: url(b_images/bottomright.gif);
     background-repeat: no-repeat;
     height: 15px;
     font-size: 0;
     float: left;
 }
.header{
    background-image: url(wmabannerbg.gif);
}

.header2{
    background-image: url(swirlblue.gif);
}

