.center {
  position: relative;
  width: 82.5em;
  margin: 0 auto;
  clear: left;
}
.newsroom-paging {
  padding-top: 2em;
  padding-left: 1em;
}
.search-results {
  margin-top: 1em;
}
.search-results ul {
  border: 1px solid #b1b1b1;
  border-top: none;
  border-left: none;
  float: left;
  background-color: #FFFFFF;
}
.search-results ul li {
  display: block;
  float: left;
  border: 1px solid #b1b1b1;
  border-right: none;
  border-bottom: none;
  width: 53em;
  padding: 1em;
}
.search-results ul li a {
  font-size: 1.4em;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
}
.search-results ul li span {
  color: #5C5C5C;
  font-size: .9em;
}
#archive .hidden {
  display: none;
}
#archive .year {
  font-size: 1.4em;
  color: #5C5C5C;
}
#archive ul {
  margin-bottom: 1em;
}
#live-search-container {
  position: absolute;
  top: 15.2em;
  width: 100%;
  display: none;
}
#live-search-results {
  float: right;
  width: 256px;
}
#live-search-results ul {
  background-color: #E3E3E3;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit- border-radius: 4px;
  width: 256px;
  float: left;
  padding: 5px 0;
}
#live-search-results ul li {
  width: 246px;
  float: left;
  padding: 0 5px;
  border-bottom: 1px dotted #cccccc;
}
#live-search-results ul li a {
  padding: 5px;
  width: 236px;
  display: block;
}
#live-search-results ul li a:hover {
  text-decoration: none !important;
}
#live-search-results ul li:hover {
  background-color: ;
}
#live-search-results ul li:last-child {
  width: 246px;
  float: left;
  padding: 0 5px;
  border-bottom: none;
}
#live-search-results ul li:nth-child(even) {
}
#live-search-results ul li:nth-child(odd)  {
}
#live-search-results ul li.selected {
  background-color: #f2f2f2 !important;
}
#live-search-results ul li.selected a {
  text-decoration: underline !important;
}
div.col-right-list {
  float: right;
  width: 55em;
}
div.col-right-list .title {
  width: 100%;
}
div.col-right-list div {
  float: left;
}
form.search-form div {
  margin-top: .8em;
}
form.search-form div:first-child {
  margin-top: 0;
}
form.search-form span.title {
  font-size: 1.4em;
  color: #5C5C5C;
}

