/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 09 June 2026 13:50:56
*/


/*---------- General rules ----------------- */

* {
  font-family : Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size : 9pt; 
}
body {font-size:75%;color:#222;font-family: Arial,"Helvetica Neue", Helvetica, sans-serif;}

th { 
  font-weight: bolder; 
  text-align: center;
}
caption { 
  text-align: center;
}
address, blockquote, body, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, object, ol, p, ul,hr, pre { 
  display: block;
}
ul, ol, dl { 
  page-break-before: avoid;
} 
blockquote { 
  margin-left: 40px; 
  margin-right: 40px;
}
h1, h2, h3, h4, h5 {
  color: #000; 
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  page-break-after: avoid; 
  page-break-inside: avoid;
}
h1 { 
  font-size: 2em; 
  margin: .67em 0;
}
h2 {
  font-size: 1.5em; 
  margin: .83em 0;
}
h3 { 
  font-size: 1.17em; 
  margin: 1em 0;
}
p {
  font-size: 9pt;
}
a:link, a:visited {
  background: transparent;
  color: #000;
  text-decoration: underline;
}

/*---------------------------------------*/

#container {
  margin: 0; 
  width: auto;
  background: none;
}
#branding{
  float:none;
  width:100%;
  background:#fff;
}
#nav-supp-container, #search-input, #nav-pri, #feeds, #nav-breadcrumbs, #nav-sec, .content-sec, #siteinfo-legal {
  display: none;
}
#branding-banner {
  float:none;
  background:#fff
}
#branding-logo {
  margin:0;
}
#content {
  float: none; 
  padding-top:10px; 
  background: none;
}
#content-title {
  float:none; 
  width:100%;
  background:none;
  padding: 0;
}
#content-title h1 {
  font-size:2em; 
  margin:0; 
  padding:0; 
  color: #000;
}
#content-main-container { 
  float:none; 
  width:95%; 
  margin:0; 
  padding-bottom:50px;
}
#content-main {
  float:none;
  width:100%;
}
#content-main a {
    text-decoration: underline;
    color: #000;
}

#content-main .page-list {
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
  color: #376CA2;
  margin: 0 0 20px 0;
  padding: 0;
}

.frontpage-feature { margin-left:116px; width:100%; margin:0 auto; background:#fff; padding-bottom:10px;}
.frontpage-feature h2 {display:block; text-align:center; background:#fff;}
.frontpage-feature p {margin:5px;}

#siteinfo {
  margin:0px; 
  width:95%; 
  padding-top:10px; 
  background: none;
  border-top: 1px dotted #ccc;
}
#siteinfo a {
  text-decoration:none;
  font-size: 0.98em;
}
#siteinfo-credits {
  float:none; 
  text-align:left;
}

/*-------- Form Style-------*/
.error-msg {
  color:#cc0000;
  font-style: italic;
}
.form-style {
  margin: 10px 0 0 0;
  padding: 0px;
}
.form-style fieldset {
  border: 1px dotted #ccc;
  padding: 10px 5px;
  width: 95%;
  margin: 0;
  position: relative;
}
.form-style fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 10px;
  margin: 0;
}
.form-style label{
  float: left;
  width: 150px;
  text-align: right;
  margin: 0 10px 0 0;
}
.form-style br {
  clear: left;
}
.form-style .field-wrapper {
  margin-top: 20px;
}
.form-style input, #feedback textarea {
  border: 1px solid #999;
  padding: 2px 0;
  margin-bottom: 5px;
}
.form-style textarea {
  width: 300px;
}
.form-style input#form_email_385_submit, .form-style input#form_email_173_submit {
  background:#376ca2 url(mysource_files/barGradientTwo.gif) repeat-x;
  color: #fff;
  padding: 2px 5px;
  border: none;
}
.form-style #submitbutton {
  margin: 20px 0 0 160px;
}

