html, body {
  font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: lighter;
  margin: 0;
  padding: 0;
  height: 100%; }

h1, h2, h3 {
  margin: 5px 0; }

h1 {
  font-size: 26px; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 16px; }

p {
  margin: 5px 0; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

b {
  font-weight: bold; }

.clear {
  clear: both;
  margin: 0;
  padding: 0; }

table#main {
  background-color: white;
  height: 100%; }
  table#main td.shadow {
    vertical-align: top; }
  table#main td.left {
    background: url(/images/shadow_left_bg.gif); }
  table#main td.right {
    background: url(/images/shadow_right_bg.gif); }

table#header {
  width: 100%; }
  table#header td.info {
    text-align: right;
    font-size: 14px;
    vertical-align: top; }
    table#header td.info span.phone {
      font-size: 16px; }

ul#nav {
  width: 746px;
  height: 25px;
  padding: 9px 0 0 15px;
  margin: 9px 0 13px 0;
  font-size: 12px; }
  ul#nav li {
    list-style-type: none;
    display: inline; }
  ul#nav li a {
    margin: 0 10px;
    text-decoration: none; }
    ul#nav li a:hover {
      text-decoration: underline; }

#header_image {
  padding-bottom: 5px; }
  #header_image #header_image_tag {
    margin-bottom: 3px; }
  #header_image #header_image_credit {
    float: right;
    font-size: 11px;
    padding: 0 5px; }

#body {
  width: 760px;
  height: 100%;
  padding: 20px;
  vertical-align: top; }

.pagination {
  text-align: center; }

#footer {
  height: 1px;
  padding: 0 20px 20px 20px; }
  #footer table {
    width: 100%;
    font-size: 10px; }
    #footer table td.logos {
      width: 150px;
      text-align: right; }
      #footer table td.logos a {
        padding: 0 5px; }

#footer_separator {
  margin: 20px 0; }

#location_content {
  padding-bottom: 20px; }

.news_box {
  float: left;
  width: 236px;
  min-height: 110px;
  height: auto !important;
  height: 110px;
  margin: 3px 0 20px 22px; }
  .news_box .header {
    color: white;
    font-size: 15px;
    padding: 5px;
    margin: 0; }
  .news_box .feed_item {
    padding: 0 5px; }
    .news_box .feed_item .title {
      font-size: 16px;
      padding: 5px 0; }
    .news_box .feed_item .description {
      font-size: 12px; }

.first {
  margin-left: 0; }

.time {
  font-size: 11px;
  font-style: italic; }

#news_list {
  line-height: 15px; }
  #news_list li {
    padding: 4px 0; }

#page, #location_content {
  font-size: 12px;
  line-height: 20px; }
  #page .title,   #location_content .title {
    margin-bottom: 15px;
    font-size: 24px; }
  #page .sub_title,   #location_content .sub_title {
    font-size: 18px; }

#page .col {
  padding: 15px;
  min-height: 300px;
  height: auto !important;
  height: 300px;
  border: 1px solid black; }
#page #side_column {
  float: left;
  width: 205px; }
#page #main_column {
  float: right;
  width: 466px;
  margin-left: 25px; }

#headline_content p {
  margin: 10px 0; }
