/*                    Copyright 2010 Wilsonworks                */
/* *********************** style.css ************************** */
/*  rgb(194,193,193); grey for tabs */
/*  #dee3e3;          light grey */
/*  rgb(96,93,92);    dark grey */
/*  rgb(106,191,238); bright blue */
/*  rgb(122,187,29);  bright green */
/*  rgb(217,14,112);  bright pink */

html 
{
  /* browser window colour */
  background-color: rgb(96,93,92);
}

body
{
  font-family: Trebuchet MS, arial;
  color:       black;
}

#container
{
  /* browser excess space around our web page */
  margin:           25px auto auto auto; /* top right bottom left */
  /* table cells background colour light grey to match tab images */
  background-color: rgb(194,193,193);
  /* shadow picture frame edge */
  border-width:     2px 4px 4px 2px ; /* top right bottom left */
  border-style:     solid;
  border-color:     black;
  /* text */
  line-height:      130%;
  color:            black;
}

/* top image for index page */
#top
{
  background-color: white;
  padding-left:     50px; /* position to right */
}

/* top image for non-index pages */
#topother
{
  background-color: white;
  padding-top: 30px;
  padding-left: 20px;
}

#leftnav
{
  width:            170px;
  margin:           0;
  padding:          10px 10px 0px 0px; /* top right bottom left */
  background-color: rgb(194,193,193) ; /*  grey for tabs */
  vertical-align:   top;
}

/* zap image borders for links */
img
{
  border: 0px;
}

/* content */
#content, #content_other
{
  background-image:    url('images/hand_bg.png');
  background-repeat:   no-repeat;
  background-position: right bottom;
  background-color:    white;
  width:               600px;
  padding-top:         10px;
}

/* content for non-index pages */
#content_other
{
  width:   560px; /* 600px - 20px (padleft) - 20px (padright) */
  padding: 20px;
}

.make_mark
{
  float:         right;
  font-size:     large;
  font-weight:   bold;
  margin-bottom: 65px;
  margin-right:  44px;
  color:         rgb(122,187,29); /* bright green */
}

/* zap special link colours and underlines for WilsonWorks link */
/* rgb(96,93,92); dark grey */
#footer a:link    {text-decoration: none;      color: rgb(96,93,92);} 
#footer a:visited {text-decoration: none;      color: rgb(96,93,92);}
#footer a:active  {text-decoration: none;      color: rgb(96,93,92);}
#footer a:hover   {text-decoration: underline; color: rgb(96,93,92);}

#footer
{
  font-size: small;
  padding:   0px 0px 0px 15px; /* top right bottom left */
  background-color: rgb(194,193,193) ; /* grey for tabs */
  vertical-align: bottom;
}

ul li
{
  list-style: none;
}

/* home page content */
#home
{
  font-size:      x-large;
  line-height:    150%;
  padding-left:   0.5em;
  vertical-align: middle;
}

img.middle {vertical-align:middle;}

.blue     {color: rgb(106,191,238); font-weight:bold}
.green    {color: rgb(122,187,29);  font-weight:bold}
.pink     {color: rgb(217,14,112);  font-weight:bold}
.smlgrey  {color: rgb(96,93,92);    font-size: 90%;}


.abngrey
{
  color: rgb(96,93,92);
  font-size: 80%;
  padding-left: 400px;
}
