/* accessibility *//* menu links accesskeys */span.accesskey {text-decoration: none;}/* accessibility divs are hidden by default, text, screenreaders and such will show these */.accessibility, hr {/* position set so the rest can be set out side of visual browser viewport */position: absolute;/* takes it out top side */top: -999em;/* takes it out left side */left: -999em;}/* definition tags are also hidden, these are also used for accessibility menu links */dfn {position: absolute;left: -1000px;top: -1000px;width: 0;height: 0;overflow: hidden;display: inline;}/* end accessibility *//* wiki style external links *//* external links will have "(external link)" text added, lets hide it */a.external span {position: absolute;left: -5000px;width: 4000px;}a.external {/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */padding: 0 12px 0 0;}/* colors for external links */a.external:link {color: #18507C;/* background image for the link to show wiki style arrow */background: url(https://plbuildingdesign.com.au/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;}a.external:visited {color: #18507C;/* a different color can be used for visited external links *//* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/background: url(https://plbuildingdesign.com.au/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;}a.external:hover {color: #18507C;/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */background: url(https://plbuildingdesign.com.au/uploads/NCleanBlue/external.gif) no-repeat 100% 0;background-color: inherit;}/* end wiki style external links *//* clearing *//* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}.clear {height: 0;clear: both;width: 90%;visibility: hidden;}#main .clear {height: 0;clear: right;width: 90%;visibility: hidden;}* html>body .clearfix {display: inline-block;width: 100%;}* html .clear {/* Hides from IE-mac \*/height: 1%;clear: right;width: 90%;/* End hide from IE-mac */}/* end clearing */
/* Stylesheet: Accessibility and cross-browser tools Modified On 2009-05-13 10:42:54 */
/* reset.css */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

/* global style */
.gallery .parentlink{
display: none;
}
body {
	background: #FFF;
	font:14px/normal 'Open Sans', sans-serif;
	color:#000;
}
a, a img, input, textarea, li {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
h1, h2, h3, h4, h5, h6 {
	margin:15px 0;
	font-family:'Open Sans', sans-serif;
	font-weight:700;
	color:#000;
}
em {
	font-style:italic;
}
#holder {
	margin:0 auto;
	width:100%;
	display:block;
}
#header {
	margin:0 auto;
	border-bottom:7px solid #DDD;
	background:url(	'../../images/bg_hdr01.png') repeat-x;
	width:960px;
	height:218px;
	position:relative;
	z-index:1000;
}
#logo {
	padding:65px 0 0 30px;
	width:311px;
	height:87px;
	float:left;
	display:block;
}
#logo a {
	background:url('../../images/logo01.png') no-repeat;
	width:311px;
	height:87px;
	display:block;
	text-indent:-9999px;
}
#headerTxt {
	color: #34A;
	font: 22px/normal "Century Gothic", "Avant Garde", "AppleGothic", "Heiti TC", sans-serif;
	position: absolute;
	top: 75px;
	right: 30px;
	text-align:center;
}
#headerTxt a:link {
	color:#34A;
	text-decoration:none;
}
#mainNav {
	background:url('../../images/bg_nav01.png') 0 100% repeat-x;
	height:36px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
