/* Izilla CSS Print Template for - Kip McGrath */
/* http://www.izilla.com.au */

/* --------------------------------------------
	Conditional Browser Rules
----------------------------------------------- */

/*
	Usage: Apply each of these "hacks" after the initial incorrect value has been set.

	Child Selector for FF, IE7, Opera, Safari:
		html > body element {rule}
	
	Child Selector + Comment Hack, which IE7 ignores:
		html >/^^/ body element {rule}
	
	Comment Hack to hide from IE5x:
		element {selector /^^/:/^^/ value;}
	
	Replace ^ with *
*/




/* --------------------------------------------
	Colour Glossary
----------------------------------------------- */

/*
	Swatch - #000000
*/




/* --------------------------------------------
	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: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center; 
}

html >/**/ body {
	padding-bottom: 15px;
}

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;
}

img.float_left {
	margin: 0.5em 1em 0.5em 0;
}

img.float_right {
	margin: 0.5em 0 0.5em 1em;
}

img.float_left_border {
	border: 1px solid #cad5f3;
	float: left;
	display: block;
	margin: 0.5em 1em 0.5em 0;
}

img.float_right_border {
	border: 1px solid #cad5f3;
	float: right;
	display: block;
	margin: 0.5em 0 0.5em 1em;
}

.hidden {
	left: -999px;
	position: absolute;
	width: 1px;
}

.invisable {
	visibility: hidden;
} 




/* --------------------------------------------
	Specific Classes
----------------------------------------------- */

p.required {
	color: #2846aa;
}

em.asterisk, label em { 
     color: #2846aa;
     font-style: normal;
}

ol.lower_aplha {
	list-style-type: lower-alpha;
}

ol.upper_alpha {
	list-style-type: upper-alpha;
}

ol.lower_roman {
	list-style-type: lower-roman;
}

ol.upper_roman {
	list-style-type: upper-roman;
}

/* --------------------------------------------
	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: #3442a0;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #5b88db;
}

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 !important;
}

a.cognition, a:hover.cognition {
	color: #237eb8 !important;
}

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 ------------------------------ */

address {
	font-style: normal;
}



/* Headings ------------------------------ */

h1, h2, h3, h4, h5, h6 {
	color: #2846aa;
}

h1 {
	font-size: 200%;
	margin-bottom: 0.4em;
}

h2 {
	font-size: 180%;
	margin-bottom: 0.6em;
	margin-top: 1.2em;
}

h3 {
	font-size: 160%;
	margin-bottom: 0.6em;
	margin-top: 1.2em;	
}

h4 {
	font-size: 140%;
	margin-bottom: 0.6em;
	margin-top: 1.2em;
}

h5 {
	font-size: 120%;
	margin-bottom: 0.6em;
	margin-top: 1.2em;
}



/* Paragraphs ------------------------------ */

p {
	margin-bottom: 1em;
}



/* Main Structural Divs ------------------------------ */

#wrapper_main {
	font-size: 120%;
	text-align: left;
}



/* ------ Header ------ */

#header  {
	border-bottom: 1px solid #cad5f3;
	margin-bottom: 20px;
	padding-bottom: 10px;
	overflow: auto;
}

#kip_header {
	float: left;
}

#country_header {
	float: right;
}

#header_selectyourregion {
	display: none;
}

#franchisee_login h3 a {
	display: none;
}



/* ------ Feature Panel ------ */

#feature_panel {
	clear: both;
}

#feature_panel h2 {}

#feature_sub_1 h2 {
	font-size: 200%;
}

#feature_sub_2 {
	display: none;
}



/* ------ Feature Sub Panel ------ */

#feature_sub_panel {}


/* -- Feature Sub 3 -- */

#feature_sub_3 {}

#wrapper_kipmcgrath_method {
	color: #000;
	margin: 20px 0;
	overflow: auto;
}

#wrapper_kipmcgrath_method h2 {
	font-size: 150%;
}

#button_free_assess {
	display: none;
}



/* -- Feature Sub 4 -- */

#feature_sub_4 {}

#find_centre {
	display: none;
}
				
#educat_resources {
	margin: 20px 0;
}

#educat_resources h2 {}



/* ------ Content ------ */

#wrapper_content {
}



/* -- Column 1 -- */

#column_1 {
	display: none;
}



