/* TEST this the background colour and properties of the document */
body {
	background-color: #094d6f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* this is the font type, size and colour for general text within the page */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
}

/* this is the colour for general text links within the page */
a {
	color: #ffd275;
	text-decoration: none;
}


/* this is the colour for general text links within the page when you mouseover them */
a:hover {
	text-decoration: underline;
}

h2{	
	margin-top: 0px;
	color: #ffd275;
}

#login_form{
	margin: 0px auto;
	width: 200px;
	text-align: right;
}

#login_form label{
	display: block;
	float: left;
	width: 80px;
}

#navlist{
	position: relative;
	top: 20px;
	text-align: left;
}

/* this is the colour, size and weight for text headers */
.text_header {
	font-size: 14px;
	font-weight: bold;
	color: #ffd275;
}


.menulinks {
	font-size: 14px;
	margin-left: 15px;
	margin-right: 15px;
	color: #ffffff;
	text-decoration: none;
}

.menulinks:hover {
	font-size: 14px;
	margin-left: 15px;
	margin-right: 15px;
	color: #272326;
	text-decoration: underline;
}

.baselinks {
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	color: #ffffff;
	text-decoration: none;
}

.baselinks:hover {
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	color: #ffffff;
	text-decoration: underline;
}


/* this is the colour of the copyright text link */
.copyrightcolor {
	font-size: 10px;
	color: #838c91;
}


.header {
	background-image:url(/images/qld_header.jpg);
	width: 960px;
	height: 150px;
}
.menu {
	padding-top: 80px;
	width: 960px;
}

#flash {
	height: 134px;
}

#inner_padding{
	margin: 0px 10px;
	padding: 10px 10px;
	
}

.main {
	background: #0c5e86;
	width: 960px;
	text-align: left;
	background-image:url(/images/qld_header_under.jpg);
	background-repeat: no-repeat;
}
.base {
	background-image:url(/images/beach.jpg);
	width: 960px;
	height: 374px;
}
.base_links {
	background: #071922;
	width: 960px;
	height: 100px;
}


#home_pic {
	float: left;
	padding: 20px;
}
#home_text {
	text-align: left;
	width: 520px;
	float: left;
	padding: 10px;
	padding-left: 0px;
}
#end {
	clear: both;
}


ul#navlist {
  padding: 0;
  margin: 0;
  list-style: none;
  }


ul#navlist li {
  float: left;
  position: relative;
}

li ul {
  display: none;
  width: 200px;
  position: absolute; 
  top: 1em;
  left: 0;
  background-color: #96bfd3;
  color: #ffffff;
  }

ul#navlist li ul li {
	width: 200px;
	text-align: left;
}

li:hover ul { display: block; }

li:hover ul, li.over ul{ display: block; }

ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 5px 12px;
	border-bottom: 0;
}

ul li a:hover {
	display: block;
	text-decoration: underline;
	color: #272326;
	padding: 5px 12px;
	border-bottom: 0;
}


#admin_form label {
	width: 100px;
	float: left;
	display: block;
	font-weight: bold;
	
}

#screenshots {
	float: right;
	width:260px;
	margin-right: 10px;
	margin-left: 10px;
}

#screenshots img {
	margin-bottom: 5px;
	border: 10px solid #055276;
	
}

li > ul {
	top: auto;
	left: auto;
	}
	


#replace_image{
	float: left;
	cursor: pointer;
	cursor: hand;
	
}

#admin_logo {
	float: left;
}


#toolbar {
	position: absolute;border: 1px solid #cccccc; width: 61px; text-align: center; font-size: 11px; font-family: Tahoma; background-color: #0C5E86; display: none;
	color: #0C5E86;
	
}

#toolbar div.toolbar_button, #toolbar div.toolbar_button_big {border: 1px solid #cccccc;margin: 2px; cursor: hand; cursor: pointer; padding: 2px 0px; background-color: #ebebeb;}
#toolbar div.toolbar_button {width: 25px; float: left; }
#toolbar div.toolbar_button_big {width: 54px; clear:left;}
#toolbar div.tbl {margin-right: 0px;}
