/* Izilla CSS Template v1.3 (30/01/2008) */
/* 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: #015643;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

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: inline;
	float: left;
}

.float_right {
	display: inline;
	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.homepage_graph_float_left {
	display: inline;
	float: left;
	margin: 0.5em 0;
}

img.homepage_graph_float_right {
	display: inline;
	float: right;
	margin: 0.5em 0;
}

img.float_left_border {
	border: 1px solid #dee8eb;
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

img.float_right_border {
	border: 1px solid #dee8eb;
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.hidden {
	left: -999em;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.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
*/

#content a {
	color: #68ae23;
	text-decoration: underline;
}

#content a:hover, #content a:focus {
	text-decoration: none;
}

#content a:visited {
}

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, a:focus.izilla {
	color: #00814f;
}

a.cognition, a:hover.cognition, a:focus.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;
}

blockquote {
	border-left: 3px solid #376bb9;
	background: #f4f8fb url(/images/bg_blockqoute.gif) no-repeat right top;
	margin-bottom: 1.28em;
	padding: 1em 11px 1px 11px;
}

hr {
	background-color: #dee8eb;
	border: none;
	color: #dee8eb;
	height: 1px;
	margin: -0.6em 0 0.6em 0;
}

html >/**/ body hr {
	margin-bottom: 1.28em;
	margin-top: 0;
}

p {
	margin-bottom: 1.28em;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	clear: both;
	color: #015643;
	font-weight: bold;
	margin-bottom: 0.7em;
	margin-top: 0.1em;
}

#content h1 {
	font-size: 158.5%;
	font-weight: normal;
}

#content h2 {
	font-size: 142%;
}

#content h3 {
	font-size: 125.5%;
}

#content h4 {
	font-size: 108.5%;
}

/* --------------------------------------------
	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
*/

/* - Content Lists ------------------------------- */

#content ol {
	list-style-type: decimal;
	margin-bottom: 1.28em;
	margin-left: 39px;
}

html >/**/ body #content ol {
	margin-left: 34px;
}

#content ol.lower_alpha {list-style-type: lower-alpha;}
#content ol.upper_alpha {list-style-type: upper-alpha;}
#content ol.lower_roman {list-style-type: lower-roman;}
#content ol.upper_roman {list-style-type: upper-roman;}

#content ol li {
	margin-bottom: 0.5em;
	padding-left: 1px;
}

html >/**/ body #content ol li {
	padding-left: 6px;
}

html body #content ul ol li {
	background: none;
	padding-left: 1px;
}

html >/**/ body #content ul ol li {
	padding-left: 6px;
}

#content li ul, #content li ol {
	margin-top: 1.28em;
}

#content ul {
	list-style-type: none;
	margin-bottom: 1.28em;
	padding-left: 20px;
}

html body #content ul li {
	background: url(/images/bg_content_ul_li.png) no-repeat 0 4px;
	margin-bottom: 0.5em;
	padding-left: 20px;
}

#content ul.list_next_to_image li {
	height: 1%;
	position: relative;
}

html >/**/ body #content ul.list_next_to_image li {
	height: auto;
}



/* --------------------------------------------
	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
*/


#content table.data {
	border: none;
	border-collapse: collapse;
	line-height: 1.3em;
	margin: 0 0 1.28em 0;
	width: 100%;
}

html >/**/ body #content table.data {
	margin-left: 1px;
}

#content table.data caption {
	border-bottom: 3px solid #fff;
	font-weight: bold;
	margin: auto;
	padding: 5px;
}

#content table.data td, #content table.data th {
	border: 1px solid #dee8eb;
	padding: 3px 6px;
	vertical-align: top;
}

#content table.data th {
	background-color: #c3d5df;
	color: #025744;
	font-weight: bold;
	line-height: 130%;
}

#content table.data tbody th {
	background-color: #71a9ce;
	text-align: left;
}

#content table.data td {
	background-color: #fff;
}

