/*-- style sheet has six sections for ease of maintainance --*/
/*------ section 0: cleanup ------*/
/*------ section 1: typo ------*/
/*------ section 2: colour ------*/
/*------ section 3: layout ------*/
/*------ section 4: nav ------*/
/*------ section 5: IE fixes ------*/


/*------ section 0: cleanup ------}
  /* Purpose: undo the default styling of common browsers */
  /* derived from UndoHTML by Tantek Celik */

  /* link underlines can make hypertext less readable */
  /* I often reverse this, as users are used to underlined */
:link,:visited {text-decoration:  none;}

  /* list often used for menus etc, so remove icons etc */
ul,ol {list-style: none;}

  /* avoid browser default inconsistent heading font-sizes */
  /* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}

  /* remove the inconsistent (among browsers) default ul,ol padding or margin  */
body,html,ul,ol,li,h1,h2,h3,h4,h5,h6,p, pre,form,blockquote,fieldset,input {
  margin: 0;
  padding: 0;
}

  /* get rid of stupid borders round linked images */
a img,:link img,:visited img {border:none}

  /* de-italicize address */
address {font-style:normal}


/*!------ section 1: typo ------*/
    /* typographic settings for site, font typs & sizes*/
    /* line-height is included here, as is list styling */

body{font: normal large Verdana, Tahoma, Helvetica, Arial, sans-serif;}

:link,:visited {text-decoration: underline}

    /*--- helps typo---*/
#helps {text-align: right;}

#helps, #helps2 {font-size: 85%;}

    /*--- header typo---*/
#header {
  font-family:  "Tempus Sans ITC", Verdana, Tahoma, Helvetica, Arial, sans-serif;
}
#header_txt {text-align: center;}

h1 {
  font-size: 300%;
  font-weight: bold;
}

#strapline {font-size: 150%;}

  /*--- content typo---*/
#content {
  font-size: 95%;
  line-height: 200%;
}

#sec1, #sec2, #sec3 {font-size: 90%;}

#content p.menomic span, #content ul.menomic li span {
  font-size: 120%;
  font-weight: bold;
  color: black;
  background-color: white;
}

#contentsec {font-size: 95%;}
#contentsec p {font-size: 90%; line-height: 175%;}

#content h2 {
  text-align: center;
  line-height: 150%
}

  /*--- footer typo---*/
#footer {
  font-size: 85%;
  text-align: center;
}

/*------ section 2: colour ------*/
  /* To manage:
  colour schemes
  borders
  background pics
  links */

  /*--- general colour---*/
body {
  color: yellow;
  /*background: black url(/images/css/highcont/bars.gif) repeat-y top left;*/
  background-color: black;
  border-bottom: 10px solid white;
}

  /*--- links colour main content--- */
a:link {text-decoration: underline;}

a:link      {color: #FFF;}
a:visited   {color: #CCC;}
a:hover     {background-color: blue; color: white;}

  /*--- link scolour secondary content */
#contentsec a{color: yellow;}
#contentsec a:visited{color: #FFFFF0;} 
#contentsec a:hover {
  color: black;
  background-color: white;
}

  /*--- header colour ---*/
h1 {
  color: white;
}

  /*--- content colour---*/
#content h2, #contentsec h2, #nav h2 {
  background:  #840000 url(/images/css/highcont/grad.jpg) repeat-y top left;
  color: #FFFFF0;
}

#contentsec_marg {
  color: #FFFFF0;
  background-color: #840000;
  border-left: 2px solid black;
}

#sec1, #sec2, #sec3 { }

  /*--- footer colour---*/
#footer {background-color: transparent;}


/*------ section 3: layout ------*/
   /*--- main sections layout ---*/
body {
  position: relative;
}

#header {
  /*position: relative;*/
  padding-left: 25%;
  padding-right: 5%;
}

#content, #footer {
  padding-left: 25%;
  padding-right: 5%;
  /*min-width: 520px;*/
}

#nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 23%;
}

  /*--- helps detailed layout ---*/
#helps {margin-right: 1%;}

#helps li{display: inline;}

#helps2 {
  padding-top: 2em;
  padding-left: 20%;
}

  /*--- header detailed layout ---*/
#homepic {
  position: absolute;
  top: 5px;
  left: 1.8%;
  display: none;
}

h1 {
  padding: 0.5em 10px 0.25em 20px;
  z-index: 1000;
}

h1 span {
  display: block;
}

#strapline {
  padding: 0em 10px 0.5em 20px;
}

  /*--- content detailed layout---*/
#content_marg{
  position: relative;
  width: 100%; /*needed for IE5, otherwise interior columns width based on windowport*/
}

#sec1, #sec2, #sec3 {
  position: relative;
  float: none;
  width: 90%;
  top: 5px;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  padding-bottom: 20px;
}

#sec1_marg, #sec2_marg, #sec3_marg {
  padding: 2px 5px 2px 10px;
}

#sec4 {
  position: relative;
  width: 90%;
  left: 5%;
  clear: both;
}

#eocontent {
  position: relative;
  top: 1em;
  clear: left;
}

#content h2 {
  padding: 1em 0 0.5em 0;
  margin-bottom: 0.5em;
}

#content p, #contentsec p {padding-bottom: 0.75em;}

/*--- content secondary detailed layout---*/
#contentsec {
  position: absolute;
  top:  16em;
  left:  0;
  width: 23%;
}

#contentsec_marg {
  margin-top: 1em;
  padding: 10px 2px 10px 4px;
}

#contentsec h2, #nav h2  {
  padding: 0.35em 5px;
  margin-top: 0.25em;
}

  /*--- footer detailed layout ---*/
#footer {
  top: 10px;
  margin-top: 10px;
  padding-top: 25px;
  padding-bottom: 15px;
}

/*------ section 4: nav ------*/
  /*--- navigation layout/font/colours in one place ---*/
#nav {
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
   padding-top: 0px;
  background-color: #000;
  z-index: 1000;
}

#nav_marg {
  background-color: #660000;
  margin-left: 2px;
  padding-bottom: 10px;
}

#nav ul {padding: 1em 0;}

#nav li {
  padding: 10px 0 5px 0;
  color: white;
}

#nav li a {
  color: #FFF; 
  padding: 5px 0;
  font-weight: bold;
}

#nav a:visited {color: #DDD;} 

#nav a:hover{
  color: black;
  background-color: white;
}

#pid_home li#navlnk_home a,
#pid_newb li#navlnk_newb a,
#pid_wedo li#navlnk_wedo a,
#pid_port li#navlnk_port a,
#pid_lens li#navlnk_lens a{
  padding-right: 30px;
  background: #660000 url(/images/css/highcont/leaf25.gif) no-repeat bottom right;
}

#pid_home li#navlnk_home a,
#pid_newb li#navlnk_newb a,
#pid_wedo li#navlnk_wedo a,
#pid_port li#navlnk_port a,
#pid_lens li#navlnk_lens a{
  color:  #CCC; /* #846B4A;*/
  text-decoration: none;
}


/*------ hiding items not relevant to this layout ----- */
.non_low_vis{display: none;}

/*------ section 5: IE fixes ------*/
#content h2 {position: relative;} /* peekapoo bug */
