/* Qld Health qg.css Version 4.0  - Last Updated 19th November 2004*/

/* import styles that aren't supported in NN4  */
@import url(/workforus/_includes/styles/layout_wfu.css);

/*import Queensland Health specific styles*/
@import url(/workforus/_includes/styles/qhealth_wfu.css);

/* import print specific styles. This format of importing ensures IE4 does not get them. IE4 does horrible things with a block @media */
/*@import "print.css";*/

body{
	background-color:#FFF;
	font-family: arial,helvetica,sans-serif;
		font-size: 70%;
		

}

#feature, #footer
{
	font-size: 100%;
}

#nav2, #menuLayer 
{
	font-size: 110%;
}

#nav1 a:link 
{
	color: #ffffff;
}


/* content headings - remember to multiply by any inherited font size to determine real size. eg the content div is styled at 80% font size so our h1 will be approx 104% (80 * 130%) */
h1{
		font-size: 140%;
}

h2{
		font-size: 100%;
}

h3{
	font-size: 100%;
}

/* hide accessibility links from visual browsers */
#access {
position: absolute;
left: -999px;
width: 990px;
}

/* link styles */
a:link
{
	text-decoration:none;
	color: #000;
}

a:visited
{
	text-decoration:none;
	color:#000;
}

a:hover
{
	text-decoration:underline;
	color: #C31518;
}

a:active
{
	text-decoration:underline;
	color: #C31518;
}


/* old primary navigation */

#nav1 a:link
{
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

/*pop up div presentation*/

.menuLayer { width: auto;}
.menuTable { background-color: #000066; }
.menuTable2 { background-color: #FFFFFF; font-size : 90%;}

/*end of old primay navigation*/

/*header graphics*/
#qglogo a img{
	border-width:0px;
}

#agency a img{
	border-width:0px;
}

/* search form */
#search
{
	display: inline;
}