#content table.data tr.even td {
	background-color: #f8fafa;
}


/* --------------------------------------------
	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 */
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;	/* Same as content. IE won't inherit the initial value */
	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;
}

textarea {
	font-family: Arial, Helvetica, sans-serif	/* Same as content. IE won't inherit the initial value */
}

option {
	padding-left: 2px;
	padding-right: 1px;
}





/* --------------------------------------------
	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
*/

acronym {
	border-bottom: 1px dashed;
	cursor: help;
}

cite {
	display: block;
	font-style: italic;
	margin-bottom: 1.28em;
	margin-top: -1.28em;
	text-align: right;
}


/* --------------------------------------------
	Specific Block-level Elements
----------------------------------------------- */

#wrapper_main {
	font-size: 120.5%;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
	width: 960px;
}

html >/**/ body #wrapper_main {
	overflow: visible;
}

#wrapper_main:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#header {
	background: #0a955f url(/images/bg_header.png) repeat-x left bottom;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	padding: 22px 22px 19px 22px;
	width: 916px;
}

#header h1 {
	display: inline;
	float: left;
	left: 3px;
	margin: 0;
}

#header h1 a {
	background: url(/images/bg_header_h1.png) no-repeat 0 0;
	display: block;
	height: 44px;
	overflow: hidden;
	position: relative;
	text-indent: -999em;
	width: 363px;
}

#header img {
	left: -999em;
	overflow: hidden;
	position: absolute;
	width: 0;
}

#header #our_offices {
	overflow: hidden;
	display: inline;
	float: right;
	margin-bottom: -9px;
	position: relative;
	top: -9px;
	width: 310px;
}	

#country {
	margin-bottom: -6px;
}

#country h2 {
	font-size: 170.5%;
	font-weight: bold;
	margin: 0 0 7px 0;
	text-transform: uppercase;
}

#header #our_offices fieldset {
	clear: both;
}

#header #our_offices label {
	background: url(/images/bg_our_offices_label.png) no-repeat 0 0;
	display: inline;
	float: left;
	height: 13px;
	margin-right: 11px;
	overflow: hidden;
	position: relative;
	text-indent: -999em;
	top: 4px;
	width: 122px;
}

#header #our_offices select {
	display: inline;
	float: left;
	margin-right: 11px;
	width: auto;
}

#header #our_offices input {
	background: url(/images/bg_our_offices_input.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
	display: inline;
	float: left;
	height: 23px;
	overflow: hidden;
	padding-left: 35px;
	position: relative;
	text-indent: -999em;
	width: 35px;
}

#hp_feature {
	background-color: #fff;
	clear: both;
	display: inline;
	float: left;
	height: 277px;
	overflow: hidden;
	width: 960px;
}

html > body #hp_feature {
	height: auto;
	min-height: 277px;
} 

#hp_feature img {
	display: inline;
	float: left;
	height: 277px;
	vertical-align: bottom;
}

#wrapper_content {
	display: inline;
	float: left;
	overflow: hidden;
	width: 960px;
}


html >/**/ body #wrapper_content {
	overflow: visible;
}

#wrapper_content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#content_sub {
	background-color: #fff;
	display: inline;
	float: left;
	width: 225px;
}

#nav_main {
	display: inline;
	float: left;
	width: 225px;
}

#nav_main h3 {
	left: -999em;
	overflow: hidden;
	position: absolute;
	width: 0;
}

#nav_main ul {
	border-bottom: 1px solid #fff;
	width: 225px;
}

#nav_main ul li {
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}

#nav_main ul li a {
	background: #eaf0f2 url(/images/bg_nav_main_li_a.png) no-repeat 0 0;
	border-top: 1px solid #fff;	
	color: #015643;
	display: block;
	font-size: 100%;
	font-weight: bold;
	padding: 7px 0 7px 29px;
	text-decoration: none;
	width: 196px;
}

html > body #nav_main ul li a {
	display: inline;
	float: left;
}

