/**
 * default CSS for the textControl cmslib component
 * Used in conjunction with /cmslib/HTMLElements/HTMLTextControl.php and /cmslib/js/textControl.js
 */
.textModifier8 #content {font-size: 0.8em;}
.textModifier9 #content {font-size: 0.9em;}
.textModifier10 #content {font-size: 1.0em;}
.textModifier11 #content {font-size: 1.1em;}
.textModifier12 #content {font-size: 1.2em;}
.textModifier13 #content {font-size: 1.3em;}
.textModifier14 #content {font-size: 1.4em;}
.textModifier15 #content {font-size: 1.5em;}
.textModifier16 #content {font-size: 1.6em;}
.textModifier17 #content {font-size: 1.7em;}
.textModifier18 #content {font-size: 1.8em;}
.textModifier19 #content {font-size: 1.9em;}
#contentControl .decrease {background-position: 5px 0;}
#contentControl .increase {background-position: -15px 0;}
#contentControl .print {background-position: -34px 0;}
#contentControl .email-this-link {background-position: -54px 0;border-bottom: none;}
#contentControl a,
#contentControl button {
	background-image:url(/css/images/text-control.gif);
	background-repeat:no-repeat;
	font-size:0;
	height:18px;
	line-height:0;
	width:20px;
	display: block;
	
}
#contentControl a.email-this-link:hover{
	border-bottom: none;
}
#contentControl a:hover,
#contentControl button:hover {background-color: #EFEFEF;}
body ul#contentControl li {
display:block;
float:left;
line-height:0;
margin:0 0 0 1px;
padding:0;
background: none transparent;
}
#contentControl {
    /*overflow: auto;*/
}
#contentControl a span,
#contentControl button span {display:none;}

#contentControl a.email-this-link {
	padding-bottom: 0;
}

/* 
    Document   : reset
    Created on : 06/03/2009, 5:37:36 PM
    Author     : Luke Hoggett
    Description:
        resest file based upon the yui reset
*/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires
 */
html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}




body {
	color: #383d40;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .625em;
}
#header {

}
#navigation {
	letter-spacing: 0.09em;
}
#content {
	font-size: 1.2em;
	overflow: auto;
}

strong, b {
	/*color: #333;*/
	font-weight: bold;
}
em, i {
	font-style: italic;
}
em {
	font-style: normal;
	color: #47c3d3;
}

a, #content a {
	text-decoration: none;
	color: #383d40;
	outline: none;
}
#content a {
	color: #47C3D3;
}
#content a:hover {
	color: #3EADBB;
}
#detail p a {

}
a:hover, a.active, li.active a, #detail p a {
	color: #47c3d3;
	
}
a:active {
	
}
a img {
	padding: 2px;
	margin: 3px;
}
#content a, #content #detail a, .content {
	border-bottom: 1px dotted #47C3D3;
}
#content a:hover, #footer a:hover .content:hover {
}

.floatR {
	float: right;
}
.floatL {
	float: left;
}

blockquote {
	font-family: Georgia, Times, "Times New Roman", serif;
}
blockquote p:nth-last-child(1) {
	
	margin-bottom: 0;
}

pre {
	font-size: 1.3em;
}

/* start headings */
h1, h2, h3, h4 {
	font-weight: bold;
	margin: .5em 0;
}
h1 {
	color: #333;
	font-size: 1.8em;
}
h2 {
	font-size: 2.5em;
	font-family: Calibri, Helvetica, Arial, san-serif;
}
h3 {
	font-size: 1.7em;
	font-family: Georgia, Times, "Times New Roman", serif;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
}
/* end headings */

/* start paragraphs */
p {
	line-height: 1.8em;
	margin-bottom: 2.5em;
}
p.exerpt {
	margin-bottom: 1.0em;
}
/* end paragraphs */

/* start lists */
ul, ol {
}
li {
	line-height: 1.6em;
}
ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
ul li {
	list-style-type: square;
	list-style-position:outside;
	margin-left: 18px;
	padding-left: 3px;
}
ul ul li {
	list-style-type: circle;
}

.right-column-4 li {
	font-size: 0.91667em;
}
/*
dl {
	margin: 1em 0;
}
dt {
	font-weight: bold;
	left: 0;
	padding: 3px;
	position: relative;
	top: 1.1em;
	width: 5em;
}
dd {
	border-left: 2px solid #666;
	margin: 0 0 0 6em;
	padding: 0 0 .5em .5em;
}*/
/* end lists */

/* start table */
table {
	margin: 30px 0;

}
th, td {
}
th {
	
}

