/*
************************
COMMON STYLES
************************
*/

/* styles reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}


/* General */
body {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.725em;
	background-color: #FFF;
	color: #000;
	line-height: 1.5;
}
/*
-------------------------
HEADER LAYOUT
-------------------------
*/

/* hiding browser link */
#browserSupport, #browser{
	display:none;
	speak:none;
}

/* 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:0px 10px 5px 180px;
	padding-top: 10px;
	line-height: 1.5em;
	text-align: right;
	white-space:nowrap;
	color:#FFFFFF;
}

/* tools link colours */
#tools a:link {
	color: #FFFFFF;
	text-decoration:none;
}

#tools a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

#tools a:active {
	color:#FFFFFF;
	text-decoration:none;
}

#tools a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#search
{
	padding: 0px;
	margin: 0px;
}

input.searchinput { width: 8em; }


/* hide accessibility links from visual browsers */ #access {
position: absolute;
left: -999px;
width: 990px;
}

/*link colours*/
a:link
{
	color: #000066;
}

a:visited
{
	color: #660066;
}

a:active
{
	color:#990000;
}

a:hover
{
	color:#990000;
}


/*header graphics*/
#qglogo a img {
	border-width:0px;
}

#agency a img {
	border-width:0px;
}

/* search form */
#search {
	display: inline;
}


/* name of department or agency */
#agency
{
	margin: 3px 10px 0px 0px;
	padding: 0px;
}
#agency2
{
	margin: -2px 10px 0px 0px;
}

/*
-------------------------
HEADER BANNER
-------------------------
*/
#banner { /*banner container */
	width: 100%;
	background-repeat: repeat-x;
	border-bottom: 1px solid white;
	padding:0;
	margin:0;
}

#banner-top  {  /* top-half */
	height: 59px;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: top left;
	border-top: 1px solid #000;
	clear:both;
}

#banner-bottom  { /* bottom-half */
	height: 39px;
	padding: 0;
	margin: 0;
	text-align: right;
	background-repeat: no-repeat;
	clear:both;
}

#btn_search { /* styled search button */
	color: white; 
	background-color: #a29676; 
	font-weight: bold; 
	border: 1px solid white;
	font-family: Arial, Helvetica, sans-serif; }


/*
-------------------------
PAGE (COLUMNS) LAYOUT
-------------------------
*/

*{margin:0;padding:0}

#leftcol-outer {
	/*min-width: 270px;*/
	min-width: 270px;
	width:59%;
	float:left;
	/*margin-right:-270px;*/
	margin-right:-300px;
	background-color:#FFF;
}

#leftcolumn {
	/*margin-right:275px;*/
	margin-right:300px;
	background-color: #EFEFEF;
	padding-bottom: 1em;
}

#contentcolumn {
/*	width:540px; */
	width: 460px;
	float:left;
	position:relative;
	z-index:10;
}

#contentcolumn2 {
/*	width:540px; */
	width: 600px;
	float:left;
	position:relative;
	z-index:10;
}

#rightcol-outer {
	min-width: 250px;
	width:43%;
	float:right;
	margin-left:-450px;
}

#rightcolumn {
	margin-left:275px;
	background-color: #EFEFEF;
	padding: 0.5em 0.7em;
}


#contentcolumnlanding {
/*	width:540px; */
	width: 460px;
	float:left;
	position:relative;
	z-index:10;
}

#contentcolumn2landing {
/*	width:540px; */
	width: 70%;
	float:left;
	position:relative;
	z-index:10;
}

#rightcol-outerlanding {
	min-width: 250px;
	width:30%;
	float:right;
	margin-top:115px;
	margin-left:-260px;
	margin-right:10px;
}

#rightcolumnlanding {
	margin-left:275px;
	background-color: #EFEFEF;
	padding: 0.5em 0.7em;
}




#footer {
	clear:both;
	width:100%
}

div > p {margin:0}

/*
-------------------------
LEFT COLUMN STYLES
-------------------------
*/

#titlebox {
	height: 50px; /* 105px for image in box */
	clear:both;
}

/* division title box */
#titlebox img {
	float: left;
	border: 0;
}

#titlebox h1 {
	padding-top: 1em;
	text-indent: 5px;
	color: white;
	font-weight: bold;
	font-size: 120%;
	float: left;
}

/* Headings with background */
#leftcolumn h3 {
	/*padding: 1.5em 0 0.5em 1em;*/
	padding: 0.7em 0 0em 0.7em;
	font-weight: bold;
	/*added font size */
	font-size: 110%;
	background: url(images/gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
}


#leftcolumn li {
	margin-bottom: 0.2em;
}

#leftcolumn ul {
	/*margin: 0 0 1.5em 2em;*/
	margin: 0 0 1em 1.2em;
	list-style-type: none;
}



/*
-------------------------
CONTENT STYLES
-------------------------
*/
/* bread crumbing */
#bcrumb{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	font-size: 100%;
}

.contentbox {
padding-left:1.5em;
padding-top: 0.5em;
	/*border-bottom: 1px dotted #CCC;*/
	/*padding-bottom: 1em;
	margin-bottom: 1em; */
	margin-bottom: 0.5em;
	/*Blair added below */
	font-size: 95%;
}

