/*---------- Create a clean slate to work on ----------*/

body, html
{
  height: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  font-family: arial,verdana,sans-serif;
  font-size: 100%; /* Note - this gets applied twice! */
}	

/*---------- Create a fixed header area ---------------*/

#header
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff url(mmhshead.jpg) top center no-repeat;
  font-size: 1px;
  text-indent: -999em; /*Move header text out of sight*/
  overflow: hidden;
  z-index: 3;
}

* html #header /*Hack for IE6 and below*/
{
  position: absolute;
}

.accessaid
{
  font-size: 1px;
  text-indent: -999em;
  position: absolute;
  overflow: hidden;
}

#breadcrumbs
{
  position: absolute;
  overflow: hidden;
  padding: 0.2em 0.5em 0.3em 0.3em;
  top: 75px;
  left: 0.85em;
  font-size:0.8em;
  background-color: #e7eff7;
  color: #295c7d;
  z-index: 5;
}

#breadcrumbs a
{
  text-decoration: underline;
  color: #295c7d;
}

#breadcrumbs a:hover
{
  color: white;
}


/*---------- Create a fixed left hand menu area ----------*/

#menu
{
  position: fixed;
  top: 100px;
  left: 0;
  bottom: 0;
  width: 10.5em;
  border-right: 1px solid #aaa;
  padding: 0.0em 0.75em 0 0.75em;
  overflow: auto;
  color: #000;
  background-color: white;
  font-size: 0.9em;
  vertical-align: top;
  z-index: 2;
}

* html #menu
{	
  position: absolute;
  top:0;
  height: 100%;
  width: 12em;
  border-top: 100px solid #fff;
}

/*---------- Navigation Links ----------*/

#nav a:link, #nav a:visited
{
  display:block;
  background-color: #e7eff7;
  padding: 0.08em 0.25em 0.08em 0.32em;
  color: #295c7d;
  text-decoration: none;
  font-weight: normal;
  border-left: 1px solid #e7eff7;
}

#nav a:hover, #nav a:active
{
  background-color: #295c7d;
  color: #fff;
  border-left: 2px solid #e7eff7;
}

#nav em  /*---------- Styles the Link to the present page ----------*/
{
  color: #000;
  font-weight: bold;
  font-style: normal;
}

#nav h4
{
  background-color: #e7eff7;
  color: #295c7d;
  font-size: 1.1em;
  text-align: left;
  text-decoration: underline;
  padding: 0.5em 0 0.5em 0.5em;
}

/*---------- Menu News update styling ----------*/

#updates
{
  color: #000;
  font-size: 0.8em;
  font-style: italic;
}

#updates h4
{
  font-style: normal;
  margin-top: 2em;
}

#google
{
  margin-top: 20px;
}

#google a:link, #google a:visited, #google a:hover, #google a:active
{
  background-color: #fff;
  border-left:0;
}

fieldset
{
  border: 0;
}

/*---------- Create a liquid content area ----------*/

#content
{
  position: absolute;
  top: 100px;
  left: 10.5em;
  bottom: 0;
  right: 0;
  overflow: auto;
  padding: 0 0.75em 0 1.5em;
  color: #444;
  font-style: normal;
  font-weight: normal;
  vertical-align: top;
  background-color: #fff;
  Z-index: 1;
}

* html #content
{
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-top: 100px solid #fff;
  border-left: 10.5em solid #fff;
}

/*---------- Footer styling ----------*/

#footer
{
  margin: 3em 0 3em 0;
  font-size: 0.8em;
  color: #295c7d;
  text-align: center;
  clear: both;
}

#footer a
{
  color: #295c7d;
}

#footer a:hover
{
  color: #ffffff;
  background-color: #295c7d;
}

/*---------- Global styling ----------*/

h2
{
  margin-top: 14px;
  font-size: 1.5em;
  text-align: left;
  color: #000;
}


h3
{
  display: block;
  margin: 1em 0 0 0;
  font-size: 1.15em;
}

h4
{
  display: block;
  margin: 1em 0 0 0;
  font-size: 1em;
}

.emailnote, .pubnote
{
  font-size: 0.9em;
  font-style: italic;
}

img
{
  border: 0;
}

.img_left, p.img_right
{
  display: block;
  clear: both;
  padding-top: 0.5em;
}

.img_left img
{
  float: left;
  margin: -1em 10px 20px 10px;
}

.img_right img
{
  float: right;
  margin: -1em 10px 20px 10px;
}

a:link, a:visited
{
  color: #000;
  text-decoration: underline;
  font-weight: normal;
}

