/* Just a few introductory bits.. */

html, body, #wrapper
{
  height: 100%;
  min-height: 100%;
  width: 100%;
}

html>body, html>body #wrapper
{
  height: auto;
}

a, a:visited
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #808080;
}

body, p, h1, h2
{
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

h2
{
	font-family: Trebuchet MS;
	font-size: 12pt;
}

body
{
  font-family: Verdana;
  font-size: 10pt;
  text-align: center;
  background-image: url('../images/bg_main.jpg');
  background-repeat: repeat-x;
  background-position: center top;
}

/* The star of the show.. */

#wrapper
{
  position: absolute;
  top: 0;
  left: 0;
}

div
{
  margin:0;
  padding: 0;
}

.center
{
  text-align: center;
}

/* Header bits! */

#headerblock
{
  position: relative;
  width: 900px;
  height: 170px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

#headerblock #header
{
  position: static;
  width: 900px;
  height: 160px;
  z-index: 1;
}

#headerblock #toprightnav
{
  position: absolute;
  top: 0px;
  right: 0px;
  padding-right: 5px;
  color: #FFFFFF;
}

#headerblock #toprightnav a
{
  color: #FFFFFF;
}

#headerblock #toprightnav a:hover
{
	color: #808080;
}

#headerblock #navbar
{
  position: relative;
  left: 0px;
  padding: 5px;
  background-image: url('../images/bg_navbar.jpg');
  background-repeat: repeat-x;
  background-color: #606060;
  color: #FFFFFF;
  z-index: 1;
  height: 16px;
}

/* Navbar Elements */

#navbar ul
{
  padding: 0;
  list-style: none;
  margin: 0 auto;
  width: 885px;
  font-size: 10pt;
  font-weight: bold;
}

#navbar li
{
  float: left;
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
  width: 116px;
}

#navbar li ul
{
  padding: 0;
  margin: 0 0;
  display: none;
  position: absolute;
  top: 1.2em;
  left: 0;
  width: 165px;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #D3D3D3;
  font-weight: normal;
}

#navbar li ul li
{
  border-bottom: 1px solid #D3D3D3;
  width: 165px;
  padding: 0;
}

#navbar li:hover ul, #navbar li.over ul
{
  display: block;
}

#navbar a, #navbar a:visited
{
  color: #FFFFFF;
  text-decoration: none;
}

#navbar a:hover
{
  color: #808080;
}

#navbar li ul li a, #navbar li ul li a:visited
{
	color: #000000;
}

/* Now some content bits... */

#contentblock
{
  width: 900px;
  margin-left: auto;
  padding-top: 12px;
  margin-right: auto;
  background: white;
  background-repeat: repeat-x;
}

#maincontent
{
  float: left;
  width: 660px;
	padding-left: 10px;
  text-align: left;
	border-left: 1px solid #D3D3D3;
}

#maincontent h1
{
  font-family: Trebuchet MS;
  font-size: 14pt;
	margin-bottom: 10px;
}

#subnav
{
  float: left;
  width: 200px;
  margin-left: 10px;
  text-align: left;
}

#lookformems
{
  position: absolute;
  height: 75px;
  width: 324px;
  top: 10;
  left: 10;
}

/* For the bios */

.bio
{
  border-bottom: 1px solid lightgrey;
  margin-bottom: 5px;
}

.bio:after
{
  display: block;
  content: " ";
  clear: both;
}

.biodesc
{
  margin: 10px;  
  clear: both;
}

.bioname
{
  float: left;
  width: 200px;
  font-weight: bold;
  clear: left;
  padding-bottom: 2px;
}

.biotitle
{
  float: left;
  width: 400px;
  padding-bottom: 2px;
}

/* Containers on the "reporting" page */

.reporting
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 5px;
	width: 600px;
	border: 1px solid #D3D3D3;
	text-align: center;
}

.guide
{
  text-align: left;
}

.ulticks
{
  list-style-image: url('../images/tick.jpg');
}

.ulcrosses
{
  list-style-image: url('../images/cross.jpg');
}

/* These are for the 3 info panels on the front page */

#infocontainer
{
  position: relative;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 740px;
}

#infocontainer #infoheader .column
{
  float: left;
  margin-right: 10px;
  width: 230px;
  height: 18px;
  font-weight: bold;
  font-size: 10pt;
  color: #FFFFFF;
  text-align: right;
  vertical-align: middle;
  padding: 5px;
  background-image: url('../images/new bg_infoheader.jpg');
}

#infocontainer #infoheader .column a
{
  color: #FFFFFF;
}

#infocontainer #infoheader .right
{
  margin-right: auto;
}

#infocontainer #infocontent .column
{
  float: left;
  margin-right: 10px;
  width: 230px;
  *height: 150px;
  min-height: 150px;
  padding: 5px;
  text-align: left;
  background-image: url('../images/bg_info.jpg');
}

#infocontainer #infocontent .right
{
  margin-right: auto;
}

#infocontainer #infocontent .column h1
{
  font-family: Verdana;
  font-size: 10pt;
  text-align: left;
}

#infocontainer #infofooter .column
{
  float: left;
  width: 240px;
  height: 13px;
  margin-right: 10px;
  background-image: url('../images/bg_infofooter.jpg');
  line-height: 1px;
}

#infocontainer #infofooter .right
{
  margin-right: auto;
}

/* For PDF file downloads */

.pdffile
{
	height: 45px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	padding-left: 70px;
	margin-bottom: 10px;
	background-image: url('../images/pdf-logo.jpg');
	background-repeat: no-repeat;
	background-color: #A1BCC5;
	border: 1px solid black;
}

/* Sub-Content Boxes */

.smallbox
{
  margin: 0 auto;
  width: 200px;
}

.smallbox #header
{
  margin: 0 auto;
  font-weight: bold;
  width: 193px;
  padding: 2px;
  padding-left: 5px;
  height: 15px;
  background-image: url('../images/bg_smallboxheader.png');
}

.smallbox #content
{
  margin: 0 auto;
  min-height: 50px;
  width: 194px;
  padding: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border: 1px solid #969696;
}

.largebox
{
  margin: 0 auto;
  width: 410px;
}

.largebox #header
{
  margin: 0 auto;
  font-weight: bold;
  width: 410px;
  padding: 2px;
  padding-left: 5px;
  height: 15px;
}

.largebox #content
{
  margin: 0 auto;
  width: 410px;
  padding: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #969696;
}

.largebox #content:after 
{
  display: block;
  content: " ";
  clear: both;
}

.largebox #content br
{
  display: block;
  clear: left;
  border: 1px solid red;
  width: 100%;
}

.largebox #content .fielddesc, .field
{
  float: left;
  width: 200px;
}

.largebox #content .fielddesc
{
  text-align: right;
}

.largerbox
{
  margin: 0 auto;
  width: 600px;
}

.largerbox #header
{
  margin: 0 auto;
  font-weight: bold;
  width: 610px;
  padding: 2px;
  padding-left: 5px;
  height: 15px;
  /*background-image: url('../images/bg_smallboxheader.png');*/
}

.largerbox #content
{
  margin: 0 auto;
  width: 610px;
  padding: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #969696;
}

/* Some error bits */

.inputerror
{
  color: #FF0000;
}

.error 
{
  float: left;
  width: 400px;
  padding: 2px;
  margin: 3px 2px;
  margin-bottom: 5px;
  border: 1px solid #FF6600;
  background-color: #FFCC66;
  font-size: 8pt;
}

/* News pages */

.newsheading
{
  font-weight: bold;
  font-size: 10pt;
}

.news
{
  margin-bottom: 10px;
}

/* Some footer action.. */

#fixingblock
{
  clear: both;
  height: 100px;
}

.clearfix
{
  overflow: hidden;
  _height: 1%;
}

#wrapper #footerblock
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 8pt;
}