/* -*- encoding: utf-8 -*- */

#content h1 {
  height: 26px;
  margin-left: 220px;
}

#content h2 {
  font-size: 18px;
  height: 22px;
  margin-bottom: 2px;
}

#content p,
#content ul {
  margin: 0 0 1.5em 0;
}

#content #column_right h1 {
  margin-left: 0px;
}

#content #bouncer {
  background: #fff url(/images/headline_separator.png) no-repeat left top;
  margin: 0px 0px 0px 220px;
  height: 4px;
}

#content ul {
  padding-left: 30px;
}

#content a:link, #content a:active, #content a:visited {
  color: #022384;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#content table {
  margin-bottom: 20px;
}

#content table.list {
  width: 100%;
}

#content table.list thead th {
  border-bottom: 2px solid #5D5D5D;
  padding: 2px 2px 2px 10px;
  font-weight: bold;
}

#content table.list thead th a {
  color: #000;
  padding-right: 6px;
  background: #fff url(/images/head-sort.png) no-repeat right bottom;
}

#content table.list tbody tr.odd {
  background-color: #efefef;
}

#content table.list tbody tr:hover {
  background-color: #DFDFDF;
}

#content table.list tbody td {
  border-bottom: 1px solid #DFDFDF;
  padding: 2px 2px 2px 10px;
}

#content table.list tbody td a {
  color: #000000;
  text-decoration: underline;
}

#content table td {
  vertical-align: top;
}

#content .description {
  width: 150px;
  font-weight: bold;
}

#content p {
  line-height: 150%;
  margin-bottom: 10px;
}

#googlemap {
  width: 710px;
  height: 300px;
  margin-bottom: 20px;
}

#content div#pictures {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#content div#pictures div {
  float: left;
  margin: 10px 5px;
}

#right_column #content ul {
  padding-left: 30px;
  margin-bottom: 20px;
}

#content .photobox {
  border: 1px solid grey;
  float: right;
  width: 220px;
  background-color: #EFEFEF;
  padding: 5px;
  margin-left: 10px;
}
#content .photobox span {
  font-style: italic;
  padding-top: 5px;
  display: block;
  text-align: center;
}


#content .sub33 {
  float: left;
  width: 220px;
  text-align: center;
}

#content .chooser {
  padding: 20px;
  background: #fff url(/images/contents/chooser.png) no-repeat center center;
}

#content .sub33 ul {
  text-align: left;
}


#content a.pdf {
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
  background: #fff url(/images/pdf.gif) no-repeat left center;
}