.cf { 
    *zoom: 1
}

/* catchphrase */
.titletop {
   color: #ddd;
	font-size: 18px;
	font-weight: 700;
	padding-top: 18px;
	
}
/* search */
.search {
	float: right;
	height: 50px;
	
}
.mobilesearch {
	background-color: #FBE5FA;
	border-radius: 4px;	
	float: right;
	width: 100%;
}
.white {
	background-color: #FFF;
	box-shadow: 2px 2px 5px rgba(50,50,50,0.3);
	-webkit-box-shadow: 2px 2px 5px rgba(50,50,50,0.3);
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;	
	}
	
.spacing {
	margin-left: 1em;
	margin-bottom: 1em;
	
}	
	
.thumbnailspacing {
	margin-left: 0.4em;
	margin-bottom: 0.4em;
	height: 100px;
	width: 150px;
	
}	
		
	
.content-wrapper {
    padding-top: 20px
}
.content-top {

    background: url([[$path]]/dots.gif) repeat-x 0 50%;
    font-family: Georgia, Times New Roman, serif;
    color: #397BB8;
    font-style: italic;
    line-height: 20px;
}

/* breadcrumbs */
.breadcrumb {
    display: inline-block;
    width: auto;
    padding-right: 6px;
    color: #FFF;
}
.breadcrumb a {
    color: #9933CC;
    display: inline-block;
    width: auto;
text-decoration: none;
}
.breadcrumb a:hover {
    color: #397BB8;
    width: auto;
    background: #FFF;
text-decoration: none;
}
/* print button */
a.printbutton {
    display: block;
    padding-left: 6px;
    width: 16px;
    height: 16px;
    float:right;
    text-indent: -999em;
    /* using sprite image, left as reference to single image
    background: #FFF url([[$path]]/print-icon.png) no-repeat 6px -16px;
    */
    background: #FFF url(https://www.behealthy.net.au/uploads/simplex/images/simplex-sprite.png) no-repeat 0px -660px;
    transition: all 0.2s ease-out;    
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out     
}
a.printbutton:hover {
    /* using sprite image, left as reference to single image
    background: #FFF url([[$path]]/print-icon.png) no-repeat 6px 0;
    */
    background: #FFF url(https://www.behealthy.net.au/uploads/simplex/images/simplex-sprite.png) no-repeat 0px -680px;
}

/* news module summary -> content */
.content .news-summary  span.heading {
    display: none
}
.content .news-article {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #e9e9e9
}
.content .news-summary ul.category-list {
    margin: 15px 0
}
.content .news-summary ul.category-list li a,
.news-summary ul.category-list li span {
    border-radius: 4px
}
.news-summary ul.category-list li span {
    opacity: .4
}
/* news module summary -> sitewide (content + sidebar) */
/* article heading */
.news-article h2 {
    margin: 0 0 15px 0
}
.news-article h2 a {font-family: Arial, Helvetica, sans-serif;
    text-transform: non;
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700
}
.news-article h2 a:hover {
    color: #FBE5FA;
    text-decoration: underline;
    font-weight: 700
}
/* date circle, well square for IE  */
.news-article .date {
    background: #FFF;
    color: #9933CC;
    display: block;
    float:left;
    width: 50px;
    padding: 6px;
    height: 50px;
    border-radius: 1000px;
    text-align: center;
    font-family: Georgia, Times New Roman, serif;
	margin-right: 15px;
}
.news-article .day {
    font-size: 20px;
    line-height: 1;
    padding-bottom: 2px;
    font-style: italic;
    display: block
}
.news-article.month {
    font-size: 11px;
    display: block
}
/* author and category */
.news-article .author,
.news-article .category {
    font-family: Georgia, Times New Roman, serif;
    display: block;
    padding-left: 60px;
    font-size: 11px;
    font-style: italic;
    color: #FBE5FA;
}


/* category list on top of summary */
.news-summary ul.category-list {
    margin:15px 0 0 0;
    padding:0;
    list-style: none
}
.news-summary ul.category-list li {
    float:left;
    display: block;
    width: auto;
    margin-right: 5px
}
.news-summary ul.category-list li a,
.news-summary ul.category-list li span {
    display: block;
    color: #FFF;
    padding: 4px 8px;
    background: #B164D8;
    border-radius: 4px 4px 0 0;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase
}
.news-summary ul.category-list li a:hover {
    color: #FBE5FA;
text-decoration: underline;
}
.news-summary .paginate {
    font: italic 11px/1.2 Georgia, Times New Roman, serif;
    
}
.news-summary .paginate a {
    padding: 0 3px;
}
.news-meta {
    background: #FBE5FA;
    padding: 10px;
    margin: 10px 0
}
/* more link */
.more
{
    font:  font-family: Arial, Helvetica, sans-serif;
    color: #FBE5FA;
    text-decoration: none;
} 
.more a, .more a:visited {
    font:  italic 12px/1.3 Georgia, Times New Roman, serif;
    color: #FFF;
    text-decoration: none;
} 
.more a:hover
 {
	text-decoration: underline;
 color: #FBE5FA;
	background-color: #9933CC;
}


