* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Georgia, Serif;
  font-size: 12pt;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-size: xx-large;
}
h2 {
  font-size: x-large;
}
h3 {
  font-size: large;
}
h4 {
  font-size: medium;
}
h5 {
  font-size: small;
}
h6 {
  font-size: xx-small;
}
h1,h2,h3,h4,h5,h6, form {
  display: inline;
}
img {
  border: none;
}
input, textarea {
  background-color: #EEE;
  border-color: #999 #CCC #CCC #999;
  border-width: 1px;
  font-family: arial;
  font-size: 10pt;
  height: 1.4em;
}
.spacer {
  clear: both;
}
.bold {
  font-weight: bold;
}
#main {
  margin: 10px auto;
  width: 800px;
}
#header {
  text-align: center;
}
#header_street {
  font-size: 32pt;
}
#header_place {
  font-size: 18pt;
}
#navigation {
  background-color: #EEE;
  border: 1px solid #AAA;
  height: 24px;
  margin: 10px 0;
  width: 100%;
}
#navigation ul {
  margin-top: .1em;
  text-align: center;
}
#navigation ul li {
  display: inline;
  font-weight: bold;
  margin: 0 1em;
}
#navigation ul li a {
  color: #339;
}
#navigation ul li a:hover {
  color: rgb(255, 0, 0);
}
#left_pane {
  float: left;
  margin-left: 5px;
  margin-top: 5px;
  width: 385px;
}
#left_pane p#intro_text {
  font-size: 1.1em;
  font-style: italic;
  line-height: 1.4em;
}
#left_pane ul {
  list-style-position: inside;
}
#left_pane ul li {
  padding: .2em 0 .2em 1em;
  text-indent: -1em;
}
#right_pane {
  float: right;
  margin-right: 5px;
  margin-top: 10px;
  text-align: center;
  width: 385px;
}
#right_pane #price {
  font-weight: bold;
}
#right_pane #price_text {
  font-size: 1.2em;
  padding: 5px;
}
#agent_banner {
  text-align: center;
  vertical-align: middle;
}
#agent_banner #primary_photo {
  float: left;
}
#agent_banner #primary_info {
  float: left;
  font-size: .9em;
  padding-left: .5em;
  text-align: left;
}
#agent_banner #secondary_photo {
  float: right;
}
#agent_banner #secondary_info {
  float: right;
  font-size: .9em;
  padding-right: .5em;
  text-align: right;
}
#agent_banner .agent_name {
  font-size: 1.1em;
  font-weight: bold;
}
#agent_banner #agent_company_logo {
  float: right;
  margin-top: .2em;
}
#footer {
  font-size: .7em;
  font-style: italic;
  margin: .2em auto 0px auto;
  text-align: center;
}
#detail_block {
  margin-left: 1%;
  width: 98%;
}
#detail_block p {
  line-height: 1.4em;
  text-align: justify;
}
#detail_block table {
  font-size: .7em;
  width: 48%;
}
#detail_block table th {
  font-weight: bold;
  padding-right: 5px;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}
#toenail {
  float: left;
  margin-left: 5px;
  margin-top: 5px;
  position: relative;
  width: 385px;
}
#toenail #control_previous {
  height: 1em;
  left: 0px;
  position: absolute;
  text-align: right;
  top: 0px;
  width: 93px;
}
#toenail #control_previous span {
  color: rgb(128, 128, 128);
}
#toenail #control_previous a, #toenail #control_next a {
  color: blue;
}
#toenail #control_text {
  height: 1em;
  left: 100px;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 185px;
}
#toenail #control_next {
  height: 1em;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 92px;
}
#toenail #pic_and_desc {
  left: 0px;
  margin: 0px auto;
  position: absolute;
  text-align: center;
  top: 1.5em;
  width: 100%;
}
#toenail #pic_and_desc #toepic {
  height: 265px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}
#toenail #pic_and_desc #toedesc {
  left: 28px;
  position: absolute;
  top: 274px;
  width: 330px;
}
#toenail #pic_and_desc #toedesc span#title {
  font-style: italic;
  font-weight: bold;
}
#thumbnail {
  float: right;
  margin-right: 5px;
  margin-top: 5px;
  position: relative;
  width: 385px;
}
#thumbnail p {
  font-style: italic;
  margin-bottom: .5em;
  margin-left: 1em;
}
#thumbnail #thumbview {
  height: 300px;
  overflow: auto;
}
#thumbview div {
  border: 2px solid white;
  float: left;
  margin: 0px 4px 0 0;
}
#thumbview a {
  color: black;
  display: table-cell;
  font-size: .7em;
  height: 125px;
  text-align: center;
  vertical-align: middle;
  width: 115px;
}
#thumbview a:hover {
  text-decoration: none;
}
#thumbview img {
  margin-bottom: 2px;
  vertical-align: middle;
}
#directions {
  line-height: 1.4em;
  margin-left: 10px;
  margin-top: .5em;
  text-align: justify;
  width: 780px;
}
#map {
  border: 1px solid black;
  height: 375px;
  margin: 0px auto;
  text-align: center;
  width: 600px;
}
div#contact_info {
  float: left;
  font-size: 1.2em;
  margin-left: 3%;
  margin-top: .25em;
  text-align: left;
  width: 35%;
}
div#contact_info p#office_address {
  font-size: .8em;
}
table.contact {
  border-collapse: separate;
  font-size: .8em;
  margin-top: .5em;
}
table#contact_table th {
  color: #900;
  font-size: 14px;
  font-style: italic;
  padding: .3em .3em .3em 0;
  text-align: right;
  vertical-align: middle;
}
