/*
	Copyright (c) 2007-2010 JB Interactive Pty. Ltd.
	All Rights Reserved
	http://www.jbinteractive.com.au/
*/

/* Yahoo CSS Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,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,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	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;
}
:focus {
	outline: 0;
}

.clearfix:after  { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { zoom: 1; }

/* Site */

html, body {
	height: 100%;
}

body {
	background: #ffffff url("../img/bg.gif") repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 970px;
	margin: 0 auto -80px;
	position: relative;
	background: url("../img/watermark.png") bottom right no-repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

p {
	margin-bottom: 15px;
}

.push {
	height: 80px;
}

#header {
	width: 100%;
	height: 122px;
	background: url("../img/head_bg.jpg") no-repeat;
}

#header h1 {
	display: block;
}

#header h1 a {
	display: block;
	overflow: hidden;
	height: 0;
	padding-top: 145px;
	background: url("../img/logo.png") no-repeat -10px 0;
	width: 336px;
}

#header h2 {
	overflow: hidden;
	height: 0;
}

#header .vcard {
	position: absolute;
	right: 22px;
	top: 20px;
	color: #363636;
	font-size: 13px;
	letter-spacing: -1px;
	text-align: right;
}

#header .vcard a {
	color: #363636;	
	text-shadow: 0 1px 0 #94aeab;
	display: block;
	width: 140px;
}

#header .vcard a:hover {
	color: #000000;		
}

#header #nav {
	display: block;
	top: 84px;
	right: 16px;
	position: absolute;
}

#header #nav li {
	display: block;
	float: left;
	border-right: 2px solid #89BAB5;
	padding: 0 8px;
	height: 24px;
}

#header #nav li:last-child {
	border-right: 0 none;
	padding: 0 4px 0 8px;
}

#header #nav li a {
	font-size: 15px;
	color: #ffffff;
	text-shadow: 0 1px 0 #475d5e;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -1px;
	display: block;
	float: left;
	padding: 7px 9px;
	margin-top: -5px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;	
	border-radius: 7px;
	background: rgba(71, 93, 93, 0.6);
	-o-transition-duration: .33s;
	-o-transition-property: color, background-color;
	-webkit-transition-duration: .33s;
	-webkit-transition-property: color, background;
}

#header #nav li a:hover {
	background: rgba(255, 255, 255, 1.0);
	color: rgba(71,93, 93, 1.0);
	text-shadow: 0 0;
}

a.button {
	background: url("../img/button_bg.png") repeat-x;
	height: 14px;
	display: block;
	text-decoration: none;	
	overflow: hidden;
	width: 120px;
	float: right;
	margin-top: 10px;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
	letter-spacing: -1px;
	font-size: 14px;
	text-align: center;	
	color: #ffffff;
	padding: 8px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	border-top: 2px solid #b7d3d0;
	border-bottom: 2px solid #415957;
	/*-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-transition-duration: .2s;
	-webkit-transition-property: -webkit-box-shadow;*/
}

a.button:hover {
	background: #577875;
	border-bottom: 2px solid #4e6a67;
	/*-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 10px rgba(82, 109, 107, 0.7);*/
}

a.button:active {
	margin-top: 12px;
}

/** 
 * Content
 */

#content {
	width: 910px;
	padding: 10px;
	background: #424254;
	position: relative;
	left: 20px;
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	margin-bottom: 15px;
}

#content_wrapper {
	overflow: hidden;
	background: url("../img/faux_columns_bg.png") repeat-y;
}

#content #feature_reflection {
	position: absolute;
	z-index: 3;
	background: url('../img/content_feature_reflection.png') no-repeat;
	width: 910px;
	height: 200px;
}

#content #feature {
	width: 910px;
	background: url('../img/content_feature.jpg') no-repeat;
	height: 200px;
	position: relative;
	border-bottom: 6px solid #939fa0;
}

.submessage {
	font-size: 17px;
	background: #333333; /* fallback */
	background: rgba(0, 0, 0, 0.65);
	padding: 2px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	border-radius: 3px;
	color: #ffffff;
	position: absolute;
	letter-spacing: -1px;	
	z-index: 9;
}

#content #feature #line-1 {
	bottom: 40px;
	left: 20px;
}

#content #feature #line-2 {
	left: 65px;
	bottom: 13px;
}

#content #site_content .content-image {
	position: relative;
	z-index: 5;
}

#content #site_content #image-1 {
	float: right;
	padding: 0 0 20px 20px;
}

#content #site_content #image-2 {
	float: left;
	padding: 0 20px 20px 0;	
}

#content .divider {
	height: 2px;
	width: 100%;
	background: url("../img/divider_bg.png") repeat-x;
	margin: 2px 0 20px;
}

#content .divider.green {
	background: url("../img/divider_green_bg.png") repeat-x;	
}

#content #site_content .content-image img {
	width: 160px;
	height: 120px;
	display: block;
	background: #ffffff;
	border: 1px solid #5d8480;
}