thead th {
	font-size: 1.3em;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding-bottom: 15px;
}
tbody td {
	padding: 15px 0;
	border-top: 1px solid #efefef;
	width: 240px;
	vertical-align: top;
}
tbody td.light {
	width: 482px;
	font-size:0.91667em;
}
tbody tr:nth-child(odd) td {
	/*background: #FFF;*/
}
tbody tr:hover td {
	/*background: #333;
	color: #FFF;*/
}
tfoot td {
	border-top: 1px solid #666;
	font-style: italic;
}
/* end table */

/* start form */
form {
/*
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background: #333;
	border-radius: 12px;
	color: #FFF;*/
	padding: 3px;
	background: #EFEFEF;
	border-left: 1px solid #666;
	margin:1em 0 1em 3em;
	/*display: inline-block;*/
}
.info, .success, .warning, .error, .custom {
	margin-left: 3em;
}
fieldset {
/*
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #FFF;
	border-radius: 8px;
	color: #666;*/
	padding: 5px;
}


legend {
	display: none;
}
form ul {
	margin: 0;
	padding: 0 18px;
}
form li {
	list-style: none;
	margin: 8px 0;
	padding: 0;
	overflow: visible;
	height: 100%;
}

form li > label {
	font-weight: bold;
	color: #333;
}
form fieldset ul li label{
	width: 150px;
	float: left;	
}
form fieldset ul li div.input-area label{
	width: auto;
	float: none;
	margin-left: 5px;
}
form fieldset ul li{
	overflow: auto;
}
form fieldset ul li div.input-area{
	float: left;
}
form fieldset ul li.submit {	
	padding-left: 149px;
}
textarea {
	line-height: 1.5em;
	width: 243px;
	height: 113px;
}
input {
	height: auto;
}
input.text,
textarea{
	width: 243px;
}
input.text,
textarea, select {
	border: 1px solid #1C5180;
	background: #fff;	
}
input.active, textarea.active {
	background: #fff;
}
input.button,
input.radioInput,
input.checkbox,
input.submit{
	width: auto;
}

.formErrorMessage {
	color: #ff0000;
}
/* end form */

sup {
	vertical-align: text-top;
}

/**
main header styles
**/
#header a {
	border: none;
}

/**
main navigation styles
**/
#navigation {
	text-transform: uppercase;
}
#navigation a, #sub-navigation a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
/**
main mastheads styles
**/

#mastheads {
}

#mastheads strong, #mastheads h1 {
	font-family: Calibri, Helvetica, Arial, san-serif;
	font-size: 3.5em;
	
}
#mastheads strong {
	background: transparent url(/css/images/quote-left.png) no-repeat 196px 0;
}
#content-page #mastheads, #content-page #mastheads strong {
	background: transparent none;
}
#content-page #mastheads strong {
	margin-top: 30px;
}
#control a {
	text-indent: -9999em;
}
/**
main sub navigation styles
**/
#sub-navigation {

}

#sub-navigation li {

}
#sub-navigation a {
	font-size: 1.0em;
	color: #63717b;
	line-height: 0.9em;
}
#sub-navigation a:hover, #sub-navigation .active a {
	color: #47c3d3;
}

/**
main content styles
**/
#content {

}
#content h2 {
	margin: 37px 0 14px;
	line-height: 0.9em;

}
#content h3 {
	margin: 42px 0 30px 0;
	line-height: 0.9em;
	font-weight: normal;
}
#content ul {

}
#content ul li {
	background: transparent url(/css/images/bullet.png) 0 8px no-repeat;
	list-style-type: none;
	color: #63717b;
}

#intro blockquote {
	font-size: 1.666em;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	padding: 0 0 0 12px;
}
#detail h3, #content h3 {
	color: #63717b;
}
.light {
	color: #63717b;
}
.extra-content-1, .extra-content-3, .extra-content-4 {
	font-style: italic;
	font-size: 1.5em;
	color: #63717b;
	font-family: Georgia, Times, "Times New Roman", serif;
	line-height: 1.2em;
}
.extra-content-2 {
	font-size: 1.0em;
	color: #383d40;
	font-family: Calibri, Helvetica, Arial, san-serif;
	font-weight: bold;
	line-height: 1.8em;
}
.extra-content-2 sup {
	vertical-align: top;
	font-size:1.1em;
	*font-size: 0.75em;
}
blockquote.extra-content-1 {
	padding-left: 10px;
	margin-bottom: 20px;
}
.extra-content-2 .strong-1 {
	font-size: 2.5em;
}
.extra-content-2 .strong-2 {
	font-size: 3.333em;
	line-height: 1em;
}
.extra-content-2 .emphasis-1 {
	font-size: 1.6667em;
	color: #47c3d3;

}
.extra-content-2 .emphasis-2 {
	font-size: 1.6667em;
	color: #47c3d3;

}
.asterisk {
	background: transparent url(/css/images/asterisk-grey.png) 0 0 no-repeat;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: -10px;
	margin-left: -10px;
}



