﻿/********************* qgov layout  stylesheet *********************/
body {
	margin: 0;
	padding: 0;
	background: none;	
}

/********************* THIS IS TO FORCE SCROLLBARS TO APPEAR IN MOZILLA AT ALL RESOLUTIONS *********************/
html {
   overflow: -moz-scrollbars-vertical;
}

/********************* hiding browser link *********************/
#browserSupport, #browser {
	display:none;
	speak:none;
}

#header {
	height:95px;
	margin: 0px;
	padding: 0px;
	clear: both;
	border:none;
	display:table;
}

/********************* queensland government logo *********************/
#qglogo {
	position:absolute;
	top:0px;
	left:0px;
	margin:5px 0px 0px 8px;
	padding:0px;
	width: 140px;
	height: 50px;
}

/********************* header tools *********************/
#tools {
	color:#ffffff;
	margin:0px 10px 5px 0px;
	line-height: 1.4em;
	font-size:70%;
	text-align: right;
	padding-top: 5px;
	white-space:nowrap;
}

#search {
	padding: 0px;
	margin: 0px;
}

input.searchinput { width: 8em; }

/********************* name of department or agency *********************/
#agency {
	margin: 0px;
	padding: 0px;
}

#agency  h1 {
	padding: 0px;
	margin: 0px;
	text-align: right;
}

/********************* start seconary navigation styles *********************/
#nav2 {
	float: left;
	width: 20%;
}

#nav2 ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 1.5em;
}

/********************* menu item spacing *********************/
#nav2 li {
	margin-bottom: .2em;
}

/********************* padding between submenu items *********************/
#nav2xc ul li {
	padding: 0 0 .2em 0;
}

/********************* xc menu item *********************/
#nav2 li.xc {
	list-style: none;
}

/********************* submenu *********************/
#nav2 li.xc ul {
	margin:0 0 0 -.8em;
}
	
/********************* +/- control *********************/	
div.xcx, div.xcc {
	position: relative;
	display: inline;
}

li.xc>div.xcx, li.xc>div.xcc {
	position: static;
	margin-left: -1.5em;
	float: left;
	width: 1.5em;
}

div.xcx a, div.xcc a {
	position: absolute;
	left: -2em;
}

div.xcx>a, div.xcc>a {
	position: static;
}

div.xcx a:link, div.xcx a:visited, div.xcc a:link, div.xcc a:visited {
	color: #006;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 80%;
	top: .2em;
}

/********************* content *********************/
#content {
	float: left;
	width: 57.5%;
}

/********************* bread crumbing *********************/
#bcrumb {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

/********************* right column *********************/
#feature {
	float: right;
	width: 20%;
}

/********************* footer *********************/
#footer {
	clear: both;
	text-align: center;
}

#footer p {
	margin: 0px 0px 0px 0px;
	padding: 2px;
}

