.left_column {
  float: left;
  width: 347px;
  margin-right: 15px;
}

.right_column {
  float: left;
  width: 347px;
}

.content h1 .note,
.content h2 .note,
.content h3 .note {
  font-size: 14px;
}

.content .notyet {
  color: #999;
}
.content .notyet a {
  color: #999;
}

/* left sidebar menu */

.left_sidebar ul.link_blocks {
}

.left_sidebar ul.link_blocks li.block { /* ie 6.0 */
  padding-top: 1px;
}

.left_sidebar ul.link_blocks div.title {
  font-size: 18px;
  font-family: Trebuchet MS, Georgia, Arial, sans-serif;
  margin-bottom: 15px;
  color: #666;
}

.left_sidebar ul.link_blocks ul {
  margin-bottom: 15px;
}

.left_sidebar ul.link_blocks li.link {
  line-height: 140%;
}

.site_header a,
.left_sidebar ul.link_blocks li.link a {
  text-decoration: none;
  color: #666;
}

.site_header a:hover,
.left_sidebar ul.link_blocks li.link a:hover {
  text-decoration: underline;
  color: #d45500;
}

.left_sidebar ul.link_blocks li.link a.active {
  font-weight: bold;
  color: #d45500;
  text-decoration: none;
}

/* news box on the homepage */

.news dt {
  margin-top: 10px;
}

.news dl {
  margin-bottom: 0;
}

span.controls .feed img {
  font-size: 14px;
  padding: 0;
  vertical-align: middle;
}

/* service boxes on the home page */

.service {
  border: 1px solid #ddd;
  background: #f6f6f6;
  text-align: left;
  padding: 10px;
  padding-bottom: 0;
  margin-bottom: 15px;
}

.content .service h3 {
  font-style: normal;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

/* search results */

.content ul.search_results {
  margin: 0;
  padding: 0;
}

.content ul.search_results li {
  list-style-image: none;
  list-style-type: none;
  margin: 13px 0;
  padding: 0;
}

.content ul.search_results li div {
  text-align: left;
  line-height: normal;
}

.content ul.search_results li div p {
  display: inline;
}

.content ul.search_results li div span.more {
  color: #666;
}

.content ul.search_results li h2 {
  font-family: arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #00c;
  margin: 0;
  text-decoration: underline;
}

.content ul.search_results li h2 a {
  color: inherit;
}

.content ul.search_results li cite.link {
  color: green;
  font-style: normal;
}

/* misc content stuff */

.content a.contactme {
  display: block;
  width: 250px;
  margin: 12px auto;
  background: #d45500;
  border: 1px solid #ddd;
  padding: 20px;
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
}

.content a.contactme:hover {
  background: #f6f6f6;
  color: #d45500;
}

.content li.plus {
  list-style-image: url('li-plus.gif');
}

.content li.minus {
  list-style-image: url('li-minus.gif');
}

.content .news_cats .name {
  font-weight: bold;
  width: 180px;
}