#nav_main ul li:hover a, #nav_main ul li.sfhover a {
	background: #e9eff1 url(/images/bg_nav_main_li_a_hover.png) no-repeat 0 0;
}

#nav_main ul li:hover li a, #nav_main ul li.sfhover li a {
	background: #eaf0f2 url(/images/bg_nav_main_li_a.png) no-repeat 0 0;
}

#nav_main ul li li:hover a, #nav_main ul li li.sfhover a {
	background: #e9eff1 url(/images/bg_nav_main_li_a_hover.png) no-repeat 0 0;
}

#nav_main ul li:hover li:hover li:hover a, #nav_main ul li.sfhover li.sfhover li.sfhover a {
	background: #eaf0f2 url(/images/bg_nav_main_li_current_a.png) no-repeat 0 0;
}
	
#nav_main ul li a.parent {
	background: #e7eef0 url(/images/bg_nav_main_li_parent_a.png) no-repeat 0 0;
}

#nav_main ul li.sfhover a.parent, #nav_main ul li:hover a.parent {
	background: #e9eff1 url(/images/bg_nav_main_li_parent_a_hover.png) no-repeat 0 0;
}

#nav_main ul li.sfhover li a.parent, #nav_main ul li:hover li a.parent {
	background: #e7eef0 url(/images/bg_nav_main_li_a.png) no-repeat 0 0;
}

#nav_main ul li.sfhover li a.parent, #nav_main ul li:hover li a.parent {
	background: #e7eef0 url(/images/bg_nav_main_li_parent_a.png) no-repeat 0 0;
}

#nav_main ul li.sfhover li.sfhover a.parent, #nav_main ul li:hover li:hover a.parent {
	background: #e9eff1 url(/images/bg_nav_main_li_parent_a_hover.png) no-repeat 0 0;
}

#nav_main ul li.sfhover li.sfhover li a, #nav_main ul li:hover li:hover li a{
	background: #eaf0f2 url(/images/bg_nav_main_li_a.png) no-repeat 0 0;
}

#nav_main ul li.sfhover li.sfhover li.sfhover a, #nav_main ul li:hover li:hover li:hover a {
	background: #e9eff1 url(/images/bg_nav_main_li_a_hover.png) no-repeat 0 0;
}

#nav_main ul li.current a, #nav_main ul li.sfhover.current a, #nav_main ul li.current:hover a {
	background: #fff url(/images/bg_nav_main_li_current_a.png) no-repeat 0 0;
}

#nav_main ul li.current a.parent {
	background: #fff url(/images/bg_nav_main_li_parent_current_a.png) no-repeat 0 0;
}

#nav_main ul li.sfhover.current li a, #nav_main ul li:hover.current li a {
	color: #015643;
	background: #eaf0f2 url(/images/bg_nav_main_li_a.png) no-repeat 0 0;
}

#nav_main ul li.sfhover.current li.sfhover a, #nav_main ul li:hover.current li:hover a {
	color: #015643;
	background: #e9eff1 url(/images/bg_nav_main_li_a_hover.png) no-repeat 0 0;
}

#nav_main ul li.sfhover.current li a.parent, #nav_main ul li:hover.current li a.parent {
	color: #015643;
	background: #e7eef0 url(/images/bg_nav_main_li_parent_a.png) no-repeat 0 0;
}

#nav_main ul li.sfhover.current li.sfhover a.parent, #nav_main ul li:hover.current li:hover a.parent {
	color: #015643;
	background: #e9eff1 url(/images/bg_nav_main_li_parent_a_hover.png) no-repeat 0 0;
}

#nav_main ul li.sfhover.current li.sfhover li a, #nav_main ul li:hover.current li:hover li a {
	color: #015643;
	background: #eaf0f2 url(/images/bg_nav_main_li_a.png) no-repeat 0 0;
}

