/* qgov stylesheet */

/* import styles that aren't supported in NN4  */
@import url(../../resources/css/qglayout_new.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(../../resources/css/print.css);

/* 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%) */

/* To add whs h1 background pattern */
.h1whs
{
	width: 100%;
	margin: -1px -1px -3px -3px;
	padding: 1px 1px 0px 4px;
	font-family: Verdana, Helvetica, Arial, sans serif;
	font-size:160%;
	font-weight:bold;
	padding-bottom:0.5em;
	padding-top:1em;	/*background: url(../../resources/images/square_whs.gif) repeat ;*/
}

.h2whs
{
	width: 100%;
	margin: -1px -1px -3px -3px;
	padding: 1px 1px 0px 4px;
	font-family:  Verdana, Helvetica, Arial, sans serif;
	font-size:140%;
	font-weight:bold;
	padding-top:1.5em;
}

.h3whs
{
	width: 100%;
	margin: -1px -1px -3px -3px;
	padding: 1px 1px 0px 4px;
	font-family:  Verdana, Helvetica, Arial, sans serif;
	font-size:120%;
	font-weight:bold;
	padding-top:1.5em;
}

/* Level 2 landing page sections */

.h2landing a {
    width: 48%;
	font-size: 1em !important;
    font-family:  Verdana, Helvetica, Arial, sans serif;
	font-weight:normal;
	line-height: 1.5em;
    margin-left: 8.5em;
    margin-top: 0.9em;
}

/* Safe Work Week 2011 (SWAW) heading styles */

.h1swaw
{
	width: 100%;
	margin: -1px -1px -3px -3px;
	padding: 1px 1px 0px 4px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:180%;
	font-weight:normal;
	/*padding-bottom:0.5em;*/
	padding-top:1em;
	color: #000000;
}

.h2swaw
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight:bold;
	color: #000000;
	padding-top:1em;
}

.h3swaw
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	color: #000000;
	padding-top:1em;
}

/* Dive Safety Awards 2011 (DRCA) heading styles */

.h1drca
{
	width: 100%;
	margin: -1px -1px -40px -3px;
	padding: 1px 1px 90px 10px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:180%;
	font-weight:bold;
	/*padding-bottom:0.5em;*/
	padding-top:3em;
	color: #FFFFFF;
	background-image: url(../../resources/images/dive-safety-awards/2011/mainheading.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

.h2drca
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:160%;
	font-weight:bold;
	color: #0099cc;
	padding-top:1em;
}

.h3drca
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	color: #000000;
	padding-top:1em;
}

h2
{
	width: 100%;
	margin: -1px -1px -3px -3px;
	padding: 1px 1px 0px 4px;
	font-family:Verdana, Helvetica, Arial, sans serif;
	font-size:140%;
	font-weight:bold;
	padding-top:1.5em;
}


#content h2, #content_feature h2 
{
		font-size: 140%;
}

#content h3, #content_feature h3 
{
		font-size: 120%;
}

#content h4, #content_feature h4 
{
	font-size: 100%;
}

/* hide accessibility links from visual browsers */
#access {
position: absolute;
left: -999px;
width: 990px;
}

/*header graphics*/
#qglogo a img{
	border-width:0px;
}

#agency a img{
	border-width:0px;
}

/* search form */
#search
{
	display: inline;
}

.closeprintfriendly {
	display: none;
}

.altlogo {
	display: none;
}

.forms {
border: 1px solid #999;
}

.req {
color: red;
font-weight: bold;
}

/* Prosecutions */
#prosc {
width: 100%;
}

#prosc td, th {
vertical-align: top;
text-align: left;
}

#prosc ul {
line-height: 150%;
}

.proscbox {
width: 100%;
border: 1px solid #A39776;
padding: 1em;
}

#prosc span {
margin:0;
margin-left: 5px;
padding:0;
position:relative;
top: 10px;
background-color: white;
z-index: 10;
text-align: center;
font-size: 110%;
font-weight: bold;
}

#prosc div {
margin-bottom: 1em;
}

#prosc form {
margin:0; 
display: inline;
}
em {
	font-style:italic;
}