/**
main footer styles
**/
#footer {
	
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #63717b;
}
#footer dl {
	margin-top: 15px;
}
#footer dt {
	clear: both;
	font-family: Calibri,Helvetica,Arial,san-serif;
	font-size: 1.5em;
	font-weight: bold;
	height: 20px;
	vertical-align: bottom;
	width: 40px;
}
#footer dd {
	font-family: Calibri,Helvetica,Arial,san-serif;
	font-size: 1.833em;
	height: 20px;
	vertical-align: top;
}
#footer .links {

}
#footer .links li {
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 3px;
	padding: 0;
}
#footer #extra {

}
#footer #extra .links {

}
#footer #extra .links li {

}
#footer #extra .links li a {
	color: #999;
}
#footer #extra .links li a:hover {
	color: #63717b;
}
#footer h3 {
	font-family: Calibri, Helvetica, Arial, san-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #63717b;
	margin: 0 0 1.1em;
}




button {
background:transparent none repeat scroll 0 0;
border:medium none;
cursor:pointer;
height:30px;
line-height:26px;
margin:0;
overflow:visible;
padding:0;
text-align:center;
white-space:nowrap;
width:auto;
}
div#spam-tip {
	background:#EFEFEF;
	border:1px solid #666;	
	padding:2px;
	font-size:0.8em;
	width: 243px;
	display: none;
}
span.helper{
	display: block;	
	font-size: 0.9em;
	font-style: italic;
}
span.hint {
	border-bottom:1px dotted;
	cursor:pointer;
	margin-left:5px;
}
span.hint:hover{
	border-bottom-style: solid;
}

/* Starts busy signal style */
div.busySignalContainer{
	background: none;
	padding: 0;
	margin: 0;
}
.busySignal {
	margin: 0;
	padding: 0;
	position:absolute;
	background: url('/css/images/spinner_blue.gif') no-repeat 50% 50%;
	/*opacity:.5;*/
}
/* Ends busy signal style */

/* Starts message style */
div.messageList{
	list-style:none;
	color: #47512D;
	padding:7px 20px 7px 12px;
	background: #E6EFC2;
}
div.errorList{
    padding:7px 20px 7px 12px;
    background: #f6ecde;
    color:#CC0000;
}
div.messageList,
div.errorList{
	border: none;
	margin: 0 0 0 3em;
	padding:7px 20px 7px 12px;
}
/* Ends message style*/
a.zoom img,
ul.preview-images a img, a .content-image {
    cursor:url(/css/cursors/zoom.cur), pointer;
}

/** js related selectors **/
.hidden {
	display: none;
}

input.busyStatus,
textarea.busyStatus{
    background: #F4F5F5;
    border: #F4F5F5 1px solid;
}

.map-ineractive-text {
    text-decoration: underline;
}

#ZoomCaption {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#human {
	display: none;
	visibility: hidden;
}

/* vCard Address styles */
.vcard {

}
.vcard .type {
	display: none;
}
.vcard .phone .type, .vcard .fax .type {
	display: inline;
}

/* contact page vcard styles */
#contact-content {
	overflow: visible;
}
#contact-content h3 {
	color: #383d40;
	font-size: 1.7em;
}
#contact-content .vcard {
	line-height: 1.7em;
}
#contact-content .vcard .org, #contact-content .vcard .adr {
	color: #63717b;
}
#contact-content .vcard .phone, #contact-content .vcard .fax {
	color: #383d40;
}
#contact-content .button {
	margin-top: 40px;
	margin-bottom: 40px;
}
#sydney {
	padding-right: 20px;
}

#content .key-contact-details {
	margin: 2px 0 0 20px;
}
#content .key-contact-details a {
	color: #47c3d3;
}

#content .key-contact-details dl {
	font-size: 0.91667em;
	margin: 20px 0 0 0;
}
#content .key-contact-details dt {
	margin:  0 0 5px 0;
}
#content .key-contact-details dd {
	margin:  0 0 15px 0;
	color: #63717b;
}

#maps {
	height: 358px;
	margin-bottom: 30px;
	text-indent: -9999em;
	position: relative;
	margin-top: -78px;
}

#maps .street {
	background: transparent url(/css/images/map-sprite.png) 0 0 no-repeat;
	height: 100%;
	margin-top: 78px;

}
#sydney, #melbourne {
	padding-top: 5px;
}
#maps #sydney-map.street {
	background-position: 0 0;
}
#maps #melbourne-map.street {
	background-position: -460px 0;
}

