/****** FILE: themes/duffy/css/boilerplate-before.css *****/
/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #69C; color: #fff; text-shadow: none; }
::selection { background: #69C; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/****** FILE: themes/duffy/css/layout.css *****/
body {
	background: #000;
}
div#Container {
	padding: 0 0 90px 0
}
header {
	height:83px;
	border-top:25px solid #000;
	background:#6699cc;
}
header div.Inner {
	height:83px;
	width:960px;
	margin:0 auto;
	background: url(../images/header-bg.jpg) no-repeat 0 0;
}
header div#Logo {
	margin:18px 0 0 0;
	float:left;
}
header div#Logo a {
	background: url(../images/sprites.png) no-repeat 0 0;
	width:166px;
	height:47px;
	display: block;
}

div#NavigationContainer {
	background: black;
	height:25px;
}

div#NavigationContainer div.Inner {
	width:960px;
	margin:0 auto;
	padding-top:2px
}
div#NavigationContainer nav {
	float:right;
	margin: 0
}
div#PageSliderImagesContainer {
	padding:20px 0;
	background: white
}
div#PageSliderImagesContainer div.Inner {
	margin:0 auto;
	width:960px;
}
div#nivoslider {
	overflow: hidden;
	height:235px;
	width:960px;
}
div#RotatingImages {
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .15), -5px -5px 10px 0 rgba(0, 0, 0, .15);
		-moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .15), -5px -5px 10px 0 rgba(0, 0, 0, .15);
		box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .15), -5px -5px 10px 0 rgba(0, 0, 0, .15);
}
div#Content {
	margin:0;
	background: white;
	padding:20px 0 0 0;
}
div#Content div.Inner {
	width:960px;
	margin: 0 auto;
}
div.ContentContainer {
	padding:0 0 20px 0
}

div#AboveFooter {
	border-top:5px solid #000;
	background: #6699cc;
	height:88px;
}
div#AboveFooter div.Inner {
	width:960px;
	margin: 0 auto;
}
footer {
	width:100%;
	background: black;
	padding:20px 0
}

footer div.Inner {
	width:960px;
	margin: 0 auto;
}
footer div.Inner ul {
	padding:0;
	margin:0
}
footer div.Inner ul li {
	color: #a1a1a1;
	border-bottom:1px solid #a1a1a1;
	list-style:none;
	padding:2px 0;
	
}
footer div.Inner div.FooterList {
	width:230px;
	float:left;
	margin: 0 20px 0 0
}
footer div.Inner h6 {
	color:white;
	padding: 0 0 10px 0;
	margin:0;
	font-weight: 300;
	font-size:13px;
}
footer div.Inner h6 a {
	color:white;
	text-decoration: none;
	-webkit-transition:color 0.3s ease-in;  
	-moz-transition:color 0.3s ease-in;  
	-o-transition:color 0.3s ease-in;  
	transition:color 0.3s ease-in; 
}
footer div.Inner h6 a:hover {
	color: #6699cc
}
footer div.Inner ul li a {
	color:#a1a1a1;
	text-decoration: none;
	font-size: 11px;
	-webkit-transition:color 0.3s ease-in;  
	-moz-transition:color 0.3s ease-in;  
	-o-transition:color 0.3s ease-in;  
	transition:color 0.3s ease-in; 
}

footer div.Inner ul li a:hover {
	color: white
}

div#ContentLeft {
	width:320px;
	float:left;
	padding-right:40px
}
div#ContentRight {
	width:600px;
	float:left;
}
div#FooterIcons {
	width:150px;
	float:left;
}
div#LinkedIn {
	padding:0 0 20px 0
}
div#LinkedIn a {
	display: block;
	background: url(../images/sprites.png) no-repeat 5px -60px;
	width:105px;
	height:25px;
}
div#StepMember a {
	display: block;
	background: url(../images/sprites.png) no-repeat 0 -108px;
	width:105px;
	height:50px;
}
div#StepMember p {
	text-align: right;
	width:105px
}
div#StepMember p a {
	text-align: right;
	color:#a1a1a1;
	text-decoration: none;
	font-size: 9px;
	-webkit-transition:color 0.3s ease-in;  
	-moz-transition:color 0.3s ease-in;  
	-o-transition:color 0.3s ease-in;  
	transition:color 0.3s ease-in; 
	width:auto;
	height:auto;
	display: inline;
	background: none;
	text-transform: uppercase;
	
}
div#StepMember p a:hover {
	color: white
}

