@import "http://webarchive.nationalarchives.gov.uk/20110612081947/http://www.rosemarynelsoninquiry.org/css/generic.css";

/*
 * Site Specific Styles
 */

body {
  font-family: arial, helvetica;
  font-size: 75%;
  color: #000;
}
h1 {
  margin: 0 0 0.5em 0;
  font-weight: bold;
  font-size: 1.4em;
  color: #000181;
}
h2 {
  margin: 0 0 0.5em 0;
  font-weight: bold;
  font-size: 1.2em;
  color: #000181;
}
h3 {
  margin: 0 0 0.5em 0;
  font-weight: bold;
  font-size: 1.1em;
  color: #000181;
}
p {
  margin: 0 0 1em 0;
}
a {
  color: #010080;
}




#container {
  width: 100%;
  float: left;
  background: #fff url(http://webarchive.nationalarchives.gov.uk/20110612081947/http://www.rosemarynelsoninquiry.org/images/top-bg.gif) repeat-x;
}

/* Overcome stupid 3px margin bug in IE/Win floats,
   which fixes a lot of things, including disapearing links,
   randomly appearing text, and wrappers pushed too wide.
   http://www.positioniseverything.net/explorer/threepxtest.html */

* html #container, * html #centercolumn, * html #main, * html #week-navigation h3, * html #week-navigation div {
  margin-right:-3px;
}


#header {
  width: 100%;
  height: 78px;
  text-align: center;
}
#header img {
  margin: 24px auto 0 auto;
  display: block;
}


#top-bar {
  width: 100%;
  float: left;
  background: #9e9e9e url(http://webarchive.nationalarchives.gov.uk/20110612081947/http://www.rosemarynelsoninquiry.org/images/top-menu-bg.gif) repeat-x;
  border-bottom: 1px solid #c5c5c5;
}
#top-bar #menu-box {
  width: 39%;
  float: left;
  padding: 10px 0 5px 14px;
}
#top-bar #menu-box ul {
  margin: 0;
  padding: 0;
}
#top-bar #menu-box ul li {
  list-style: none;
  float: left;
  width: auto;
  padding: 0 14px 0 7px;
  background: transparent url(http://webarchive.nationalarchives.gov.uk/20110612081947/http://www.rosemarynelsoninquiry.org/images/top-menu-splitter.gif) no-repeat;
  background-position: center right;
}
#top-bar #menu-box ul li.last {
  background: none;
}
#top-bar #menu-box ul li a {
  color: #fff;
  text-decoration: none;
}
#top-bar #search-box {
  text-align: right;
  padding: 5px 10px 5px 0;
  color: #fff;
}
#top-bar #search-box input.search-text {
  vertical-align: middle;
}
#top-bar #search-box input.search-button {
  vertical-align: middle;
}



#main {
  width: 100%;
  float: left;
  margin: 18px 0 0 0;
}

#leftcolumn {
  width: 20%;
  float: left;
  margin: 0 2% 0 0;
}
ul#left-menu {
  margin: 0;
  padding: 0;
}
ul#left-menu li {
  list-style: none;
  text-align: right;
  background: transparent url(http://webarchive.nationalarchives.gov.uk/20110612081947/http://www.rosemarynelsoninquiry.org/images/dotted-line.gif) repeat-x;
  background-position: bottom left;
  padding: 5px 0 10px 5px;
}
ul#left-menu li a {
  font-weight: bold;
  font-size: 1.2em;
  color: #454545;
  text-decoration: none;
}


#centercolumn {
  width: 75%;
  float: left;
  padding: 5px 0 10px 0;
  margin: 0 2% 0 0;
}
#centercolumn ul {
  margin: 10px 6% 10px 5%;
  padding: 0;
  list-style: square;
}
#centercolumn ul li {
  margin: 0;
  padding: 7px 0 0 0;
}
#centercolumn ol li {
  margin: 0;
  padding: 7px 0 1em 0;
}
#centercolumn hr {
  height: 1px;
  color: #ccc;
}
#centercolumn table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
#centercolumn table th {
  padding: 3px;
  border: 1px solid #aaa;
}
#centercolumn table td {
  padding: 3px;
  border: 1px solid #aaa;
}

#rightcolumn {
  width: 29%;
  float: right;
  margin: 0 0 0 2%;
  font-family: arial, helvetica;
}
#rightcolumn h2 {
  padding: 6px;
  margin: 0;
  background-color: #000080;
  font-size: 1.1em;
  color: #fff;
}
#rightcolumn div.grey-box {
  background-color: #c2c2c2;
  padding: 8px 4px 2px 8px;
  font-weight: bold;
  color: #2b2b2b;
}
#rightcolumn div.grey-box a {
  font-size: 0.9em;
  color: #000183;
  text-decoration: none;
}
#rightcolumn div.blue-box {
  background-color: #b1c6d6;
  padding: 8px 4px 2px 8px;
  font-weight: bold;
  font-size: 0.9em;
  color: #3f3f3f;
}
#rightcolumn div.blue-box a {
  font-size: 1.1em;
  color: #000183;
  text-decoration: none;
}



#footer {
  width: 100%;
  float: left;
  background-color: #d9d9d9;
}
#footer #copyright {
  width: 55%;
  float: left;
  padding: 9px 5px 9px 10px;
  font-size: 0.9em;
  color: #666;
}
#footer #compliance {
  padding: 5px;
}
#footer #compliance ul {
  margin: 0;
  padding: 0;
}
#footer #compliance ul li {
  list-style: none;
  float: right;
  width: auto;
  padding: 5px 5px 8px 5px;
}



