* {
	margin: 0;
	padding: 0;
}
body {
	background: #d0e7fc url(../images/content_bg.jpg) repeat-x 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
html, body {
	height: 100%;
}
#wrapper {
	width: 913px;
	margin: 0 auto;
	min-height: 100%;
	background: url(../images/content_shadow.png) repeat-y 1px 0;

}
* html #wrapper {
	height: 100%;
}
a {
	color: #0066b3;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #074c7f
}
img { border: none }
h2,h3,h4,p,#content ul, #content ol, table {
	margin-bottom: 1em;
}
#content ul {
	margin-left: 20px;
}
#content ul.halves li {
	float: left;
	width: 49.9%;
}
#content ul.thirds li {
	float: left;
	width: 33%;
}
#header {
	background: #0066b3 url(../images/header.png) no-repeat 0 0;
	height: 142px;
	position: relative;
}
#header .tagline {
	position: absolute;
	top: 60px;
	right: 72px;
	color: #fff;
	font-size: 1.5em;
	width: 350px;
	text-align: right;
}
#header img.aus_made {
	position: absolute;
	top: 50px;
	right: 22px;
}
#top_menu {
	list-style: none;
	position: absolute;
	bottom: 0;
	right: 22px;
}
#top_menu li {
	float: left;
	background: #fdba1a url(../images/tab_left.jpg) no-repeat 0 0;
	margin-right: 2px;
}
#top_menu li:hover, #top_menu li.selected {
	background-position: 0 -35px;
}
#top_menu a {
	float: left;
	height: 35px;
	line-height: 35px;
	background:url(../images/tab_right.jpg) no-repeat 100% 0;
	padding: 0 13px;
	font-size: .75em;
	white-space: nowrap;
}
#top_menu li:hover a, #top_menu li.selected a {
	background-position: 100% -35px;
	color: #074c7f;
}
#banner {
	border-top: 1px solid #1a2b4b;
	border-bottom: 1px solid #e4a205;
}
#middle {
	margin: 0 3px 0 5px;
}
* html #middle { padding: 0; margin: 0 4px 0 4px }
#middle_inner {
	padding: 28px 20px 180px;
	overflow: hidden;
	background: #fff;
}
* html #middle_inner { height: 1%; overflow: visible }
#side_menu {
	float: left;
	width: 226px;
	background: #FDBB1E url(../images/menu_middle.gif) repeat-x 0 0;
	font-size: .8em;
}
#side_menu h2 {
	background: url(../images/menu_top.gif);
	color: #fff;
	padding-left: 25px;
	font-size: 14px;
	margin: 0;
}

#side_menu h2 span {
	background: url(../images/menu_arrow.gif) no-repeat 0 9px;
	height: 36px;
	line-height: 36px;
	padding-left: 25px;
	display: block;
}
#side_menu ul {
	list-style: none;
	border-left: 1px solid #E1A921;
	border-right: 1px solid #E1A921;
	overflow: hidden;
	padding: 0 25px 1em;
	min-height: 0;
}
* html #side_menu ul { height: 1% }
#side_menu li {
	margin-top: .8em;
	min-height: 0;
}
* html #side_menu li { height: 1% }
#side_menu a { display: block }
#side_menu_inner {
	background: url(../images/menu_bottom.gif) no-repeat bottom left;
	padding-bottom: 5px;	
}
#side_menu ul ul, #side_menu li.selected ul ul {
	padding: 0;
	border: none;
}
#side_menu li.selected ul, #side_menu ul ul li.selected ul {
	display: block;
}
#side_menu li li {
	background: url(../images/menu_marker.gif) no-repeat 0 4px;
	padding-left: 10px;
	font-weight: bold;
}
#side_menu li li li {
	background: none;
	padding: 0;
	margin-top: .4em;
	font-weight: normal;
}
#content {
	float: right;
	width: 586px;
	font-size: .8em;
}
#content_inner {
	padding: 1em 50px 0 10px;
}
h1 {
	background: #0066b3;
	color: #fff;
	font-weight: lighter;
	padding: 7px 10px 4px;
	font-size: 1.85em;
	line-height: 1em;
	margin-bottom: .2em;
}
#content h2 {
	color: #0066b3;
	font-size:1.3em;
}
#content h2 strong {
	color: #e4a205;
}
#footer {
	clear: both;
	height: 123px;
	margin: -123px 0 0;
	background: #005594 url(../images/footer_bg.jpg) repeat-x 0 0;
	font-size: .75em;
}
#footer .inner {
	width: 907px;
	height: 123px;
	margin: 0 auto;
	background: url(../images/footer.jpg) no-repeat 2px 0;
	position: relative;
}
#footer .logo {
	position: absolute;
	right: 29px;
	top: -20px;
}
#footer .copy {
	color: #fff;
	position: absolute;
	bottom: 30px;
	left: 0;
}
#footer .privacy {
	color: #fff;
	position: absolute;
	bottom: 30px;
	right: 0;
}

/* content classes */
hr {
	height: 0;
	border: none;
	border-top: 2px solid #E4A205;
	margin-bottom: 1em;
}
.bigger {
	font-size: 1.2em;
}
table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #000;
	border-left: none;
	border-right: none;
}
th {
	border: 1px solid #000;
	border-left: none;
	padding: 2px 5px 2px 0;
	text-align: left;
	width: 120px;
}
td {
	padding: 2px 0 2px 5px;
	border: 1px solid #000;
	border-right: none;
}

/* Layout */
.layout {
	width: 100%;
	overflow: hidden;
	margin-top: 1em;
}
.l_120, .l_130, .l_140, .l_150, .l_180, .l_280, .quarter, .half {
	float: left;
	margin-right: 9px;
}
.layout .last {
	margin: 0;
}
.l_120 {
	width: 100px;
}
.l_130 {
	width: 110px
}
.l_140 {
	width: 120px
}
.l_150 {
	width: 130px
}
.l_180 {
	width: 160px;
}
.l_280 {
	width: 260px;
}
.quarter {
	width: 139px;
}
.half {
	width: 288px;
}
.orange {
	background: #fbbb85;
	margin-bottom: 1em;
}
.padder { padding: 10px }

/* lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto; display: block }
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Arial, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 80%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ float: right; font-size:1.2em;  height: 30px; line-height: 1.3em; margin: 10px 0 0 0}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
#caption { font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; color: #000; display: block; height: 30px; line-height: 1.2em; padding:1px; margin: 10px 0 0 0}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}