/* 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.bg.net.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.bg.net.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.bg.net.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-09-12 12:37:59 */
#menu_vert {
	margin-left:1px;
	margin-right:1px;
}
.clearb {
	clear:both;
}
#primary-nav li li {
	min-width:150px;
}
#primary-nav, #primary-nav ul {
	list-style:none;
	padding:0 !important;
}
#primary-nav ul {
	margin-left: 2px;
	padding:0 0 10px !important;
	-webkit-border-radius: 0px 0px 10px 0px;
	border-radius: 0px 0px 10px 0px;
	border-top:0 none;
	background:#000;
    box-shadow:2px 1px 0px 0 #FFF;
	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:40px;
}
#primary-nav li li {
	padding:0 20px;
	float:none;
	position:relative;
	text-align:left;
	font-weight:normal !important;
	line-height:normal;
}
#primary-nav > li + li {
  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 37px;
	display:block;
	font:14px/34px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}
#primary-nav li li a:link, #primary-nav li li a:visited {
	padding:0;
	background:none;
	font-size:12px !important;
	color:#FFF;
	line-height:34px;
	text-transform:none;
}
#primary-nav ul li + li a {
	border-top:1px solid #222;
}	
#primary-nav li a:hover {
	text-shadow: 0px 0px 10px #999;
	color:#5BE;
}
#primary-nav li li a:hover {
	color:#5BE;
}
#primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh {
	background-color:none;
	color:#000;
}
/* 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 {
	margin-top:5px;
}
/* menu list items */
div#footerNav li {
	float:left; /* makes the list horizontal */
	list-style:none; /* hides the list bullet */
	font-size:12px;
	color:#FFF;
	line-height:12px;
}
div#footerNav li + li {
	margin-left:8px;
	padding-left:8px;
	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 */
	display:block; /* IE has problems with this, fixed above */
}
/* hover state for links */
div#footerNav li a:hover {
	color:#000;
}
div#footerNav a.activeparent:hover {
	color:#000;
}
/* 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:#000;
}

/* Footer */
/* Stylesheet: theme Modified On 2012-09-20 12:00:50 */
	/* 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 {
	font:12px/1.5em Arial, Helvetica, sans-serif;
	background:#026493;
	color:#069;
}
em {
	font-style:italic;
}
a {
	-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 {
	background:#FFF url('../../images/bg_body01.png') repeat-x;
	width:100%;
}
#header {
	margin:0 auto;
	width:940px;
	height:220px;
	position:relative;
	z-index:15;
}
#headerTxt {
	padding:10px 5px;
	border-right:1px dotted #069;
	width:240px;
	color: #000;
	font-size: 18px;
	line-height: normal;
	position: absolute;
	top: 30px;
	right: 185px;
	text-transform:uppercase;
}
#headerTxt img {
	margin:35px 10px 0 0;
	float:left;
}
#headerTxt em {
	font-style:normal;
	font-size:13px;
}
#headerTxt strong {
  color: #069;
  font-size: 28px;
  font-weight:normal;
}
#headerTxt span {
	font-size:11px;
}
#headerTxt a:link, #headerTxt a:active, #headerTxt a:visited {
  color: #069;
}
#headerBt {
	background:url('../../images/bg_bt01.png') no-repeat;
	width:151px;
	height:75px;
	position: absolute;
	top: 40px;
	right: 15px;
	font-size:18px;
	text-transform:uppercase;
}
#headerBt a:link, #headerBt a:active, #headerBt a:visited {
	padding:10px;
	color: #000;
	display:block;
	text-decoration:none;
	text-shadow: 1px 1px 2px #FFF;
}
#headerBt a:hover {
  color: #39C;
}
#headerBtE {
	background:url('../../images/bg_bt02.png') no-repeat;
	width:151px;
	height:32px;
	position: absolute;
	top: 125px;
	right: 15px;
	font-size:14px;
	text-align:center;
}
#headerBtE a:link, #headerBtE a:active, #headerBtE a:visited {
	padding:6px 0 0 4px;
	color: #19C;
	display:block;
	text-decoration:none;
	text-shadow: 1px 1px 2px #FFF;
}
#headerBtE a:hover {
  color: #000;
}
#logo {
	background:url('../../images/logo01.png') no-repeat;
	width:165px;
	height:141px;
	text-indent:-9999px;
	position:absolute;
	top:22px;
	left:10px;
}
#logo a {
	width:165px;
	height:141px;
	display:block;
}
#mainNav {
	padding-top:1px;
	border-top:2px solid #659;
	background:#000 url('../../images/bg_nav01.png') repeat-x;
	width:100%;
	height:40px;
	position:absolute;
	bottom:0;
	left:0;
}
#bannerWrapper {
	margin:10px auto 0;
	width:940px;
	height:280px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
#banner {
	width:751px;
	height:280px;
	overflow:hidden;
	float:left;
}
#bannerTxt {
	background: url("../../images/bg_banner_txt01.png") 0 0 no-repeat;
	width:188px;
	height:280px;
	float:right;
	overflow: hidden;
}
#bannerTxt ul {
	list-style:none;
}
#bannerTxt li {
	padding-left:65px;
	font:18px/18px Arial, Helvetica, sans-serif;
}
#bannerTxt a:link, #bannerTxt a:active, #bannerTxt a:visited {
	padding:26px 0;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
}
#bannerTxt a:hover {
	color:#000;
	text-shadow: 0px 0px 10px #FFF;
}
#content {
	margin:0 auto;
	padding:10px 0;
	width:940px;
	display:table;
}
#content h1, #content h2, #content h3, #content h4 {
	font-weight:normal;
	line-height:normal;
}
#content h1 {
    margin-bottom: 10px;
    padding: 0 0 5px;
    border-bottom: 2px solid #EEE;
    color: #000;
    font-size: 30px;
}
#content h2 {
	padding:10px 0;
	font-size:22px;
	color:#39C;
}
#content h3 {
	padding:10px 0;
	font-size:18px;
	color:#000;
	line-height:24px;
}
#content h4 {
	padding:10px 0;
	font-size:16px;
	color:#39C;
}
#content p {
	padding:10px 0;
}
#content a:link, #content a:active, #content a:visited {
	color:#A02;
	text-decoration:underline;
}
#content a:hover {
	color:#39C;
	text-decoration:none;
}
#content ul, #content ol {
	padding:10px 0;
}
#content li {
	margin:0 0 3px 25px;
}
#homeLinks {
	margin:0 auto;
	padding-bottom:15px;
	width:940px;
	clear:both;
	display:table;
	color:#06A;
}
#homeLinks > div {
	float:left;
	width:230px;
}
#homeLinks div + div {
	margin-left:6px;
}
div.hlTxtBox {
	margin-left:0 !important;
	padding:0 10px 25px;
	border:1px solid #06A;
	position:relative;
}
#homeLinks h2 {
	margin-bottom:5px;
	padding:3px 0;
	-webkit-box-shadow:2px 2px 2px 0px #CCC;
	box-shadow:2px 2px 2px 0px #CCC;
	font:16px/30px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-indent:10px;
}
#hl01 h2, #hl03 h2 {background:#15819b url('../../images/bg_hl01.png') repeat-x;}
#hl02 h2, #hl04 h2 {background:#00689b url('../../images/bg_hl02.png') repeat-x;}
#homeLinks p {
	padding:10px 0 0;
	text-align:center;
}
#homeLinks a.btMore:link, #homeLinks a.btMore:active, #homeLinks a.btMore:visited {
	margin:0 !important;
	background: url("../../images/bt01.png") right 50% no-repeat;
	width:79px;
	height:24px;
	line-height:25px;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none !important;
	text-transform:lowercase;
	display:block;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
#homeLinks a.btMore:hover {
	color:#6CF !important;
	text-shadow: 0px 0px 3px #000;
	text-decoration:none !important;
}
#banner + #content div#col-1 {
}
div#col-1 {
	padding:25px 20px;
	background:url('../../images/bg_content01.png') repeat-x;
	-webkit-border-radius:3px;
	border-radius:3px;
	width:900px;
	clear:both;
	display:table;
}
div#col-1 blockquote {
	padding:10px 0 5px 0;
	clear:both;
	color:#888;
	font-size:14px;
	font-style: italic;
	font-weight:normal;
}
div#col-2, div#col-3 {
	display:block;
	float:left;
	position:relative;
}
div#col-2 {
	width:550px;
}
div#col-3 {
	margin-left:25px;
	padding-left:25px;
	width:300px;
}
div#col-1 iframe {
	padding: 3px;
	border:1px solid #CCC;
	-webkit-box-shadow:0 0 15px -5px #DDD;
	box-shadow:0 0 15px -5px #DDD;
}
#footerHolder {
	width:100%;
	background: #026493 url('../../images/bg_footer01.png') top repeat-x;
	clear:both;
}
#footer {
	margin:0 auto;
	padding:20px 0;
	width:920px;
	font-size:11px;
	color:#FFF;
	clear:both;
	display:table;
}
#footerTxt {
	margin-top:10px;
	width:500px;
	line-height:normal;
	display:block;
	float:left;
	clear:left;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
}
#social {
	margin:5px 20px 0 0;
	display:block;
	float:right;
	line-height:26px;
	text-align:right;
}
#social img {
	margin-left:10px;
	line-height:26px;
	float:right;
}
#social a:hover img {
	-webkit-box-shadow:0 0 10px -3px #000;
	box-shadow:0 0 10px -3px #000;
}
/* 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:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	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;
	display:block;
}
.captchapict {
	margin:0 0 5px;
	border:1px solid #999;
	clear:both;
}
.cms_submit {
	margin:5px 0 0;
	padding:0 15px;
	border:0 none;
	background: url("../../images/bt01.png") right 50% no-repeat;
	width:79px;
	height:24px !important;
	font:bold 12px/24px Arial, Helvetica, sans-serif;
	color:#FFF;
	display:block;
	float:left;
	cursor:pointer;
	-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;
}
.cms_submit:hover {
	color:#6CF !important;
	text-shadow: 0px 0px 3px #000;
	text-decoration:none !important;
}
#LoggedUsr {
	float: right;
	text-align:right;
}