.back,
.previous,
.next {
    font:  font-family: Arial, Helvetica, sans-serif;
	color: #397BB8;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 10px;
} 
.back a,
.previous a,
.next a
 {
    font:  italic 12px/1.3 Georgia, Times New Roman, serif;
    color: #9933CC;
    text-decoration: none;
} 
/* hover behavior of next, previous links */

.back a:hover,
.previous a:hover,
.next a:hover {
	text-decoration: none;
 color: #397BB8;
	background-color: #FBE5FA;
}

/* align next link to right */
.previous {
    float:left;
}
.next {
    float: right
}
.square a{
	color: #9C33CB;
	text-decoration: none;
	border-bottom: 1px dotted #FBE5FA;
} 
/* hover behavior of next, previous links */

.square a:hover{
	color: #9C33CB;
	text-decoration: none;
	border-bottom: 1px dotted #9C33CB;
}
/* ------ SIDEBAR AREA ------ */

/* news module summary -> sidebar */
.sidebar .news-summary  span.heading {
	background: url([[$path]]/dots.gif) repeat-x 0 50%;
    color: #9933CC;
	margin: 0 0 15px 0;
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
}
.sidebar .news-summary .heading span {
    display: inline-block;
    width: auto;
    background: #FFF;
    padding-right: 6px;
}
.sidebar .news-article {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	position: relative;
	background: #9933CC;
	margin-bottom: 20px;
	border-radius: 0 0 6px 0;
	color: #FFF;
	border: 3px solid #9933CC;
}
/* creating a bubble box with css3 */
.sidebar .news-article:before {
    content:'';
    position: absolute;
    bottom: -15px;
    right: 25px;
    width: 10px;
    height: 35px;
    -webkit-transform: rotate(55deg) skewY(55deg);
    -moz-transform: rotate(55deg) skewY(55deg);
    -o-transform: rotate(55deg) skewY(55deg);
    -ms-transform: rotate(55deg) skewY(55deg);
    transform: rotate(55deg) skewY(55deg);
    background: #9933CC;
}

/* ------ FOOTER AREA ------ */
/* footer wrapper */
.footer {
   
}
/* copyright text */
.copyright {
    padding-top: 8px;
}
.copyright p
 {
	color: #999;
	font-size: 1em;
	text-decoration: none;
	color: #397BB8;
	text-align: left;
}

.copyright a, .copyright a:visited {
    color: #9933CC;
	text-decoration: none;
	
	
}
.copyright a:hover {
    color: #397BB8;
	text-decoration: none;
	background-color: #FBE5FA;
}




/* back to top anchor */
.back-top a {
    display: inline-block;
    width: auto;
    padding: 8px;
    border-left: 5px solid #FFF;
    border-right: 5px solid #FFF;
    font:  normal italic 11px/20px Georgia, Times New Roman, serif;
    text-decoration: none;
    background: #f1f1f1;
    color: #9933CC;
    border-radius: 10px 0 10px 0;
    -webkit-border-radius: 10px 0 10px 0;
    -moz-border-radius: 10px 0 10px 0;
    -o-border-radius: 10px 0 10px 0;
    position: absolute;
    top: -14px;
    left: 48%
}

p.image {
	float: right;
	font-size: 0.8em;
	text-align: center;
	color: #FFF;
	clear: none;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 0px;
	margin-right: 5px;
}

.mobileimagethumb {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 5px;
}

.slide-box {
	height: 127px;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0;
	margin-left: 15px;
	background-color: #A9BE00;	
}

.hero-slide-box {
	height: 400px;
	margin-top: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0;
	background-color: #FBE5FA;	
}
.thumbbox {
	padding-top: 15px;
	padding-bottom: 0px;
	
}

