
/* CSS Document */

/* MAP */
	ul#projects-map { 
		position: relative;
		width: 347px;
		height: 335px;
		background: url('images/aus_map.jpg') no-repeat 0 0;
		list-style-type:none;
	}
	ul#projects-map li a, ul#projects-map li a:visited {
		text-decoration: none; 
	}
	ul#projects-map li a {	display:block;
		position: absolute;
		font-size: 2em;
	}
	ul#projects-map li a img{ border: 0px; }
	ul#projects-map li a#cleo-project { left: 162px; top: 28px; }
	ul#projects-map li a#munadgee-project { left: 189px; top: 82px; }
	ul#projects-map li a#native-project { left: 168px; top: 112px; }
	ul#projects-map li a#gaylad-project { left: 192px;	top: 122px; }
	ul#projects-map li a#kalnorth-project { left: 70px;	top: 180px; }

/* POPUPS TOOLTIP IMAGES */
	ul#projects-map li a * { display:none; }
	ul#projects-map li a:hover { background:transparent;}
	ul#projects-map li a:hover * { display:block; position:absolute;}

/* positioning of tooltip graphics */
	ul#projects-map li a#cleo-project div { top: 5px; left: -120px; }
	ul#projects-map li a#munadgee-project div { top: -15px; left: 15px; }
	ul#projects-map li a#native-project div { top: 5px; left: -95px; }
	ul#projects-map li a#gaylad-project div { top: 15px; left: 20px; }
	ul#projects-map li a#kalnorth-project div { top: -15px; left: 15px; }



body {
	
	font-family: Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-left:1px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	position:relative;
	font-size:14px;
	line-height:1.75em;
}

#wrapperdiv
{
    margin:0 auto;
    width:1200px;
    background-image: url(images/bgbar.gif);
	background-position:center;
	background-repeat:repeat-y;
	min-height:1600px;
}


html>margin {
margin:0px
}


.spaced sub
{
	position:relative;
    line-height:0px!important;
    bottom:0em;
    font-size:80%;
}

.spaced sup 
{
	position:relative; 
    line-height:0px!important;
    top:0.3em;
    font-size:80%;
 } 
 
 .thumb
 {
    border:solid 1px #333333;
    padding:5px;
    background-color:#EEEEEE;
    text-align:center;
 }

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-top:1em;
	margin-bottom:0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:0px;
}



.oneColFixCtr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:300px;
}

.oneColFixCtr #topbar {
	width:920px;
	padding: 0 0;
	margin:0 0;
	background-color:#FFFFFF;
	position:relative;
}

.oneColFixCtr #botbar {
	width:920px;
	padding: 0 0;
	margin:0 0;
	background-color:#FFFFFF;
	position:relative;
}

#copyright {
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:800px;
	top:166px;
	left:20px;
	color:white;
	padding: 0 0;
	margin:0 0;
	color:#efeeea;
}

a.copyright{
	color:white;
	text-decoration:none;
}

a.copyright:hover{
	text-decoration:underline;
	color:White;
}

#menu {
	position:absolute;
	top:183px;
	left:10px;
	width:800px;
	padding:0px;
	margin:0px;
	font-size:13px!important;
}

#search {
	position:absolute;
	top:184px;
	right:10px;
	width:214px;
	padding:0px;
	margin:0px;
}

.searchbox {
    height:14px;
    font-size:12px;
}

#search a {
    color:white;
}

#search a:hover {
    color:#FFFF80;
}

.searchtitle
{
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #874825;
}

.searchurl
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    color: #808080;
}

#searchresults
{
    line-height: 1em;
}


#mil {
display:none;
}

#news{
	width:280px;
	height:90px;
	position:absolute;
	top:35px;
	left:30px;
}

a #news
{
	color:white;
}


.alignright {
	text-align:right;
}

.aligncentre{
    text-align:center;
}

ul.reports
{
    list-style-type:none;
    line-height:1.2em;
}

.repdate
{
    color:Red;
}

.tight
{
line-height:1.2em;
}

a.replist
{
    color:#333333;
    text-decoration:none;
}

a.replist:hover
{
    text-decoration:underline;
}

a
{
    color:#333333;
}

a:hover
{
    color:#888888;
}

table
{

}

.tableheader
{
    color:White;
    background-color:#333333;
}

.tablerow
{

}

.tablerowalt
{
    background-color:#EEEEEE;
}


#notice
{
	border:solid 2px #aa0000;
	padding:0px 10px 0px 10px;
	color:Red;
	margin:2px;
	line-height:1.2em;
}

#notice h1
{
	text-align:center;
}

#notice p
{
	color:#aa0000;
}

#signup
{
	background-color:#ffffff;
	border:none 1px #8e8779;
	padding:0px 1px 0px 1px;
	width:300px;
}