/* CSS Document */

BODY {
   margin:0;
   background: #fbff91;
}

.main {
   margin-top: 0;
}

.header {
   background: #000000 url("images/header.jpg") no-repeat;
   width: 1000px;
   height: 134px;
}
.left {
   background: #e8d749;
   width: 190px;
   height: 450px;
}
.right {
   width: 810px;
   height: 450px;
   vertical-align: top;
}
.shadow_left {
  background: url("img/shadow.jpg");
  height: 450px;
  width: 5px;
}
.keypad {
   vertical-align: bottom;
   text-indent: 12px;
}
.data_header {
   background: #40637a;
   width: 700;
}
.data_header_text {
   font-size: 11px;
   font-family: arial;
   color: #FFFFFF;
   text-indent: 3px;
}
/* -------------------SEARCH FORM---------------------------------------------- */


/* -------------------DATA---------------------------------------------- */
.databox {
  float:left;
  border:solid 1px silver;
  padding:5px;
  margin-right:10px;
}
.data_title {
   font-weight: bold;
   font-size: 18px;
   font-family: arial;
   color: #40637a;
   text-indent: 3px;
}
.data_info {
   float: left;
   font-size: 14px;
   font-family: arial;
   color: #000000;
   text-indent: 3px;
}
.data_right_info {
   float: right;
   font-size: 11px;
   font-family: arial;
   color: #000000;
   text-indent: 3px;
}
.data_email {
   font-size: 14px;
   font-family: arial;
   color: #910000;
   text-decoration: none;
}
.data_website_bttn {
  background: #FFFFFF;
  width: 90px;
  border:solid 1px #40637a;
  padding:2px;
  text-align: center;
}
.data_map_bttn {
  background: #FFFFFF;
  width: 75px;
  border:solid 1px #40637a;
  padding:2px;
  text-align: center;
}
.data_dins_bttn {
  background: #FFFFFF;
  width: 145px;
  border:solid 1px #40637a;
  padding:2px;
  text-align: center;
}
.data_website {
   text-indent: 1px;
   font-weight: bold;
   font-size: 11px;
   font-family: arial;
   color: #40637a;
   text-decoration: none;
}