@charset "UTF-8";

ul#navigation li {
  list-style-type: none;
  display: block;
  width: 7.5em;
  float: left;
  text-align: center;
  font-family: "Lucida Grande", sans-serif;
  height: 2.5em;
  border-right: 1px #818181 solid;
  -webkit-box-shadow: 1px 1px 1px #bbb;
  box-shadow: 1px 1px 1px #bbb;
  background-color: #d9d9d9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#848484), color-stop(0.6, #a1a1a1));
  -webkit-transition: all 0.5s;

}

ul#navigation li a {
  display: block;
  padding: .8em .5em .5em .5em;
  text-decoration: none;
  display: block;
  color: #292929;
  text-shadow: 1px 1px 0px #cccccc;

}

ul#navigation li:first-child {
  -webkit-border-top-left-radius: .5em;
  -moz-border-radius-topleft: .5em;
  border-top-left-radius: .5em;
  -webkit-border-bottom-left-radius: .5em;
  -moz-border-radius-bottomleft: .5em;
  border-bottom-left-radius: .5em;
}


#navigation li:hover {
  background-color: #333333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#4c4c4c), color-stop(0.6, #474747));

   }

#navigation li:hover a {
  color: #e8e8e8;
  text-shadow: 1px 1px 0px #353535;
}

tr {
  background-color #fff
  }
tr:hover {
  background-color #a1a1a1
  }

tr {
  background-color #fff;
  -webkit-transition: background-color .5s
  }

#search{

  list-style-type: none;
  display: block;
  width: 16em;
  float: left;
  text-align: center;
  height: 2.5em;
  -webkit-box-shadow: 1px 1px 1px #bbb;
  box-shadow: 1px 1px 1px #bbb;

  background-color: #d9d9d9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#848484), color-stop(0.6, #a1a1a1));

  -webkit-transition: all 0.5s;

}

#search:last-child {
  -webkit-border-top-right-radius: .5em;
  -moz-border-radius-topright: .5em;
  border-top-left-radius: .5em;
  -webkit-border-bottom-right-radius: .5em;
  -moz-border-radius-bottomright: .5em;
  border-bottom-right-radius: .5em;
}

#search fieldset {
  border: none;
  text-align: center;
  vertical-align:middle;
  padding-top:2%; 
}

#sentence{
  font-size:10pt;
  line-height:150%
  padding-top:20px;
  width: 900px;
}