colours {
	color: #000000; /* black */
	color: #ffffff; /* white */
	color: #003399; /* blue */
	color: #990000; /* red */
  color: #561e0d; /* dark red */
  color: #EAE6E5; /* grey */
  color: #003399; /* text blue */
}
body.design {
	background: #fff; /* white */
  font-size: 62.5%;
	text-align: center;
	margin: 0px 0px;
}
body {
	font-family: Verdana, Arial, sans-serif;
}
* {
	margin: 0px;
	padding: 0px; 
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, sans-serif;
	margin: 0px 0px;
	padding:0px;
  color: #003399;
  font-size: 1em;
  line-height: 1em;
}
h1 {
  font-size: 1.4em;
}
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1.1em;
}

/*- links --------------------------------------------------------------------*/
a {
	cursor: pointer;
  color: #003399; /* text blue */
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}
p {
	margin: 10px 0px;
}
ul,ol {
	margin: 0px 0px 0px 30px;
}
img {
	border: 0;
}

.sml {
  font-size: 0.8em;
}
.lrg {
  font-size: 1.2em;
}

/*- classes ------------------------------------------------------------------*/
.left {
	float: left;
	margin: 0px 5px 0px 0px;
}
.right {
	float: right;
	margin: 0px 0px 0px 5px;
}

.textRight {
  text-align: right;
}
.textLeft {
  text-align: left;
}

.clear {
	clear: both;
  height: 1px;
  line-height: 1px;
}


.error {
	margin: 10px 0;
	color: #ff0000;
	background-color : #ffeeee;
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	padding: 10px;
}
.info {
	margin: 10px 0;
	color: #0000ff;
	background-color:	#eeeeff;
	border-bottom: 1px solid #0000ff;
	border-top: 1px solid #0000ff; 
	padding : 10px;
}
.success {
	margin: 10px 0;
	color: #009F62;
	background-color: #E6FFE6;
	border-top: 1px solid #009F62;
	border-bottom: 1px solid #009F62;
	padding: 10px;
}

/*- layout -------------------------------------------------------------------*/
.iconImage {
	position: relative;
	top: 4px;
}


.border {
  border: 1px solid #003399;
  padding: 10px 5px;
}


.location_edit {
  border: 1px solid #561e0d;
  padding: 5px;
}

/*- site ---------------------------------------------------------------------*/
#container {
  width: 780px;
  margin: 10px auto;
  line-height: 1.4em;
  text-align: left;
	position: relative;
}
  #tools {
    font-size: 1.2em;
    font-weight: bold;
    height: 35px;
  }
    #testSize {
      color: #003399; /* text blue */
      width: 250px;
      float: left;
    }
    #search_container {
      width: 400px;
      float: right;
      text-align: right;
    }
  #header {
    background: #003399 url(images/hands-blue.jpg) no-repeat bottom right;
    height: 160px;
    text-align: right;
    color: #ffffff; /* white */
    position: relative;
  }
    #logo {
      float: left;
    }
    .header_1 {
      font-size: 2.4em;
      line-height: 1.6em;
      margin: 20px 10px;
    }
    #staff_com_zone {
      position: absolute;
      bottom: 5px;
      left: 5px;
    }
  #main {
    
  }
    #content {
      float: right;
      width: 610px;
    }
      #contentInner {
        padding: 35px;
      }
        #document_container {
          margin: 50px 0px 10px 0px;
        }
      
      
    #sidebar {
      float: right;
      width: 170px;
    }  
      #sidebarInner {
        padding: 5px 0px;
      }
      
        .sidebar_box_title {
          color: #ffffff; /* white */
          background: #003399; /* blue */
          font-size: 1.2em;
          font-weight: bold;
          height: 30px;
          text-align: center;
        }
          .sidebar_box_title span {
            padding: 6px 0px 0px 0px;
            display: block;
          }
        .sidebar_box_content {
          color: #561e0d; /* dark red */
          background: #e2e2ec; /* grey */
          margin-bottom: 10px;
        }
          .sidebar_box_content span {
            padding: 6px;
            display: block;
          }
          .sidebar_box_content ul {
            list-style-type: none;
            margin: 0px;
            padding: 5px 0px;
          }
            .sidebar_box_content li {
            }
              .sidebar_box_content li a {
                background: url(images/arrow-blue.jpg) no-repeat 2px 4px;
                padding: 2px 0px 2px 20px;
                display: block;
              }
        
        .sidebar_box_border {
          border: 1px solid #b2b2b2;
          margin: 5px 0px;
        }
          .sidebar_box_border p {
            padding: 5px;
          }
	#footer {
		clear: both;
    color: #003399; /* blue */
	}
    #topBar {
      text-align: left;;
      font-size: 1.2em;
      color: #ffffff; /* white */
      background: #003399; /* blue */
      height: 30px;
    }
      #topBar span {
        display: block;
        padding: 5px 10px 0px 5px;
        float: left;
      }
      #topBar span#updated {
        float: right;
        text-align: right;
      }
      #topBar a {
        color: #ffffff; /* white */
      }
    #footerNav {
      margin-top:15px;
    }
    #copyright {
      float: right;
      text-align: right;
      margin: 15px 0px 0px 0px;
    }
    #developed {
      float: right;
      clear: both;
    }
  #belowsite {
    text-align: center;
    margin-top: 30px;
  }
    

/*- superForm ----------------------------------------------------------------*/
form.superForm {
  width: 80%;
}
  form.superForm label {
    width: 40%;
    margin-right: 5%;
    margin: 5px 5% 5px 0px;
    float: left;
    text-align: right;
  }
  form.superForm .text {
    width: 50%;
    float: left;
    clear: right;
    border: 1px solid #333;
    margin: 5px 0px;
  }

/*- general forms ------------------------------------------------------------*/
input, textarea {
  border: 1px solid #333;
  margin: 5px 0px;
}

.submit {
  border: none;
}

/*- staff directory ----------------------------------------------------------*/

table#staff_directory_table {
  border-collapse: collapse;
}
  table#staff_directory_table tr.odd td {
    background: #F0F0FF;
  }
  table#staff_directory_table td {
    border: 1px solid #333;
    padding: 2px;
  }
    table#staff_directory_table td p {
      margin: 0px;
    }
  table#staff_directory_table th {
    border: 1px solid #000;
    background: #eee;
    padding: 2px;
  }
  
form#staff_login {
  margin: 0px;
  padding: 0px;
}