#channels {
  float: left;
  width: 620px;
  margin-top: 5px;
  padding-top: 0px;
}

#channels table tr td a{
  font-size: 9pt;
}

#channels table{
  width:100%;
  padding: 0px;
}

div.sprinkle {
  text-align:center;
  background-color: #c4d5e0;
  float: right;
  vertical-align: middle;
  height: 134px;
  width: 150px;
  padding-top: 8px;
  margin-top: 0px;
}

div.sprinkle table {
  margin: auto;
}

div.sprinkle img {
  margin-bottom: 8px
}

#jobseeker {
  float:left;
  width: 33%;
  display: block;
  text-align:left;
}

#career {
  float:left;
  width: 33%;
  text-align: center;
  display: block;
}

#contest {
  float:right;
  text-align:right;
  display: block;
}

h2.subHeader {
  margin-top: 10px;
  color: #b5a600;
  font-family: verdana, sans-serif;
  font-weight: bold;
  font-size: 9pt;
  text-align: left;
}

#searchForm {
  float:left;
  width: 525px;
  margin-top: 0px;
  background-color: #fbfaf2;
  border-top: #b5a600 solid 2px;
  text-align: center;
  padding: 0px 10px 50px 0px;
}

div.innerSearchBox {
  border: #b5a600 solid 1px;
  background-color: #ffffff;
  padding: 6px 9px 9px 9px;
  text-align:left;
  font-size: 9pt;
}

#selectTypeBox {
  float: left;
  margin-left: 10px;
  margin-top: 15px;
  width: 320px
}

#keywordsBox {
  float: left;
  margin-top: 18px;
  margin-left: 10px;
  max-width: 400px;
  height: 60px;
}

#locationBox {
  margin-top: 18px;
  float:right;
  max-width: 250px;
  height: 60px;

}

span.innerBoxTitle {
  font-weight: bold;
  font-size: 9pt;
}

a.searchForm {
  color: #000066;
  text-decoration: none;
  font-size: 14px;
}

a.searchForm:hover{
  color: #b6a600;
  text-decoration: underline;
}

#rightCol {
  float:right;
  width:180px;
  margin: 0px;
  margin-top: 20px;
  padding: 0px;
  text-align: center;
}

p.jsaLinks { 
  text-align:center;
  margin: auto;
  margin-top: 0px;
  margin-left: 10px;
  margin-bottom: 0px;
}

p.jsaLinks a {
  color: #000066;
  text-decoration:none;
  font-weight:bold;
  font-size: 0.85em;
  text-align:center;
}
p.jsaLinks a:hover {
  color: #b5a600;
  text-decoration:underline;
  font-weight:bold;
  font-size: 0.85em;
  text-align:center;
}


