/* ------------------------------------------------------------------------------

   Hinds Blunden CSS
 
   Copyright (C) 2011 Hinds Blunden Pty Ltd
 

   ------------------------------------------------------------------------------ */


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: black;
  text-decoration: none;
}

a:hover, a:active {
  color: black;
  background-color: #9D9D9D;
  text-decoration: underline;
}

li {
  line-height: 1.6em;
  font-size: 12px;
  margin-right: 1em;
  margin-left: 1em;
}

IMG.left-floating {
  float: left;
  margin-top: 5px;
  margin-right: 15px;
  margin-left: 1.5em;
}

IMG.right-floatingstaff {
  float: right;
  margin-right: 2em;
  margin-left: 1.5em;
}

IMG.right-floating {
  float: right;
  margin-right: 1.5em;
  margin-left: 1.5em;
}

#container {
  align:center;
  background-color: #FFF;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 850px;
  padding-top: 10px;
}

#header {
  background-image: url("images/header.jpg");
  background-repeat: no-repeat;
  height: 88px;
  align: center;
  /*position: relative;*/
}

#sidebar {
  background: #9D9D9D; 
  padding-left: 1em;
  padding-right: 1em;
  margin-top: 5.5em;
}

#sidebar .sidebar-links
{
  line-height: 2em;
  padding-bottom: 0.2em;
  text-align: left;
  width: 180px;
  font-size: 13px;
}

#sidebar .sidebar-links a
{
  line-height: 2em;
  padding-bottom: 0.2em;
  text-align: left;
  width: 180px;
  color: #FFF;
  font-weight: bold;
}

#content {
  padding-left: 1em;
  padding-top: 1em;
  margin-right: 1em;
  height: 100%;
  /*position: relative;*/
}

#content .content-heading {
  font-size: 16.5px;
  text-align: left;
  letter-spacing: 1px;
  border-bottom: 4px solid #9D9D9D;
  line-height: 2em;
  margin-right: 1em;
  margin-left: 1em;
}

#content .content-subheading {
  font-size: 13px;
  margin-right: 2em;
  margin-left: 1.5em;
  border-bottom: 2px solid #9D9D9D;
  text-align: left;
}

#content .content-subheadingkey {
  font-size: 13px;
  margin-left: 1.5em;
  margin-right: 2em;
  border-bottom: 2px solid #9D9D9D;
  text-align: left;
}

#content .content-text {
  font-size: 12px;
  margin-right: 2em;
  margin-left: 2em;
  text-align: justify;
}

#content .content-quote {
  font-size: 17px;
  margin-right: 2em;
  margin-left: 2em;
  color: #9D9D9D;
  font-weight: bold;
}

#content .content-consubheading {
  font-size: 15px;
  margin-right: 1em;
  margin-left: 1em;
  border-bottom: 1px solid #9D9D9D;
  text-align: left;
}

#content .content-textcon {
  font-size: 12px;
  margin-right: 1em;
  margin-left: 2em;
  line-height: 1.5em; 
}

#content .content-qualifications {
  line-height: 1.5em; 
  font-size: 1em;
  margin-right: 1em;
  margin-left: 2em;
}

#footer {
  height: 100%;
  position: relative;
  line-spacing: 4px;
  text-align: center;
  font-size: 16px;
  border-top-style: solid;
  border-top-color: #9D9D9D;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #9D9D9D;
  border-bottom-width: 1px; 
  background-color: #fff;
  color: #9D9D9D;
}

#footer-dots {
  background-color: #fff;
  height: 100%;
  position: relative;
  color: #9D9D9D;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

#footer .footer-states {
  background-color: #fff;
  color: #9D9D9D;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-spacing: 4px;
  width: 100%;
  height: 100%;
}

#footer .footer-states a {
  border-top-style: solid;
  border-top-color: #9D9D9D;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #9D9D9D;
  border-bottom-width: 1px; 
  background-color: #fff;
  color: #9D9D9D;
  font-size: 16px;
  line-spacing: 4px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

#footer-copyright {
  background-color: #FFF; 
  position: relative;
  font-family: Arial;
  font-size: 10px;
  text-align: center;
  height: 100%;
  padding-bottom: 10px;
}

#footer-copyright a {
  font-family: Arial;
  font-size: 9px;
  text-align: center;
  height: 100%;
  padding-bottom: 10px;
}