.anta {
	text-align: left;
	background-color: #0C2B61;
	width: 100%;
	border-radius: 0 0 6px 0;
	margin-top: 2.2em;
	background-image: url(https://www.behealthy.net.au/uploads/images/logo/menu-bg.gif);
	background-repeat: repeat-x;
}
.joan {
	text-align: left;
	background-color: #FFF;
	border-radius: 0 0 6px 0;
	border-top: 2px solid #FBE5FA;
	border-left: 2px solid #FBE5FA;
	border-bottom: 4px solid #F0A1EC;
	border-right: 4px solid  #F0A1EC;
	margin-top: 0em;
	margin-bottom: 15px;
	color: #9933CC;
	padding: 10px;
}
.joan h2{
	color: #FFF;
	margin: 0px;
	background-color: #EB83E6;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

.welike {
	text-align: left;
	background-color: #FFF;
	border-radius: 0 0 6px 0;
	border-top: 2px solid #61C0ED;
	border-left: 2px solid #189BD9;
	border-bottom: 4px solid #189BD9;
	border-right: 4px solid  #189BD9;
	margin-top: 0em;
	margin-bottom: 15px;
	color:  #189BD9;
	padding: 10px;
	min-height: 450px;
}
.welike h2{
	color: #FFF;
	margin: 0px;
	background-color:  #189BD9;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

.welike a{
	color:  #189BD9;
	border-bottom: 1px dotted #189BD9;}
	
.welike a:hover{
	color: #FFF;
	border-bottom: 1px dotted #023468;
	background-color: #56BCEC;	
	}

.dali {
	text-align: left;
	background-color: #FFF;
	border-radius: 0 0 6px 0;
	border-top: 2px solid #A9BE00;
	border-left: 2px solid #A9BE00;
	border-bottom: 4px solid #819100;
	border-right: 4px solid  #819100;
	margin-top: 0em;
	margin-bottom: 15px;
	color: #819100;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	min-height: 450px;
}

.dali h2{
	color: #FFF;
	margin: 0px;
	background-color: #819100;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}	
.dali-page {
	text-align: left;
	background-color: #FFF;
	border-radius: 0 0 6px 0;
	border-top: 2px solid #A9BE00;
	border-left: 2px solid #A9BE00;
	border-bottom: 4px solid #819100;
	border-right: 4px solid  #819100;
	margin-top: 0em;
	margin-bottom: 15px;
	color: #819100;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	
}

.dali-page h2{
	color: #FFF;
	margin: 0px;
	background-color: #819100;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}	


.newsletter {
	text-align: left;
	background-color: #FFF;
	border-radius: 0 0 6px 0;
	border-top: 2px solid #9933CC;
border-left: 2px solid #9933CC;
border-bottom: 4px solid #8E2FBE;
border-right: 4px solid #8E2FBE;
	margin-top: 0em;
	margin-bottom: 15px;
	color: #9933CC;
        padding: 10px;
}

.newsletter h2{
	color: #FFF;
	margin: 0px;
	background-color: #9933CC;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

.padtop {
	padding-top: 15px;
}
	
.padten {
	padding: 10px;
}

.divspace {
	margin-top: 1.6em;
}

.prevnext {
	width: 100%;
 
	}


legend {
	color:#FFF;
	font-style:italic;
	font-size:1.2em;
	margin-bottom:0.5em;
	padding:0.2em;
	width:auto;
	background-color: #9933CC;
}
textarea {
	margin: 0.5em 0;
	width:98%;
	height: 6em
}

/* Apply this class to text/select input fields with shorter labels
	to help alignment */
.short-label label {float:left; width:10em}
.short-label fieldset div input,
.short-label fieldset div select {width:16em}





.contactform input {border: 1px solid #032A61;}

input[type="submit"] {
	cursor: pointer;
	background-color: #023468;
	border-radius: 4px;
	color: #FFF;
	padding: 5px;
	margin-top: -2px;
 }
  input[type="submit"]:hover {
	 
	 cursor: pointer;
	background-color: #189BD9;
	border-radius: 4px;
	color: #FFF;
	padding: 5px; }
 input[type="submit"]:focus {
	 
	 cursor: pointer;
	background-color: #189BD9;
	border-radius: 4px;
	color: #FFF;
	padding: 5px; }
/* webkit browser add icons to input of type search, we dont want it here now */
input.search-input::-webkit-search-decoration,
input.search-input::-webkit-search-results-button,
input.search-input::-webkit-search-results-decoration {
    -webkit-appearance:none
}
/* styling the search input field */
input.search-input {
    border: 1px solid #f1f1f1;
	height: 30px;
	line-height: 18px;
	outline: 0;
	width: 165px;
transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;}

input.search-input:focus {
	border: 1px solid #F3B1F0;
	width: 240px;
	box-shadow: 0 0 3px #9933CC;
	-webkit-box-shadow: 0 0 3px #FBE5FA;
	-moz-box-shadow: 0 0 3px #FBE5FA;
	-o-box-shadow: 0 0 3px #FBE5FA;
}

table{
	border: none;}


input[type="checkbox"]  {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
   background-color: #FFF;
	border: 1px solid #ebebeb;
	border-radius: 4px;
    cursor:pointer;
}


	
.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 #9933CC;
	height: 150px;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}

.bordertop {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFF;
	box-shadow: 2px 2px 5px rgba(50,50,50,0.3);
	-webkit-box-shadow: 2px 2px 5px rgba(50,50,50,0.3);
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-top: none;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

.borderboth {
	background-color: #FFF;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
box-shadow: 2px 2px 5px rgba(50,50,50,0.3);
-webkit-box-shadow: 2px 2px 5px rgba(50,50,50,0.3);
border-bottom: 1px solid #FFF;
border-right: 1px solid #FFF;
border-left: 1px solid #FFF;
border-top: none;
	}


.logohead {	
	
}



.blue {
	color: #fff;
	margin-bottom: 2em;
	background-image: url(https://www.abtgroup.com.au/uploads/images/landing/140520/abt-bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	}

.logo {
	float:left;
	padding-top: 10px;	
}
	.menubox {

}
.menuboxfooter {
	float:left;
	display: none;
}

 .toppad {
	 padding-top: 1.5em;}
.toppadnews {
	 padding-top: 1em;}	 
.toppadhome {
	 padding-top: 1em;}	 
	 	 
 .toppad2 {
	 padding-top: 5em;}
.nopad {
	padding: 0;}
.padright {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.padleft {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
}
.padbottom {
	padding-bottom: 5px; }
	
.title h1 {
	font-size: 1.8em;
	color: #5E5E5E;
	font-weight: bold;
	text-align: left;
	font-style: italic;
	padding-top: 60px;
	padding-left: 20px;
}
.landing-logo {
	text-align: center;
}

.banner {
	overflow: hidden;
	background: #9933CC;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 0px;
	margin-left: 0px;
 }
.bannerhero {
	background: #9933CC;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 20px;
	margin-left: 0px;
	z-index: 18;
	display: block;
	float: right;
	position: absolute;
	margin-top: 200px;
	right: 0px;
 }

.banner-text ul {
    padding:0;
	
}
.banner-text li {
	list-style: none;
	display: block;
    color: #FFF;
    text-shadow: 0px 1px 0 #CD99E6, 0 -1px 0 rgba(0,0,0,0.3);
	font-size: 30px;
	font-weight: 700;
	transition: all 2s linear;
	-webkit-transition: all 1.5s linear;
	-moz-transition: all 1.5s linear;
	-o-transition: all 1.5s linear;
	display: block;
	line-height: 40px;
}
/* animating unordered list text in banner */




.textbox {
	padding-top: 0px;
}

.textbox a {
	color: #9C33CB;
	text-decoration: none;
	border-bottom: 1px dotted #9C33CB;
	
}

.textbox a:hover{
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
	background-color: #9C33CB;
}
.textbox p {
	font-size: 1em;}
	
.textbox h1 {
	color: #397BB8;
	font-size: 24px;
	text-transform: none;
	line-height: 28px;
	margin-top: 0.6em;
	margin-right: 0em;
	margin-bottom: 0.6em;
	margin-left: 0em;
	text-align: left;
}


.textbox h2 {
	font-size: 1.3em;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}		
.textbox2 {
padding-top: 15px;	
}

.textboxretraction a {
	color: #9C33CB;
	text-decoration: none;
	border-bottom: 1px dotted #9C33CB;
	
}

.textboxretraction a:hover{
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
	background-color: #9C33CB;
}
.textboxretraction p {
	font-size: 1em;}
	
.textboxretraction h1 {
	color: #397BB8;
	font-size: 24px;
	text-transform: none;
	line-height: 28px;
	margin-top: 0.6em;
	margin-right: 0em;
	margin-bottom: 0.6em;
	margin-left: 0em;
	text-align: left;
}


.textboxretraction h2 {
	font-size: 22px;
	color: #F30E12;
	font-weight: bold;
	text-align: center;
}		
.textboxretraction {
padding: 10px;	
border: 1px solid #F30E12;
border-radius: 4px;
margin-bottom: 1em;
}
.small {
	font-size: 0.8em; }
.textbox3 {
padding-top: 15px;	
}
.textboxnews {
padding-top: 0px;	
}
.textboxnews h1 {
	color: #397BB8;
	font-size: 24px;
	text-transform: none;
	line-height: 28px;
	margin-top: 0.6em;
	margin-right: 0em;
	margin-bottom: 0.6em;
	margin-left: 0em;
	text-align: left;
}


.textboxnews h2 {
	font-size: 1.3em;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}		


.textbox3-home {
	
}


.key {
	padding-top: 15px;
        border-radius: 0 0 6px 0;
	margin-bottom: 1em;	
        background-color: #FBE5FA;
        color: #9933CC;
	
	
}
.keytext {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.key h1{
	background-color: #FFF;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 6px;
	margin-top: 0px;
	color: #9933CC;
	border-radius: 3px;
}

.key h2{
	margin-right: auto;
	margin-left: auto;
	background-color: #9933CC;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 6px;
	margin-top: 0px;
	color: #FFF;
	border-radius: 3px;
}

.key h3{
	color: #9933CC;
    font-size:1.5em;
        }
		
.key h4 {
	
	background-color: #9933CC;
	padding-top: 4px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 4px;
	margin-top: 0px;
	color: #FFF;
	border-radius: 3px;
}		
		
.key ul {margin-left:2rem;}		
.keytop {
        border-radius: 0 0 6px 0;
	border-bottom: 1px solid #ccc;
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	background-color: #FBE5FA;
	padding: 0.5em;	
        color: #9933CC;
}
.keytoptext {
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
}

.keytop h2{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000066;
	margin-right: auto;
	margin-left: auto;
	background-color: #9933CC;
	padding: 10px;
	margin-top: 0px;
	color: #FFF;
}

.keytop h3{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000066;
	margin-right: auto;
	margin-left: auto;
	background-color: #9933CC;
	padding: 10px;
	margin-top: 0px;
	color: #FFF;
}




h1{
	
	font:1.4em/1.5em Arial, Helvetica, sans-serif;/*24px/27px*/
		color:#666666;
		margin:0 0 0.417em;
		font-weight: 700;
	}
	h2 {
		font:1.3em/1.4em Arial, Helvetica, sans-serif; /*24px/27px*/
		color:#666666;
		margin:0 0 0.417em;
		font-weight: 400;
	}
	h3 {
	margin:0 0 0.55em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: bold;
	}
	

	p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.6em;
	margin-left: 0;
	padding-bottom: 6px;
	line-height: 1.4em;
	
}


.black {
	padding-top: 0px;
	padding-bottom: 16px;
	color: #023468;
	line-height: 16px;
	}
	

	

	.footer .copy{float:right;
	}
	
	#socialbar {
	float: right;
	}
	

#socialbar a .fa.fa-facebook-square {
	color: #FFF;
	transition: background 0.5s;
	border: none;
	text-decoration: none;
	float: right;
	padding-left: 10px;
	background-color: #798610;	
}


  
#socialbar a:hover .fa.fa-facebook-square {
    color: #168DE3;
    transition: color 0.5s;
	border: none;
		-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-color: #798610;	
	
}

#socialbar a .fa.fa-google-plus-square {
	color: #FFF;
	transition: background 0.5s;
	border: none;
	text-decoration: none;
	float: right;
	padding-left: 10px;
}

#socialbar a:hover .fa.fa-google-plus-square {
	color: #B33727;
	transition: color 0.5s;
	border: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
}
 #socialbar a .fa.fa-rss-square {
	color: #FFF;
	transition: background 0.5s;
	border: none;
	text-decoration: none;
	float: right;
	padding-left: 10px;
	
}

#socialbar a:hover .fa.fa-rss-square {
	color: #F00910;
	transition: color 0.5s;
	border: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}


.footerwrapper {
	width: 100%;
	font-size: 80%;
}
.footerbox {
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #798610;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #FFF;
	font-size: 0.8em;
	line-height: 1.8em;	
	}
.footerbox p {
	color: #FFF;
	font-size: 0.9em;
	line-height: 1.6em;
}
.footerbox a{
	color: #FBE5FA;
	text-decoration: none;
	line-height: inherit;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:  #FBE5FA;
}
	
	
	.footerbox a:hover {
	color: #9933CC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9933CC;
	text-decoration: none;
	background-color: #FBE5FA;
}
.foottext 	{
	color: #C2C2C2;
	font-size: 0.9em;
	line-height: 1.6em;
}


.footbottom {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}	
	
#menu_vert {
	margin-bottom: 0;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
}
#menu_vert ul {
/* remove any bullets */
	list-style: none;
/* margin/padding set in li */
	margin: 0px;
	padding: 0px;
	 color: #fff;

}
#menu_vert ul ul {
	margin: 0;
/* padding right sets second level li in on right from first li */
	padding: 0px 5px 0px 0px;
/* replaces bottom of li.menuactive menuparent, looks like li below it, set in 5px more, is sitting on top of it */
	
}
#menu_vert li {
/* remove any bullets */
	list-style: none;
/* negative bottom margin pulls them together, images look like one border between */
	margin: 0px 0px 1px;
/* bottom padding pushes "a" up enough to show our image */
	padding: 0px 0px 0px 0px;
/* you can set your own image here */
	background: #798610;
	 color: #fff;
	 border-radius: 0 0 6px 0;
        
}
#menu_vert li.currentpage {
	padding: 0px 0px 3px 0px;
 color: #fff;
}
#menu_vert li.menuactive {
	padding: 0px;