#banner {
	margin:0 auto;
	position: relative;
	width:960px;
	max-height:192px;
	clear: both;
	z-index: 900;
	overflow:hidden;
}
#banner img, #banner iframe {
    background: #FFF url('../../images/loading.gif') 50% 50% no-repeat;
	max-width:619px;
}
#bannerImg {
	float:left;
}
#bannerTxt {
	margin:0;
	background: #4f7081;
	width:341px;
	height:192px;
	float:right;
	color: #FFF;
}
#bannerTxt p {
	font-size: 16px;
	line-height: 22px;
	padding: 30px 50px;
	text-transform: uppercase;
}
#content {
	margin:0 auto;
	background: #DDD;
	width:960px;
	min-height:350px;
	z-index:900;
}
#content iframe {
	margin:10px 0 10px 5px;
	border:1px solid #CCC;
	width:190px;
	height:250px;
}
#col-1 {
	margin:0 auto;
	padding:20px 0;
	width:880px;
	clear:both;
	display:table;
}
#col-1 h1 {
	background:url('../../images/bg_hs01.png') 0 100% no-repeat;
	color: #4F7081;
	font-size: 28px;
	text-transform: uppercase;
}
h2 {
	font-size:16px;
	text-transform:uppercase;
}
#col-1 h3 {
	font-size:16px;
}
#col-1 h4 {
	font-size:14px;
}
#content p {
	padding:10px 0;
	line-height:1.6em;
}
#col-1 a:link, #col-1 a:active, #col-1 a:visited {
	color:#34A;
	text-decoration:underline;
}
#col-1 a:hover {
	color:#7A93A0;
	text-decoration:none;
}
#col-1 ul, #col-1 ol {
	padding:5px 0 0 10px;
}
#col-1 li {
	margin:0 0 5px 20px;
	line-height:16px;
}
#col-1 hr {
	margin:10px auto;
	border:0;
	border-bottom:1px dotted #623;
	width:100%;
	height:1px;
}
#col-1 blockquote {
	padding:10px 0;
	clear:both;
	color:#BBF;
	font-size:14px;
	font-style: italic;
	font-weight:normal;
}
#col-1 a img {
	border: 1px solid #DDD;
	opacity:1;
}
#col-1 a:hover img {
	border-color:#5B7A89;
	opacity:0.7;
}
#col-2, #col-3 {
	display:block;
	position:relative;
}
#col-2 {
	width:550px;
	float:left;
}
#homePg #col-2 {
}
#col-2 table {
	margin:15px 0;
}
#col-2 td {
	padding-right:20px;
	vertical-align:top;
	width:50%;
}
#col-3 {
	padding-left:20px;
	width:350px;
	float:right;
}
#homePg #col-3 {
}
table.globalTable {
	margin:20px auto;
	border:1px solid #CCC;
	width:80%;
	-webkit-box-shadow: 0px 0px 5px #DDD; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:  0px 0px 5px #DDD; /* FF3.5 - 3.6 */
	box-shadow:  0px 0px 5px #DDD; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
table.globalTable tr:hover {
	background:#FAFAFA;
}
table.globalTable th {
	padding:5px 0;
	border-right:1px solid #EEE;
	border-bottom:1px solid #EEE;
	background:#EAEAEA;
	font:18px/18px 'Century Gothic', sans-serif;
	color:#000;
	text-align:center;
	text-transform:uppercase;
}
table.globalTable td {
	padding:7px 10px;
	border-bottom:1px solid #EEE;
	color:#777;
}
table.globalTable td + td {
	width:30%;
}
table.globalTable tr:hover td {
	color:#000;
}
#footerHolder {
	width:100%;
	clear:both;
	display:table;
}
#footer {
	margin:0 auto;
	padding:30px;
	border-top:2px solid #5b7a89;
	width:900px;
	font-size:11px;
	color:#000;
	clear:both;
	display:table;
	position:relative;
}
#footerTxt {
	margin-top:5px;
	line-height:normal;
	display:table;
	float:left;
	clear:left;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color:#000;
	text-decoration:none;
}
#footer a:hover {
	color:#34A;
}
.social {
	position:absolute;
}
#header .social {
	top:105px;
	right:30px;
}
#footer .social {
	top:15px;
	right:30px;
}
.social ul {
	display:table;
}
.social li {
	margin-left:5px;
	display:block;
	float:left;
}
.social li:hover {
	opacity:0.5;
}
.social img {
	display:inline-block;
}
#footer .social img {
	margin-left:10px;
}
/* forms */