#content #maps div.coverage {
	height: 358px;
	width: 460px;
	/*position: absolute;
	top: 0;
	left: 0;*/
	/*background: transparent url(/css/images/contact-map-sprite.png) 0 0 no-repeat;*/
	z-index: 200;
	overflow: visible;
}
#content #maps div.coverage img {
	z-index: 10000;
	overflow: visible;
	display: block;
	width: 460px;
	height: 358px;
}
#content #maps #map-controls a {
	display: block;
	border: none;
	height: 21px;
	position: absolute;
}
#map-controls {
	position: relative;
	overflow: visible;
	height: 358px;
	z-index: 300;
}
#content #maps #map-controls a.sydney-hover {
	width: 70px;
	top: 246px;
	left: 361px;
}
#content #maps #map-controls a.melbourne-hover {
	width: 102px;
	top: 310px;
	left: 256px;
}
#contact-map {
	overflow: auto;
	height: 358px;
	width: 460px;
}
area  {
	cursor: pointer;
	display: block;
}

div.right-column-5 ol, div.right-column-5 ul, div.right-column-9 ul {
	margin-bottom: 2.5em;
}
h2.right-panel {
	color: #63717b;
	font-size: 14px;
	padding: 11px 0;
	text-transform: uppercase;
}
.news-from {
	font-size: 1em;
	text-transform: uppercase;
	color: #66747e;
	font-weight: bold;
}
#content #detail .news-list h3 {
	font-family: arial, Times,"Times New Roman",serif
}
#content blockquote p.in-bq {
	font-family: Arial, Helvetica, sans-serif;
}

body {
}
.container {
	width: 100%;
	background: transparent url(/css/images/diagonal-bg.png) top left repeat-x;
}

.top {
	position: relative;
}
.container-emphasis {
	background: #efefef url(/css/images/diagonal-grey-bg.png) top left repeat-x;
}
#header, 
#content, 
#footer {
	margin: 0 auto;
	width: 940px;
}
#header{
	height: 371px;
	position: relative;
	overflow: hidden;
	margin-bottom: -25px;

}
#content-page #header {
	height: 295px;
	margin-bottom: 0;
}

#logo {
	position: absolute;
	top: 64px;
	left: 0;
	z-index: 200;
}
#logo img {
	padding: 0;
	margin: 0;
}
a#logo {
	border: none 0;
}
#footer,
#content {
    clear: both;
	
}

#navigation {
	font-size: 1.1em;
	overflow: auto;
	position: absolute;
	left: 240px;
	top: 80px;
	width: 640px;
	font-weight: bold;
	z-index: 100;
}
#content-page #navigation {
	
}
#navigation li, #sub-navigation li  {
	padding-left: 0px;
	float: left;
	list-style: none;
}
#navigation a,#sub-navigation a {
	display: block;
}
#navigation li {
	margin: 0 20px 5px 0;
	width: 140px;
}
#mastheads {
	height: 231px;
	overflow: hidden;
	width: 940px;
	padding-top: 140px;
}
#mastheads .masthead {
	float: left;
	position: absolute;
	width: 940px;
	overflow: hidden;

}
#mastheads #hero-1, #mastheads #hero-2, #mastheads #hero-3 {
	height: 172px;
	padding: 59px 0 0 0;
}
#mastheads #hero-1 {
	background: transparent url(/css/images/masthead-image-01.jpg) no-repeat bottom right;
}
#mastheads #hero-2 {
	background: transparent url(/css/images/masthead-image-02.jpg) no-repeat bottom right;
}
#mastheads #hero-3 {
	background: transparent url(/css/images/masthead-image-03.jpg) no-repeat bottom right;
	z-index: 150;
	overflow: visible;
}

#mastheads #hero-1 {
	left: 0;
}
#mastheads #hero-2, #mastheads #hero-3 {
	left: -1000px;
	opacity: 0;
}
#intro #intro-content #content-1 {
	left: 0;
}
#intro #intro-content #content-2, #intro #intro-content #content-3 {
	left: -1000px;
	opacity: 0;
}
#mastheads .header-sub-title {
	overflow: hidden;
	padding: 0 0 0 240px;
	display: block;
	color: #9e9e9e;
	font-size: 24px;
	font-weight: bold;
}
#mastheads strong, #mastheads h1 {
	overflow: hidden;
	padding: 0 0 0 240px;
	display: block;
}
#mastheads h1.with-sub {
	margin-top: 0;
}
#mastheads strong {
	width: 600px;
}
.masthead {
	z-index: 150;
	background-color: #fff;
}

