/*///////////////////////////////////////////////////////

	Layout Stylesheet
	Last updated 06/04/2009

	(C) 2010 Shock Media Pty Ltd

	All Browsers [SCREEN]
	This is the common layout defintion.
	Don't make any changes here - edit site.css.php instead

///////////////////////////////////////////////////////*/
#header {
                width: auto;
                background: #413F43 url('/media/images/bg_header.gif') repeat-x;
            }
#footer {
                width: 100%;
                clear: both;
                float: left;
                background: #797E81 url('/media/images/bg_footer.gif') repeat-x;
            }
#left {
                display: none;
            }
#right {
    			float: left;
				clear: right;
				position: relative;
				z-index: 0;
    			background: #FFF;
    			width: 250px;
    			margin-right: -250px;
			}
#main {
			float: left;
			position: relative;
			z-index: 0;
			overflow: hidden;
			background: #FFF;
    		width: 604px;
		}
#content {
    	    position: relative;
    		width: auto;
border-right-style: solid;
                    border-right-width: 250px;
                    border-right-color: #FFF;
}

/*-----------------------------------
// CANVAS DEFINITION
//---------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	font-size: 10px;
	background: #FFF;
}

html>body {
	font-size: 10px;
}

/*-----------------------------------
// LAYOUT DEFINITION
//---------------------------------*/

#content {
        position: relative;
        width: 604px;
        margin-left: auto;
        margin-right: auto;
    }

/*-----------------------------------
// FUNCTIONS
//---------------------------------*/

/*///////////////////////////////////////////////////////

	Common Stylesheet
	Last updated 06/04/2009

	(C) 2010 Shock Media Pty Ltd

	All Browsers [SCREEN]
	This is the common definition for all sites.
	Don't make any changes here - edit site.css.php instead

///////////////////////////////////////////////////////*/

/*-----------------------------------
// FORM ELEMENTS DEFINITION
//---------------------------------*/

html,
body.mceContentBody {
	background: none;
}

#contact #contactDetails {
	float: left;
	clear: both;
	display: inline;
	margin-bottom: 2em;
}

#contact dl {
	margin: 1em 0;
}

#contact dt {
	float: left;
	clear: left;
	display: inline;
	margin: 1em 0 0;
	width: 100px;
	font-size: 1.3em;
}

#contact dd {
	float: left;
	clear: right;
	display: inline;
	margin: 1em 0 0 0.5em;
	font-size: 1.3em;
	line-height: 130%;
}

IE
#contact dl {
    padding-top: 1em;
}

#contact dd {
    float: none;
    display: block;
    margin-left: 100px;
}

#contact fieldset,
#payment fieldset {
	border: none;
}

#contact legend,
#payment legend {
	display: none;
}

#contact fieldset fieldset {
	float: left;
	clear: both;
	width: auto;
	display: inline;
	padding: 14px 0px;
	border: none 0;
	border-bottom: 1px dashed #A5ACB2;
}

IE
#contact fieldset fieldset {
	width: 380px;
}
#contact fieldset fieldset.lastFieldset {
	border: none 0;
}

#contact form label {
	float: left;
	display: inline;
	width: 100px;
	font-size: 1.3em;
}

#contact input,
#contact textarea,
#payment input,
#payment textarea {
	border: 1px solid #A5ACB2;
	width: 200px;
	margin-bottom: 5px;
	overflow: auto;
}

#contact select,
#payment select {
	margin-bottom: 5px;
}

#payment dt {
	float: left;
	width: 150px;
	font-size: 1.3em;

}

#contact #phone_prefix,
#contact #fax_prefix,
#payment #phone_prefix,
#payment #paymethod_ccexpiry_month,
#payment #paymethod_ccexpiry_year {
	width: 40px;
	margin-right: 5px;
}

#contact #phone_number,
#contact #fax_number,
#payment #phone_number {
	width: 153px;
}

#payment form hr {
	margin-bottom: 14px;
	margin-top: 9px;
	border: none 0;
	border-top: 1px dashed #a5acb2;/*the border*/
	width: 50%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

#contact form button {
	margin-left: 100px;
}

IE6
#contact form button {
	margin-left: 107px;
}

button,
a.button {
	padding: 0 0 0 13px;
	border: 0;
	background: url('/media/images/buttons/btn_left.gif') left center no-repeat;
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
}

a.button {
    float: left;
    text-decoration: none;
}

IE
a.button {
    width: 100px;
}