#nav_main ul li.sfhover.current li.sfhover li.sfhover a, #nav_main ul li:hover.current li:hover li:hover a {
	color: #015643;
	background: #e9eff1 url(/images/bg_nav_main_li_a_hover.png) no-repeat 0 0;
}

#nav_main ul li.current li.current a, #nav_main ul li.current li.sfhover.current a, #nav_main ul li.current li:hover.current a {
	background: #fff url(/images/bg_nav_main_li_current_a.png) no-repeat 0 0;
}

#nav_main ul li.current li.current a.parent, #nav_main ul li.current li.sfhover.current a.parent, #nav_main ul li.current li:hover.current a.parent {
	background: #fff url(/images/bg_nav_main_li_parent_current_a.png) no-repeat 0 0;
}

#nav_main ul li.current li.current a.parent, #nav_main ul li.current li.sfhover.current a.parent, #nav_main ul li.current li:hover.current a.parent {
	background: #fff url(/images/bg_nav_main_li_parent_current_a.png) no-repeat 0 0;
}

#nav_main ul li.current li.current li.current a, #nav_main ul li.current li.current li.sfhover.current a, #nav_main ul li.current li.current li:hover.current a {
	background: #eaf0f2 url(/images/bg_nav_main_li_current_a.png) no-repeat 0 0;
}

#nav_main ul li ul {
	margin-left: 225px;
	margin-top: -2.6em;
	left: -999em;
	position: absolute;
	width: 120px;
}

html > body #nav_main ul li ul {
	margin-left: 0px;
	margin-top: 0;
}

html >/**/ body #nav_main ul li ul {
	margin-left: 225px;
}

#nav_main ul li:hover ul, #nav_main ul li.sfhover ul {
	left: auto;
}

#nav_main ul li:hover li ul, #nav_main ul li.sfhover li ul {
	left: -999em;
}

#nav_main ul li:hover li:hover ul, #nav_main ul li.sfhover li.sfhover ul {
	left: auto;
}

#nav_main ul li li {
	clear: both;
}

#quicklinks {
	background-color: #f8fafa;
	display: inline;
	float: left;
	padding: 30px 0 0 0;
	width: 225px;
}

#quicklinks h3 {
	background: url(/images/bg_quicklinks_h.png) no-repeat 0 0;
	display: block;
	height: 29px;
	margin: 0;
	overflow: hidden;
	position: relative;
	text-indent: -999em;
	width: 225px;
}

#quicklinks ul{
	width: 225px;
}

#quicklinks ul li {
	display: inline;
	float: left;
}

#quicklinks ul li a {
	background: #eff4f5 url(/images/bg_quicklinks_li_a.png) no-repeat 18px 10px;
	border-bottom: 1px solid #fff;
	color: #015643;	
	display: block;
	font-size: 92%;
	padding: 7px 20px 7px 30px;	
	text-decoration: none;
	width: 175px;
}

#quicklinks ul li a:hover {
	text-decoration: underline;
}

#related_information {
	background-color: #f8fafa;
	display: inline;
	float: left;
	padding: 30px 0 0 0;
	width: 225px;
}

#related_information h3 {
	background: url(/images/bg_related_information_h.png) no-repeat 0 0;
	display: block;
	height: 29px;
	margin: 0;
	overflow: hidden;
	position: relative;
	text-indent: -999em;
	width: 225px;
}

#related_information ul{
	width: 225px;
}

#related_information ul li {
	display: inline;
	float: left;
}

#related_information ul li a {
	background: #eff4f5 url(/images/bg_quicklinks_li_a.png) no-repeat 18px 10px;
	border-bottom: 1px solid #fff;
	color: #015643;	
	display: block;
	font-size: 92%;
	padding: 7px 15px 7px 40px;	
	text-decoration: none;
	width: 170px;
}

#related_information ul li.pdf a {
	background: url(/images/page_white_acrobat.png) no-repeat 17px 8px;
}

#related_information ul li.link a {
	background: url(/images/link.png) no-repeat 16px 8px;
}

