/* 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(http://lambert.snspreview12.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(http://lambert.snspreview12.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(http://lambert.snspreview12.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;}
.hr {width:100%; border-bottom:dotted 1px #e7b5da; padding:0 0 20px 0;}
table, th, td {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none; display:block;}
:focus {outline:0;}
body {font:15px/1.6em 'Lato', sans-serif; background: #e3e3e3;}
em {font-style:italic;}

p {padding:5px 0;}
h1, h2, h3, h4, h5 {color:#000; line-height:1.5em; font-weight:bold; font-family: 'Merriweather', serif; text-transform: uppercase;}
h1 {margin:10px 0; padding:0; font-size:32px;}
h2 {margin:10px 0 5px 0; padding:0; font-size:20px;}
h3 {margin:10px 0 5px 0; padding:0; font-size:20px;}
h4 {margin:10px 0 5px 0; padding:0; font-size:16px;}

a:hover, i:hover {
    filter:alpha(opacity=70); /* For IE8 and earlier */
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s; /* Firefox 4 */
    -webkit-transition-duration: 0.3s; /* Safari and Chrome */
    -o-transition-duration: 0.3s; /* Opera */ 
}
a:link, a:active, a:visited {text-decoration:underline; color:#666;}
a:hover {text-decoration:none; color:#000;}
a:hover {
    filter:alpha(opacity=70); /* For IE8 and earlier */
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s; /* Firefox 4 */
    -webkit-transition-duration: 0.3s; /* Safari and Chrome */
    -o-transition-duration: 0.3s; /* Opera */ 
}

#pagewrapper {width:960px; margin:0 auto; background:#fff;}

header {width:100%; height:159px; position:relative; background:url('../../images/bg_header.jpg') repeat;}
header #logo {position:absolute; top:0px; left:68px;}
header #headerTxt01, header #headerTxt02 {position:absolute; top:40px; right:50px; font-weight:600; line-height:1.5em; color:#000; text-align:right;}
header #headerTxt01 {top:40px; right:50px; font-size:30px;}
header #headerTxt02 {top:89px; right:50px; font-size:17px; font-weight:bold;}
header a {color:#000 !important; text-decoration:none !important;}
header a:hover {color:#000;}
header h1 {margin:0;}

#mainNav {width:100%; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcffc1+0,f7ff63+100 */
background: #fcffc1; /* Old browsers */
background: -moz-linear-gradient(top,  #fcffc1 0%, #f7ff63 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcffc1), color-stop(100%,#f7ff63)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcffc1 0%,#f7ff63 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcffc1 0%,#f7ff63 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcffc1 0%,#f7ff63 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fcffc1 0%,#f7ff63 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcffc1', endColorstr='#f7ff63',GradientType=0 ); /* IE6-9 */
}

#banner {width:100%; margin:0 auto; overflow:hidden; position:relative; text-align:center;}
#banner img {}
#bannerTxt {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 99;
  width: 100%;
  padding: 10px 0 10px 60px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 18px;}

/*** Content Area *****/
#content {width:860px; margin:0 auto; padding: 20px 0 20px; display:table; color:#484848; min-height:250px;}
.container {width:860px; margin:0 auto; padding:20px 0px; position:relative;}
#content ul, #content ol {
    padding:3px 0 3px 20px; 
    list-style:outside;
}
#content ul {
    list-style: inside;
    padding:0;
    margin:0;
}
#content ul li {
    padding-left: 1em;
    position:relative;
}

/*** Home Featured Content *****/
#featured {  
  display: table;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#featured ul {}
#featured ul li {float:left; width:280px; padding:0; margin:0; list-style:none; text-align:center;}
#featured ul li h3 a {color:#000; text-decoration:none;}
#featured ul li + li {margin-left:10px;}
#featured a.readmore {
   background: #1f266f;
  color: #fff;
  border: 1px solid #1f266f;
  padding: 4px 0;
  text-align: center;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  margin-top: 7px;
  display: table;
  text-transform: uppercase;
}
#featured a.readmore:hover {
    background: #fff; 
    color: #1f266f;
}