button span,
a.button span {
	position: relative;
	left: 0px;
    display: block;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0 16px 0 0;
    background: url('/media/images/buttons/btn_right.gif') right center no-repeat;
    color: #FFF;
    white-space: nowrap;
    text-transform: uppercase;
}

button:hover,
a.button:hover {
	opacity:.85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
}

IE
a.button:hover {
    opacity: 1;
	filter: alpha(opacity=100);
}

button {
    width: auto;
    overflow: visible;
}
button span {
    margin-top: 2px;
}

/*-----------------------------------
// MISCELLANEOUS DEFINITION
//---------------------------------*/

.clear {
	clear: both;
}

.required {
	color: #ae0015;
}

.fValidator-msg {
	color: #ae0015;
	font-size: 1.2em;
	padding-left: 110px;
	padding-bottom: 5px;
}

.ajax-loading {
	padding: 20px 0;
	background: url(/media/images/ajax-loader.gif) no-repeat center;
}

acronym {
    cursor: help;
}

/**
 * Google Maps
 */
IE
.gmap img {
    behavior: none;
}

/**
 * Date Picker
 */
input.DatePicker{
	width: 150px;
	padding: 3px 3px 3px 24px;
	font-size: 13px;
	background: #fff url(/media/images/date.gif) no-repeat top left;
	cursor: pointer;
}
input:focus.DatePicker{
	background: #fffce9 url(/media/images/datefocus.gif) no-repeat top left;
}
.dp_container{
	position: relative;
	padding: 0;
	z-index: 500;
}
.dp_cal{
	background-color: #fff;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
}
.dp_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #000;
}
.dp_cal select{
	margin: 2px 3px;
	font-size: 11px;
}
.dp_cal select option{
	padding: 1px 3px;
}
.dp_cal th,
.dp_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
}
.dp_cal th{
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	background: #daf2e6;
	font-weight: bold;
}
.dp_cal td{
	cursor: pointer;
}
.dp_cal thead th{
	background: #d9eefc;
}
.dp_cal td.dp_roll{
	color: #000;
	background: #fff6bf;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}
.dp_empty{
	background: #eee;
}
.dp_today{
	background: #daf2e6;
}
.dp_selected{
	color: #fff;
	background: #328dcf;
}

body#tinymce .mceNonEditable {
    opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
}

/**
 * MooColumns
 */

.multiColumn {
    display: block;
}

.multiColumn-screen {
    display: block;
}

.multiColumn-print {
    display: none;
}
/*///////////////////////////////////////////////////////

	Stylesheet for Veitch Lister Consulting Pty Ltd (VLC)	Last updated 06/04/2009
	(C) 2010 Shock Media Pty Ltd

	All Browsers [SCREEN]

///////////////////////////////////////////////////////*/

/*-----------------------------------
// CANVAS DEFINITION
//---------------------------------*/

body {
	font-family: Helvetica, Arial,Trebuchet MS, Verdana, Calibri, sans-serif;
	color: #666;
	line-height: 142%;
	zoom: 1;
}

Safari
body {
	text-shadow: 0 0 0 #000; //stop text from looking so bold
}

/*-----------------------------------
// LAYOUT DEFINITION
//---------------------------------*/
div#header {
    height: 108px;
}

div#headerContent {
	position: relative;
    width: 854px;
    margin-left: auto;
    margin-right: auto;
}

div#headerContent div#mainLogo {
    position: relative;
    left: 100%;
    margin-left: -209px;
    width: 170px;
    height: 90px;
}

div#nav {
    margin-top: -33px;
}

div#nav ul {
    margin: 0;
    padding: 0;
}

div#nav ul li {
    float: left;
    position: relative;
    width: auto;
    height: 33px;
    display: inline;
    list-style: none;
    color: #FFF;
    background: none;
}

div#nav ul li a {
    float: left;
    display: inline;
    padding-left: 15px;
    color: #FFF;
    font-size: 1.35em;
    font-weight: bold;
    text-decoration: none;
    line-height: 33px;
}

div#nav ul li a span {
    float: left;
    padding-right: 15px;
    cursor: pointer;
}

div#nav ul li a:hover,
div#nav ul li.selected a,
div#nav ul li.inTrail a {
    background: #FB7101 url('/media/images/bg_menu_left_ovr.gif') left top no-repeat;
}

div#nav ul li a:hover span,
div#nav ul li.selected a span,
div#nav ul li.inTrail a span {
    background: #FB7101 url('/media/images/bg_menu_right_ovr.gif') right top no-repeat;
}

div#content {
    margin-top: 37px;
    margin-bottom: 34px;
}