/* replaced by image in ul ul */
	background: #FBE5FA;
 color: #9933CC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1;
	margin-left: 0;
	border-radius: 0 0 6px 0;
}
#menu_vert li.menuactive ul {
	margin: 0;
 
}
#menu_vert li.activeparent {
	margin: 0;
	padding: 0px;
}
/* fix stupid IE6 bug with display:block; */
* html #menu_vert li {
	height: 1%;
}
* html #menu_vert li a {
	height: 1%;
}
* html #menu_vert li hr {
	height: 1%;
}
/** end fix **/
/* first level links */
div#menu_vert a {
/* IE6 has problems with this, fixed above */
	display: block;
/* some air for it */
	padding: 0.8em 0.3em 0.5em 1.5em;
/* this will be link color for all levels */
	 color: #fff;
/* Fixes IE7 whitespace bug */
	min-height: 1em;
/* no underline for links */
	text-decoration: none;
/* you can set your own image here this is tall enough to cover text heavy links */
	
}
/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
	font-size: 90%;
	padding: 0.8em 0.3em 0.5em 2.8em;
}
/* third level links, more padding */
div#menu_vert ul ul ul a {
	padding: 0.5em 0.3em 0.3em 3em;
}
/* hover state for all links */
div#menu_vert a:hover {
	background-color: #FBE5FA;
	color: #9933CC;
	text-decoration: none;
	border-radius: 0 0 6px 0;
	background-image: url(https://www.behealthy.net.au/uploads/images/sidebar/purple_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
div#menu_vert a.activeparent:hover {
	
}
/* active parent, that is the first level parent of a child page that is the current page */
div#menu_vert li.activeparent {
/* you can set your own image here */
	
