.main{
    width:100%;
    background:url('../images/bg1.gif') repeat-x;}

.main .content{
  margin:0px auto;
  width:1000px;
  background:#ffffff;
  min-height:400px;}


.w1{
   width:100%;
}

.w2{
 width:460px;
}

ul.subnav{margin:15px 0px 15px 15px;padding:0px;}
ul.subnav li{
   width:45%;
   margin-bottom:20px;
   height:100px;
   border-bottom:1px solid #cccccc;
   float:left;
   margin-left:10px;
}

ul.subnav li .img{
   float:left;
   width:190px;
   height:100px;
   overflow:hidden;
}

ul.subnav li .img img{
   width:180px;
   height:100px;
}

ul.subnav li .img .test_cover { 
width: 20px; 
height: 20px; 
border: 200px solid rgba(0, 0, 0, .35); 
border-radius: 50%; 
position: absolute; 
left: -115px; 
top: -165px; 
} 
ul.subnav li .img .test_cover:hover { 
width: 190px; 
height: 90px; 
left: -170px; 
top: -165px; 
} 
ul.subnav li .title a{
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #015b86;
    }

ul.subnav li .text{
  font-size:14px;
  color:#015b86;
  line-height:20px;
  font-family:'Tahoma';
  float:right;
  width:310px;
  text-align:left;
}

.mylocation{
 width:1000px;
 margin:0px auto;
}

.overview{
  margin:15px;
  width:430px;
  height:560px;
}

.overview .img{
  width:430px;
  height:360px;
  overflow:hidden;
}

.overview .text{
   background:#2871b7;
   height:200px;
   color:#ffffff;
}

.overview .text a{color:#ffffff;}
.overview .text a:hover{text-decoration:underline;}

.overview .text h3{
  margin:5px;
  color:#ffffff;
  font-size:16px;
  font-family:'Impact';
  line-height:24px;
}

.overview .text p{
 margin:5px;
}

.trans { 
-webkit-transition: 0.3s ease; 
-moz-transition: 0.3s ease; 
-ms-transition: 0.3s ease; 
-o-transition: 0.3s ease; 
transition: 0.3s ease; 
}