/* 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(http://www.nci-services.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://www.nci-services.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://www.nci-services.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: FormBuilder Default Style Modified On  */
/* Sample FormBuilder CSS base */
form {
	margin-top: 0
}
form, td, th, li {
	font-size: 100%
}
form div {
	margin-bottom: 0
}
fieldset div {
	margin-bottom: 0.5em;
	margin-left: 1em;
}
fieldset div div {
	margin-top: 0.5em;
	margin-left: 1em
}
fieldset {
	margin-bottom: 1em;
	border: 1px solid #F60;
	padding: 0.5em
}
fieldset label {
	width: auto;
}
legend {
	color: #FFF;
	background: #F60;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
	border: 1px solid #CCC
}
textarea {
	margin: 0.5em 0;
	width: 98%;
	height: 6em
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 10em
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em
}
/* Pretty up your Captcha image output */
.captcha {
	margin: 0.5em 0;
	width: 200px;
	text-align: center
}
.captcha img {
	border: 1px solid #F60;
	margin-bottom: 0.5em
}
.captcha input {
	width: 196px;
	margin-top: 0.5em
}
/* Just a bit more room for the Submit button */
.submit {
	margin-top: 0.5em
}
.contactform input {
	border: 1px solid #f60;
}
.contactform input.checkbox {
	border: none;
}
.contactform label {
	display: block;
	float: left;
	width: 150px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #ffc;
	border: 1px solid #f60;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
/* Stylesheet: menu Modified On 2013-02-13 14:25:53 */
/* 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 {margin:0; float:right;}
#primary-nav ul {margin:0; position:absolute; top:auto; display:none; z-index:1000;}
#primary-nav li {color:#fff; float:left; margin:0; border-right:0px solid #313131;}
#primary-nav a, #primary-nav a:link,#primary-nav a:visited {
	padding:8px 15px;
	text-align:center;
	color:#000;
	font-size:14px;
	font-weight:bold;
	line-height:17px;
	display:block;
	text-decoration:none;	
	text-transform:uppercase;
}
#primary-nav a:active{color:#ff0000;}
#primary-nav li:hover > a {color:#ff0000;}
#primary-nav li a.menuactive, #primary-nav li.menuactive {color:#ff0000;}
#primary-nav li a:hover, #primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactive {color:#ff0000;}

#primary-nav ul ul {margin-top:1px; left:100%; top:0px;}
#primary-nav li li {width:150px; margin:0; float:none; position:relative; text-align:left; border:0;}
#primary-nav li li a, #primary-nav li li a:link, #primary-nav li li a:active, #primary-nav li li a:visited {
	padding:7px 20px;
	background:#000;
	font-size:12px;
	color:#fff;
	text-transform:none;
	border-left:0px solid #eb1c23;
	border-right:0px solid #eb1c23;
	border-bottom:1px solid #313131;
	width:auto;
	text-align:left;
}
#primary-nav li li a:hover {background:#d31b07; color:#fff;}
#primary-nav ul li.menuparenth, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth {background-position:center right; background-repeat:no-repeat;}
#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 {background:#d31b07; color:#fff;}
#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:#FFF;}
/* 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;
    margin: 6px 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 
*/
div#footerNav ul {
	clear: both;
    float: left;
    left: 50%;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    text-align: center;
	}