div#SPAA {
	padding:0 0 20px 0;
}

div#SPAA a {
	display: block;
	background: url(../images/sprites.png) no-repeat 0px -383px;
	width:105px;
	height:55px;
}

div#MLSQ {
	padding:0 0 20px 0;
}

div#MLSQ a {
	display: block;
	background: url(../images/sprites.png) no-repeat 0px -462px;
	width:70px;
	height:300px;
}

div#AboutFooterIcon11 {
	width:230px;
	height:60px;
	background: url(../images/sprites.png) no-repeat 0 -180px;
	margin:14px 0 0 150px;
	float:left;
}

div#AboutFooterIcon22 {
	width:230px;
	height:60px;
	background: url(../images/sprites.png) no-repeat 0 -240px;
	margin:14px 0 0 20px;
	float:left;
}

div#AboutFooterIcon29 {
	width:230px;
	height:60px;
	background: url(../images/sprites.png) no-repeat 0 -300px;
	margin:14px 0 0 20px;
	float:left;
}

div#AboutFooterIcon11 a,
div#AboutFooterIcon22 a,
div#AboutFooterIcon29 a {
	display:block;
	width:230px;
	height:60px;
}
div#GoldCoastMapCanvas {
	border:1px solid #ccc;
	width:292px;
	height:280px;
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .15), -5px -5px 10px 0 rgba(0, 0, 0, .15);
		-moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .15), -5px -5px 10px 0 rgba(0, 0, 0, .15);
		box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .15), -5px -5px 10px 0 rgba(0, 0, 0, .15);
}
div#SydneyMapCanvas {
	border:1px solid #ccc;
	width: 292px;
	height:280px;
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .15), -5px -5px 10px 0 rgba(0, 0, 0, .15);
		-moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .15), -5px -5px 10px 0 rgba(0, 0, 0, .15);
		box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .15), -5px -5px 10px 0 rgba(0, 0, 0, .15);
}
div#MullumbimbyMapCanvas {
	border:1px solid #ccc;
	width: 292px;
	height:280px;
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .15), -5px -5px 10px 0 rgba(0, 0, 0, .15);
		-moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .15), -5px -5px 10px 0 rgba(0, 0, 0, .15);
		box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .15), -5px -5px 10px 0 rgba(0, 0, 0, .15);
}
div#GoldCoastMap {
	width: 292px;
	float:left;
	margin-right:20px;
	float: left
}
div#SydneyMap {
	width: 292px;
	float:left;
	margin-left:20px;
	margin-right:20px;
	float: left
}
div#MullumbimbyMap {
	width: 292px;
	float:left;
	margin-left:20px;
	float: left
}

div.GoogleMaps {
	padding:20px 0 0 0;
}

div.ContactPageDetails {
	padding:20px 0 0 0;
}

div#GoldCoastDetails {
	width: 292px;
	margin:0 20px 0 0;
	float:left;
}

div#SydneyDetails {
	width: 292px;
	margin:0 20px 0 20px;
	float:left;
}
div#MullumbimbyDetails {
	width: 292px;
	margin:0 0 0 20px;
	float:left;
}

div#ContactFormHolder {
	float:left;
	width:250px
}

