﻿

    /*-------Agency page--------*/

.div-gmap
{
padding: 5px;
width:180px;
height:auto;
background-color: #dad9d7;
overflow:hidden;	
text-align:center;    
}
     
.div-gmap img
{
width:180px;
height:130px;
border:solid 1px white;
margin-left:auto;
margin-right:auto;
}
     
.div-gmap p
{
text-align: center;
margin: 0px;
font-family: "yekan" , "Mykodak", "Tahoma" ;
font-size:13px;
}
.div-gmap a:first-of-type
{
overflow:hidden;
width:180px;
height:130px;
}

.div-gmap a:last-of-type {
    display:block;
    width:100px;
    margin-right:auto;
    margin-left:auto;
    height:23px;
    padding-top:1px;
    background-color:#073187;
    color:white;
    font-family: "yekan" , "Mykodak", "Tahoma" ;
    border-radius:3px;
    margin-top:5px;
    padding-bottom:5px;
 }

 .div-gmap a:last-of-type:hover {
    background-color:#1953ca;
  }

.div-gmap:hover{
background-color:#1394d4;
color:white;
}

#myselectgroup
{
font-family: "yekan" , "Mykodak", "Tahoma" ;
font-size:13px;
color:#073187;
width:150px;
height:28px;
}
       

#div-map {
border: 3px solid #B9B9B9;
padding: 1px;
margin-left: 5px;
color: #2f2e2e;
font-size: 15px;
height: 400px;
direction: ltr;
border-radius: 5px;
}

.tblagancy td {
    text-align:center;
    border:solid 1px #C0C0C0;
}

/*--------subagency-------------------*/

#div-subagency span {
    color:#063491;
    padding-left:8px;
}
#div-subagency > img {
    max-width: 300px;
    float: left;
    padding:5px;
    border:solid 1px #808080;
    border-radius:5px;
    clear:right;
               
}

#div-subagency h4 img {
    float:right;
    margin-top:-25px!important;
    margin-left:15px;
    margin-right:-5px;
             
}
#div-subagency h4 {
    margin-top: 30px;
    background-color: #6eaaec;
    margin-bottom:50px;
    width:50%;
    border-radius:5px;
    height:30px;
}

/*-----------contact us------------*/

#div-map-us {
    border: 2px solid #C0C0C0;
    height: 300px;
    width: 99%;
    margin-right: auto;
    margin-left: auto;
}

#div-contactus-address {
    width: 480px;
    float: right;
    padding-right: 10px;
    padding-top: 30px;
    border: solid 1px #C0C0C0;
    color: #424141;
    margin-top: 20px;
    padding-bottom: 30px;
}

/*-----------pricelist-----------*/

#div-pricelist img {
     width:99%;
     margin-top:15px;
}
#div-pricelist a {
    display:block;
    width:150px;
    height:30px;
    color:#073187;
    margin-right:15px;
}
    #div-pricelist p {
    padding-right:10px;
    margin-top:10px;
    margin-bottom:10px;
    color:#063491;
    /*text-shadow: 1px 1px #808080;*/
    font-size:16px;
    border-right:solid 5px #808080;
}

#div-pricelist-nav {

    position:fixed;
    left:-5px;
    z-index:10000;
    height:140px;
    width:140px;
}
#div-pricelist-nav a {
    position:relative;
    display:block;
    width:140px;
    height:32px;
    text-align:right;
    text-decoration:none;
    border-radius:5px;
    border:solid 1px #2359bd;
    margin-top:8px;
    background-color:#e8e6e6;
    left:-90px;
    font-size:12px;
    padding-top:5px;
    -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}

#div-pricelist-nav a span {
    display:block;
    width:50px;
    height:32px;
    float:right;
    margin-left:5px;
    border-radius:5px;
    margin-top:-5px;
    text-align:center;vertical-align:central;
    background-color:#061b57;
    color:white;
    padding-top:5px;
         

}
#div-pricelist-nav a:hover {
    /*margin-top:250px;*/
    background-color:#2359bd;
    color:white;
    left:5px;
       
}
