/* Izilla CSS Template for - WorkCover - Inspector Jobs - Print Styles */
/* http://www.izilla.com.au */


/* --------------------------------------------
	Top-level Elements
----------------------------------------------- */

/* Top-level Elements

    * HTML - HTML document
          o BODY - Document body
*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100.01%;	/* Creates scrollbar in FF */
}

body {
	background-color: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

html >/**/ body {
	padding-bottom: 1px;
}

body * {
	font-family: inherit;
	font-size: 100%;
}





/* --------------------------------------------
	Generic Classes
----------------------------------------------- */

.align_centre {
	text-align: center !important;
}

.align_justify {
	text-align: justify !important;
}

.align_left {
	text-align: left !important;
}

.align_right {
	text-align: right !important;
}

.centre_object {
	display: block;
	margin: 0 auto 1.4em auto;
}

.clear {
	clear: both;
}


div.clear {  /* for clearing divs if overflow doesn't work */
	font-size: 0;
	line-height: 0px;
}

.float_left {
	display: block;
	float: left;
}

.float_right {
	display: block;
	float: right;
}

.glossary {display: none;}	/* For use in conjunction with AddGlossary script */

img.float_left {
	margin: 0.5em 1em 0.5em 0;
}

img.float_right {
	margin: 0.5em 0 0.5em 1em;
}

img.border {
	border: 1px solid #cad5f3;
	margin: 0.5em 1em 1em 0;
}

img.float_left_border {
	border: 1px solid #cad5f3;
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

img.float_right_border {
	border: 1px solid #cad5f3;
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.hidden {
	left: -999px;
	position: absolute;
	width: 1px;
}

.invisible {
	visibility: hidden;
} 




/* --------------------------------------------
	Specific Classes
----------------------------------------------- */

/* --------------------------------------------
	Special Inline Elements
----------------------------------------------- */

/* Special Inline Elements

    * A - Anchor
    * BR - Line break
    * IFRAME - Inline frame
    * IMG - Inline image
    * MAP - Image map
          o AREA - Image map region
    * Q - Short quotation
    * SPAN - Generic inline container
    * SUB - Subscript
    * SUP - Superscript
*/

a {
	color: #739301;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #415100;
}

a img {border: none;}

a.anchor {
	background-color: inherit;
	border: inherit;
	color: inherit;
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-align: inherit;
	text-decoration: inherit;
	text-indent: inherit;
	text-transform: inherit;
	white-space: inherit;
	word-spacing: inherit;
}

a.izilla, a:hover.izilla {
	color: #00814f;
}

a.cognition, a:hover.cognition {
	color: #237eb8;
}

q:before, q:after { 
    content: ""; /* With IE's lack of support, remove quotes on all good browsers. Add them manually in the markup */
}

/* --------------------------------------------
	Generic Block-level Elements
----------------------------------------------- */

/* Generic Block-level Elements

    * ADDRESS - Address
    * BLOCKQUOTE - Block quotation
    * DEL - Deleted text
    * DIV - Generic block-level container
    * H1 - Level-one heading
    * H2 - Level-two heading
    * H3 - Level-three heading
    * H4 - Level-four heading
    * H5 - Level-five heading
    * H6 - Level-six heading
    * HR - Horizontal rule
    * INS - Inserted text
    * P - Paragraph
    * PRE - Preformatted text
*/

address {
	font-style: normal;
}

#cim_main h1 {
	color: #676566;
	font-size: 145%;
	margin-bottom: 0.5em;
	padding-bottom: 4px;
}

#cim_main h2 {
	color: #86ac00;
	font-size: 130%;
	margin-bottom: 0.5em;
}

#cim_main h3 {
	color: #111;
	font-size: 120%;
	margin-bottom: 0.5em;
}

#cim_main h4 {
	color: #86ac00;
	font-size: 110%;
	margin-bottom: 0.8em;
}

#cim_main h5 {
	color: #111;
	font-size: 110%;
	margin-bottom: 1em;
}