#content-page #mastheads {
	height: auto;
}
#control {
	margin: 0 auto;
	position: relative;
	height: 25px;
	/*margin: -12px 0 0 765px;*/
	z-index: 1000;
	width: 940px;
}
#control a {
	background: transparent url(/css/images/masthead-control-sprite.png) 0 0 no-repeat;
	display: block;
	height: 25px;
	width: 74px;
	position:absolute;
	left: 692px;
	bottom: -12px;
}
#control a:hover {
	background-position: 0 -25px;
	width: 74px;
}
#sub-header {
	margin: 0 auto;
	width: 940px;
}
#sub-navigation {

}
#sub-navigation li {
	margin: 0 30px 0 0;
	width: auto;
}
#sub-navigation a {
	padding: 0 0 12px 0;
	letter-spacing: 0.08em;
}
#sub-navigation .active a {
	background: transparent url(/css/images/blue-underline-thick.png) bottom left repeat-x;
}
#content {
	padding-top: 50px;
	overflow: visible;
}
#content ul {
	
}
#content ul li {
	padding-left: 10px;
	margin: 0 0 2px 0;
}
#intro {
	position: relative;
	overflow: hidden;
}
#detail {
	overflow: visible;
}
#intro #intro-content {
	overflow: hidden;
	height: 235px;
	margin-bottom: 50px;
}
#content #intro h3 {
	margin-top: 0;
}
#content-1, #content-2, #content-3 {
	padding-left: 240px;
	position: absolute;
}
#content-3 .address-content {
	overflow: auto;
	float: left;
	width: 460px;
}
#intro p {
	float: left;
}
#intro blockquote {
	float: left;
	margin-left: 70px;
	width: 220px;
}
#intro p a, #detail p a {
	line-height: 1.6em;
}

#content-page #detail p a {

}
#intro .slider {
	margin: 30px 0 0;
}
#content blockquote {
	background: transparent url(/css/images/grey-quote-left.png) no-repeat top left;
	margin-top: 6px;
}
#content-3 blockquote {
	margin-left: 0;
}
#content blockquote.plain {
	background: transparent none;
	padding-left: 0;
	margin-top: 0;
}
#content .lead.consultant blockquote {
	display: inline;
}
#content blockquote p.in-bq {
	padding-left: 12px;
}
#content blockquote p.in-bq,
#content blockquote div {
	background: transparent url(/css/images/grey-quote-right.png) no-repeat 100% 0;
	padding-right: 12px;
	display: inline;
}
.consultant.lead .title,
.consultant.lead {
	color: #63717b;
}
#content div {
	/*border: 1px solid teal;*/	
}

.column-3 {
	width: 220px;
	float: left;
}
.column-2 {
	width: 140px;
	float: left;
}
.column-6 {
	width: 460px;
	float: left;
}
.column-12 {
	width: 940px;
	float: left;
}
.content-column-6 {
	width: 460px;
}
.content-column-5 {
	width: 380px;
}
.content-column-4 {
	width: 300px;
}
.content-column-3 {
	width: 220px;
}
.content-column-2 {
	width: 140px;
}
.gutter-1 {
	margin: 0 0 0 20px;
}
.gutter-5 {
	margin: 0 0 0 100px;
}
.gutter-padding-1 {
	padding: 0 0 0 -60px;
}
.gutter-half {
	margin: 0 0 0 10px;
}
gutter-right-1 {
	margin: 0 20px 0 0;
}
.top-margin-85 {
	margin-top: 85px;
}
.left-margin-3 {
	margin: 0 0 0 240px;
	overflow: auto;
	clear: both;
}
.left-padding-3 {
	padding: 0 0 0 240px;
	clear: both;
}
.left-margin-3 p {
	width: 460px;
	float: left;
}
.left-column-3 {
	width: 220px;
	float: left;
}
.right-column-3 {
	width: 220px;
	float: left;
}
.right-column-4 {
	width: 300px;
	float: left;
}
.right-column-5 {
	width: 380px;
	float: left;
}
.right-column-6 {
	width: 460px;
	float: left;
}
.right-column-9 {
	width: 700px;
	float: left;
}
.border-top-5 {
	border-top: 5px solid #47c3d3;
}
.border-top-1 {
	border-top: 1px solid #47c3d3;
}
.border-bg-top-1 {
	background: transparent url(/css/images/border-top-1.png) 0 0 repeat-x;
}
.border-bg-top-5 {
	background: transparent url(/css/images/border-top-5.png) 0 0 repeat-x;
}

.border-botom-ridge {
	background: transparent url(/css/images/ridge-border-bg.png) left bottom repeat-x;
}
h2.top {

}
h2.right-panel,
.extra-content-4 {
	background: transparent url(/css/images/blue-border-top-thick-4-column.png) 0 0 no-repeat;
}
#content #detail .spec-cate-list .current .spec-list .current-page a,
#content #detail .spec-cate-list .current .title {
	color: #47c3d3;
}
#content #detail .spec-list a:hover,
#content #detail .spec-cate-list .current .spec-list .current-page a {
	border-bottom: 1px #47c3d3 dotted;
}

