/*                    Copyright 2005 Wilsonworks                */
/* *********************** style.css ************************** */
/*  rgb(220,233,242); light blue */
/*  #dee3e3;  light grey*/
/*  #777a7a;  dark gray */

html 
{
  /* browser window colour */
  background-color: rgb(220,233,242);
}

body
{
  font-family: arial, sans-serif;
  color: #3c3b3a;
  text-align: center; /* horizontally centre container in browser window */
}

.container
{
  background-color: white;
  border-color: #dee3e3 gray gray #dee3e3; /* top/right/bottom/left */
  border-width: thin;
  border-style: solid;
  background-image: url(images/cathkin2.jpg); /* need to match spacer size in footer */
  background-position: 0% 99%; /* x and y % from top left */
  background-repeat: no-repeat;
  padding: 1em 0em 0em 0em; /* top/right/bottom/left */
  line-height: 1.5em; /* global, but mainly for "tabs" section */
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 96%; /* width of container, remainder is browser background */
}

.footer
{
   text-align: left; /* spacer image */
   padding-top: 2em; /* create blank space above image */
   overflow: hidden; /* crop image if browser too narrow (Mozilla only) */
}

.main
{
  padding-left: 1em; /* hanging indent */
  padding-right: 1em; /* hanging indent from right edge */
  text-align: left;
  line-height: 1.2em; /* text not so tall for "main" section */
}

/* for the sample web pages */
.webegs
{
  padding-top: 2em;
  text-align: center;
  vertical-align: top;
}

/* for heading on each page */
.image
{
  padding-left: 1em;
  padding-top: 1em;
  text-align: left;
}

.logo
{
  margin-bottom: 0.5em;
}

ul.nopics
{
  list-style-image: none;
  list-style-type: circle;
}

ul
{
  list-style-image: url(images/square.gif);
}

h3
{
  color: #527697;
  font-size: 110%;
  margin-bottom: -1em;  /* make gap between h3 and text smaller */
}

.blue
{
  color: #527697;
}

.smallred
{
  color: #ed1c24; /* sports car red */
  font-size: 80%;
}

.smallcaps
{
  font-size: 70%;
  font-variant: small-caps;
  font-weight: normal;
}

.small
{
  font-size: 80%;
}

.inactivetabs
{
  background-color: #777a7a; /* dark gray */
}

.activetab
{
  background-color: #d84040; /* red to match logo */
}

#tabs a
{
  padding-bottom: 0.3em; /* reduce to hide IE bug */
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.5em;
  color: white;
  text-decoration: none;
  font-size: 70%;
  font-weight: bold;
  text-align: center;
}

#tabs a:hover
{
  text-decoration: underline;
}

.tbl th
{
  text-align: left;
}