/*** Footer *****/
.footer {width:100%; margin:0 auto; background:#f7ff63; color:#000; border-top:0px solid #1f266f; clear:both; display:table; min-height:60px; padding:0; font-size:12px;}
.footer a, 
.footer a:link, 
.footer a:active, 
.footer a:visited {color:#000; text-decoration:none; font-size:12px;}
.footer a:hover {color:#999;}
#footerTxt {
    font-size:12px;
    font-weight:normal;
    line-height:normal;
    display:block;
    margin:0 auto;
    clear:left;
    text-align: center;}
#social {display:block; float:right; padding:0;}
#social img {margin-left:5px;}
#social a img:hover {opacity:0.7;}

/**** Social icons ******/
.icon {
    position: relative;
    text-decoration: none;
}
.icon:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}
.icon > .label {
    display: none;
}

ul.social-icons {
    float: right;
    margin-bottom: 1.5em;
    overflow: hidden;
    position: relative;
    right: 0;
    top: 4px;
}
ul.social-icons li {
    display: inline-block;
    margin-right: 0.25em;
}
ul.social-icons li a {
    background: none repeat scroll 0 0 #fff;
    border-radius: 3em;
    display: inline-block;
    height: 3em;
    line-height: 3em;
    opacity: 1;
    outline: 0 none;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.25s ease-in-out 0s;
    width: 3em;
}
ul.social-icons li a:before {
    color: #000;
    font-size: 2em;
    line-height: 1.5em;
}
ul.social-icons li a:hover {
    background: none repeat scroll 0 0 #00a94f;
}
ul.social-icons li a:active {
    background: none repeat scroll 0 0 #00a94f;
}
/* Stylesheet: theme Modified On 2015-09-23 16:16:45 */
/* Horizontal menu for the CMS CSS Menu Module */
#menu_vert {margin-left:1px; margin-right:1px;}
/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb {clear:both;}
#menuwrapper {width:100%;}
#primary-nav, #primary-nav ul {margin:0px; list-style:none;}
#primary-nav {display: table;}
#primary-nav ul {margin:0; position:absolute; top:auto; display:none; z-index:1000;}
#primary-nav li {color:#000; float:left; margin:0;}
#primary-nav li + li {border-left:1px solid #f2f383;}
#primary-nav a, #primary-nav a:link,#primary-nav a:visited {
	padding:15px 30px;
	text-align:center;
	background: transparent;
	color:#000;
	font-size:16px;
	font-weight:bold;
	line-height:1em;
	display:block;
	text-decoration:none;	
	text-transform: uppercase;
	font-family: 'Merriweather', serif;
}
#primary-nav a:active{color:#666; background:#f7ff63;}
#primary-nav li:hover > a {color:#666; background:#f7ff63;}
#primary-nav li a.menuactive {color:#666; background:#f7ff63;}
#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactive {color:#666; background:#f7ff63;}


#primary-nav ul ul {margin-top:1px; left:100%; top:0px; }
#primary-nav li li {width:196px; margin:0; float:none; position:relative; text-align:left; border:0; margin-left:0px;}
#primary-nav li li:first-child {margin-top:0px; }
#primary-nav li li a, #primary-nav li li a:link, #primary-nav li li a:active, #primary-nav li li a:visited {
	padding:8px 20px;
	background:#f7ff63;
	font-size:12px;
	color:#000;
	text-transform:none;	
	width:auto;
	text-align:left;
}
#primary-nav li li a:hover {color:#000; background:#e2ec30; margin-top:0;}
#primary-nav ul li.menuparenth, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth {background-position:center right; background-repeat:no-repeat;  margin-top:0;}
#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 {color:#000; background:#e2ec30;}
#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; background-color:transparent;}
/* 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 
*/
#footerNav {
	float: left;
    margin: 10px 0 0 0px;
    overflow: hidden;
    position: relative;
    width: 100%;
	}
/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
#footerNav ul {
	clear: both;
    float: left;
    left: 50%;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    text-align: center;
	}
#footerNav li {	
    color: #000;
    float: left;
    font-size: 13px;
    line-height: 1.0em;
    list-style: none outside none;    
    position: relative;
    right: 50%;
}
#footerNav li + li {
	border-left: 1px solid #000;
	margin-left: 15px;
    padding-left: 15px;}