#content #detail .spec-list a,
#content #detail .spec-cate-list a{
	color: #63717b;
}
#content #detail .spec-cate-list a {
	border-bottom: none;
}
#content #detail .spec-list a {
	border-bottom: 1px #63717b dotted;
}
#content #detail .spec-list a:hover,
#content #detail .spec-cate-list a:hover {
	color: #47c3d3;
}
#content #detail .spec-cate-list .title  {
	display: inline-block;
	background: url('/css/images/arrow-down.png') 100% 5px no-repeat;
	padding-right: 18px;	
	text-transform: uppercase;
	font-weight: bold;
}
#content #detail .spec-cate-list .current .title {
	background: url('/css/images/active-arrow-down.png') 100% 5px no-repeat;
}

#content #detail .spec-cate-list .active .title {
	background: url('/css/images/arrow-up.png') 100% 5px no-repeat;
}
#content #detail .spec-cate-list .active.current .title {
	background: url('/css/images/active-arrow-up.png') 100% 5px no-repeat;
}
#content #detail .spec-cate-list .title span {
	padding-bottom: 9px;
	display: block;
}
#content #detail .spec-cate-list .current .title span {
	background: url('/css/images/blue-border-top-thick-4-column.png') 0 bottom no-repeat;
}
#content #detail .spec-cate-list,
#content #detail .spec-cate-list li.spec-cate-list-item {
	list-style: none;
	background: none;
	padding: 0;
	margin: 0 0 20px;
}
#content #detail .spec-cate-list .spec-list {
	margin: 3px 0;
}
.extra-content-4 {
	margin: 126px 0 0 0;
	padding: 25px 0 21px;
	
}
.clear {
	clear: both;
}
.clear-block {
	clear: both;
	display: block;
}
/**
content control styles
**/
#contentControl {
	padding: 45px 0 0 240px;
	overflow: auto;
	width: 700px;
	margin: 0 auto 20px;
}
body ul#contentControl li {
	background: #fff;
	padding: 6px 0 5px 0;
	margin: 0;
}
#contentControl a, #contentControl button{
	background-image: url('/css/images/text-controllers.png');
	height: 17px;
	text-indent: -9999em;
}
ul#contentControl li.first {
	background: transparent url('/css/images/text-controllers-bg.png') no-repeat left top;
}
ul#contentControl li.last {
	background: transparent url('/css/images/text-controllers-bg.png') no-repeat right bottom;
	padding-right: 5px;
}
#contentControl a:hover,
#contentControl button:hover {
	background-color: transparent;
}
#contentControl .print {background-position: -34px 0;}

#contentControl .decrease:hover {background-position: 5px -16px;}
#contentControl .increase:hover {background-position: -15px -16px;}
#contentControl .print:hover {background-position: -34px -16px;}
#contentControl .email-this-link:hover {background-position: -54px -16px;border-bottom: none;}
/**
footer styles
**/
#footer {
	font-size: 1.1em;
	height: 230px;
	padding: 55px 0 0 0;
}
#footer .column-2 {
	height: 140px;
}
#footer dl {
}
#footer dt {
	float: left;
	margin-bottom: 1px;
	margin-top: 4px;
	padding-top: 2px;
}
#footer dd {
	float: left;
	margin-bottom: 1px;
	margin-top: 4px;
	width: 130px;
}
#footer .links {

}
#footer #extra {
	clear: both;
	width: 100%;
	overflow: visible;
	
}
#footer #extra .links {
	padding-top: 20px;
	clear: both;
	overflow: visible;
}
#footer #extra .links li {
	float: left;

}
#footer #extra .links li.alpha {
	margin-left: 46px;
}
#footer #extra .links li.omega {

}
#footer #extra .links li a {
	margin: 0 0 0 23px;
}
#footer #extra .links li.alpha a {
	margin: 0 0 0 0;
}

/** accessibility links **/
#skip-to-content, #skip-to-nav {
	display: none;
}

/** Starts with jsWindow style **/
#JsWindow {
	width:400px;
	position:absolute;
	margin:auto;
	z-index:1000;
	border:1px solid black;
	background:#fff;
}

body > #JsWindow {
	position:fixed;
	top:7%;
}

#JsWindowBar {
	overflow: auto;
}
#JsWindowBar a.close {
	background: url('/css/images/popup-X.gif') no-repeat 0 0;
	width:26px;
	height:26px;
	display:block;
	float:right;
	border: none;
	outline: none;
}
#screenOverlay {
	position:absolute;
	top:0;
	left:0;
	background:#000;
	opacity:.2;
}

