#latest-news {
  padding: 30px 0px 0px 0px;
  background: #dae2e4 url(/images/latest-news.gif) top no-repeat;
  margin-top: 1px;
}
#latest-news ul {
  padding: 0px 0px 10px 10px;
  margin: 0px;
  list-style: none;
}
#latest-news li {
  padding: 7px 0px 7px 0px;
  margin-right: 5px;
  background: url(/images/red-dot.gif) bottom repeat-x;
}
#latest-news li a {
  color: #4f4f4f;
  text-decoration: none;
  font-weight: bold;
}
#latest-news li a:hover {
  text-decoration: underline;
}
#latest-news #latest-news-footer {
  border: 6px solid #dae2e4;
  background-color: #fff;
  color: #4f4f4f;
  font-size: 0.9em;
  font-weight: bold;
  padding: 2px;
}
#latest-news #latest-news-footer a{
  color: #f00;
}

#middle-pane {
  padding: 0px 0px 0px 10px;
  width: 430px;
  w\idth: 420px;
}

#intro-text img {
  display: block;
}
#intro-text p {
  font-family: "Trebuchet MS", serif;
  padding-left: 5px;
  padding-right: 5px;
}

* html #info-list {
  height: 1%;
}
#info-list ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#info-list li {
  float: left;
  padding-right: 5px;
}
#info-list li.last {
  padding-right: 0px;
}

#job-search-tool {
  width: 207px;
  w\idth: 189px;
  border: 1px solid #bfc9cc;
  float: left;
  margin-right: 6px;
  padding: 10px 8px 8px 8px;
  background: url(/images/grad_bg.gif) repeat-x;
}

#vocational-search-tool {
  width: 207px;
  w\idth: 189px;
  border: 1px solid #bfc9cc;
  float: left;
  padding: 10px 8px 8px 8px;
  background: url(/images/grad_bg.gif) repeat-x;
}

#job-search-tool form {
  padding-top: 7px;
  padding-bottom: 5px;
}

#job-search-tool select {
  font-size: 0.8em;
  width: 143px;
  vertical-align: top;
  margin-bottom: 6px;
}

#vocational-search-tool form {
  padding-top: 7px;
  padding-bottom: 5px;
}

#vocational-search-tool select {
  font-size: 0.8em;
  vertical-align: top;
  width: 143px;
  margin-bottom: 6px;
}

#hot-jobs {
  padding-top: 32px;
  background: url(/images/hot-jobs.gif) top left no-repeat;
  color: #3f5c63;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
}
#hot-jobs img {
  display: block;
}
#hot-jobs-list {
  border-left: 1px solid #bfc9cc;
}
#hot-jobs-list ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding: 0px 1px 0px 10px;
}
#hot-jobs-list li {
  font-weight: bold;
  line-height: 1.5em;
  width: 150px;
  padding: 2px 5px 2px 1px;
  border-bottom: 1px solid #7c959a;
}
#hot-jobs-list li.last {
  border: 0px;
  padding-bottom: 5px;
}
#hot-jobs-list li div {
  color: #f00;
}
#hot-jobs-list li a {
  color: #7c959a;
  font-size: 0.9em;
  text-decoration: none;
}
#hot-jobs-list li a:hover {
  text-decoration: underline;
}

