#home_master{
  width: 92%;
  padding-left: 4%;
  padding-right: 4%;
  background-color: #8ad5f5;
}

#container{
  width: 1000px;
  height: 510px;
  margin: auto;
}

#map{
  padding-top: 35px;
  padding-left: 100px;
  position: absolute;
}

/*--------Search_Box--------*/

#search{
  position: absolute;
  height: 220px;
  width: 250px;
  background-color: #0f8a4d;
  z-index: 900;
  color: white;
  text-align: center;
  margin-top: 240px;
  padding-top: 20px;
  font-size: 14px;
  font-family: "Arial", Verdana, Tahoma;
  box-shadow: 5px 5px 10px #0a5c33;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 25px;
}

#search a{
  color: white;
  font-size: 20px;
}

.input1{
  float: left;
  width: 150px;
  height: 20px;
  margin-left: 30px;
  color: #534730;
  padding-left: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #0a5c33;
  outline: none;
  box-shadow: 3px 3px 3px #084527;
}

input[type=text]:focus{
    border-color: #88734c;
    box-shadow: 3px 3px 3px #88734c;
}

.go{
  float: left;
  height: 26px;
  margin-top: -1px;
  margin-left: 4px;
  border-style: solid;
  border-width: 2px;
  border-color: #0a5c33;
  background-color: #0a5c33;
  color: white;
  outline: none;

  display: block;
  text-align: center;
  font-family: "Arial", Verdana, Tahoma;
  display: inline-block;
  text-decoration: none;
  box-shadow: 5px 5px 5px #084527;
}

.go:hover, .go:hover, .go:hover, .go:hover{
  cursor: pointer;
}

.go:active, .go:active, .go:active, .go:active{
  box-shadow: 3px 3px 3px #052e1a;
  transform: translateY(2px);
}