div#main {
    padding-right: 50px;
    width: 553px;
}

div#right div {
    margin-bottom: 9px;
}

div#footer {
    height: 72px;
}

div#footerContent {
    position: relative;
    width: 854px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

div#footerContent p {
    font-size: 1.2em;
    padding-bottom: 0.5em;
    color: #FFF;
    background: none;
}

div#footerContent a {
    color: #FFF;
    background: none;
}

div#footerContent a:hover {
    color: #FB7101;
    background: none;
}

div#footerContent .right {
    float: right;
    clear: right;
    color: #FB7101;
    background: none;
}

/*-----------------------------------
// TYPOGRAPHY DEFINITION
//---------------------------------*/

p {
	font-size: 1.4em;
	line-height: 142%;
	padding-bottom: 0.7em;
}

#content #main a,
.mceContentBody a {
	text-decoration: none;
	color: #FB7101;
	background: none;
}

#content #main a:hover {
    color:#CC6600;
    background: none;
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 2.6em;
	padding-bottom: 12px;
	margin: 13px 0;
	border-bottom: 1px solid #DBDBDB;
	color: #000;
	background: none;
	font-weight: bold;
	line-height: 100%;
}

h2 {
	font-size: 1.8em;
	margin: 12px 0;
	color: #666;
	background: none;
	font-weight: bold;
	line-height: 122%;
}

h3 {
	font-size: 1.6em;
	margin: 10px 0 5px;
	color: #FB7101;
	background: none;
	font-weight: bold;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: .89em;
}

h6 {
	font-size: .75em;
}

div#content ul,
div#content ol {
	padding: 0.5em 2em 1em;
	font-size: 1.4em;
	line-height: 143%;
}

div#content ul li {
    list-style-image: url('/media/images/bullet_arrow.gif');
}

div.hr {
	margin: 1em 0;
	margin-right: 40px;
	border-bottom: 1px solid #DBDBDB;
}

div.hr hr {
	display: none;
}

hr {
	margin-bottom: 1em;
}

div.box1 {
    min-height: 11px;
    padding-top: 11px;
    color: #000;
    background: #F4F4F4 url('/media/images/rightbox_top.gif') no-repeat top left;
}

div.box1 .hr {
    margin: 0;
    height: 11px;
    color: #000;
    background: #F4F4F4 url('/media/images/rightbox_bottom.gif') no-repeat bottom left;
    border-bottom: none;
}

IE7
div.box1 .hr {
    position: relative;
    top: 9px;
}

div.box1 p,
div.box1 h3 {
    margin-left: 23px;
    margin-right: 23px;
}

div.box1 dl {
    padding: 0 23px;
    font-size: 1.3em;
}

div.box1 dl dt {
    float: left;
    clear: left;
    display: inline;
    width: 80px;
    margin-top: 1em;
    color: #F9913D;
    background: none;
}

div.box1 dl dd {
    float: left;
    clear: right;
    display: inline;
    width: 80px;
    margin-top: 1em;
}

IE
div.box1 dl {
    padding-top: 1em;
}

div.box1 dl dd {
    float: none;
    display: block;
    margin-left: 100px;
}

div.box1 h3 {
    text-transform: uppercase;
}

div.box1 h3.pointerRight {
    background: url('/media/images/pointer_right.gif') top right no-repeat;
    cursor: pointer;
}

div.box1 h3.pointerDown {
    background: url('/media/images/pointer_down.gif') top right no-repeat;
    cursor: pointer;
}

div.box1 a {
    color: #000;
    background: none;
}

div.box1 a:hover {
    color: #CC6600;
    background: none;
}

div.box1 .author {
    font-family: Helvetica, Arial,Trebuchet MS, Verdana, Calibri, sans-serif;
	font-size: 0.85em;
    font-style: italic;
    color: #727D83;
    background: none;
}

div.box2 {
    width: 513px;
    height: 512px;
    margin-bottom: 22px;
    padding: 15px 20px;
    color: #66727E;
    background: #FFF url(/media/images/bg_map.gif) no-repeat;
}

div#content ul#subNav {
    padding-top: 8px;
}

div#content ul#subNav li {
    margin: 0 0 5px;
    list-style: none;
    list-style-image: none;
    font-size: 1.14em;
    font-weight: bold;
}

div#content ul#subNav li a {
    color: #FB7101;
    background: none;
    text-transform: uppercase;
    text-decoration: none;
	line-height: 120%;
}

div#content ul#subNav ul {
    margin: 5px 0 0;
    padding: 0;
}

