body {
  background: #666666;
}

body * {
  padding: 0;
  margin: 0;
}

div.page {
  position: relative;
  width: 765px;
  margin: -7px auto;
  color: black;
  border: 2px solid silver;
  background: white;
  padding: 0px;
}

h1 {
  margin: 0px;
  padding: 0px;
  background: url(images/banner.jpg) top left no-repeat;
  height: 125px;
}

h1 span {
  text-indent: -3000px;
  visibility: hidden;
}

div.content {
  margin: 20px 5px 5px 5px;
  padding: 15px;
  font-family: "new century schoolbook", serif;
  font-size: 1em;
  letter-spacing: 0em;
  text-align: justify;
}

p span {
  display: block;
  float: left;
  font-size: 50pt;
  height: 100%;
  top: -10px;
  margin: -10px 0px -10px 0px;
}

div.content a:hover {
  text-decoration: none;
}

div.nav {
  position: absolute;
  top: 123px;
  height: 20px;
  list-style: none;
  padding: 0;
  width: 765px;
  left: 0px;
}

div.nav ol {
  width: 765px;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

div.nav ol li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

div.nav ol li a {
  display: block;
  height: 20px;
  padding: 2px 1px 2px 1px;
  text-decoration: none;
  color: #fff;
  background: url(images/nav.jpg) left center no-repeat;
  border: 1px outset black;
  float: left;
  text-align: center;
  font-weight: bold;
  font-family: georgia;
  font-size: 100%;
}

div.nav ol li a:hover {
  color: maroon;
  background: url(images/navDown.jpg) left center no-repeat;
}

div.footer {
  background: url(images/footer.jpg) bottom left no-repeat;
  text-align: center;
  width: 765px;
  height: 50px;
  border-top: 4px double maroon;
}

div.footer p {
  padding: 15px;
  font-family: georgia;
}

div.footer a {
  color: blue;
}

div.footer a:hover {
  color: red;
  text-decoration: none;
}

p {
  padding: 7px;
}

a.vtr {
  color: #0000ff;
  text-decoration: none;
}

a.vtr:hover {
  color: red;
  text-decoration: underline;
}

p.practices {
  padding: 0;
}

div.practices ul li {

  padding: 3px;
  margin-left: 15px;
}

h3 {
  color: maroon;
}

input.button {
  background: maroon;
  color: white;
}

th {
  text-align: right;
}

div.form {
  padding: 30px;
}

div.form table tr td {
  padding: 5px;
}

p.offices {
  margin-left: 75px;
}

p.offices table tr td {
  padding: 10px;
}

p.offices table {
  width: 600px;
}

ul.attorneys {
  padding: 10px;
  margin-left: 0px;
  list-style: none;
}

ul.attorneys li a:hover {
  color: maroon;
}

ul.attorneys li a:visited {
  color: blue;
}

div.photo img {
  float: left;
  margin: 0px 15px -1px 0px;
  border: 2px solid silver;
  padding: 5px;
}

div.name {
  font-size: 2em;
}

div.mail a:visited {
  color: blue;
}

