/* 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://www.southmelbmfs.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://www.southmelbmfs.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://www.southmelbmfs.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 {
	font:12px/1.6em Arial, Helvetica, sans-serif;
	background:#FFF url('../../images/bg_body01.png') repeat-x;
	color:#666;
}
em {
	font-style:italic;
}
#holder {
	padding-bottom:30px;
	border-top:45px solid #036;
	width:100%;
}
#header {
	margin:0 auto;
	width:1040px;
	height:190px;
	position:relative;
	z-index:15;
}
#logo {
	background:url('../../images/logo01.png') no-repeat;
	width:252px;
	height:154px;
	text-indent:-9999px;
	position:absolute;
	top:20px;
	right:25px;
}
#logo a {
	width:252px;
	height:154px;
	display:block;
}
#headerTxt span {
	padding-left:103px;
}
#mainNav {
	margin:0 auto;
	border-bottom:2px solid #d1d1d1;
	width:924px;
}
#banner {
	margin:0 auto;
	border:6px solid #EDD;
	width:912px;
	height:303px;
	overflow:hidden;
	position:relative;
	z-index:10;
}
#content {
	margin:0 auto;
	border:thin solid #09D;
	border-width:40px 40px 0 40px;
	width:960px;
	display:table;
}
#col-1 {
	margin:0 auto;
    padding: 20px 0;
    width: 924px;
	clear:both;
	display:table;
}
#col-1 h1, #col-1 h2, #col-1 h3, #col-1 h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:normal;
	text-shadow:2px 2px 3px #DDD;
}
#col-1 h1 {
	padding: 0 0 10px;
	color:#555;
	font-size:26px;
}
#col-1 h2 {
	padding:10px 0;
	font-size:20px;
	color:#036;
}
#col-1 h3 {
    padding: 10px 0;
    color: #000;
    font-size: 16px;
    font-style: italic;
}
#col-1 h4 {
	padding:10px 0;
	font-size:14px;
	color:#036;
}
#col-1 p {
	padding:10px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#col-1 a:link, #col-1 a:active, #col-1 a:visited {
	color:#036;
	text-decoration:underline;
}
#col-1 a:hover {
	color:#000;
	text-decoration:none;
}
#col-1 ul, #col-1 ol {
	list-style: none;
	padding: 15px 0;
}
#col-1 li {
	margin-bottom: 5px;
	padding-left: 25px;
	background: url("../../images/bl02.png") no-repeat;
	line-height: 20px;
}
#col-1 blockquote {
	padding:10px 0 5px 0;
	clear:both;
	color:#BB7;
	font-size:14px;
	font-style: italic;
	font-weight:normal;
}
#col-1 iframe {
	margin:10px 0;
	padding: 0;
	border:4px solid #EDD;
}
#col-1 img {
	border:4px solid #EDD;
}
#col-2, #col-3 {
	display:block;
	position:relative;
}
#col-2 {
	width:550px;
	float:left;
}
#col-3 {
	width:325px;
	float:right;
}
#homeLinks {
	margin:0 40px 10px 0;
	width:400px;
	clear:both;
	display:table;
	float:left;
}
#homeLinks div {
	width:100%;
}
#homeLinks div + div {
	margin-top:15px;
	padding-top:15px;
	border-top:1px solid #EEE;
}
#homeLinks img {
	margin:0 15px 0;
	float:left;
}
#homeLinks a {
	font-size:13px;
	font-weight:bold;
	text-decoration:none !important;
}
#footerHolder {
	background:#09D url("../../images/bg_footer01.png") 50% 0 no-repeat;
	width:960px;
	clear:both;
}
#footer {
	margin:0 auto;
	padding:20px 0;
	width:940px;
	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:#036;
}
#social {
	margin-top:8px;
	display:block;
	float:right;
	vertical-align:middle;
}
#social img {
	float:left;
}
#social a + a img {
	margin:0 0 0 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 {
	padding:3px 0;
}
.cms_form fieldset div label {
	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;
	float:left;
	clear:left;
}
.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:307px;
	height:22px;
	line-height:22px;
	text-indent:0;
}
.captchapict {
	margin:0 0 5px;
	border:1px solid #999;
	clear:both;
}
.cms_submit {
	margin-top:10px;
	border:0 none;
	background:#036;
	width:101px;
	height:25px;
	line-height:25px;
	font-size:13px;
	color:#FFF;
	clear:left;
	text-decoration:none !important;
	text-transform:lowercase;
	display:block;
	cursor:pointer;
}
.cms_submit:hover {
	color:#CCC !important;
	text-decoration:none !important;
}
/* Stylesheet: theme Modified On 2012-10-09 19:11:39 */
#menuwrapper {
	padding:5px 10px 0;
}
.clearb {
	clear:both;
}
#primary-nav li li {
	min-width:150px;
}
#primary-nav, #primary-nav ul {
	list-style:none;
	padding:0 !important;
}
#primary-nav ul {
	padding-top:0 !important;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	border-top:0 none;
	background:url('../../images/bg_nav01.png');
	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;
	padding:0 5px;
	text-align:center;
	float:left;
	line-height:48px;
}
#primary-nav li li {
	padding:0 15px;
	float:none;
	position:relative;
	text-align:left;
	font-weight:normal !important;
	line-height:normal;
}
/* Styling the basic apperance of the menu elements */
#primary-nav > li a:link, #primary-nav > li a:active, #primary-nav > li a:visited {
	padding:0 15px;
	background:url('../../images/bg_nav01.png') -1px -1px no-repeat;
	display:block;
	font:14px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#036;
	text-decoration:none;
	-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;
}
#primary-nav li li a:link, #primary-nav li li a:active, #primary-nav li li a:visited {
	padding:0;
	background:none;
	font-size:12px !important;
	font-weight:normal;
	color:#FFF;
	line-height:36px;
}
#primary-nav ul li + li a {
	border-top:1px solid #036;
}	
#primary-nav li a:hover, #primary-nav li:hover a {
	background:#036;
	color:#FFF;
	text-shadow: 0px 0px 5px #000;
}
#primary-nav li li a:hover {
	color:#09D;
}
#primary-nav > li {
}
#primary-nav > li a.menuactive {
	background:#036;
	color:#FFF;
}
/* 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;
	font-weight:bold;
	color:#FFF;
	line-height:12px;
}
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 */
	display:block; /* IE has problems with this, fixed above */
}
/* hover state for links */
div#footerNav li a:hover {
	color:#036;
}
div#footerNav a.activeparent:hover {
	color:#036;
}
/* 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:#036;
	font-weight:bold;
}

/* Footer */
/* Stylesheet: menu Modified On 2012-10-09 18:33:51 */