#content #site_content .content-image span {
	color: #323938;
	font-size: 12px;
	font-family: "Georgia", serif;
	font-style: italic;
	width: 160px;
	text-align: center;
	display: block;
	padding-top: 2px;
}

#content #site_content {
	width: 580px;
	background: #ffffff url('../img/subcontent_bg.png') repeat-x;
	float: left;
	border-right: 1px solid #465d5e;
	padding: 25px 20px;
	min-height: 520px;
	position: relative;
}

#content #site_content .assets {
	float: right;
	margin-top: 65px;
}

#content #site_content a {
	color: #333333;
	font-weight: bold;
}

#content #watermark {
	background: url('../img/subcontent_watermark.png') repeat-x;
	height: 520px;
	width: 469px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

#content #site_content h2 {
	font-size: 32px;
	font-family: "Georgia", serif;
	color: #ff1f00;	
	letter-spacing: -1px;
	width: 100%;
	background: url("../img/divider_bg.png") repeat-x center bottom;
	margin: 0 0 20px;
	padding-bottom: 2px;
}

#content #site_content h3 {
	color: #932112;
	font-size: 22px;
	letter-spacing: -1px;
	font-family: "Georgia", serif;	
	font-weight: lighter;
	margin-bottom: 15px;
}

#content #site_content p, #content #site_content li {
	color: #293635;
	font-size: 13px;
	letter-spacing: -1px;
	line-height: 18px;
}

#content #site_content ul {
	list-style: disc inside;
	display: block;
	margin-bottom: 15px;
	margin-left: 1em;
}

/**
 * @Sidebar
 */
#sidebar {
	width: 249px;
	float: right;
	background: #d9e3e2;
	padding: 25px 20px;
	min-height: 520px;	
}

#sidebar h2 {
	font-size: 32px;
	font-family: "Georgia", serif;
	color: #000000;	
	letter-spacing: -1px;
	text-shadow: 0 1px 0 #ffffff;
}

#sidebar p {
	color: #000000;
	font-size: 13px;
	letter-spacing: -1px;
	line-height: 18px;
	margin-bottom: 10px;
	text-shadow: 0 1px 0 #ffffff;		
}

#sidebar h3 {
	color: #303e3f;
	font-style: italic;
	font-family: "Georgia", serif;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: lighter;
	margin-bottom: 5px;	
}

#sidebar #contact h3 {
	float: left;
}

#sidebar #contact span.required {
	color: #999999;
	float: right;
	font-size: 11px;
	padding-top: 8px;
}

#sidebar #phone span {
	font-size: 26px;
	color: #2b2b2b;
	letter-spacing: -2px;
	width: 100%;
	display: block;
	text-align: right;
	text-shadow: 0 1px 0 #ffffff;
	margin-bottom: 10px;
}

#sidebar #twitter span {
	font-size: 26px;
	color: #2b2b2b;
	letter-spacing: -2px;
	width: 100%;
	display: block;
	text-align: right;
	text-shadow: 0 1px 0 #ffffff;
	margin-bottom: 10px;
}

#sidebar form {
	clear: both;
	overflow: hidden;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
}

#sidebar form input[type="text"],
#sidebar input[type="email"],
#sidebar button {
	width: 231px;
	padding: 8px;
	color: #475d5e;
	border: 1px solid #cccccc;
	background: #ffffff url('../img/input_bg.png') repeat-x;
	margin-bottom: 5px;
	font-size: 12px;
	float: left;
}

#sidebar button {
	display: block;
	text-align: left;
	position: relative;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#sidebar button .arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	border-left: 1px solid #ddd;
	background: url(/img/arrow.png) no-repeat center center;
}

#sidebar form textarea {
	width: 231px;
	padding: 8px;
	color: #475d5e;
	border: 1px solid #cccccc;
	background: #ffffff url('../img/input_bg.png') repeat-x;
	margin-bottom: 5px;	
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	height: 120px;	
}

.blur {
	color: #aaaaaa !important;
}

#sidebar form .captcha_control {
	width: 248px;
	height: 57px;
	float: left;
	position: relative;
}

#sidebar form .captcha_img_area {
	position: relative;
	height: 50px;
	margin-bottom: 5px;
	float: left;
}

#sidebar form .captcha_img {
	border: 1px solid #cccccc;
	position: relative;
	z-index: 5;
}

#sidebar form .captcha_img_bg {
	background: #ffffff;
	width: 150px;
	height: 50px;
	position: absolute;
	z-index: 1;
	border: 1px solid #cccccc;
	top: 0;
}

#sidebar form .captcha_refresh {
	background-image:url('/img/loading.png');
	height:16px;
	left:2px;
	position:absolute;
	top:2px;
	width:16px;
	z-index: 10;
	cursor: pointer;
}

#sidebar form span.captcha_msg {
	display: block;
	float: right;
	width: 89px;
	font-size: 10px;
	color: #777777;
	text-align: right;
}

#sidebar form span.captcha_msg a {
	color: #333333;
}