nav.secondary a {
	color:#aeaeae;
	font-size:11px;
}
nav.secondary a:hover {
	color:black;
	-webkit-transition:color 0.3s ease-in;  
	-moz-transition:color 0.3s ease-in;  
	-o-transition:color 0.3s ease-in;  
	transition:color 0.3s ease-in; 
	text-decoration: none
}
div.disclaimer {text-align: left; width:105px}
div.disclaimer a {
	color:#a1a1a1;
	font-size: 11px;
	text-decoration: none;
	-webkit-transition:color 0.3s ease-in;  
	-moz-transition:color 0.3s ease-in;  
	-o-transition:color 0.3s ease-in;  
	transition:color 0.3s ease-in; 
}
div.disclaimer a:hover {
	color:#fff;
}

div#NavigationContainer nav.primary-mobile {
	padding-bottom:5px;
	clear:both;
	float: none;
	display: none;
}

div#NavigationContainer nav.primary-mobile ul {
	float:none;
	padding-bottom: 5px;
}
div#NavigationContainer nav.primary-mobile ul ul {
	float:none;
	padding-bottom: 0;
}
div#NavigationContainer nav.primary-mobile ul ul li {
	margin-left: 20px;
}

div#NavigationContainer nav.primary-mobile ul li {
	width:100%;
	float: none;
}

div#NavigationContainer nav.primary-mobile ul li a {
	display: block;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0 0 23px;
	color: white;
	text-decoration: none;
}

#mobile-menu {
	display: none;
}

#mobile-menu-controller {
	display: block;
}

/****** FILE: themes/duffy/css/typography.css *****/
body {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color:#929292;
}


.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: black;
    margin:0;
    padding: 0 0 15px 0
}

.typography h1 {
	text-transform: uppercase
}

.typography h1 {
	font-size: 22px;
}
.typography h2 {
	font-size: 20px;
}
.typography h3 {
	font-size: 18px;
}
.typography h4 {
	font-size: 17px;
}
.typography h5 {
	font-size: 15px;
}
.typography h6 {
	font-size: 13px;
}



.typography p {
    margin: 0 0 17px;
    font-size: 13px;
    line-height: 21px;
}
.typography em {
    font-style: normal
}
.typography a {
    color: #69C;
    text-decoration: none;
}
.typography a:hover {
    color: black;
    text-decoration: underline
}

.typography table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 10px;
}


.typography table td,
.typography .content table th {
      padding: 2px 5px;
      vertical-align: top;
  }
.typography table th {
      text-align: left;
      font-weight: bold;
  }
.typography p.intro {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #222;
}
/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
    text-align: left
}
.typography .center {
    text-align: center
}
.typography .right {
    text-align: right
}
/* IMAGES 
-------------------------------------------- */
.typography img {
    border: none
}
.typography img.right {
    float: right;
    margin-left: 20px;
}
.typography img.left {
    float: left
}
.typography img.leftAlone {
    float: left;
    margin-right: 100%;
}
.typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.typography li {
	padding-bottom:3px
}

.typography .blacktext {color:black}