/* -- Column 2 -- */

#column_2 {}



/* -- Column 3 -- */

#column_3 {}



/* ------ KMEC System Login ------ */

#kmec_logon_iframe {
	background-color: #fff;
	margin-bottom: 20px;
	width: 100%;
}

#cognition_login {
	background-color: #fff;
	margin-bottom: 20px;
	width: 100%;
}

#region_dropdown {
	display: none;
}

#centre_listing {
	background-color: #fff;
}

#centre_listing table {
}

#centre_listing table td {
	font-size: 90%;
}



/* ------ Footer ------ */


#footer {
	color: #8b989d;
	font-size: 110%;
	margin-top: 20px;
	overflow: auto;
}

#footer h4 {
	color: #8b989d;
}

#footer_sub_1 {
	float: left;
	width: 388px;
	margin-right: 20px;
}

#footer_sub_1 img {
	float: left;
	margin-bottom: 20px;
}

#footer_sub_2 {
	color: #8b989d;
	float: left;
	text-align: left;
	overflow: auto;
	width: 540px;
}

#footer_sub_2 p {
	overflow: auto;
	width: 540px;
}

#footer_sub_2 p span {
	display: inline;
	float: left;
	margin-right: .7em;
}

#footer_sub_2 p span.disclaimer {
	margin-left: 2.4em;
}

#footer_sub_2 a {
	color: #8b989d;
}

#footer_sub_2 a:hover {
	text-decoration: none;
}

#footer_sub_2 h4 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: .4em;
}





/* --------------------------------------------
	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
*/



/* ------ Nav Main List ------ */

#wrapper_nav_main {
	display: none;
}



/* ------ Column 2 List ------ */
	
#wrapper_main ul {
	margin-bottom: 1.4em;
	padding-left: 20px;
	position: relative;
}

#wrapper_main ul li {
	height: 1%;
	margin-bottom: 0.9em;
	padding-left: 10px;
}

#wrapper_main ol {
	margin-left: 5px;
	padding-left: 3em;
}

#wrapper_main ol.lower_aplha {list-style-type: lower-alpha;}
#wrapper_main ol.upper_alpha {list-style-type: upper-alpha;}
#wrapper_main ol.lower_roman {list-style-type: lower-roman;}
#wrapper_main ol.upper_roman {list-style-type: upper-roman;}

#wrapper_main ul ol li {
	background: none;
	padding-left: 0;
}

#wrapper_main li ul {
	margin-top: 1.4em;
}

#wrapper_main li ol {
	margin-top: 1em;
}

#wrapper_main ol li {
	margin-bottom: 0.9em;
}



/* ------ KipMcGrath Method List ------ */

ol#kipmcgrath_method li h3 {
	font-size: 110%;
}



/* ------ Educational Resources List ------ */

ul#educat_resources_list {
	clear: left;
	margin-left: 15px;
	padding-left: 10px;
}

ul#educat_resources_list li {
	padding: 10px;
}

ul#educat_resources_list li a {
	font-weight: bold;
}





/* --------------------------------------------
	Tables
----------------------------------------------- */

/* Tables

    * TABLE - Table
          o CAPTION - Table caption
          o COLGROUP - Table column group
                + COL - Table column
          o THEAD - Table head
          o TFOOT - Table foot
          o TBODY - Table body
          o TR - Table row
                + TD - Table data cell
                + TH - Table header cell
*/


table.data th, table.data td.th {	/* Due to Rad's not supporting THs, users should apply a TH class to TDs */
}

table.data {
	border: none;
	border-collapse: collapse;
	line-height: 1.3em;
	margin: 0 0 1.4em 1px;
	width: 99%;
}

table.data caption {
	border-bottom: 3px solid #fff;
	font-weight: bold;
	margin: auto;
	padding: 5px;
}

table.data td, table.data th {
	border: 1px solid #cad5f3;
	padding: 3px 6px;
}

table.data td.th, table.data th {
	background-color: #5b88db;
	color: #fff;
	font-weight: bold;
	line-height: 130%;
	vertical-align: middle;
}

table.data td {
	background-color: #fff;
	vertical-align: middle;
}

table.data tr.even td {
	background-color: #eef2f9;
}





/* --------------------------------------------
	Forms
----------------------------------------------- */

