@charset "utf-8";
/* CSS Document */

html { /* html tags set to 100% to ensure container div extends to bottom of page */
	width: 100%;
	height: 100%;
}

body { /* settings ensure image extends to full page and tracks as window is scaled */
	margin: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 0;
	background-image: url(Templates/MTB%20Template%20Background%20Image.jpg);
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	margin-left: 20px;
}

h1, h2, h3, h4, h5, h6, p {

}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

a.navigation:link {
	color: #FFF;
	text-decoration: none;
	font-size: medium;

}

a.navigation:visited {
	color: #FFF;
	text-decoration: none;
	font-size: medium;
}

a.navigation:hover { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #FFF;
	text-decoration: none;
	font-size: medium;
}

a.navigation:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #FFF;
	text-decoration: none;
	font-size: medium;
}

a.navigation:active { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #FFF;
	text-decoration: none;
	font-size: medium;
}

.header { /* header is set to full width and 150px high. z index = 2 to sit over body */
	background: #000;
	z-index: 3;
	height: 150px;
	color: #FFF;
	position: fixed;
	top: 0px;
	width: 100%;
}

.logo { /* logo contains title divs and logo. Set to be centred with z index = 3 to sit over header. Background image of 1000 px by 150 px to have logo image. */
	z-index: 4;
	width: 1000px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(Templates/Bancoora%20Logo.jpg)
}

.container {/* container set to full height with top margin to force content down below header. */
	width: 1000px;
	margin: 150px auto;
	/*margin-right: auto;
	margin-left: auto;*/
	background-color: #FFF;
	z-index: 2;
	/*margin-top: 150px;
	margin-bottom: 0px;*/
	/*height: 100%;*/
	/*min-height: 1200px;*/
	min-height: 600px;
	padding-bottom: 20px;
	/*max-height: 10px;*/
	overflow-y: auto;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

.figurecaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	font-weight: bold;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.bottommenu {
	height: 50px;
	width: 1000px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000;
	z-index: 3;
	color: #FFF;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #222;
	height: 25px;
	width: 100%;
	position: fixed;
	top: 125px;
	z-index: 3;
}

.topheadingline {
	height: 80px;
	width: 1000px;
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bolder;
	color: #FFF;
}

.middleheadingline {
	height: 40px;
	width: 710px;
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bolder;
	color: #FFF;
	padding-left: 20px;
}

.bottomheadingline {
	background-color: #000;
	height: 30px;
	width: 1000px;
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	color: #FFF;
}

.bottomheadingmenu {
	background-color: #000;
	height: 30px;
	width: 700px;
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	color: #9F0;
	padding-left: 20px;
}

a.heading:link {
	color: #FFF;
	text-decoration: none;
	font-size: medium;
}

a.heading:visited {
	color: #FFF;
	text-decoration: none;
	font-size: medium;
}

a.heading:hover { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #FFF;
	text-decoration: none;
	background-color: #888;
	font-size: medium;
}

a.heading:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #FFF;
	text-decoration: none;
}

a.heading:active { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #FFF;
	text-decoration: none;
	font-size: medium;
}

.bottomheadingline .youarehere {
	color: #FFF;
	text-decoration: none;
}

a.headingmenu:link {
	color: #FFF;
	text-decoration: none;
	font-size: medium;
}

a.headingmenu:visited {
	color: #FFF;
	text-decoration: none;
	font-size: medium;
}

a.headingmenu:hover { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #FFF;
	text-decoration: none;
	font-size: medium;
	background-color: #888;
}

a.headingmenu:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #FFF;
	text-decoration: none;
	font-size: medium;
	background-color: #888;
}

a.headingmenu:active { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #FFF;
	text-decoration: none;
	font-size: medium;
	background-color: #888;
}

a.bottomheadingmenu:link {
	color: #FFF;
	text-decoration: none;
}

a.bottomheadingmenu:visited {
	color: #FFF;
	text-decoration: none;
}

a.bottomheadingmenu:hover { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #FFF;
	text-decoration: none;
}

a.bottomheadingmenu:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #FFF;
	text-decoration: none;
}

a.bottomheadingmenu:active { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #FFF;
	text-decoration: none;
}

.NormalSectionHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FFF;
	background-color: #06C;
	height: 50px;
	width: 1000px;
	line-height: 50px;
	alignment-adjust: central;
	text-align: center;
	vertical-align: central;
	margin-top: 20px;
	margin-bottom: 0px;
	float:
; 	clear: both;
}

.NormalSafetyHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color:#FFF;
	background-color:#C00;
	height: 50px;
	width: 1000px;
	line-height: 50px;
	alignment-adjust: central;
	text-align: center;
	vertical-align: central;
	margin-top: 20px;
	margin-bottom: 0px;

	float:
; 	clear: both;
}

div.figureleft {
	float: left;
	width: auto;
	border: thin silver solid;
	margin: 20px;
	padding: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
}
div.figureleft p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

div.figureright {
  float: left;
  width: auto;
  border: thin silver solid;
  margin: 20px;
  padding: 20px;
}
div.figureright p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

div.figuretrio {
	margin: auto;
	width: auto;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
div.figuretrioinside {
	margin: auto;
	width: 720px;
}
div.figuretrio p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
.container .figuretrio imgmiddle {
	padding-right: 20px;
	padding-left: 20px;
}
.container .figuretrio img {
	padding-right: 20px;
	padding-left: 20px;
}
.container table tr th p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
.container table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 20px;
}
.container table tr td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 20px;
}
.container table tr th {
	line-height: 20px;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.container .TableRow {
	min-height: 30px;
	width: 100%;
	overflow:hidden;
}
.container .TableRow100High {
	height: 100px;
	width: 1000px;
	vertical-align: middle;
	text-align: center;
}
.container .TableRow .TableRow20 {
	min-height: 30px;
	width: 200px;
	float: left;
}

.container .TableRow .TableRow80 {
	min-height: 30px;
	width: 760px;
	float: left;
	clear:right;
}

.container .TableRow .TableRow20 .pbold {
	font-weight: bold;
}
.container .TableMap {
	height: 800px;
	width: 1000px;
	padding-top: 20px;
}
.container .TableMap800 {
	height: 800px;
	width: 800px;
	padding-right: 25px;
	float: left;
}
.container .TableMap150 {
	height: 300px;
	width: 150px;
	border-radius: 20px;
	border-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF !important;
	font-weight: bold;
	font-size: x-large;
	padding-top: 250px;
	padding-bottom: 250px;
	float: left;
	text-align: center;
	vertical-align: center;
	background-color: #06C;
}
.container .TableMap .TableMap150:link {
	color: #FFF !important;
	text-decoration: none;
}

.container .TableMap .TableMap150:visited {
	color: #FFF !important;
	text-decoration: none;
}

.container .TableMap .TableMap150:hover { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #FFF !important;
	text-decoration: none;
}

.container .TableMap .TableMap150:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #000;
	text-decoration: none;
}

.container .TableMap .TableMap150:active { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #FFF !important;
	text-decoration: none;
}
.containeroutline {
	background-color: #FFF;
	height: 100%;
	width: 1000px;
	position: fixed;
	top: 0px;
}