body > #screenOverlay {
}
/* Ends jsWindown style*/

/*Starts FancyZoom style reset*/
#ShadowBox table,
#ShadowBox table td,
#ShadowBox table tbody td{
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
}
/*Ends Fancy Zoom style reset*/

a.fp-credit {    
   background:transparent url(/css/images/web-design-by-fatpublisher.png) no-repeat 85px 0;
    border:medium none;
    cursor:pointer;
    padding:2px 28px 12px 0;
    height: 19px;
}
a.fp-credit:hover {
    text-decoration: underline;
	
}

/* Youtube thumbnail image overlay*/
.video-link {
	position: relative;
	display: block;	
}
#content .video-link,
#content .video-link:hover{
	border-bottom: none;
}
.video-link img {
	display: block;
}
.overlay-button {
	cursor: url('/css/cursors/zoom.cur'), pointer;
	position: absolute;
	display: block;
	background: transparent url('/css/admin/images/player.png') no-repeat;
	width: 58px;
	height: 58px;
}
a.video-link:hover .overlay-button {
	background: transparent url('/css/admin/images/player-hover.png') no-repeat;
}
.lead.consultant {
	background: #D7F0F4;
	margin-bottom: 2.5em;
}
.lead.consultant p {
	line-height: 1.8em;
}
.job-list li.first, 
.consultant.first {
	border-top: none;
}
.job-list li,
.consultant {
	border-top: 1px solid #49C5D1;
	padding: 6px 8px;
	overflow: hidden;
}
.news-item p,
.job p,
.consultant p {
	margin-bottom: 0px;
	line-height: 1.5em;
}
.job .title,
.consultant .title {
	font-weight: bold;
	color: #383d40;
}
.consultant img {
	padding: 2px;
	background: #FDFFFC;
	border: 1px solid #CACED1;
	float: left;
	margin: 0 10px 10px 0;
}
#content .job-list,
#content .news-list,
#content .people-list {
	list-style: none;
}
#content .job-list li,
#content .news-list li,
#content .people-list li {
	list-style: none;
	background: none;
	padding: 5px 0 20px;
}
#content h2.top {
	margin-top: 0;
}
#content h2.right-panel {
	margin-bottom: 0px;
}
#content .news-list {	
	margin-top: 35px;
}
#content .news-list .news-item {
	padding: 24px 26px;
	margin: 0;
	border-top: 1px solid #bbb;
	overflow: hidden;
	background: #f1f6f6;
}
#content .news-list .odd.news-item {
	background: #e9e9e9;
}
#content .news-list h3 {
	margin: 0 0 10px;
}
#content #detail .news-list h3 a,
#content .news-list h3 a {
	color: #383d40;
	font-size: 0.9em;
	font-weight: bold;
	border-bottom: none;
}
#content #detail .news-list h3 a:hover,
#content .news-list h3 a:hover {
	color: #47C3D3;
}
#content #detail .news-list .slider.button {
	float: right;
}
.job {
	overflow: hidden;
}
.job-contact-link {
	float: right;
}

/**
 * SqueezeBox - Expandable Lightbox
 *
 * Allows to open various content as modal,
 * centered and animated box.
 *
 * @version		1.1 rc4
 *
 * @license		MIT-style license
 * @author		Harald Kirschner <mail [at] digitarald.de>
 * @copyright	Author
 */

#sbox-overlay {
	position: absolute;
	background-color: #000;
	left: 0px;
	top: 0px;
	zoom: 1;
}

#sbox-window {
	position: absolute;
	background-color: #fff;
	text-align: left;
	overflow: visible;
	padding: 0px;
	/* invalid values, but looks smoother! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	background: url(/css/admin/images/squeezeBox/closebox.png) no-repeat center;
	border: none;
}

.sbox-window-ie6 #sbox-btn-close {
	background-image: url(/css/admin/images/squeezeBox/closebox.gif);
}

.sbox-loading #sbox-content {
	background-image: url(/css/admin/images/squeezeBox/spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#sbox-content {
	clear: both;
	overflow: auto;
	background-color: #fff;
	padding: 10px;
	margin: 0;
	/*height: 100%;
	width: 100%;*/
}
#sbox-controller {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
#sbox-controller a {
	height: 100%;
	width: 40%;
	text-indent: -999em;
	display: block;
	font-size: 0;
	outline: none;
	overflow: visible;
}
#sbox-controller a.sbox-next:hover {
	background: url('/css/admin/images/squeezeBox/next.png') no-repeat right center;
}
#sbox-controller a.sbox-next{
	float: right;
	
}
#sbox-controller a.sbox-previous:hover {
	background: url('/css/admin/images/squeezeBox/prev.png') no-repeat left center;
}
#sbox-controller a.sbox-previous {
	float: left;	
}
.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
	/*width: 100%;
	height: 100%;*/
}