/* white to contrast with background image */
	
}
div#menu_vert li.activeparent a.activeparent {
/* you can set your own image here */
	
/* to contrast with background image */
	
}
div#menu_vert li a.parent {
/* takes left padding out so span image has room on left */
	padding-left: 0em;
}
div#menu_vert ul ul li a.parent {
/* increased padding on left offsets it from one above */
	padding-left: 0.9em;
}
div#menu_vert li a.parent span {
	display: block;
	margin: 0;
/* adds left padding taken out of "a.parent" */
	padding-left: 1.5em;
/* arrow on left for pages with children, points down, you can set your own image here */
	
}
div#menu_vert li a.parent:hover {
/* removes underline hover effect */
	text-decoration: none;
}
div#menu_vert li a.parent:hover span {
	display: block;
	margin: 0;
	padding-left: 1.5em;
/* arrow on left for pages with children, points right for hover, you can set your own image here */
	
}
div#menu_vert li a.menuactive {
/* sets it in a little more than a.parent */
	background-color: #FBE5FA;
	color: #9933CC;
	text-decoration: none;
	background-image: url(https://www.behealthy.net.au/uploads/images/sidebar/purple_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-radius: 0 0 6px 0;
}
div#menu_vert ul ul li a.menuactive.menuparent {
/* sets it in a little more on next level */
	padding-left: 0.99em;
}
div#menu_vert li a.menuactive.menuparent span {
	display: block;
	margin: 0;