#related_information ul li.doc a {
	background: url(/images/page_white_word.png) no-repeat 17px 8px;
}

#related_information ul li a:hover {
	text-decoration: underline;
}

#content {
	display: inline;
	float: left;
	overflow: hidden;
	padding: 0 25px 0.8em 25px;
	width: 685px;
}

html >/**/ body #content {
	overflow: visible;
}

#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#content.home_template {
	padding-top: 25px;
}

#breadcrumbs {
	font-size: 92%;
	margin: 10px 0 0.3em 0;
	width: 685px;
}

#content #breadcrumbs ul {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 685px;
}

#content #breadcrumbs ul li {
	background: url(/images/bg_breadcrumbs_li.png) no-repeat right 4px;
	color: #90908f;
	float: left;
	display: block;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}

#content #breadcrumbs ul li.current {
	background-image: none;
}

#content #breadcrumbs ul li a {
	color: #68ae23;
	text-decoration: none;
}

#content #breadcrumbs ul li a:hover {
	text-decoration: underline;
}

#footer {
	border: solid #dee8eb;
	border-width: 1px 0;
	color: #acc2c9;
	display: inline;
	float: left;
	font-size: 92%;
	margin-top: 40px;
	padding: 20px 0;
	width: 960px;
}

#footer #copy {
	display: inline;
	float: left;
	position: relative;
	top: 20px;
}

#footer #logos {
	display: inline;
	float: right;
}

#footer #logos p {
	display: inline;
	float: left;
	margin-right: 8px;
}

#footer #logos p.last_node {
	margin-right: 0;
}

#footer p {
	margin-bottom: 0;
}

#footer a {
	color: #68ae23;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}



#wrapper_contact_us_form {
	background-color: #fff;
	font-size: 120%;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px;
	width: 460px;
}

html >/**/ body #wrapper_contact_us_form {
	overflow: visible;
}

#wrapper_contact_us_form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#contact_us_form {
	background-color: #f8fafa;
	border: solid #dee8eb;
	border-width: 1px 1px 0 1px;
	clear: both;
	display: inline;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 683px;
}

html >/**/ body #contact_us_form {
	overflow: visible;
}

#contact_us_form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#contact_us_form p {
	clear: both;
}

#contact_us_form br {
	clear: both;
}

#contact_us_form hr {
	clear: both;
	margin: 1.28em 0;
	width: 100%;
}

#contact_us_content {
	background-color: #f8fafa;
	font-size: 92%;
	overflow: hidden;
	padding: 10px;
	width: 663px;
}

html >/**/ body #contact_us_content {
	overflow: visible;
}

#contact_us_content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#contact_us_form fieldset {}
		
#contact_us_form label {
	clear: both;
	float: left;
	margin-right: 20px;
	margin-bottom: 0.6em;
	padding: 2px;
	text-align: left;
	width: 70px;
}

#contact_us_form.request_information_form label {
	width: 120px;
}

#contact_us_form input.text {
	border: 1px solid #dee8eb;
	float: left;
	padding: 2px;
	width: 150px;
}

#contact_us_form select {
	border: 1px solid #dee8eb;
	float: left;
	margin-bottom: 0.6em;
	padding: 2px;
}

#contact_us_form textarea {
	border: 1px solid #dee8eb;
	float: left;
	height: 110px;
	margin: 0;
	padding: 2px;
	width: 432px;
}

#contact_us_form em, #activate_details em, #required_field em {
	color: #68ae23;
}

#contact_us_footer {
	background-color: #c3d5df;
	border: solid #dee8eb;
	border-width: 1px 0 1px 0;	
	overflow: hidden;
	padding: 6px 12px;
	position: relative;
	width: 659px;	
}

body#holding_page_body {
	background-color: #b7cbd1;
}

#holding_page {
	height: 155px;
	left: 50%;
	margin-left: -211px;
	margin-top: -77px;
	position: absolute;
	top: 50%;
	width: 423px;
}
