/* 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://lamblebuilders.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://lamblebuilders.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://lamblebuilders.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 */
body {
	background: #FFF url('../../images/bg_body01.png') 0 100% repeat-x;
	font: 13px/1.5em 'Open Sans', sans-serif;
	color: #444;
}
em {
	font-style: italic;
}
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;
}
#holder {
	margin: 0 auto;
	background: url('../../images/bg_body02.png') 50% 0 no-repeat;
	width: 100%;
}
#header {
	margin: 0 auto 10px;
	width: 994px;
	height: 191px;
	position: relative;
	z-index: 15;
}
#logo {
	margin:0 auto;
	padding-top:25px;
	width: 663px;
	height: 110px;
	text-indent: -9999px;
}
#logo a {
	background: url('../../images/logo01.png') no-repeat;
	width: 663px;
	height: 110px;
	display: block;
}
#mainNav {
	background: url("../../images/bg_nav01.png") 0 0 no-repeat;
	width: 100%;
	height: 38px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}
#bannerWrapper {
	padding-bottom: 15px;
	background: url('../../images/bg_banner01.png') 50% 100% no-repeat;
	margin: 0 auto;
	width: 994px;
	max-height: 500px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
#content {
	margin: 0 auto;
	width: 960px;
	min-height: 450px;
}
#content h1, #content h2, #content h3, #content h4 {
	padding: 10px 0;
	font: normal 1em/normal "Century Gothic", "Avant Garde", "AppleGothic", "Heiti TC", sans-serif;
	color: #000;
}
#content h1 {
	margin-bottom: 20px;
	padding: 0 0 5px;
	border-bottom: 2px solid #EEE;
	font-size: 30px;
	color: #000;
}
#content h2 {
	font-size: 24px;
}
#content h3 {
	background: url("../../images/bl01.png") 0 18px no-repeat;
	font-size: 18px;
	color: #000;
	text-indent: 20px;
}
#content h4 {
	font-size: 16px;
}
#content p {
	padding: 10px 0;
}
#content a:link, #content a:active, #content a:visited {
	color: #036;
	text-decoration: underline;
}
#content a:hover {
	color: #000;
	text-decoration: none;
}
#col-1 ul, #col-1 ol {
	list-style: none;
	padding: 10px 0;
}
#content li {
	margin: 0 0 5px 12px;
	padding-left: 25px;
	background: url("../../images/bl02.png") no-repeat;
	line-height: 20px;
}
#homeLinks {
	margin: 0 auto;
	padding: 15px 0;
	width: 960px;
	clear: both;
	display: table;
}
#homeLinks > div {
	float: left;
	width: 287px;
}
#homeLinks div + div {
	margin-left: 48px;
}
div.hlTxtBox {
	margin-left: 0 !important;
	padding-bottom:11px;
	background: url('../../images/bg_box02.png') 50% 100% no-repeat;
	width: 287px;
	position: relative;
}
#homeLinks h2 {
	margin: 0 0 0 1px;
	padding: 0;
	background: url('../../images/bg_box01.png');
	width: 100%;
	font-size: 14px;
	line-height: 34px;
	color: #000;
	text-align: center;
	position: absolute;
	left:0;
	bottom:26px;
	display: block;
	z-index: 10;
}
#homeLinks h2 a:link, #homeLinks h2 a:active, #homeLinks h2 a:visited {
	color: #000;
	text-decoration: none;
	display: block;
}
#homeLinks h2 a:hover {
	color: #FFF;
	text-shadow: 0px 0px 5px #000;
}
div.hlTxtBox img {
	border: 1px solid #BBB;
	position: relative;
	z-index: 9;
}
#homeLinks p {
	padding: 10px 0 0;
}
#homeLinks + #col-1 {
}
#col-1 {
	border-radius: 3px;
	clear: both;
	display: table;
	margin: 0 auto;
	padding: 20px 0;
	width: 960px;
}
#col-1 blockquote {
	padding: 10px 0 5px 0;
	clear: both;
	color: #888;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
#col-2, #col-3 {
	display: block;
	float: left;
	position: relative;
}
#col-2 {
	width: 550px;
}
#col-3 {
	margin-left: 25px;
	padding-left: 25px;
	width: 300px;
}
#col-3 h3 {
	font-weight: bold;
	text-transform: uppercase;
}
#footerHolder {
	margin: 0 auto;
	background: #003468 url('../../images/bg_footer01.png') repeat-x;
	width: 100%;
	min-height: 82px;
	clear: both;
}
#footer {
	margin: 0 auto;
	padding: 20px 0;
	width: 994px;
	font-size: 12px;
	color: #000;
	clear: both;
	display: table;
}
#footerTxt {
	margin-top: 5px;
	width: 100%;
	line-height: normal;
	display: block;
	clear: both;
	text-align: center;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #0AC;
}
#social {
	margin-top:10px;
	width: 100%;
	display: block;
	clear:both;
	line-height: 26px;
	text-align: center;
}
#social a + a {
	margin-left:10px;
}
/* forms */