/* to contrast with non active pages */
	font-weight: bold;
	padding-left: 1.5em;
/* arrow on left for active pages with children, points right, you can set your own image here */
	
}
div#menu_vert li a.menuactive.menuparent:hover {
	text-decoration: none;
	color: #9933CC;
}
div#menu_vert ul ul li a.activeparent {
	color: #fff;
}
/* current pages in the default Menu Manager template are unclickable. This is for current page on first level */
div#menu_vert ul h3 {
	display: block;
/* some air for it */
	padding: 0.8em 0.5em 0.5em 1.5em;
/* this will be link color for all levels */
	color: #000;
/* instead of the normal font size for <h3> */
	font-size: 1em;
/* as <h3> normally has some margin by default */
	margin: 0;
/* you can set your own image here, same as "a" */
	background: transparent url(https://www.behealthy.net.au/uploads/ngrey/libk.gif) no-repeat right top;
}
/* next level current pages, more padding, smaller font and no background color or bottom border */
div#menu_vert ul ul h3 {
	font-size: 90%;
	padding: 0.8em 0.5em 0.5em 2.8em;
/* you can set your own image here, same as "a" */
	background: transparent url(https://www.behealthy.net.au/uploads/ngrey/libk.gif) no-repeat right top;
	color: #000;
}
/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
	padding: 0.6em 0.5em 0.2em 3em;
}
/* BIG NOTE: I didn't do anything to these, never tested */
/* section header */
div#menu_vert li.sectionheader {
	border-right: none;
	padding: 0.8em 0.5em 0.5em 1.5em;
	background: transparent url(https://www.behealthy.net.au/uploads/ngrey/libk.gif) no-repeat right top;
	line-height: 1em;
	margin: 0;
	color: #FFF;
	cursor:text;
}
/* separator */
div#menu_vert .separator {
	height: 1px !important;
	margin-top: -1px;
	margin-bottom: 0;
	-padding: 2px 0 2px 0;
	background-color: #000;
	overflow: hidden !important;
	line-height: 1px !important;
	font-size: 1px;
