/* 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 */
#tools, #nav1, #nav2, .menuLayer, #content, #feature, #footer
{
	font-size: 80%;
}

/* 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{
		font-size: 130%;
; margin-left: 10px
}

#content h2{
		font-size: 115%;
; color: #336699
; margin-left: 10px
}

#content h3{
	font-size: 100%;
; margin-left: 10px
}

/* 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;
}#footer
 { color: #666666 ; border-color: #99ccff #FFFFFF #FFFFFF; border-style: dashed; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}.smallgrey {  font-size: 80%; color: #666666}
li {  list-style-image: url(images/bullet.gif)}
#content { }p {  margin-left: 10px}
.blue {  color: #336699}
.top {  font-size: 80%; color: #666666; text-align: right; float: right}
.boldwhite {  font-weight: bold; color: #FFFFFF}

/*
 * Styles for validation warning message
 * Author: Igor Goldobin
 * Date: 19/12/06 
 *
 */
.warn {
  	color: red;   
	font-weight: bold;
}

/*
 * Styles for validation error message
 * Author: Igor Goldobin
 * Date: 19/12/06 
 *
 */
.error {
  	color: red;
	font-weight: bold;
}