#cim_main h6 {
	color: #86ac00;
	font-size: 100%;
	margin-bottom: 1.1em;
}

hr {
	border: none;
	background-color: #c0dc58;
	color: #c0dc58;
	height: 1px;
	margin-bottom: 1.1em;
}

#cim_main p {
	margin-bottom: 1.1em;
}

/* --------------------------------------------
	Lists
----------------------------------------------- */

/* Lists

    * DIR - Directory list
    * DL - Definition list
          o DT - Definition term
          o DD - Definition description
    * LI - List item
    * OL - Ordered list
    * UL - Unordered list
*/

/* --------------- */
/*	Tools Bar       */
/* --------------- */


#cim_tools {
	display: none
}


/* --------------- */
/*	Top Navigation */
/* --------------- */

#cim_top-nav {
	display: none;
}


/* --------------- */
/*	Content Lists  */
/* --------------- */

#cim_main ul {
	margin-bottom: 1.1em;
	padding-left: 24px;
	position: relative;
}

#cim_main ul li {
	height: 1%;
	margin-bottom: 0.5em;
	margin-left: 16px !important;
}

#cim_main ol {
	list-style-type: decimal;
	margin-bottom: 1.1em;
	margin-left: 5px;
	padding-left: 3em;
}

#cim_main ol.lower_aplha {list-style-type: lower-alpha;}
#cim_main ol.upper_alpha {list-style-type: upper-alpha;}
#cim_main ol.lower_roman {list-style-type: lower-roman;}
#cim_main ol.upper_roman {list-style-type: upper-roman;}

#cim_main ul ol li {
	background: none;
	padding-left: 0;
}

#cim_main li ul {margin-top: 1.1em;}
#cim_main li ol {margin-top: 1.1em;}

#cim_main ol li {
	margin-bottom: 0.5em;
}


/* --------------------------------------------
	Phrase Elements
----------------------------------------------- */

/* Phrase Elements

    * ABBR - Abbreviation
    * ACRONYM - Acronym
    * CITE - Citation
    * CODE - Computer code
    * DFN - Defined term
    * EM - Emphasis
    * INS - Inserted text
    * KBD - Text to be input
    * SAMP - Sample output
    * STRONG - Strong emphasis
    * VAR - Variable
*/




/* --------------------------------------------
	Font Style Elements
----------------------------------------------- */

/* Font Style Elements

    * SMALL - Small text
    * TT - Teletype text
*/



/* --------------------------------------------
	Specific Sections
----------------------------------------------- */

#cim_page-wrapper {
	margin: 0 auto;
	text-align: left;
}

/* --------------- */
/*	Skip to Link   */
/* --------------- */

#cim_skip-content {
	display: none;
}


/* --------------- */
/*	Header         */
/* --------------- */

#cim_header {
	border-bottom: 1px solid #8ab300;
	overflow: hidden;
	padding-bottom: 1em;
	margin-bottom: 1.4em;
}

#cim_header img {
	float: left;
	margin-right: 10px;
}

#cim_header-left {}

#cim_header-left a {
	font-size: 19px;
}


#cim_header-left span.state a {
	color: #000;
}


#cim_header-left span.department a {
	color: #1e499c;
}

#cim_dept-logo {
	float: right !important;
	margin-top: -50px;
	padding: 0 !important;
}

#cim_house-banner {
	margin: 1.2em 0;
}


#cim_content-wrapper {
}

/* ------------------------ */
/*	Main Content Container  */
/* ------------------------ */

#cim_main-content {
}


#cim_main {
	font-size: 120%;
}


#cim_right-col {
	display: none;
}

/* ------------------------ */
/*	Home Page Containers    */
/* ------------------------ */

#hp_content {}

#hp_content h1 {
	border: none;
	color: #000;
	font-size: 140%;
}

#hp_feature {
	display: none;
}

/* --------------- */
/*	Footer         */
/* --------------- */

#cim_footer {
	display: none;
}