/* for ie */
}
div#menu_vert li.separator hr {
	display: none;
/* this is for accessibility */
}
/* Stylesheet: Navigation: Simple - Vertical Modified On 2012-09-12 16:52:46 */
/* 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 */

/* 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 */


	


.orbit-wrapper .slider-nav span { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition: opacity 400ms; -moz-transition: opacity 400ms; -o-transition: opacity 400ms; transition: opacity 400ms; }
.orbit-wrapper:hover .slider-nav span { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }
#featured {  }


#featured img { display: none; }

#featured.orbit { background: none; }
#featured.orbit img { display: block; }
#featured.orbit img {
  width: 100%;
  height: auto;
}

#featuredhero {  }


#featuredhero img { display: none; }

#featuredhero.orbit { background: none; }
#featuredhero.orbit img { display: block; }
#featuredhero.orbit img {
  width: 100%;
  height: auto;
}
.NewsSummary {
	clear: both;
	margin-top: 0em;
	margin-bottom: 1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	
			
}
.purplebox {
	background-color: #B66DDA;
	border-top: 1px solid #9933CC;
	border-left: 1px solid #9933CC;
	border-right: 1px solid #9933CC;
	border-bottom: 1px solid #9933CC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;	
	border-radius: 0 0 10px 0;
}
.purplebox li {
	color: #FFF;
}
.NewsSummaryField {
	margin-left: 5px;
	margin-bottom: -2px;
	 }
.NewsSummaryField a { 
text-decoration: none;
	border: none;

}
.NewsSummaryField a:hover {
	text-decoration: none;
	border: none;}
	
.NewsSummarySummary h3 {
    margin: 0 0 0.55rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: bold;
	color: #FFFFFF;
}
	
	
	
.NewsDetailField {
	border: 1px solid #EBEBEB;
	border-radius: 4px;
	 }

.newsbox {
	}	
.NewsSummaryLink	{

	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	
}

.NewsSummaryLink a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
}


.NewsSummaryLink a:hover {
	color: #9933CC;
	text-decoration: none;
	border-bottom: 1px dotted #FBE5FA;
	background-color: #FFFFFF;
}

.NewsSummaryside {
	clear: both;
	margin-top: 0em;
	margin-bottom: 1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
.purpleboxside {
	background-color: #FFFFFF;
	border-top: 2px solid #9933CC;
	border-left: 2px solid #9933CC;
	border-right: 3px solid #9933CC;
	border-bottom: 4px solid #9933CC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;	
	border-radius: 0 0 10px 0;
}
.purpleboxside li {
	color: #FFF;
}	
.NewsSummarySummaryside p{
	color: #9933CC;
}	
	
.NewsSummaryLinkside	{
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 80%;	
}

.NewsSummaryLinkside a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
}


