﻿body {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0;
	padding:0;
	background: #000000;
}
.hidden {
	display:none;
	visibility:hidden;
}
table {
	height: 100%;
	width: 100%;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
/** html #home {
	text-align: center;
}*/

#container {
	height: 660px;
	margin: auto;
	vertical-align: middle;
}

#greyHeader {
	background: #999999;
	font-size: .82em;
	color: #ffffff;
	padding: 8px;
}
#header{
	background-color: #213A83;
	border-bottom: 1px solid #ffffff;
	padding:0;
	text-align: left;
	
}
#header .rightLogo {
	position: absolute;
	left: 470px;

}
#mainImage {
	background: url('../images/mainImage.jpg') no-repeat;
	height: 189px;
	color: #ffffff;
}

.intro {
	font-size: .8em;
	width: 380px;
	margin-left: 376px;
	margin-top: 45px;
}
html>body .intro {
	margin-top: 0;
	padding-top: 27px;
}
#yellowBar {
	background: url('../images/yellowBckgrd.jpg');
	padding:5px;
	border-bottom: 1px solid #0D1F63
}
#indexHeadings {
	float: left;
	padding:0;
	margin-top:-3px;
	border-top: 1px solid #947420;
	background: #ffc225;
	width: 100%;
}
#indexHeadings .aust {
	height: 40px;
	display: block;
	float: left;
}
#indexHeadings .search {
	height: 40px;
	display: block;
	float: left;
}
#indexHeadings .who {
	height: 40px;
	display: block;
	float: left;
}
#indexHeadings .about {
	height: 40px;
	display: block;
	float: left;
}
#indexHeadings .about {
	background:url('../images/aboutIndex.gif') no-repeat;
	border-right: 1px solid #947420;
	width: 190px
}
#indexHeadings .who {
	background:url('../images/whoIndex.gif') no-repeat;
	border-right: 1px solid #947420;
	width: 189px
}
#indexHeadings .search {
	background:url('../images/searchIndex.gif') no-repeat;
	border-right: 1px solid #947420;
	width: 189px
}
#indexHeadings .aust {
	background:url('../images/austIndex.gif') no-repeat;
	width: 189px
}
#blockBackgrd {
	background: #46578A;
	width: 100%;
	
}
#indexBlocks {
	float: left;
	padding:0;
	font-size: .8em;
}
#indexBlocks #centres {
	height: 165px;
	display: block;
	float: left;
	width: 760px;
	background: #46578A;
}

#indexBlocks #search {
	height: 165px;
	display: block;
	float: left;
	width: 760px;
	background: #46578A;
}

#indexBlocks #who {
	height: 165px;
	display: block;
	float: left;
	width: 760px;
	background: #46578A;
}

#indexBlocks #about {
	height: 165px;
	display: block;
	float: left;
	width: 760px;
	background: #46578A;
}

#indexBlocks #about {
	border-right: 1px solid #ffffff;
	width: 190px;
}
#indexBlocks #search {
	border-right: 1px solid #ffffff;
	width: 189px;
}
#indexBlocks #who {
	border-right: 1px solid #ffffff;
	width: 189px;
}
#indexBlocks #centres {
	width: 189px;
}
#indexBlocks ul {
	list-style: none;
	margin:0px;
	padding:15px;
}
html>body #indexBlocks ul {
	margin-left: -15px;
}
#indexBlocks li {
	padding: 2px;
}
#indexBlocks p {
	color:#ffffff;
	margin: 10px;
}
#indexBlocks form {
	margin: 0;
	margin-left: 10px;
}
#indexBlocks label {
	font-weight: bold;
	color: #ffffff;
	padding-right: 3px;
}
#indexBlocks input {
	border: 1px solid #000000;
	background: #ffffff;
	color: #767676;
}
input.searchButton {
	height: 20px;
	color: #000000;
}
html>body input.searchButton {
	width: 23px;
	text-align: center;
}
#blueBar {
	width:100%;
	height: 20px;
	background: #46578A;
	margin-top: -3px;
}
html>body #blueBar {
	clear: both;
}
#footer {
	text-align: left;
	padding: 0;
	width: 100%;
	background: #999999;
	color: #ffffff;
	padding-bottom: 10px;
}
#greyFooter {
	color:#E0E0E5;
	background: #666666;
	border-top: 2px solid #999999;
	height: 30px;
}
#greyFooter .right{
	position: absolute;
	left: 355px;
	padding: 5px;
	font-weight: 500;
}
.yellow {
	color: #DFBE00;
	background: transparent;
	float:none;
}
.footerLinks {
	clear: both;
}
.footerLinks a {
	color: #ffffff;
	font-size: .8em;
	padding: 7px;
	padding-bottom: 10px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
a.skills {
	background: transparent;
	color: #ffc225;
}