.cms_form {
	margin: 15px 0;
	width: 300px;
}
.cms_form span {
	padding: 0 0 5px;
	font-size: 11px;
	font-style: italic;
	color: #999;
	display: block;
}
.cms_form fieldset > div {
}
.cms_form fieldset > div label, .cms_form fieldset > label {
	padding: 3px 0;
	font-weight: bold;
}
.cms_form fieldset div div label {
	font-size: 11px;
	font-weight: normal;
}
.cms_form input[type=text], .cms_form input[type=password], .cms_form textarea, .cms_form select {
	margin: 5px 0;
	border: 1px solid #999;
	background: #F9F9F9;
	width: 300px;
	text-indent: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #000;
	display: block;
}
.cms_form input[type=text], .cms_form input[type=password] {
	height: 22px;
	line-height: 22px;
}
.cms_form textarea {
	padding: 10px 0 0;
	height: 100px;
}
.cms_form select {
	width: 302px;
	height: 22px;
	line-height: 22px;
	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;
}
.captchapict {
	margin: 0 0 5px;
	border: 1px solid #999;
	clear: both;
}
.cms_submit {
	margin: 5px 0 0;
	padding: 0 15px;
	border: 0 none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #036 url("../../images/bg_nav01.png") 0 0 no-repeat;
	width: 115px;
	height: 27px !important;
	font: 13px/27px 'Open Sans', sans-serif;
	color: #FFF;
	display: block;
	float: left;
	cursor: pointer;
}
.cms_submit:hover {
	background: #AAA;
	color: #FFF !important;
	text-shadow: 0px 0px 3px #000;
	text-decoration: none !important;
}
.error_message {
	color:#F00;
}
/* Stylesheet: theme Modified On 2013-06-18 09:28:41 */
.clearb {
	clear:both;
}
#primary-nav {
	margin:0 auto;
	display:table;
}
#primary-nav, #primary-nav ul {
	list-style:none;
	padding:0 !important;
}
#primary-nav ul {
	padding:0 0 10px !important;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	border-top:0 none;
	background:#003569;
	-webkit-box-shadow:  0 5px 5px 0px rgba(125, 125, 125, 0.5);
	box-shadow:  0 5px 5px 0px rgba(125, 125, 125, 0.5);
	position:absolute;
	top:auto;
	display:none;
	z-index:1000;
}
#primary-nav ul ul {
	margin-left:-1px;
	left:100%;
	top:0px;
}
#primary-nav li {
	margin:0;
	text-align:center;
	float:left;
	line-height:38px;
}
#primary-nav li li {
	padding:0 20px;
	min-width:150px;
	float:none;
	position:relative;
	text-align:left;
	font-weight:normal !important;
	line-height:normal;
}
#primary-nav > li + li {
	margin-left:2px;
	padding-left:3px;
	background: url("../../images/bg_nav02.png") 0 50% no-repeat;
}
/* Styling the basic apperance of the menu elements */
#primary-nav a:link, #primary-nav a:active, #primary-nav a:visited {
	padding:0 40px;
	display:block;
	font:14px/38px "Century Gothic", "Avant Garde", "AppleGothic", "Heiti TC", sans-serif;
	color:#FFF;
	text-decoration:none;
}
#primary-nav li li a:link, #primary-nav li li a:visited {
	padding:0;
	background:none;
	font-size:12px !important;
	color:#FFF;
	line-height:30px;
	text-transform:none;
	white-space:nowrap;
}
#primary-nav ul li + li a {
	border-top:1px solid #147;
}	
#primary-nav li:hover a, #primary-nav li a:hover {
	text-shadow: 0px 0px 10px #000;
	color:#AAA;
}
#primary-nav li li a:hover {
	color:#CCC;
}
#primary-nav li.menuactive a {
	color:#AAA;
}
/* 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 {
	width:100%;
}
/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#footerNav ul {
	text-align:center;
}
/* menu list items */
div#footerNav li {
	list-style:none; /* hides the list bullet */
	font:12px/12px "Century Gothic", "Avant Garde", "AppleGothic", "Heiti TC", sans-serif;
	color:#FFF;
	display:inline;
}
div#footerNav li + li {
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #FFF;
}
/* the links, that is each list item */
div#footerNav a:link, div#footerNav a:active, div#footerNav a:visited {
	color:#FFF;
	text-decoration:none; /* no underline for links */
}
/* hover state for links */
div#footerNav li a:hover {
	color:#0AC;
}
div#footerNav a.activeparent:hover {
	color:#0AC;
}
/* 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:#0AC;
}

/* Footer */
/* Stylesheet: menu Modified On 2013-06-17 16:44:42 */
