@import "menu.css";
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #fff url('images/bg.jpg') repeat-x top;
	font-family: Arial, helvetica, sans-serif;
	color: #555248;
	font-size: 11px;
	line-height: 16px;
}
a {
	color: #7f0440;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
h1,h2 {
	margin: 0em 0em 0.9em 0em;
	line-height: 1.2em;
}
p {
	margin: 0em 0em 0.8em 0em;
}
img {
	border: none;
}
div.clear {
	clear: both;
	width: 100%;
	font-size: 1px;
	line-height: 1px;
	height: 0px;
}
div#logo {
	position: relative;
	margin: 0px auto;
	text-align: left;
	height: 177px;
	width: 1053px;
	background: url('images/banner.gif') no-repeat;
}
div#logo img {
	display: none;
}
div#container {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 997px;
}
h1#areaName {
	position: absolute;
	right: 0px;
	top: 120px;
	margin: 0px;
	width: 563px;
	height: 26px;
	background: url('images/corporatetitle.gif');
}
h1#areaName em {
	display: none;
}
div#navBar {
	height: 48px;
	background: url('images/navBar.jpg');
}
div#stretchContent {
	background: url('images/stretchContent.jpg') repeat-y;
}
div#topContent {
	background: url('images/topContent.jpg') no-repeat top;
	min-height: 480px;
	height: auto !important;
	height: 480px;
}
div#content {
	padding: 25px 0px 0px 35px;
	width: 685px;
	float: left;
}
div#bannerImages {
	height: 227px;
	width: 684px;
}
div#breadCrumbs {
	margin: 10px 0px 20px 0px;
	font-size: 10px;
	color: #767163;
}
div#breadCrumbs a,
span.delimiterClassStr {
	text-decoration: none;
	color: #3b382f;
}
div#breadCrumbs a:hover {
	text-decoration: underline;
}
div#rightSide {
	padding: 25px 30px 50px 0px;
	width: 205px;
	float: right;
}
form#searchArea {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	width: 202px;
	height: 28px;
	background: url('images/searchBox.gif') no-repeat;
}
form#searchArea input.text {
	margin: 0px;
	margin: 8px 11px;
	width: 150px;
	height: 12px;
	border: 0px;
	background: none;
	font-size: 11px;
	float: left;
}
form#searchArea input.button {
	margin: 0px;
	float: right;
}
img#qldcricket {
	position: absolute;
	bottom: 100px;
	right: 40px;
}
div#footer {
	background: url('images/bottomContent.jpg') no-repeat bottom;
	height: 79px;
	padding: 25px 40px 0px 40px;
	text-align: left;
	color: #000;
	font-size: 11px;
}
div#footer p {
	margin: 0em 0em 0.4em 0em;
}
div#footer span {
	font-weight: bold;
}
div#footer a {
	font-weight: bold;
	color: #a40151;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footerLeft {
	float: left;
}
div#footerRight {
	float: right;
	text-align: right;
}
ul#design {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#design li {
	display: inline;
	border-right: 1px solid #a40151;
	padding: 0em 0.8em;
}
ul#design li.NIMLastItem {
	border-right: none;
	padding-right: 0em;
}