#sidebar form .loading {
	width: 16px;
	height: 16px;
	position: absolute;
	background: url("/img/loading.gif") no-repeat;
	left: 100px;
	bottom: 20px;
}

#sidebar #location {
	float: left;
	width: 249px;
	height: 300px;
}

#sidebar #map {
	width: 248px;
	height: 248px;
	border: 1px solid #465D5E;
	overflow: hidden;
}

#sidebar #location a.more {
	font-family: "Georgia", serif;
	font-style: italic;	
	color: #465d5e;
	font-size: 13px;
	line-height: 18px;
	margin: 2px 0 10px;
	float: right;
	padding-right: 20px;
	background: url("/img/arrow_turn_right.png") no-repeat right;
}

#sidebar #location a.more:hover {
	color: #000000;
}

#sidebar img.accept {
	margin: 10px auto;
	display: block;
}

#sidebar .message {
	overflow: hidden;
	clear: both;
}

#sidebar #contact .message h3 {
	float: none;
}

/**
 * @Content from CMS
 */
/* -- Document Lists -- */

#site_content ul#document_list {
	float: right;
	clear: right;
	width: 202px;
	margin: 0 0 1em 1em;
	list-style: none;
	padding: 0.5em 0.5em 0 0.5em;
	background: #d9e3e2;
	border: 1px solid #465D5E;
}

#site_content ul#document_list li {
	display: block;
	margin-bottom: 0.5em;
	list-style: none;
	list-style-image: none;
}

#site_content ul#document_list a {
	display: block;
	background: url(/img/icons/page.png) no-repeat left center;
	padding-left: 24px;
	margin: 0;
	font-size: 12px;
}

#site_content ul#document_list a.word       { background-image: url(/img/icons/word.png); }
#site_content ul#document_list a.excel      { background-image: url(/img/icons/excel.png); }
#site_content ul#document_list a.powerpoint { background-image: url(/img/icons/powerpoint.png); }
#site_content ul#document_list a.pdf        { background-image: url(/img/icons/pdf.png); }
#site_content ul#document_list a.zip        { background-image: url(/img/icons/zip.png); }

/* -- Image Lists -- */

#site_content ul#image_list {
	float: right;
	clear: right;
	margin-left: 1em;
	list-style: none;
	list-style-image: none;
	padding: 0.5em 0.5em 0 0.5em;
	background: #d9e3e2;
	border: 1px solid #465D5E;
}

#site_content ul#image_list li {
	display: inline;
	float: left;
	clear: left;
}

#site_content ul#image_list > li {
	float: none;
}

#site_content ul#image_list a {
	display: block;
	padding: 1px;
	outline: none;
	margin: 0 auto 0.5em;
}

#site_content ul#image_list a:hover {
	border: solid 1px #5a7c8f;
	padding: 0;
}

#site_content ul#image_list img {
	display: block;
	padding: 0;
	margin: 0;
}

#site_content ul#ad-list {
	float: right;
	clear: right;
	margin-left: 10px;
	list-style: none;
	list-style-image: none;
}


#footer {
	clear: left;
	width: 930px;
	height: 80px;
	position: relative;
	margin: 0 auto;
	border-top: 1px solid #eeeeee;
}

#footer #footer_nav {
	margin-top: 10px;
}

#footer #footer_nav li a {
	color: #888888;
	float: left;
	font-size: 13px;
	letter-spacing: -1px;
}

#footer #footer_nav li:first-child {
	padding: 0 10px 0 0;
}

#footer #footer_nav li:last-child {
	border-right: 0 none;
}

#footer #footer_nav li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #eeeeee;
}

#footer #copyright {
	float: left;
	clear: left;
	color: #dddddd;
}

#footer #copyright li {
	float: left;
	margin: 6px 15px 0 0;
	font-size: 13px;
	letter-spacing: -1px;
}

#footer #siteby {
	position: absolute;
	right: -10px;
	opacity: 0.3;
}

#footer #siteby span {
	font-family: "Georgia", serif;
	color: #666666;
	font-style: italic;
	display: block;
	float: left;
	padding: 0 8px 0 0;
}

#footer #siteby a {
	width: 118px;
	height: 0;
	padding-top: 20px;
	overflow: hidden;
	background: url("../img/jb_logo.png") no-repeat;
	display: block;
	float: left;
}

#site_content table#virtual {

}
#site_content table#virtual th {
	padding: 10px;
}
#site_content table#virtual td {
	padding: 10px;
}


/* Virtual offices table */

table#virtual {
	font-size: 13px;
	letter-spacing: -1;
	margin-bottom: 1.5em;
	width: 100%;
}

table#virtual td {
	border-bottom: 1px solid #ddd;
	text-align: center;
}

table#virtual td:first-child {
	text-align: left;
}

/* jQuery UI Customisations */

.ui-menu, #ui-datepicker-div {
	font-size: 12px !important;
	z-index: 10 !important;
}

.ui-menu {
	width: 200px;
	position: absolute;
}