/****** FILE: themes/duffy/css/form.css *****/
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif !important
}
input:invalid,
textarea:invalid {
    border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red;
    -webkit-box-shadow: 0px 0px 5px red;
    box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
    background-color: #f0dddd
}
form .message {
    padding: 6px 15px;
    border: 1px solid;
}
form .good {
    background-color: #ecf9d0;
    border-color: #8fbe00;
}
form .bad {
    background-color: #f9d0d0;
    border-color: #be0000;
}
.checkbox,
.radio {
    margin-top: 1px
}
#MemberLoginForm_LoginForm_action_dologin,
.Actions .action {
    padding: 6px 20px
}
#MemberLoginForm_LoginForm,
#MemberLoginForm_LostPasswordForm {
    max-width: 500px
}
#ForgotPassword a {
    margin-top: 15px
}
#ForgotPassword {
    margin-top: 6px
}
div.field {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.ui-widget {
    font-family: Arial, Helvetica, sans-serif
}
form label.left {
    float: left;
    width: 25%;
    padding-right: 5%;
    margin-top: 3px;
    display: block;
    font-size: 13px;
}
.main form .middleColumn {
    float: right;
    width: 70% !important;
}
	.main form .middleColumn .middleColumn {
	    width: 100% !important
	}
.header form .middleColumn {
    float: none;
    width: 100% !important;
}
.listbox option {
    padding: 3px 0
}
form input.text,
form textarea,
form .textajaxuniquetext,
form select {
    width: 250px;
    padding: 6px 2px;
    font-size: 12px;
    border:1px solid #999;
    outline:none;
    -moz-box-shadow:0 0 4px rgba(0,0,0,0.2);
  -webkit-box-shadow:0 0 4px rgba(0,0,0,0.2);
	box-shadow:0 0 4px rgba(0,0,0,0.2);
	border-color:rgba(0,0,0,0.2)!important;
	margin-bottom:16px
}

form input.text:focus,
form textarea:focus,
form .textajaxuniquetext:focus,
form select:focus {
  -moz-box-shadow:0 0 4px rgba(102,153,204,0.6);
  -webkit-box-shadow:0 0 4px rgba(102,153,204,0.6);
	box-shadow:0 0 4px rgba(102,153,204,0.6);
	border-color:rgba(102,153,204,0.6) !important
}


form input.sitetreeurlsegment {
    width: 200px
}
form span.readonly {
    font-size: 16px
}
form input[disabled] {
    background-color: #f7f7f7;
    border: 1px solid #dad9d9;
}
form .creditCardField input,
form input.currency {
    padding: 5px 1%;
    width: 50px;
}
form input.numeric {
    padding: 5px 1%;
    width: 50px;
}
form #DMYDate-month,
form #DMYDate-day {
    width: 25px
}
form .checkboxset li,
form .optionset li {
    margin-bottom: 5px
}

div#ApplyNowFormLeft {
	width:700px;
	float:left;
}
div#ApplyNowFormRight {
	width:200px;
	float:left;
}
div#ApplyNowFormRight ul li a span {
	font-weight: bold
}

div#ApplyNowFormRight ul li a {
	color:#C01522
}
div#ApplyNowFormRight ul li a.Selected {
	color:black
}

div#ApplyNowFormMask {
	width:700px;
	position: relative;
	overflow: hidden;
	height:2800px;
}

div#ApplyNowFormStepsContainer {
	width:3000px;
}
div.ApplyNowFormStep {
	width:700px;
	float:left;
}
 
div.Actions a,
input[type=submit] {
	color:white;
	padding:5px 8px;
	background: rgb(102,153,204);
font-weight: bold;
font-size:14px;
text-shadow: 1px 1px 1px black;
border:1px solid rgb(102,153,204)
}

.ie9 div.Actions a,
.ie9 input[type=submit] {
	filter:none
}

.lt-ie9 div.Actions a,
.lt-ie9 input[type=submit] {
	background: black !impoartant;
}
.lt-ie9 div.Actions a:hover,
.lt-ie9 input[type=submit]:hover {
	background: rgb(94,135,188) !impoartant;
}

div.Actions a:hover {
	text-decoration: none;
	
	background: rgb(94,135,188);
color:white;
}

div.Actions a.Previous {
	float:left;
}
div.ActionsLoader {display: none;}

label.error {color:red;padding-bottom:15px; margin-top:-10px; display:block !important}
div.errorcontainer {padding: 3px 0}

div#NewsletterSubscribeForm input[type=submit] {margin-top:1px}