.cms_form {
	margin:15px 0;
	width:100%;
	display:table;
}
.cms_form span {
	padding:0 0 5px;
	font-size:11px;
	font-style:italic;
	color:#999;
	display:block;
}
.cms_form fieldset > div label, .cms_form fieldset > label {
	padding:3px 0;
}
.cms_form fieldset > div {
	padding: 3px 0;
	clear:both;
}
.cms_form fieldset div label {
	padding-right:15px;
	display: block;
	float: none;
	min-width: 150px;
}
.cms_form fieldset div div label {
	font-size:11px;
	font-weight:normal;
}
.cms_form input[type=text], .cms_form input[type=email], .cms_form textarea, .cms_form select {
	border:1px solid #999;
	background:#FAFAFA;
	width:300px;
	text-indent:10px;
	font-family:'Roboto', sans-serif;
	font-size:12px;
	color:#000;
	display:block;
}
.cms_form input[type=text]:focus , .cms_form input[type=email]:focus , .cms_form textarea:focus , .cms_form select:focus  {
	border:1px solid #666;
	background:#FFF;
}
.cms_form input[type=text], .cms_form input[type=email] {
	height:28px;
	line-height:28px;
}
.cms_form textarea {
	padding:10px 0 0;
	height:100px;
}
.cms_form select {
	width:302px;
	height:30px;
	line-height:30px;
	text-indent:0;
}
.cms_form input[type=checkbox] {
	margin:0 0 5px;
}
.cms_form label + div + div {
	margin:0 0 10px;
}
.cms_form input[type=file] {
	margin:5px 0;
}
.captcha, .submit {
	padding-left:0;
}
.captchapict {
	margin: 0 0 5px;
	border: 1px solid #999;
	display: block;
	clear: both;
}
.cms_submit {
	margin:5px 0 0 ;
	padding: 10px 30px;
	border:0 none;
	background: #4F7081;
	width:150px;
	font:16px/normal 'Open Sans', sans-serif;
	color:#FFF !important;
	display:block;
	float:left;
	cursor:pointer;
	text-transform:uppercase;
}
.cms_submit:hover {
	background:#AAA;
	color:#FFF !important;
}
.error_message {
	padding: 5px 10px 5px 0;
	background: #F9F9F9;
	border: 1px solid #DDD;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #E00;
	display: table;
	font-size: 12px;
}
.error_message ul {
	padding: 5px 0 !important;
	list-style:none !important;
}
.error_message li {
	line-height: normal !important;
	margin: 0 0 0 5px !important;
	padding-left:20px;
	background: url("../../images/bl_err01.png") 0 0 no-repeat !important;
}
/* table */
table.menu {
	margin:15px auto;
	border:1px solid #EEE;
	border-width: 1px 1px 0 1px;
	display:table;
}
table.menu th {
	padding:5px 15px;
	border-bottom:1px solid #EEE;
	background:#FCFCFC;
	font-size:14px;
	font-family:'Roboto', sans-serif;;
	color:#000;
	text-transform:uppercase;	
}
table.menu th + th {
	border-left:1px solid #EEE;
}
table.menu td {
	padding:5px 15px;
	border:1px solid #EEE;
	border-width:0 0 1px 0;
	vertical-align:top;
	color:#555;
}
table.menu td + td {
	border-width: 0 0 1px 1px;
}
table.menu td:hover {
	background: #FFF;
	-webkit-box-shadow:inset 0 0 45px 0 rgba(167,198,56,0.2);
	box-shadow:inset 0 0 45px 0 rgba(167,198,56,0.2);
	color:#000;
}
table.menu td:hover h3 {
	color:#0AE !important;
}
/* Stylesheet: theme Modified On 2017-06-19 17:06:13 */
.clearb {
	clear:both;
}
#primary-nav {
	margin:0 0 0 5px;
	display:table;
}
#primary-nav, #primary-nav ul {
	list-style:none;
	padding:0 !important;
}
#primary-nav ul {
	margin:0;
	padding-top:0 !important;
	-webkit-border-radius:0 0 8px 8px;
	border-radius:0 0 8px 8px;
	background:#DDD;
	position:absolute;
	top:auto;
	display:none;
	z-index:1000;
}
#primary-nav ul ul {
	margin-top:1px;
	margin-left:-1px;
	left:100%;
	top:0px;
}
#primary-nav > li {
	margin:0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	text-align:center;
	float:left;
	line-height:37px;
}
#primary-nav > li + li {
	margin-left:2px;
}
#primary-nav li li {
	padding: 0;
	width: 100%;
	min-width:150px;
	max-width: 250px;
	float:none;
	position:relative;
	text-align:left;
	line-height:normal;
}
/* Styling the basic apperance of the menu elements */
#primary-nav a:link, #primary-nav a:active, #primary-nav a:visited {
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	padding:0 20px;
	background:#7a93a0;
	display:block;
	font: 700 14px/36px "Century Gothic", "Avant Garde", "AppleGothic", "Heiti TC", sans-serif;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}
#primary-nav li li a:link, #primary-nav li li a:visited {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	margin: 0 20px;
	padding: 7px 0;
	background:none;
	font-size:13px !important;
	font-weight:normal;
	color:#7a93a0;
	line-height:normal;
	font-style:normal;
	white-space:nowrap;
	text-transform:none;
}
#primary-nav ul li + li a {
	border-top:1px solid #EEE;
}
/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth {
	/* arrow for menuparents */
   background-position:center right;
	background-repeat:no-repeat;
}
/* Styling the apperance of menu items on hover */

#primary-nav > li > a.menuactive {
	background: #DDD;
}
#primary-nav > li:hover a {
	background: #DDD;
	color:#7a93a0;
}
#primary-nav > li > a.menuactive:hover {
}
#primary-nav li li a:hover {
	color:#FFF !important;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, #primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul {
	display:none;
}
/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, #primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul {
	display:block;
}
/* IE Hacks */
#primary-nav li li {
	float:left;
	clear:both;
}
#primary-nav li li a {
	height:1%;
}
/********************
Footer Links
*********************/

/* hack for Internet Explorer */
* html div#footerNav {
	/* hide ie/mac \*/
   height:1%;/* end hide */
}
/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#footerNav {
	float:left;
}
/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#footerNav ul {
}
/* menu list items */
div#footerNav li {
	float:left; /* makes the list horizontal */
	list-style:none; /* hides the list bullet */
	font-size:11px;
	color:#4f7081;
	line-height:11px;
}
div#footerNav li + li {
	margin-left:8px;
	padding-left:8px;
	border-left:1px solid #4f7081;
}
/* the links, that is each list item */
div#footerNav a:link, div#footerNav a:active, div#footerNav a:visited {
	color:#4f7081;
	text-decoration:none; /* no underline for links */
	display:block; /* IE has problems with this, fixed above */
}
/* hover state for links */
div#footerNav li a:hover {
	color:#34A;
}
div#footerNav a.activeparent:hover {
	color:#34A;
}
/* active parent, that is the first-level parent of a child page that is the current page */
div#footerNav li.activeparent a, div#footerNav li a.menuactive span {
	color:#34A;
}

/* Footer */
/* Stylesheet: menu Modified On 2014-02-11 09:25:21 */