div#content ul#subNav ul li  {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    border-bottom: 1px solid #DBDBDB;
    font-size: 0.63em;
    font-weight: normal;
}

div#content ul#subNav ul li a {
    display: block;
    padding: 7px 10px 7px 0;
    text-decoration: none;
	text-transform: none;
    color: #000;
    background: none;
}

div#content ul#subNav ul li a span {
    display: block;
    padding-left: 10px;
}

div#content ul#subNav ul li.selected a,
div#content ul#subNav ul li a:hover {
    color: #000;
    background: url('/media/images/bg_selected.gif') repeat-y;
}


div#content ul#subNav ul li.selected a span,
div#content ul#subNav ul li a:hover span {
    background: url('/media/images/bullet_arrow.gif') left 5px no-repeat;
}

div#content ul#subNav ul ul,
div#content ul#subNav ul ul li {
    font-size: 1em;
}

div#content ul#subNav ul ul li a {
    padding-left: 15px;
}

div#content ul#subNav ul li.selected ul li a span,
div#content ul#subNav ul ul li a span {
    background: none;
}

div#content ul#subNav ul li.selected ul li a:hover span,
div#content ul#subNav ul ul li.selected a span,
div#content ul#subNav ul ul li a:hover span {
    background: url('/media/images/bullet_arrow.gif') left 5px no-repeat;
}

div#content ul#latestNews {
    padding-top: 8px;
}

div#content ul#latestNews li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    border-bottom: 1px solid #DBDBDB;
}

div#content ul#latestNews li a {
    display: block;
    padding: 7px 10px 7px 0;
    text-decoration: none;
}

div#content ul#latestNews li a span {
    display: block;
    padding-left: 10px;
}

div#content ul#latestNews li.selected a,
div#content ul#latestNews li a:hover {
    color: #000;
    background: url('/media/images/bg_selected.gif') repeat-y;
}

div#content ul#latestNews li.selected a span,
div#content ul#latestNews li a:hover span {
    background: url('/media/images/bullet_arrow.gif') left 7px no-repeat;
}

blockquote {
    position: relative;
    padding: 15px 47px 5px;
    color: #666;
    background: #FFFFC0 url('/media/images/quotes_bg.gif') no-repeat;
    text-align: center;
}

blockquote cite {
    font-size: 0.85em;
}

blockquote cite:before {
    content: "- ";
}

.rss {
    float: right;
    clear: left;
    display: inline;
    width: 12px;
    height: 12px;
    margin-right: 12px;
    margin-top: 10px;
    background: url('/media/images/rss_12x12.gif') no-repeat right top;
}

.rss a,
.rss a:hover {
    display: block;
    color: #FFF;
    background: none;
    width: 12px;
    height: 12px;
}

.rss a span {
    display: none;
}

table {
	font-size: 1em;
}

table th {
	font-size: 1.5em;
	font-weight: normal;
	color: #FFF;
	background: #FB7101;
	padding: 10px 8px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
}

/*Force tinyMCE by using pixels instead of ems*/
.mceContentBody p table th {
    font-size: 15px;
}

table td {
	border-bottom: 1px solid #CCC;
	color: #2B3B4B;
	padding: 6px 8px;
	font-size: 1.4em;
}

/*Force tinyMCE by using pixels instead of ems*/
.mceContentBody p table td {
    font-size: 14px;
}

table td p {
	font-size: 1em;
}

table tbody tr:hover td
{
	color: #83929F;
}

#home div#transition {
    position: relative;
    width: 854px;
    height: 243px;
    margin-top: -15px;
    margin-left: auto;
    margin-right: auto;
}

#home div#transitionLeft {
    float: left;
    clear: left;
    width: 304px;
    height: 243px;
    background: #FB7101 url('/media/images/transition.jpg') no-repeat;
}


#home div#transitionRight {
    float: left;
    clear: right;
    width: 511px;
    height: 243px;
    padding-left: 38px;
    background: #FB7101 url('/media/images/bg_transition.gif') right top no-repeat;
}

#home div#transitionRight h1 {
    color: #FFF;
    background: none;
    font-size: 2.6em;
    border-bottom: none;
    margin: 48px 0 7px;
    padding-bottom: 0;
}

#home div#transitionRight p {
    color: #FFF;
    background: none;
    font-size: 2em;
    line-height: 120%;
}

#home div#mainLeft {
    float: left;
    clear: left;
    width: 45%;
    padding-right: 5%;
}