/****** FILE: themes/duffy/css/libs/superfish.css *****/

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	background:		#BDD2FF;
}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/****** FILE: themes/duffy/css/superfish.css *****/
.sf-menu {
	margin-bottom:0
}
.sf-menu li {
	background: none
}
.sf-menu a {
	color:white;
	border-top:none;
	border-left:none;
	font-weight: bold;
	text-transform: uppercase;
	padding:5px 0 0 23px;
}
.sf-menu a, .sf-menu a:visited {
	color: white
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu li.current, .sf-menu li.section,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu li.current a {
	color:#a1a1a1;
	background: none;
	-webkit-transition:color 0.3s ease-in;  
	-moz-transition:color 0.3s ease-in;  
	-o-transition:color 0.3s ease-in;  
	transition:color 0.3s ease-in; 
}
.sf-menu ul  {
	background: black;


}


.sf-menu li li {
	background:		none;
}
.sf-menu li li li {
	background:		none;
}
.sf-shadow ul {
	padding: 0 8px 9px 0;
	margin-top:-10px
}
.sf-menu li ul li a{ 
	border-bottom: none
}

.sf-shadow ul {
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .15);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .15);
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .15);
}
.sf-shadow ul ul {
	margin-top: 0;
	margin-left:15px
}


.sf-shadow ul {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}

/****** FILE: themes/duffy/css/libs/nivo-slider.css *****/
/*
 * jQuery Nivo Slider v2.7
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/****** FILE: themes/duffy/css/boilerplate-after.css *****/
@media only screen and (min-width: 35em) {
  

}



@media only screen and (max-width: 959px) {  
	header div#Logo {margin-left:20px}
	header div.Inner { width:100%}
	div#PageSliderImagesContainer div.Inner {width:auto; padding:0 20px}
	div#nivoslider {width:100%;}
	div#NavigationContainer {height:auto; padding-bottom:3px}
	div#NavigationContainer div.Inner {width:100%;}
	div#Content div.Inner {width:100%;}
	div#ContentLeft {width:260px;padding-left:20px;}
	div#ContentRight {width:430px;}
	form#frmSubscribe input.text { width:200px}
	footer div.Inner div.FooterList {width:185px}
	div#AboveFooter {height:75px}
	div#AboveFooter div.Inner {width:100%}
	div#AboutFooterIcon11 {background-position-x: -261px; width:185px; height:48px}
	div#AboutFooterIcon22 {background-position-x: -261px; width:185px; height:48px}
	div#AboutFooterIcon29 {background-position-x: -261px; width:185px; height:48px}
	div#GoldCoastMap {width: 212px; margin-left: 20px;}
	div#SydneyMap {width: 212px}
	div#MullumbimbyMap {width: 212px}
	div#GoldCoastMapCanvas {width: 212px;margin-left:0px}
	div#SydneyMapCanvas {width: 212px}
	div#MullumbimbyMapCanvas {width: 212px}
	div#GoldCoastDetails {width:212px; margin: 0 10px 0 20px}
	div#SydneyDetails {margin-left:30px; width:212px;}
	div#MullumbimbyDetails {margin-left:20px; width:212px;}
	div#ContactFormHolder {clear:both;margin-left:0; width:350px; float: none;margin-left:20px}
	div#ContactFormHolder input.text {width:330px}
	div#ContactFormHolder textarea {width:330px}
}

@media only screen and (max-width: 767px) {  
	div#ContentRight {padding-left:20px; width:85%}
	div#AboveFooter {display: none}
	footer {clear:both; padding:0 20px}
	footer div.Inner {width:100%}
	footer div.Inner div.FooterList {clear:both; width:90%; margin:0}
	div#FooterIcons {
		width:100%;
		clear:both;
		padding:10px 0;
	}
	div#LinkedIn {float:left;width:140px}
	div#StepMember {float:left; width:140px}
	div.ContactPageDetails {padding:0 20px}
	div#GoldCoastMap {display: none}
	div#SydneyMap {display:none}
	div#MullumbimbyMap {display:none}
	div#GoldCoastDetails {width:100%;margin-left:0}
	div#SydneyDetails {width:100%;margin-left:0}
	div#MullumbimbyDetails {width:100%;margin-left:0}
	div#ContactFormHolder {margin-left: 20px}
	
	div#NavigationContainer { height: auto}
	div#NavigationContainer nav.primary {display:none;}
	div#NavigationContainer nav.primary-mobile {display:block;}
}


.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

