/* CSS Document */
/* Common styles for screen media */

/* ----- global settings ----- */
html, body, h1, h2, h3, p { margin:0; padding:0; }
body {
	font-size:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#000; 
	/* background:#f8f8f8 url(images/bg_body.jpg) repeat-x; */
	background: url(images/bg_body.jpg) center repeat-y #ACAC7C;
	/* background:#000; */
}
a {
	color:#333399;
}

/* ----- basic structure ----- */
div#container {
	position:relative;
	margin:0 auto 0;
	width:760px;
	/* background:url(images/bg_container.jpg) no-repeat left top; */
}
div#wrapper {
	/* background:#fff url(images/wrapper_bg.jpg) no-repeat right top; */
	width:750px;
	margin:0 5px;
}
div#header {
	display:block;
	position:relative;
	width:auto;
	/* height:118px; */
	min-height:118px;
	height:9.3em;
	/* background:#fff url(images/bg_header.jpg) no-repeat right top; */
}
div#header #imageLinks {
	padding-left:3px;
}
/*div#header h1 {
	background-image:url(images/logo_ace.png); 
	background-repeat:no-repeat;
	position:absolute;
	top:4px;
	left:14px;
}
div#header h1 a { 
	display:block;
	width:138px;
	height:101px;
}
*/
div#header h1 {
	/* background-image:url(images/logo_nrs.jpg); */
	position:absolute;
	top:19px;
	left:14px;
}
div#header h1 a {
	display:block;
	width:74px; 
	height:57px;
}
div#header a {
	color:#000000;
	text-decoration:none;
}
div#content {
	display:block;
    position:relative;
	width:auto;
	padding:10px 10px 0 5px;
	margin:0 5px;
	background:#fff;
}
div.footer {
	display:block;
	position:relative;
	width:auto;
	text-align:center;
	margin:0 5px;
	padding:2em 0 1em;
	clear:both;
	background:none;
}
div.footer p {
	color:#333333;
	font-size:100%;
	padding-top:8px;
	/*text-transform:capitalize;*/
}
div.footer div#ausLogo {
	padding-top:0.8em;
	text-align:right;
}
div.footer .grey a {
	color:#333;
	text-decoration:none;
}
div.footer .grey a:hover {
	color:#333;
	text-decoration:underline;
}

/* ----- div#copyright ----- */
div#copyright {
	padding:0 3.6em;
}
div#copyright h3 {
	margin:0 0 1em;
}
div#copyright p {
	margin:0 0 1em;
	line-height:1.5em;
}

/* ----- div#help ----- */
div#help {
	display:block;
	text-align:right;
	position:absolute;
	top:90px;
	height:2.1em;
	background-color:#ffa459;
	left:3px;
	right:3px;
}
div#help .topNav {
	padding:5px 18px 0px 10px;
	color:#000000;

}
div#help .pipe {
	color:#ffffff;
}

/* ----- miscellaneous values ----- */

.hide { display:none; visibility:hidden; }
.clear_both { clear:both; }
.float_left { float:left; }
.float_right { float:right; }
