/* qgov stylesheet */

/* import styles that aren't supported in NN4  */
@import url(qglayout.css);

/* import print specific styles. This format of importing ensures IE4 does not get them. IE4 does horrible things with a block @media */
@import url(print.css);

body{
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

/* font size */
#content, #content2, #image1, #image3, #contenthome, #news
{
	font-size: 70%;
}

#banner2, #bannerhome {
	font-size: 75%;
	color: #FFFFFF;
	font-weight: bold;
}

#tools, #footer
{
	font-size: 80%;
	color: #022092;
}

/* correct IE 5.5 font size in tables */
table {
	font-size: 1em;
}

/* 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%) */
#content h1, #content2 h1, #contenthome h1, #news h1, #image3 h1 {
	font-size: 115%;
	color: #000000;
}

#content h2, #content2 h2, #contenthome h2, #news h2, #image3 h2 {
	font-size: 100%;
	color: #000000;
}

#content h3, #content2 h3, #contenthome h3, #news h3, #image3 h3 {
	font-size: 90%;
	color: #000000;
}

#content h4, #content2 h4, #contenthome h4, #news h4, #image3 h4 {
	font-size: 85%;
	color: #ffffff;
}

#image1 h2{
	font-size: 100%;
	color: #000000;
	}

/* hide accessibility links from visual browsers */
#access {
position: absolute;
left: -999px;
width: 990px;
}

/*link colours*/
a:link
{
	color: #022092;
	text-decoration: none;
}

a:visited
{
	color: #022092;
	text-decoration: none;
}

a:active
{
	color:#022092;
	text-decoration: none;
}

a:hover
{
	color:#022092;
	text-decoration: none;
}

/* search form */
#search
{
	display: inline;
}

/*pop up div presentation*/
.menuLayer { width: auto;}
.menuTable { background-color: #000066; }
.menuTable2 { background-color: #FFFFFF; }