.contentbox-no-dots {
	/*border-bottom: 1px dotted #CCC;*/
	/*border-bottom: 1px dotted #A39776;*/
	padding: 0.5em;
	/*padding-bottom: 1em;
	margin-bottom: 1em; */
	padding-bottom: 1em;
	margin-bottom: 0.5em;
	/*Blair added below */
	font-size: 95%;
}

.contentbox h2 {
	font-weight: normal;
	font-size: 120%;
	margin-bottom: 0.2em;
}

.contentbox ul {
	list-style: none;
	margin:0;
	padding:0;
}


/* Spotlight link list */
#spotlight li {
  display: inline;
  padding: 0;
}

#spotlight a:link, #spotlight a:visited {
	color: #333;
	padding: 0 0.5em;
	text-decoration: none;
	border-right: 1px solid #999;
}

#spotlight-first a:link, #spotlight-first a:visited {
	color: #333; /* teal: #02A5AD; */
	padding-left: 0; 
	text-decoration: none;
	border-left: 0;
}


#spotlight a:hover, #spotlight-first a:hover {
	color: orange;
}

/* features */
.portal-feature {
	float: left;
	width: 32%;
	text-align: center;
	/*Blair added 1 October*/
	margin-bottom: -0.5em;
}

.portal-feature p {
	font-size: 90%
}

/* Dual Boxes */
#dualbox {
	width: 100%;
	margin: 0% 4%;

}


#dual-left, #dual-right {
	width: 105%;
	float:left;
	/*border: 1px dotted #CCC;*/
	border: 1px dotted #CC6600;
	padding: 0.5em;
	margin: 0.2em;
	line-height:0.5;
	
}
#dual-left2{
	width: 100%;
	float: left;
	/*border: 1px dotted #CCC;*/
	border: 1px dotted #CC6600;
	padding: 0.5em;
	margin: 0.2em;
	/*line-height:0.7;*/
	
}

#dualbox ul.inline {
	margin: 1em 0;
	
}

.inline ul {
	display: inline;
}
.inline li {
	padding: 0;
	margin: 0;
	display: inline;
	list-style: none;
}

.bulleted li {
	margin-left: 1.5em;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	list-style-image: url(images/bullet_blue.gif); }



#dualbox p {
	margin: 1em 0.5em;
}

/*
-------------------------
RIGHT COLUMN STYLES
-------------------------
*/
#rightcolumn h3, #rightcolumnlanding h3 {
	height: 22px;
	font-weight: bold;
	text-indent: 5px;
	color:white;
	background-color: #666; 
	background-image: url(images/grey_round_edge.gif);
	background-repeat: no-repeat; 
	background-position:right;
}

#rightcolumn h3 a {
	font-weight: bold;
	color:white;
	text-decoration: none;
}

#rightcolumn h3.alerts  {
	background-color: #CC0000; 
	background-image: url(images/red_round_edge.gif);
	background-repeat: no-repeat;
	background-position:right;
}

#rightcolumn h3.alerts a {
	font-weight: bold;
	color:white;
	text-decoration: none;
}

#rightcolumn h3.zeroharm  {
	background-color: #366EB8; 
	background-image: url(images/blue_round_edge.gif);
	background-repeat: no-repeat;
	background-position:right;
}

#rightcolumn h3.zeroharm  a {
	font-weight: bold;
	color:white;
	text-decoration: none;
}

#rightcolumn a, #rightcolumnlanding a {
	text-decoration: underline;
}

#rightcolumn ul, #rightcolumnlanding ul {
/*	margin: 1em 0.5em 1.5em 1.5em;
	list-style-image: url(images/bullet_beige.gif); */
	margin: 0.5em 0em -0.5em 0.5em; 
	padding: 0em 0em 0em 1em;

}

#rightcolumn li, #rightcolumnlanding li {
	margin-bottom: 0.5em;
}

#rightcolumn p, #rightcolumnlanding p {
	margin: 1em 0.5em;
}


/*
-------------------------
FOOTER
-------------------------
*/
#footer {
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	border-top: 1px solid #CCC;
	font-size: 90%;
}

#footer p {
	margin: 0px;
	padding: 2px;
}

#footer img {
	border: 0;
}


/*
-------------------------
NAV 1
-------------------------
*/
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	color: #FFF;
	float: left;
	width: 100%;
	border-bottom: 2px solid white;
	font-weight: 200;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding: 0.2em 1em;
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #FFF;;
}

#navcontainer ul li a:hover {
	background-color: #FF9300;
	color: #FFF;
}


/*
-------------------------
CLEAR
-------------------------
*/
.clearer {
	clear:both;
	height:1px;
	visibility: hidden;
	overflow:hidden;
	margin-top:-1px;
}


.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* mac hide \*/
	* html .clearfix {height: 1%;}
	 .clearfix {display: block;}
/* End hide */


/**************************************stuff added by Blair 30 September***************************/

.smallTxt {
	font-size: 95%;
}