.NewsSummaryLinkside a:hover {
	color: #9933CC;
	text-decoration: none;
	border-bottom: 1px dotted #FBE5FA;
	background-color: #FFFFFF;
}
.NewsSummaryPostdate {

	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	
}
.NewsSummarySummary {
	position: relative;
	margin: 10px 0 0 0;
	color: #333; /* default background for browsers without gradient support */
	/* css3 */

	padding: 0 5px;
	}
	
.NewsSummarySummary p{
	color: #FFFFFF;
}
.NewsSummarySummary:after {
	content: "";
	position: absolute;
	bottom: -38px;
	left: 30px;
	border-width: 0 15px 30px 0px;
	border-style: solid;
	border-color: transparent #9933CC;
	/* reduce the damage in FF3.0 */
	display: block;
	width: 0;
}	
	
.NewsSummaryMorelink {
	margin-left: 4.5em;
	padding-top: 6px;}
	

.NewsSummaryMorelink a{
	color: #9933CC;
	text-decoration: none;
	border-bottom: 1px dotted #9933CC;
}


.NewsSummaryMorelink a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FBE5FA;
	background-color: #9933CC;
}
#NewsPostDetailTitle h1 {
	color: #FFFFFF;
}
.pagination {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	
}
.pagination a {
	font-size: 1em;
	padding-top: 0.3em;
	padding-right: 0.6em;
	padding-left: 0.6em;
	padding-bottom: 0.3em;
	background: #FBE5FA;
	border-radius: 3px;
	border: 1px solid #F09EEC;
	-webkit-box-shadow: 1px 1px 3px rgba(50,50,50,0.3);
	-moz-box-shadow: 1px 1px 3px rgba(50,50,50,0.3);
	box-shadow: 1px 1px 3px rgba(50,50,50,0.3);
	color: #9933CC;
	}

.pagination a:hover {
	font-size: 1em;
	padding-top: 0.3em;
	padding-right: 0.6em;
	padding-left: 0.6em;
	padding-bottom: 0.3em;
	border: none;
	color: #FFF;
	background: #A9BE00;
	border-radius: 3px;
	border: 1px solid #889900;
-webkit-box-shadow: 1px 1px 3px rgba(50,50,50,0.3);
-moz-box-shadow: 1px 1px 3px rgba(50,50,50,0.3);
box-shadow: 1px 1px 3px rgba(50,50,50,0.3);

	}
	@media only screen and (max-width: 500px) {	
.slide-box {
	
	height: 127px;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0;
	margin-left: 0px;
}

.textbox h1 {
	
}

.pad10right {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.pad10left {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.textbox {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}
.textbox2 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;	
}
.textbox3 {
		padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;	
}

.padbottom {
	padding-bottom: 10px; }

.spacing {
	margin-left: 0.2em;
	margin-bottom: 0.2em;
	clear:both;
	
}	

#socialbar {
	float: right;
	margin-left: 10px;
	}
	#socialbar a .fa.fa-facebook-square {
	padding-left: 10px;
}


  


#socialbar a .fa.fa-google-plus-square {
padding-left: 10px;
}


 #socialbar a .fa.fa-rss-square {
	padding-left: 10px;
}


.gmap {padding-top: 10px;
padding-bottom: 10px;}

.nav-spacer2 {
 	padding-top: 60px;
 	
 }
 .welike {
	min-height: 250px;
}
.joan {
	min-height: 250px;
}
.dali {
	min-height: 250px;
}

}
	
	
	
	
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
 .banner {

background: #9933CC;
padding-top: 9px;
padding-bottom: 0px;
padding-left: 10px;
padding-right: 5px;
margin-left: 0px;
}

.banner-text li {
list-style: none;
display: block;
color: #FFF;
text-shadow: 0px 1px 0 #CD99E6, 0 -1px 0 rgba(0,0,0,0.3);
font-size: 26px;
font-weight: 700;
line-height: 34px;
}
.desktop-nav ul {
float: right;
margin-top: 4px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
}
.desktop-nav li {
display: inline-block;
margin-top: 1px;
margin-right: 0px;
margin-left: 5px;
margin-bottom: 0px;
height: 100%;
text-align: center;
}

.desktop-nav a {
	
	color: #397BB8;
	padding-top: 6px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 6px;
	
}
.nav-spacer2 {
 	padding-top: 45px;
 	
 }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) { 

.nav-spacer2 {
 	padding-top: 60px;
 	
 }
 .banner {

background: #9933CC;
}
}
.sumpic {padding:0;}
ul.square p {font-size:16px;}