div#footerNav li {
	border-right: 1px solid #fff;
    color: #fff;
    float: left;
    font-size: 12px;
    line-height: 12px;
    list-style: none outside none;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
    right: 50%;
}
/* the links, that is each list item */
div#footerNav a:link, div#footerNav a:active, div#footerNav a:visited {
	font-size:12px;
	color:#fff;
	font-weight:100;
	text-decoration:none;
	display:block; /* IE has problems with this, fixed above */
}
/* hover state for links */
div#footerNav li a:hover {color:#ef5b5b;}
/* Stylesheet: theme Modified On 2013-02-13 14:26:32 */
/* 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;}
:focus {outline:0;}
body {font:13px/1.5em Arial, Helvetica, sans-serif; background:#04003b;}
em {font-style:italic;}


#holder {width:960px; margin:0 auto; padding:0px; background:#fff;}
#header {width:960px; height:201px; background:transparent url('/images/bg_header.jpg') no-repeat;position:relative;}
#logo {width:300px; height:151px; z-index:10;display:block;}
#logo a {width:300px; height:151px; display:block;}
#moto {
	width:270px;
	position:absolute;
	top:60px;
	right:40px;
	font-size:30px;
	line-height:40px;
	color:#231f20;
	text-align:right;
	overflow:hidden;
}
#mainNav {width:700px; padding:0; position:absolute; top:128px; right:10px;}
#banner {width:940px; height:294px; margin:10px auto; background:#fff url(/images/bg_banner.jpg) no-repeat; overflow:hidden; position:relative; }
#bannerTxt {width:380px; position:absolute; top:35px; left:35px; font-size:20px; line-height:1.3em; color:#04003b; font-weight:none; overflow:hidden; text-transform:uppercase;}
#bannerTxt p {padding-bottom:20px;}
#bannerTxt a:link, #bannerTxt a:active, #bannerTxt a:visited {color:#fff;text-decoration:none;}
#bannerTxt a:hover {color:#fff;	text-decoration:underline;}


#content {width:100%; margin:0 auto; display:table; background:#fff;}
p {padding:5px 0;}
h1, h2, h3, h4 {color:#04003b; font-weight:bold; line-height:1.5em;}
h1 {margin:10px 0;	padding:0; font-size:24px;}
h2 {margin:10px 0;	padding:0; font-size:18px;}
h3 {margin:15px 0 0 0;	padding:0; font-size:16px;}
h4 {margin:10px 0 5px 0;	padding:0; font-size:16px; background: url(/images/ico_plus.jpg) no-repeat 0 7px; padding: 0 0 0 20px;}
#content td.menu {magin-right:2px; border-bottom:1px dotted #999;}
#content table.function {border:1px solid #666; padding-left:10px;}
#content a:link, #content a:active, #content a:visited {color:#FF0000; text-decoration:none;}
#content a:hover {text-decoration:underline;}
#content ul, #content ol {padding-left:5px; list-style:none; }
#content li {padding-left:15px; color:#04003b; background: url(/images/dot.png) no-repeat 0 7px;}

div#col-1 {margin:0 auto; padding:0; width:960px; clear:both;}
div#col-2{margin:0; display:block; padding:10px 30px 30px 30px; float:left; position:relative; width:900px; color:#04003b; min-height:250px;}

#footerHolder {width:960px; margin:0 auto; background: #0d2454 url(/images/bg_footer.jpg) repeat-x top; clear:both; min-height:85px;}
#footer {width:920px; margin:0 auto; color:#fff; clear:both; display:table; padding:15px 0 35px 0;}
#footerTxt {
    width:920px;
   padding-top: 10px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:normal;
	display:block;
	float:left;
	clear:left;
	text-align:center;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {color:#fff; text-decoration:none;}
#footer a:hover {color:#ef5b5b;}
#social {display:block; float:right; line-height:33px; padding:0 10px 0px 10px;display:none;}
#social img {margin-left:10px;}



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;}


.formbuilderform td {padding:3px;font-weight:bold;}
.formbuilderform input, .formbuilderform textarea {width:250px;}
.formbuilderform select {width:257px;}
.cms_submit {width:100px !important; border:1px solid #0d2454; background:#0d2454; color:#fff; cursor:pointer;}

.contactform  input[type=text] {width: 200px; border:1px solid #0d2454; background:#eee; padding:2px 3px;}
#message {width: 200px; border:1px solid #0d2454; background:#eee; padding:2px 3px; margin:0;}
.contactform #m62b34fbrp_captcha_phrase {width: 80px;}
.contactform input {border:1px solid #0d2454;}