.sbox-content-iframe#sbox-content {
	overflow: visible;
}

/* Hides scrollbars */
.body-overlayed {
	overflow: hidden;
}
/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility: hidden;
}
#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

/* Shadows */
.sbox-bg {
	position: absolute;
	width: 33px;
	height: 40px;
}

.sbox-bg-n {
	left: 0;
	top: -40px;
	width: 100%;
	background: url(/css/admin/images/squeezeBox/bg_n.png) repeat-x;
}
.sbox-bg-ne {
	right: -33px;
	top: -40px;
	background: url(/css/admin/images/squeezeBox/bg_ne.png) no-repeat;
}
.sbox-bg-e {
	right: -33px;
	top: 0;
	height: 100%;
	background: url(/css/admin/images/squeezeBox/bg_e.png) repeat-y;
}
.sbox-bg-se {
	right: -33px;
	bottom: -40px;
	background: url(/css/admin/images/squeezeBox/bg_se.png) no-repeat;
}
.sbox-bg-s {
	left: 0;
	bottom: -40px;
	width: 100%;
	background: url(/css/admin/images/squeezeBox/bg_s.png) repeat-x;
}
.sbox-bg-sw {
	left: -33px;
	bottom: -40px;
	background: url(/css/admin/images/squeezeBox/bg_sw.png) no-repeat;
}
.sbox-bg-w {
	left: -33px;
	top: 0;
	height: 100%;
	background: url(/css/admin/images/squeezeBox/bg_w.png) repeat-y;
}
.sbox-bg-nw {
	left: -33px;
	top: -40px;
	background: url(/css/admin/images/squeezeBox/bg_nw.png) no-repeat;
}

#sbox-window .sbox-content-swf
{
	overflow: hidden;
}

#sbox-caption-wrapper {
	position: absolute;
	text-align: center;		
	bottom: -65px;
	left: 0;		
	width: 100%;
	margin: -30px auto;
	opacity: 0;
}

.sbox-caption-table {
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	width: auto;
	background: #666;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -border-radius: 3px;
    border-radius: 3px;
}

table {
}
th, td {
	/*padding: 3px;*/
}
table.sbox-caption-table tbody td {
	background: transparent;
	border-bottom: none;
}
table.sbox-caption-table tbody tr:nth-child(odd) td {
	background: none;
}
table.sbox-caption-table tbody tr:hover td {
	background: none;
	color: inherit;
}

h1 {
    clear: both;
}

/** hero home page slideshow **/
#hero-slideshow {
	height: 300px;
}
#hero-slideshow img {
	position: absolute;
	left: 0;
}
#slideshow-images {
	position: relative;
	width: 734px;
	height: 300px;
	overflow: hidden;
	padding-bottom: 4px;
}
#slideshow-controls {
	position: relative;
	top: -20px;
	left: 12px;
}
#slideshow-controls a {
	text-indent: -9999em;
	background: transparent url(/css/images/slideshow-control-sprite.png) no-repeat 0 0;
	display: block;
	width: 21px;
	height: 14px;
	float: left;
	margin-right: 4px;
}
#slideshow-controls a:active, #slideshow-controls a:focus {
	outline: none;
	-moz-outline-style: none;
}
#slideshow-controls a.active {
	background-position: 0 -14px;
}
#slideshow-controls a span {
	border: none;
}
h1.page-description {
	text-indent: -10000px;
	position: absolute;
}

/* 
    Document   : sliding-door
    Created on : 02/11/2009, 3:20:59 PM
    Author     : Luke Hoggett
    Description: default style sheet for the sliding door html element UI component
       
*/
.slider.button {
	background: transparent url(/css/images/button-sprite-right.png) no-repeat scroll right top;
	border: medium none !important;
	color: #fff;
	height: 35px;
	margin: 3px 6px 3px 0px;
	padding-bottom: 0 !important;
	padding-right: 16px;
	text-decoration: none;
	display: block;
	float: left;
}
button.slider.button {
	padding-right:22px;
}

.slider.button span {
	background: transparent url(/css/images/button-sprite-left.png) no-repeat scroll 0 0;
	display: block;
	line-height: 35px;
	padding: 0 6px 0 11px;
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
}
button.slider.button span {
	display: inline;
	
}
.slider.button:hover{
	background-position: 100% -35px;
	border-bottom: none;
}
.slider.button:hover span{
	border-bottom: none;
	background-position: 0 -35px;
}



