* {
	font-family: Calibri, Arial, sans-serif;
}

body {
	padding: 0;
	margin: 0;
}

/* .header .backButton,
.header .forwardButton,
#contentsButton,
.footer .pdfLink, */
.headerBG {
	behavior: url("../../js/iepngfix.htc");
}

P,
LI,
SPAN,
A,
TH,
TD,
H4 {
	font-size: 14px;
}

H1 {
	font-size: 40px;
}

H2 {
	font-size: 22px;
}

H3,
H3 A {
	font-size: 16px;
}

H1,
H2,
H3,
H4 {
	font-weight: bold;
}

.contentHolder {
	width: 938px;
}

.headerBG {
	height: 48px;
	width: 938px;
	background: url(../images/header.png) top left no-repeat;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.header {
	height: 48px;
	z-index: 2;
	position: relative;
}

.header .backButton {
	float: left;
	margin: 5px 30px;
	background: url("../images/back.png") top left no-repeat;
	width: 37px;
	height: 34px;
	cursor: pointer;
}

.header .backButton:hover {
	background-position: left -34px;
}

.header .forwardButton {
	float: right;
	margin: 5px 30px;
	background: url("../images/forward.png") top left no-repeat;
	width: 37px;
	height: 34px;
	cursor: pointer;
}

.header .forwardButton:hover {
	background-position: left -34px;
}

#contentsButton {
	position: absolute;
	top: 5px;
	left: 420px;
	background: url("../images/ContentsButton.png") top left no-repeat;
	width: 63px;
	height: 34px;
	z-index: 10;
	cursor: pointer;
}

#contentsButton:hover {
	background-position: left -34px;
}

#contentsButton.selected,
#contentsButton.selected:hover {
	background-position: left -68px;
}

#contentsContainer {
	position: absolute;
	z-index: 10;
	left: 236px;
	width: 400px;
	top: 47px;
	-top: 48px;
	
	border: 1px solid #999999;
	border-top: none;
	background: #EEEEEE;
	display: none;
	padding: 0 10px 10px;
	
	border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	behavior: url("/js/PIE.htc");
	-behavior: none; /* breaks links in IE6 */
	
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity = 90);
}

#contentsContainer .contentsHeader {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

#contentsContainer a {
	display: block;
	margin: 4px 20px;
	text-transform: uppercase;
	color: #666666;
	cursor: pointer;
	font-weight: bold;
}

#contentsContainer a .pageNumber {
	float: right;
}

#contentsContainer a:hover {
	color: #333333;
}

.footer {
	outline: none;
	background: url("../images/footerBGSlice.png") repeat-x left top;
	border-top: 4px solid #231F20;
	height: 58px;
}

.footer .footerText {
	float: left;
	color: #5C5959;
	margin: 5px 30px;
	font-weight: bold;
}

.footer .footerText .corporateReview {
	text-transform: uppercase;
	color: #C4C3C3;
}

.footer #pageNumber {
	float: left;
	margin-top: 8px;
	margin-left: 250px;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	display: none;
}

.footer .pdfLink {
	float: right;
	margin: 16px 30px;
	width: 47px;
	height: 25px;
	background: url("../images/PDFButton.png") top left no-repeat;
}

.footer .pdfLink:hover {
	background-position: left -25px;
}

#imageHolder {
	height: 650px;
	width: 938px;
	
	overflow: auto;
	
	/* IE 6. */
	*height:650px;
	*overflow-y:auto;
	*overflow-x:hidden;
	
	position: relative;
}

.scaPage {
	position: absolute;
	
}

#imageHolder img {
	border: none;
}

.clear {
	clear: both;
}



/*

/* Overlay properties... * /

div.blankOverlay {
	display: none;
}

div.graphOverlay {
	display: none;
	
	border: black solid 1px;
	background-image:url(../images/Queensland.png); 
}

div.overlay { 
     
    /* growing background image * / 
    background-image:url(../images/overlay/white.png); 
     
    /* dimensions after the growing animation finishes  * / 
    width:600px; 
    height:470px;         
     
    /* initially overlay is hidden * / 
    display:none; 
     
    /* some padding to layout nested elements nicely  * / 
    padding:55px; 
} 
 
/* default close button positioned on upper right corner * / 
div.overlay div.close { 
    background-image:url(../images/overlay/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
} 
 
 
/* black * / 
div.overlay.black { 
    background:url(../images/overlay/transparent.png) no-repeat !important; 
    color:#fff; 
} 
 
/* petrol * / 
div.overlay.petrol { 
    background:url(../images/overlay/petrol.png) no-repeat !important; 
    color:#fff; 
} 
 
div.black h2, div.petrol h2 { 
    color:#ddd;         
}

div table td ul {
	margin-top: 0;
}

.paddedDiv {
	padding: 3px 0;
	/*width: 95%;* /
	/*position: relative;* /
}

.rightAlign {
	position: absolute;
	right: 0;
}

*/