/* Forms

    * FORM - Interactive form
          o BUTTON - Button
          o FIELDSET - Form control group
                + LEGEND - Fieldset caption
          o INPUT - Form input
          o LABEL - Form field label
          o SELECT - Option selector
                + OPTGROUP - Option group
                      # OPTION - Menu option
          o TEXTAREA - Multi-line text input
*/

fieldset {
	border: none;
	clear: both;
}

legend {
	display: none;
}

input.submit {			/* Ensure buttons behave the same across all browsers */	
	padding: 0 .25em;
    width: 0;  			/* IE width fix */
   	overflow: visible;
}

input.submit[class] {	/* IE ignores [class] (attribute selectors) */
   	width: auto;  		/* Cancel IE width fix for other browsers */
}


input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
	background-color: #ffc;	/* Set accessibility :focus. Give text boxes a class of "text" in markup or dynamically */
}

textarea {
	font-family: Arial, Helvetica, sans-serif	/* Same as content. IE won't inherit the initial value */
}



/* ------ Find Centre Form ------ */

#find_centre fieldset {
	margin: 6px 20px 0 20px;
	position: relative;
}


#find_centre fieldset select {
	border: 1px solid #7f9db9;
	font-size: 120%;
	margin-bottom: 1px;
	padding: 1px;
	width: 180px;
}

html >/**/ body #find_centre fieldset select {
	margin-bottom: -3px;
}

html >/**/ body #find_centre fieldset select option {
	padding-left: 3px;
}

#find_centre fieldset input#submit_search {
	background: url(/images/button_find_centre_fieldset.gif) no-repeat 0 0;
	border: none;
	cursor: pointer;
	cursor: hand;
	font-size: 0; /* for firefox */
	height: 24px;
	overflow: hidden;
	position: relative;
	text-align: left;
	padding-left: 89px;
	width: 89px;
}



/* ------ Column 2 Forms ------ */

#wrapper_main fieldset {
	border: 1px solid #cad5f3;
	font-size: 100%;
	padding: 20px;
}
		
#wrapper_main label {
	clear: both;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	padding: 2px;
	width: 170px;
}

#wrapper_main select {
	border: 1px solid #cad5f3;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	padding: 2px;
	width: 145px;
}

#wrapper_main input.text {
	border: 1px solid #cad5f3;
	float: left;
	padding: 2px;
	width: 140px;
}

#wrapper_main textarea {
	border: 1px solid #cad5f3;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	padding: 2px;
}

#wrapper_main input.submit {
	cursor: pointer;
	float: left;
	padding: 0;
	width: 72px;
}



/* ------ Cognition Login Form ------ */

#cognition_login fieldset {
	background: #fff url(/images/bg_cognition_login.gif) no-repeat top right;
	border: 1px solid #cad5f3;
}

#cognition_login label {
	width: 70px;
}

#cognition_login input.submit {
	clear: left;
	margin-left: 158px;
	margin-left/**/:/**/ 169px;
}



/* ------ Reset and Submit Buttons Sitting Together ------ */

#submit_buttons {
	clear: both;
	margin-left: 190px;
	padding-top: 20px;
	overflow: auto;
}

#submit_buttons input {
	margin-right: 20px;
}





/* --------------------------------------------
	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
*/




/* --------------------------------------------
	Frames
----------------------------------------------- */

/* Frames

    * FRAMESET - Frameset
          o FRAME - Frame
    * NOFRAMES - Frames alternate content
*/






/* -----------------------------------------------
     Glossary Styles
----------------------------------------------- */

a.no_glossary {display: none;}

a sup.glossary {
     color: #000;
	 font-family: "Courier New", Courier, monospace;
	 font-size: 10pt;
     font-style: italic;
     font-weight: normal;
     text-decoration: none;
     padding-left: 0.2em;
}

div.glossary {
     border-top: 1px solid #cad5f3;
     clear: both;
	 font-size: 130%;
     margin-top: 1.3em;
     padding-top: 1.3em;
     text-align: left;
}

.glossary hr {display: none;}

.glossary h2 {               /* Style this to appear as the normal printed h2 */
	font-weight: bold;
	margin-bottom: 0.85em;
	margin-top: 0.1em;
}

.glossary ol {				/* Style this to appear as the normal printed ol */
    list-style-type: decimal;
	padding-left: 3em;
}