a:hover, a:active
{
  color: #fff;
  background-color: #295c7d;
  text-decoration: none;
}

fieldsetx
{
  border: 0;
}

blockquote
{
  font-family: "comic sans ms";
  font-style: italic;
  background-color: #ccc;
  padding: 1em 1em 1em 1em;
}

/*---- Page-specific styling (Oral History)----*/

ul#recordings
{
  list-style-type:none;
}

#recordings li
{
  background-color:#e7eff7;
  width: 550px;
  padding:10px;
  border: 1px solid #295c7d;
  margin-bottom:10px;
}


/*---- Page-specific styling (Documents)----*/

.signature, #palmer_will
{
  font-family: "comic sans ms";
  font-size: 1.1em;
  font-weight: normal;
  font-style: italic;
}


/*---- Page-specific styling (Contacts)----*/

div.contacts
{
  margin: 0 0 2em 2em;
  background-color: #e7eff7;
  width: 30em;
  padding: 0.5em 1em 1em 2em;
  border: 1px solid #295c7d;
}

.contacts td
{
  padding: 0.5em;
}

.contacts h3
{
  margin: 0 0 1em 0;
}


/*---- Page-specific styling (Memories)----*/

#memindex
{
  background-color: #e7eff7;
  width: 35em;
  height: 18em;
  padding: 0 1em 0 1em;
  border: 2px solid #295c7d;
  margin: 0 auto 5em auto;
}

#list1
{
  float: left;
}

#list2
{
  float: right;
}

#memindex h3
{
  text-align: center;
}

#memories
{
 
}


/*---- Page-specific styling (Times Now & Then)----*/

#times_menu
{
  background-color: #e7eff7;
  width: 40em;
  height: 52.5em;
  padding: 0 1em 0 1em;
  border: 2px solid #295c7d;
  margin: 2em auto 5em auto;
  font-size:85%;
}

#times_menu h3
{
  text-align: center;
}

#times_menu li
{
  padding: 0 0 1em 0;
}

/*---- Page-specific styling (Programme)----*/

#programme
{
  width: 35em;
  background-color: #e7eff7;
  padding: 0.5em 0.2em 0.5em 1em;
  border: 1px solid #295c7d;
  font-size: 0.9em;
}

#past_prog, #past_prog a
{
  color: #bbb;
}

#next_meet
{
  width: 28em;
  margin: 0.5em 0 0 0;
  padding: 0.1em 0.5em 0.5em 1em;
  background-color: #295c7d;
  color: #fff;
}

/*---- Page-specific styling (War Memorial)----*/

#wm_names
{
  clear: both;
  background-color: #e7eff7;
  width: 38em;
  height: 19em;
  padding: 0 1em 0 1em;
  border: 2px solid #295c7d;
  margin: 0 auto 5em auto;
}

#wm_names1
{
  float: left;
}

#wm_names2
{
  float: right;
}

#wm_details
{
  margin-bottom: 100%;
}

#wm_head
{
  background-color: #e7eff7;
  border: 1px solid #295c7d;
  width: 45em;
  padding: 1em;
  margin: 0 0 1em 0;
}

#wm_text img
{
  float:left;
  margin: 0 1em 1em 0;
}

#wm_marriott_letter 
{
  clear: both;
  font-family: "comic sans ms";
  font-size: 1.3em;
  font-style: italic;
  font-weight: normal;
  background-color: #bbb;
  border: 2px solid #888;
  width: 20em;
  padding: 1em;
  margin: 0 0 1em 0;
}


/*---- Page-specific styling (History Trail) ----*/

#map_container a:hover
{
  background-color: transparent;
}


/*---- Page-specific styling (Census & Directory) ----*/
#census, #directory, #speedway_names
{
  border: 1px solid #295c7d;
  margin: 0 0 2em 0;
}


#census td, #census th, #directory td, #directory th, #speedway_names td, #speedway_names th
{
  font-size: 80%;
  padding: 0.25em 1em;
  background-color: #e7eff7;
}

#census caption, #directory caption
{
  font-weight: bold;
  margin: 1em 0 1em 0;
}

.census_note
{
  position: relative;
	bottom: 0.8em;
	font-size: 0.8em;
}

/*---- Page-specific styling (Publications) ----*/

.book
{
  clear: both;
  border-top: 1px solid #ccc;
  padding: 10px 0 0 0;

}

.book img, .book embed
{
  float: left;
  margin: 0 10px 10px 0;
}

.book h3
{
  margin: 0 0 0 0;
}



