html, body {
	padding: 0;
	margin: 0;
	text-align: center;
	height: 100%;
	/*font-size: 62.5%;*/
	font-size: 75%;	
}

html {
	background: #c9cacc url(blend.png) repeat-x top;
}

body {
	background-color: #c9cacc;
}

#comfortZone {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#cpii {
	background: url(bg.png) repeat-x top;
	margin-left: -532px;
	position: absolute;
	top: -275px;
	left: 50%;
	width: 1064px;
	/*height: 550px;*/
	height:auto;
	overflow:auto;
	text-align:left;
}

#cpii a, #cpii a:link, #cpii a:visited {
	color: #fff;
	text-decoration: underline;
}
#cpii a:hover, #cpii a:active {
	color: #fff;
	text-decoration: underline;
}

#cpii a#flash-link {
	background: url(cpii.png) no-repeat;
	_background-image:none; /* @IE6 */
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='cpii.png'); /* @IE6 */
	display:block;
	position:relative;
	width:742px;
	height:64px;
	margin: 40px 160px 10px 160px;
	text-indent: -12345px;
}


/* CONTACT DETAILS */
#cpii #contact_details {
	position: relative;
	overflow: hidden;	
	display: block;
	padding: 0px 0px 40px 160px;
	text-align: left;
	color: #fff;
	font: 1.25em Tahoma, sans-serif;
}


#cpii #contact_details h1 {
	height: 42px;
	line-height: 42px;
	margin: 0;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #c9cacc;
}

#cpii #contact_details h2 {
	color: #fff;
	font-size: 1.5em;
	margin-top: 1em;
	border-bottom: 1px solid #fff;
}

#cpii #contact_details h3 {
	color: #fff;
	font-size: 1.25em;
	font-weight:bold;
	margin-top: 0;
	margin-bottom: 0.25em;
}

#cpii #contact_details .region {
	float: left;
	padding: 0px 20px 0px 0px;
	width: 170px;
}

#cpii #contact_details #australia {
	width: 340px;
}

#cpii #contact_details .region .city {
	float: left;
	width: 150px; 
}

#cpii #contact_details .region #float_right {
	float:right;
}

#cpii #contact_details .address_street {
	margin-bottom:0.25em;
	display:block;	
}
	
#cpii #contact_details .address_googlemaps {
	margin-bottom:0.25em;
	display:block;
}

#cpii #jobs .address_phone,
#cpii #contact_details .address_phone {
	margin-bottom:0.1em;
	display:block;
}

#cpii #contact_details .address_fax {
	margin-bottom:0.1em;
	display:block;
}

#cpii #jobs .address_email,
#cpii #contact_details .address_email {
	margin-bottom:0.1em;
	display:block;
}


.address_googlemaps a,
.address_email a {
	background: url(yellow_arrow.png) no-repeat right 2px;
	_background-image:none; /* @IE6 */
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='yellow_arrow.png'); /* @IE6 */
	padding-right: 15px;
}	


/* JOB OPPORTUNITIES */
#cpii #jobs {
	position: relative;
	overflow: hidden;
	width: 720px;
	display: block;
	padding: 10px 160px 20px 160px;
	text-align: left;
	color: #fff;
	font: 1.25em Tahoma, sans-serif;
}

#cpii #jobs .job_opportunities {
	border-top:1px solid #fff;
}

#cpii #jobs h3 {
	margin-top: 1em;
	font-size: 1.25em;
}

/* FOOTER */
#cpii #footer {
	position: relative;
	overflow: hidden;
	width: 720px;
	display: block;
	padding: 10px 160px 20px 160px;
	text-align: left;
	color: #fff;
	font: 1.25em Tahoma, sans-serif;
	}

#cpii #footer .footer_content {
	border-top:1px solid #fff;
}

#cpii #footer .footer_column {
	float:left;
	width: 190px;
	margin-top: 0.5em;
}




