/* Stylesheet: Accessibility and cross-browser tools Modified On 2009-05-13 10:42:54 */
/* 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://jojofairy.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://jojofairy.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://jojofairy.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: menu Modified On 2012-08-29 13:16:20 */
#menu_vert {
	margin-left: 1px;
	margin-right: 1px;
}
dfn {
	display:none;
}
.clearb {
	clear: both;
}
#menuwrapper {
	width: 100%;
	padding-left: 1px;
}
#primary-nav li li {
	width: 200px;
}
#primary-nav, #primary-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#primary-nav ul {
	position: absolute;
	top: auto;
	display: none;
}
#primary-nav ul ul {
	margin-top: 1px;
	margin-left: 0px;
	left: 100%;
	top: 0px;
}
#primary-nav li {
	margin-left: -1px;
	float: left;
}
#primary-nav li li {
	margin-left: 0px;
	margin-top: -1px;
	float: none;
	position: relative;
}
#primary-nav a {
	display: block;
	text-decoration: none;
	padding: 12px 30px;
	font-size: 14px;
	font-weight: normal;
	border: 0px solid #2D4493;
}
#primary-nav li a {
	border-right: 1px solid #6A4C2A;
	border-left: 1px solid #6A4C2A;
}
#primary-nav li li a {
	border: 0px solid #FFF;
}
#primary-nav li, #primary-nav li.menuparent {
}
#primary-nav ul li.menuparent, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth {
	color:#FFF;
	background-image: url(../uploads/images/navi-hover.png);
	background-repeat: repeat-x;
}
#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;
	background-color: #FFFFFF;
	color: #000000;
}
#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: #28a3e1;
}
/* IE Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}
#primary-nav ul {
	z-index:1000000;
	margin-top:0px;
	padding-top:0px;
	margin-left:0px;
	background-image:none;
}
#menuwrapper ul li a {
	color: #FFF;
}
#primary-nav ul li a {
	color: #FFF;
}
#primary-nav li a:hover {
	color:#FFF;
	background-color: #92CF50;
}
#primary-nav ul li a {
	display: block;
	margin: 0px;
	padding: 3px 12px;
	text-decoration: none;
	color: #FFF;
	font-weight:normal;
	background-image:none;
	font-size:12px;
	text-align:left;
	background-color:#6A4C2A;
	background-image:none;
	border:0px;
}
#primary-nav li a.menuactive, #primary-nav li.menuactive {
	color:#FFF;
	background-color: #92CF50;
}
#primary-nav ul li a:hover, #primary-nav ul li.menuactive a.menuactive:hover {
	color:#FFFFFF !important;
	background-image:none !important;
	background-color:#92D14F!important;
}
#primary-nav ul li, #primary-nav li.menuactive ul li.menuactive {
	background-color:#000;
	text-align:left;
	border:1px solid #fff;
	background-image:none;
	width:200px;
	vertical-align:middle !important;
}
/********************
Footer Links
*********************/
* html div#menu_horiz {
	height: 1%;
}
div#menu_horiz {
	width: 100%;
	margin: 0;
	height: 24px;
}
div#menu_horiz ul {
	margin: 0;
	padding: 0;
	float: left;
}
div#menu_horiz li {
	float: left;
	list-style: none;
	margin: 0;
}
div#menu_horiz a, .sectionheader span {
	text-decoration: none;
	color: #AFAFAF;
	display: block;
	font-size: 11px;
	background-position: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AFAFAF;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 10px;
}
div#menu_horiz li a:hover {
	color: #000;
	text-decoration: underline;
}
div#menu_horiz a.menuactive:hover {
	color: #000;
}
div#menu_horiz li.menuactive a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 11px;
	background-position: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AFAFAF;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 10px;
}
div#menu_horiz h3 {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 11px;
	background-position: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AFAFAF;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 10px;
	font-weight: normal;
}
/* Footer */
/* Stylesheet: theme Modified On 2012-08-28 11:44:18 */
/* 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:top !important;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}
:focus {
	outline:0;
}
body {
	font:12px/1.5em Arial, Helvetica, sans-serif;
	background:#acd373;
	color:#80603b;
}
em {
	font-style:italic;
}
#holder {
	margin:0 auto;
	width:940px;
}
#header {
background:url(/images/banner.jpg) no-repeat;
	width:940px;
	height:180px;
	position:relative;
}
#logo {
	margin-left:40px;
	margin-top:20px;
	width:167px;
	height:100px;

	float:left;
	display:block;
}
#logo a {
	width:167px;
	height:100px;
	display:block;
}
#moto {
float:left;
margin-top:75px;
margin-left:33px;
}
#mainNav {

	background:#80603b;
	border-top:2px solid #030303;
	border-bottom:1px solid #030303;
	width:100%;
}
#banner {
	margin:0 auto;
	width:940px;
	height:280px;
	overflow:hidden;
	position:relative;
	background: #DCE2EA url(/images/banner.png) no-repeat;
}

#bannerTxt {

	width:382px;
	float:left;
	font-size:15px;
	color:#80603b;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:40px;
	padding-top:50px;	

}
#bannerright
{
float:left;
margin-left:52px;
margin-top:21px;
}
#bannerTxt p {
margin:0px;
padding:0px;
padding-bottom:30px;
line-height:25px;
text-transform:uppercase;
}
#bannerTxt a:link, #bannerTxt a:active, #bannerTxt a:visited {
	color:#999;
	text-decoration:none;
}
#bannerTxt a:hover {
	color:#000;
	text-decoration:underline;
}
#content {
	width:860px;
	padding: 40px;
	background:#dce2ea;	
	display:block;
	display:table;
}
#content h1, #content h2, #content h3, #content h4 {
	font-weight:normal;
}
#content h1{font-size:22px;}
#content h2 {
	margin:0 0 10px 0;
	padding:5px 0;
	background:transparent url('/images/bg_title01.png') left bottom no-repeat;
	font-size:18px;
	color:#333;
}
#content h3 {
	padding:5px 0;
	font-size:16px;
	color:#000;
}
#content h4 {
	padding:5px 0;
	font-size:14px;
	font-weight:bold;
	color:#069;
}
#content p{padding:10px 0;}
table.globalTable {
	margin:10px auto;
	border:1px solid #CCC;
	border-right:2px solid #999;
	border-bottom:2px solid #999;
	width:80%;
}
table.globalTable tr.odd td {
	background:#FAFAFA;
}
table.globalTable th {
	padding:5px 0;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background:#FC0;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
table.globalTable td {
	padding:5px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
#content a:link, #content a:active, #content a:visited {
	color:#069;
	text-decoration:underline;
}
#content a:hover {
	color:#000;
}
#content ul, #content ol {
	padding:10px 0;
	list-style:square;
}
#content li {
	margin-left:25px;
	color:#80603b;
}

div#col-3 {
	width:269px;
}
div#col-3 img {
	padding:0;
	border:0;
}
#footerHolder {
	margin:0 auto;
	border-top:2px solid #000000;
	width:940px;
	background:#80603b;
	clear:both;
	padding-top:25px;
	height:76px;	
}
#footer {
	margin:0 auto;

	width:920px;
	font-size:11px;
	color:#999;
	clear:both;
	display:table;
	padding-left:22px;
}
#footerTxt {
	width:700px;
	line-height:normal;
	display:block;
	margin-top: 5px;
	color: #FFF;
	float:left;
	clear:left;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}
#social {
	display:block;
	float:right;
	line-height:33px;
	padding-right:26px;
}
#social img {
	margin-left:10px;
}
.formbuilderform td {
	padding:3px;
	font-weight:bold;
}
.formbuilderform input, .formbuilderform textarea {
	width:250px;
}
.formbuilderform select {
	width:257px;
}
.cms_submit {
	width:100px !important;
}

#col-1
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#80603b;
font-weight:normal;
width:284px;
float:left;
background:url(/images/content-tab-sap.png) right repeat-y;
min-height:184px;
}
#col-1 h1
{
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#80603b;
padding-top:15px;
}
#col-1 p
{
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#80603b;
padding-top:18px;
line-height:20px;
padding-right:17px;
min-height:98px;
}
.readmore
{
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#80603b;
}








#col-2
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#80603b;
font-weight:normal;
width:306px;
padding-left:19px;min-height:184px;
float:left;
background:url(/images/content-tab-sap.png) right repeat-y;
}
#col-2 h1
{
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#80603b;
padding-top:15px;
}
#col-2 p
{
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#80603b;
padding-top:18px;
line-height:20px;
min-height:98px;
padding-right:17px;
}













#col-3
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#80603b;
font-weight:normal;
width:282px;
padding-left:19px;
float:left;
min-height:184px;
}
#col-3 h1
{
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#80603b;
padding-top:15px;
}
#col-3 p
{
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#80603b;
padding-top:18px;
line-height:20px;
min-height:98px;
padding-right:17px;
}
.contactform{clear:both; float:left}
.contactform div{clear:both; padding:5px;vertical-align:top;}
.contactform td{padding-bottom:4px;}
.contactform  label{float:left; margin-top:5px; width:138px;}
.contactform  input, .cms_textarea{width:200px; float:left; padding:5px; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000; border:1px solid #ccc;}
.contactform  input.cms_checkbox{width:auto; padding:0; margin:0; margin:9px 0 0 10px; }
.contactform  .label{margin-left:10px; margin-top:5px;}
.contactform  .cms_textarea{width:280px;}
.contactform .submit{padding:15px 0 0 145px;}
.contactform  input.cms_submit{background:#92D050; color:#fff; cursor:pointer; border:1px solid #80603B;}
.contactform  input.cms_submit:hover{background:#80603B; color:#fff;}
#content .error_message li{color:red;}
.contactform .error{color:red;}
.label + .error{margin-top:5px; }
.error{clear:both; display:block;}
.captcha .cms_textfield {clear:both; margin-left:138px;}
.captch-title{padding:5px 0px 5px 138px; display:block; clear:both;}