body { background: #fff url("../images/header-background.png") top left repeat-x; margin: 0; padding: 0; font-family: Arial, Sans-serif; font-size: 16px; }
#header { width: 780px; margin: 0 auto; padding-top: 15px; text-align: center; height: 125px; position: relative; }
#header_logo { margin-right: 40px; }
#header_phone { position: absolute; right: 0; bottom: 0; }
#menu { position: absolute; left: 0; bottom: 0; margin: 0; padding: 0; }
#menu li { float: left; list-style: none; background: #ccc url("../images/menu-tab-left.png") top left no-repeat; margin-right: 3px; }
#menu li a { display: block; padding: 5px 10px; color: #333; text-decoration: none; background: transparent url("../images/menu-tab-right.png") top right no-repeat;  }
#menu li.selected { background-color: #fff; background-image: url("../images/menu-tab-selected-left.png"); }
#menu li.selected a { background-image: url("../images/menu-tab-selected-right.png"); }
#content { width: 780px; margin: 20px auto; color: #333; color: #000; }
#content h1 { font-family: Georgia, Serif; color: #000; font-size: 24px; font-weight: normal; }
#content .right_image { float: right; margin-left: 20px; margin-bottom: 20px; }
#content p { line-height: 150%; }
.note { font-size: 90%; color: #555; }
.quote { color: #555; margin-left: 3em; }
#footer { clear: both; text-align: center; color: #888; font-size: 90%; margin: 20px 0; }
#footer p { margin: 0; }
#footer a { color: #888; text-decoration: none; }


#tlcForm {
width: 100%;
margin-top: 20px;
}

#tlcForm fieldset {
  display: block;
  border: 0;
  margin: 10px 0;
  padding: 5px 20px;
}

#tlcForm legend {
  font-size: 120%;
  font-weight: bold;
  color: #333;
}

#tlcForm fieldset label {
  display: block;
  width: 200px;
}

#tlcForm p {
  padding: .5em 1em;
  margin: 0;
}

#tlcForm .even_field {
  float: left;
  clear: both;
}

#tlcForm .odd_field {
  float: left;
}

#tlcForm fieldset input, select {
  width: 15em;
}

#dobm, #dobd {
  width: 2em !important;
}

#doby {
  width: 3.5em !important;
}

#tlcForm fieldset textarea {
  width: 32em;
  height: 10em;
}


