/* qgov layout  stylesheet */

li
{
	padding: 3px;
}

body 
{
	font-size: 80%;
	margin: 0;
	padding: 0;
	background : #FFF url(swoop.gif) no-repeat;
}

/* hiding browser link */
#browserSupport, #browser{
	display:none;
	speak:none;
}

#header
{
	margin: 0px;
	padding: 0px;
	clear: both;
	border-top: 1px solid #006;
}

/* queensland government logo */
#qglogo
{
	position:absolute;
	top:0;
	left:0;
	margin: 0;
	padding: 5px 5px 0px 20px;
	width: 200px;
	height: 50px;
}

/* header tools */
#tools
{
	margin:5px 10px 5px 180px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.5em;
	text-align: right;
	padding: 0px;
	white-space:nowrap;
}

#search
{
	padding: 0px;
	margin: 0px;
}

img.searchbutton { vertical-align: top; }

input.searchinput { width: 8em; }

/* name of department or agency */
#agency
{
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

#agency  h1
{
	padding: 0px;
	margin: 0px;
	text-align: right;
}

/* image banner */
#banner
{
	height: 39px;
	background-color: #006;
	border-top: 1px solid #006;
	border-bottom: 1px solid #006;
	clear:both;
}

/* invisible anchors for the pop up divs */
#nav1 p img{
	width:1px;
	height:1px;
	vertical-align:text-bottom;
}

/* start seconary navigation styles*/
#nav2 {
	float: left;
	width: 20%;
	margin: 5px;
	padding: 5px 0 10px 0;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

#nav2  h2
{
	color: #000;
	font-size: 100%;
	margin: 0 0 .5em 1.4em;
}

#nav2 ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 1.5em;
}

/*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: 75%;	
}
/* end secondary navigation styles */

/* content */
#content {
	float: left;
	width: 50%;
	padding: 10px 10px 10px 10px;
	background: #FFF;
	color: #000;
}
/* content for dailylawlist */
#contentlawlist {
	float: left;
	width: 75%;
	padding: 10px 10px 10px 10px;
	background: #FFF;
	color: #000;
}


/* bread crumbing */
#bcrumb{
	font-size: 80%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

/* right column */
#feature {
	float: right;
	width: 20%;
	color: #000;
	margin : 5px 5px 0 0;
	padding : 5px 5px 5px 5px;
	font-size: 90%;
}	
/* footer */
#footer
{
	color: #000;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 90%;
	clear: both;
	text-align: center;
	padding: 0px 10px 0px 10px;
	border-top: 1px solid #006;
}

#footer p
{
	margin: 0px;
	padding: 2px;
}