/* the links, that is each list item */
#footerNav a:link, #footerNav a:active, #footerNav a:visited {
	font-size:13px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	display:block; /* IE has problems with this, fixed above */
	font-family: 'Merriweather', serif;
	text-transform:uppercase;
}
/* hover state for links */
#footerNav li a:hover {color:#666;}
/* Stylesheet: menu Modified On 2015-09-23 15:36:23 */
/*Contact form Css */
#contact-form {float: right; width: 350px;}
.submit {
	margin-top: 0.5em
}
.contactform input[type="text"] {
	border: 1px solid #CCC;
	width: 94%;
	padding: 4px 3%;
        margin-bottom:5px;
	-webkit-transition: all 0.15s ease-in 0s;
	-moz-transition:    all 0.15s ease-in 0s;
	-o-transition:      all 0.15s ease-in 0s;
	-ms-transition:     all 0.15s ease-in 0s;
	transition:         all 0.15s ease-in 0s;
	font-family: 'Roboto', sans-serif;
}
.contactform input[type="text"]:focus {
	border: 1px solid #CCC;
	-webkit-transition: all 0.15s ease-in 0s;
	-moz-transition:    all 0.15s ease-in 0s;
	-o-transition:      all 0.15s ease-in 0s;
	-ms-transition:     all 0.15s ease-in 0s;
	transition:         all 0.15s ease-in 0s;
}
input.cms_submit {
    border:0;
	background-color: #f7ff63;
	color: #000;
	padding: 6px 10px;
	-webkit-transition: all 0.15s ease-in 0s;
	-moz-transition:    all 0.15s ease-in 0s;
	-o-transition:      all 0.15s ease-in 0s;
	-ms-transition:     all 0.15s ease-in 0s;
	transition:         all 0.15s ease-in 0s;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
}
input.cms_submit:hover {
	background-color: #000;
	color: #f7ff63;
	-webkit-transition: all 0.15s ease-in 0s;
	-moz-transition:    all 0.15s ease-in 0s;
	-o-transition:      all 0.15s ease-in 0s;
	-ms-transition:     all 0.15s ease-in 0s;
	transition:         all 0.15s ease-in 0s;
}
.contactform input.checkbox {
	border: none;
}
.contactform label {
	display: block;
	padding: 6px 0 3px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #FFF;
	border: 1px solid #CCC;
	width: 94%;
	padding: 4px 3%;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	-webkit-transition: all 0.15s ease-in 0s;
	-moz-transition:    all 0.15s ease-in 0s;
	-o-transition:      all 0.15s ease-in 0s;
	-ms-transition:     all 0.15s ease-in 0s;
	transition:         all 0.15s ease-in 0s;
}
.contactform textarea:focus {
	background-color: #fff;
	border: 0px solid #CCC;
	-webkit-transition: all 0.15s ease-in 0s;
	-moz-transition:    all 0.15s ease-in 0s;
	-o-transition:      all 0.15s ease-in 0s;
	-ms-transition:     all 0.15s ease-in 0s;
	transition:         all 0.15s ease-in 0s;
}
.contactform .cms_dropdown {
	background-color: #FFF;
	border: 1px solid #CCC;
	font-family: 'Open Sans', sans-serif, Arial;
	width: 25%;
	padding: 6px 3%;
	-webkit-transition: all 0.15s ease-in 0s;
	-moz-transition:    all 0.15s ease-in 0s;
	-o-transition:      all 0.15s ease-in 0s;
	-ms-transition:     all 0.15s ease-in 0s;
	transition:         all 0.15s ease-in 0s;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
.contactform input.cms_checkbox {
	width: auto !important;
	float: left;
}
.error_message {
	background-color: #EEE;
	padding: 10px 3%;
	color: #F00;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 94%;
	border: 1px solid #DDD;
	margin-bottom:20px;
}
.error_message ul {
	margin: 0px;
}
.captcha {margin-top:5px;}
.captcha img {
    border: 1px solid #CCCCCC;
    float: left;
    margin-bottom: 0.5em;
    margin-right: 10px;
}
/* Stylesheet: FormBuilder Default Style Modified On 2015-09-23 16:09:53 */