#home div#mainRight {
    float: left;
    clear: right;
    width: 45%;
    padding-right: 5%;
}

/*-----------------------------------
// FORM ELEMENTS DEFINITION
//---------------------------------*/


#zenith fieldset {
	border: none;
}

#zenith legend {
	display: none;
}

#zenith fieldset fieldset,
#contact fieldset fieldset {
	float: left;
	clear: both;
	width: 100%;
	display: inline;
	padding: 14px 0px;
	border: none 0;
	border-bottom: 1px solid #DBDBDB;
}

#zenith fieldset fieldset.lastFieldset {
	border: none 0;
}

#zenith form label {
	float: left;
	display: inline;
	width: 100px;
	font-size: 1.3em;
}

#zenith input,
#zenith textarea,
#contact input,
#contact textarea {
	border: 1px solid #FB7101;
	width: 200px;
	margin-bottom: 5px;
	overflow: auto;
}

#zenith input,
#contact input {
    height: 1.23em;
}

#zenith select,
#contact select {
	margin-bottom: 5px;
	border: 1px solid #FB7101;
}

button,
a.button {
	padding: 0 0 0 5px;
	border: 0;
	background: url('/media/images/buttons/btn_left.gif') left center no-repeat;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
	margin-right: 7px;
}

a.button {
    float: left;
    text-decoration: none;
}

IE6
a.button {
    width: 100px;
}

button span,
a.button span {
	position: relative;
	left: 3px;
    display: block;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0 30px 0 0;
    background: url('/media/images/buttons/btn_right.gif') right center no-repeat;
    color: #FFF;
    white-space: nowrap;
    text-transform: uppercase;
}

button:hover,
a.button:hover {
	opacity:.85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
}

IE
a.button:hover {
    opacity: 1;
	filter: alpha(opacity=100);
}

button {
    width: auto;
    overflow: visible;
}
button span {
    margin-top: 2px;
}

IE 7
a#videoTourBtn {
	min-width: 135px;
}

#zenith #contactDetails {
	float: left;
	clear: both;
	display: inline;
	margin-bottom: 2em;
}

#zenith #phone_prefix,
#zenith #fax_prefix {
	width: 40px;
	margin-right: 5px;
}

#zenith #phone_number,
#zenith #fax_number {
	width: 153px;
}

#zenith form button {
	margin-left: 100px;
}

IE6
#zenith form button {
	margin-left: 107px;
}/* FormCheck tipbox */

/* tipbox :
	table :
		tl		: top left
		t		: top
		tr		: top right
		l 		: left
		r		: right
		bl		: bottom left
		b		: bottom (with mark)
		br		: bottom right
		c		: center
	components :
		a.close	: close button
		err		: errors div
		p		: error line
*/

.fc-tbx table,
.fc-tbx table td,
.fc-tbx table a,
.fc-tbx table a:hover {
    margin: 0;
    padding: 0;
    border: 0;
}

.fc-tbx .tl{
	background: url('/media/images/formcheck/tl.png') no-repeat;
}
.fc-tbx .t{
	background: url('/media/images/formcheck/t.png') repeat-x;
	height: 16px;
}
.fc-tbx .tr{
	background: url('/media/images/formcheck/tr.png') no-repeat;
}
.fc-tbx .l{
	background: url('/media/images/formcheck/l.png') repeat-y;
	width : 16px;
}
.fc-tbx .r{
	background: url('/media/images/formcheck/r.png') repeat-y;
	width: 16px;
}
.fc-tbx .bl{
	background: url('/media/images/formcheck/bl.png') no-repeat;
}
.fc-tbx .b{
	background: url('/media/images/formcheck/b.png') no-repeat;
	height: 25px;
}
.fc-tbx .br{
	background: url('/media/images/formcheck/br.png') no-repeat;
}
.fc-tbx .c{
	background: url('/media/images/formcheck/c.png') repeat;
}

.fc-tbx a.close {
	float: right;
	background: url('/media/images/formcheck/close.png') no-repeat;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}

.fc-tbx a.close:hover {
	margin-left: 5px;
}
.fc-tbx .err {
	float: left;
}
.fc-tbx p {
	width : auto;
	display: block;
	font-size: 10px;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

.ajax_loader {
	background : url('/media/images/formcheck/ajax-loader.gif') no-repeat center;
	width : 200px;
	height : 150px;
}


/* FormCheck validation div */

.fc-error {
	border : 1px solid #888;
	margin-top : 5px;
	background-color : #EAEAEA;
}
.fc-error p {
	margin : 5px;
	color : #A00;
}