﻿/*
CSS for UNISON - NHS Professional Organisations branch
*/
/*
New style - placed navigation div after bodycontent div & then placed navigation -
position float at end of position div.
*/

body {
  font-size: 80%;
  margin: 0;
  padding: 0;
  font-family: Verdana,Helvetica, Arial, sans-serif;
  line-height: 1.5;
}




  h2 {
  font-size: 1.7em;
  font-family: Helvetica, "Trebuchet MS", Arial,  sans-serif;
  letter-spacing: 0.1em;
}  



  #header {
  font-family: Helvetica, "Trebuchet MS", Arial,  sans-serif;
  z-index:2;
}


  #sitebranding h1 {
  font-size: 2em;
  letter-spacing: 0.1em;
  padding: 3em 0 0.4em 0.5em;
  margin: 0;
  color: white;
  border: 0.1em solid #339933;
  background: url(gallery/skyline2.jpg) no-repeat left;
 
  
}


  #tagline p {
  font-size: 1.2em;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.2em;
  vertical-align: middle;
  color: white;
  background: #339933;
  padding: 0.5em 0 0.5em 1em;
  margin: 0;
  border: 0.2em solid #330066;
}


 #navigation {
  background-color: #330066;

  width: 25%;
  margin-left: 1em;
  margin-right: 0;
  padding: 3em 0.2em 1em 0;
  height: auto;
} 


  #navigation li {
  list-style-type: none;
}



  #bodycontent {
  background-color: #d3d3d3;
  height: auto;
  padding: 1em 2em 3em 1.5em;
}

  #about {
  line-spacing: 0.4em;
}


  #hot_news {

  border-top: dashed 2px red;
  border-bottom: dashed 2px red;
}


  .hot_heading {
  color: red;
}


  #hot_news h3 {
  font-weight: bold;
  text-decoration: underline;
  color: red;
}


  table.list_reps {
  border-collapse: collapse;
}


  table.list_reps th, table.list_reps td {
  padding: 0.5em 1em 0.5em 0.5em;
  border: 2px solid #330066;
}
  
 
  table.list_reps th {
  font-size: x-small;
  text-align: left;
  padding-right: 6em;
}

 
  table.list_reps caption {
  font-size: small;
  text-align: left;
  padding-top: 25px;
  padding-bottom: 5px;
  font-weight: bold;
}

  .no_style {
  list-style-type: none;
}





/*
Styles for navigation links
*/
  a {
  font-weight: normal;
  font-size: 12px; 
  font-weight: bold;
}

  a:link {
  color: #cccc88;
  background-color: #330066;

}

  a:visited {
  color: white;
  background-color: #330066;

}

  a:hover {
  text-decoration: none;
  color: #330066;
  background-color: #339933;
}

  a:active {
  color: yellow;
  background-color: #339933;
}

/*
Positioning of divs within window
*/

  #header {
  position: absolute;
  width: 100%;
}


  #body_wrap {
  position: absolute;
  top: 12em;
  width: 100%;
}

  #navigation {
  float: right;
  width: 25%;
}


  #bodycontent {
  height: auto;
}

