/* ------------------------------------------------------------------------------

   Hinds Blunden CSS
 
   Copyright (C) 2007 Hinds Blunden Pty. Ltd.
 
   Author: Tristan Penman 

   ------------------------------------------------------------------------------ */


span {
	display: none		/* hide text enclosed by <span> tags */
}

body {
  background-color: #5F5F5F;
  margin-top: 1em;
}

td, body {
  font-family: Arial;
  font-size: 12px;
}

a:link, a:visited {
  color: blue;
  text-decoration: none;
}

a:hover, a:active {
  color: blue;
  text-decoration: underline;
}

li {
  line-height: 1.6em;
}

IMG.left-floating {
  float: left;
  margin-top: 5px;
  margin-right: 15px;
}

IMG.right-floating {
  float: right;
  margin-top: 25px;
  margin-left: 15px;
  margin-right: 3px;
}

#container {
  align:center;
  background: url("images/header-extra.gif") top right;
  background-color: #FFF;
  background-repeat: no-repeat;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 850px;
}

#header {
  background-image: url("images/header.gif");
  background-repeat: no-repeat;
  height: 86px;
}

#sidebar {
  background: #FFF url("images/sidebar-bg.gif") repeat-y;
  height: 100%;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
}

#sidebar .sidebar-heading
{
  border-bottom: solid 1px #9D9D9D;
  font-size: 1.2em;
  padding-bottom: 0.2em;
  text-align: right;
  width:180px;
}

#sidebar .sidebar-links
{
  line-height: 2em;
  padding-bottom: 0.2em;
  text-align: right;
  width:180px;
}

#sidebar .sidebar-details
{
  line-height: 2em;
  font-size: 0.9em;
  padding-bottom: 0.2em;
  text-align: right;
  width:180px;
}

#content {
  background: url("images/content-bg.gif") repeat-y;
  padding-left: 1em;
  padding-top: 1em;
  margin-right: 1em;
  height: 100%;
  /*position: relative;*/
}

#content .content-heading {
  border-bottom: solid 1px #9D9D9D;
  font-size: 1.2em;
  padding-bottom: 0.2em;
  width: 360px;
}

#content .content-text {
  line-height: 1.5em;
  margin-right: 1em;
}

#content .content-qualifications {
  line-height: 1.5em; 
  font-size: 0.9em;
}

TD.form_label {
  border:0px solid #808080;border-left:0px;
  padding:0px;
  padding-top:2px;
  padding-right:2px;
  text-align:right;
}

TD.form_field {
  border:0px solid #808080;border-left:0px;
  padding:0px;
  padding-top:2px;
  padding-left:5px;
  text-align:left;
}

#footer-divider {
  background: url("images/divider.gif");
  background-repeat: repeat-y;
  display: block;
  min-height: 13px;
  height: 13px;
  margin-left: auto;
  margin-right: auto;  
  position: relative;
  width: 850px;
}

#footer {
  background: #FFF url("images/footer.gif") bottom;
  background-repeat: no-repeat;
  clear: both;
  color: #646464;
  font-family: Arial;
  font-size: 0.8em;
  display: block;
  margin-left: auto;
  margin-right: auto;  
  min-height: 37px;
  height: 37px;
  text-align: center;
  width:850px;
}

#footer .copyright
{
  padding: 0px;
  margin: 0px;
  font-size: 0.8em;
}