/* Basic HTML tags */
body {
    background: #ddd3c3 url(../images/background.jpg);
    margin: 0 0 50px 0;
    padding: 0;
    
    font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
    font-size: 0.7em;
    color: #4c4c4c;
}

a {
    /* color: #a1709a; */
    color: #865289;
}

h1, h2, h3, h4, h5, p, ul, fieldset {
    margin:0;
    padding:0;
}
fieldset {
    border: 0;
}

h1 {
    color:#865289;
    font-family:"Times New Roman",Times,serif;
    font-size:1.9em;
    font-weight:normal;
    margin: 1.1em 0 0.5em 0;
}

h1 span {
        display:none;
}

h3, h4 {
    font-weight: bold;
    font-size: 1.1em;
}

h2 {
    color: #865289;
    font-weight: normal;
    font-size: 1.25em;
    margin: 2em 0 0.5em 0;
}

img {
    border:none;
}

/* Main Layout */
table#wrapper {
    margin: 0 auto;
    width: 994px;
}

table#wrapper td.leftShadow, table#wrapper td.rightShadow, table#wrapper td.leftBottomShadow, table#wrapper td.rightBottomShadow, table#wrapper td.leftLowerShadow, table#wrapper td.rightLowerShadow {
    width: 6px;
}

table#wrapper td.bottomLeftShadow, table#wrapper td.bottomRightShadow, table#wrapper td.bottomShadow, table#wrapper td.leftBottomShadow, table#wrapper td.rightBottomShadow, table#wrapper td.leftLowerShadow, table#wrapper td.rightLowerShadow {
    height: 6px;
}

table#wrapper td.bottomLeftShadow, table#wrapper td.bottomRightShadow {
    width: 5px;
}

table#wrapper td.leftShadow {
    background: transparent url(../images/layout-shadows/left.png) repeat-y right top;
}
table#wrapper td.rightShadow {
    background: transparent url(../images/layout-shadows/right.png) repeat-y left top;
}

table#wrapper td.leftLowerShadow {
    background: transparent url(../images/layout-shadows/left.png) repeat-y right top;
}
table#wrapper td.rightLowerShadow {
    background: transparent url(../images/layout-shadows/right.png) repeat-y left top;
}

table#wrapper td.leftBottomShadow {
    background: transparent url(../images/layout-shadows/left-bottom.png) no-repeat right top;
}
table#wrapper td.rightBottomShadow {
    background: transparent url(../images/layout-shadows/right-bottom.png) no-repeat left top;
}

table#wrapper td.bottomLeftShadow {
    background: transparent url(../images/layout-shadows/bottom-left.png) no-repeat left top;
}
table#wrapper td.bottomShadow {
    background: transparent url(../images/layout-shadows/bottom.png) repeat-x top left;
    padding-top: 1em; 
    font-size: 0.9em;
    color: #8a7a67;
}
table#wrapper td.bottomShadow a:link, table#wrapper td.bottomShadow a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #8a7a67;
}
table#wrapper td.bottomRightShadow {
    background: transparent url(../images/layout-shadows/bottom-right.png) no-repeat right top;
}

table#wrapper td.middle {
    width: 982px;
    background-color: #B7B6CA;
}


/* Header */
#header {
    background: #f9f8f6 url(../images/header-bg.jpg);
    float: left;
    width: 982px;
}

#header #utilities {
    background: #fff;
    float: right;
    border-left: 1px solid #ebe7e1;
    border-bottom: 1px solid #ebe7e1;
}

#header #logo {
    margin: 14px 0 9px 15px;
    position: relative;
    top: 9px;
}

/* Search form */
#header #utilities form {
    padding: 4px 5px 2px 12px;
    float: left;
    border-right: 1px solid #ebe7e1;
}

#header #utilities form input#ajaxSearch_input {
    font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
    font-size: 1em;
    color: #878787;
    background: #fff url(../images/search-bg.png) no-repeat top right;
    border: 0;
    padding: 4px 5px;
    width: 171px;
    display: block;
    float: left;
    margin-top: 2px;
}

#header #utilities form input#ajaxSearch_submit {
    margin: 2px 2px 0 4px;
    padding: 0 5px;
}

.ajaxSearch_extract {
    font-size: 10px;
}

.ajaxSearch_resultsInfo {
    font-weight: bold;
}

.ajaxSearch_highlight {
    color: #025d76;
}

/* Region picker */
#header #utilities #regionPicker {
    float: left;
}

#header #utilities #regionPicker li {
    float: left;
    display: block;
    position: relative;
    z-index: 1100;
}

#header #utilities #regionPicker li.set span.current {
    display: block;
    padding: 10px;
    width: 120px;
    font-weight: bold;
    float: left;
}

#header #utilities #regionPicker li.set span.picker {
    display: block;
    height: 33px;
    width: 26px;
    background: #ece6da url(../images/regions/region-picker-arrows.png);
    float: left;
}

#header #utilities #regionPicker li.set ul {
    display: none;
    width: 185px;
    position: absolute;
    top: 33px;
    left: 0;
    z-index: 1000;
    padding: 0 0 5px 0;
    background: url(../images/navigation/dropdown-shadow-bottom.png) no-repeat right bottom;
    float: none;
}
#header #utilities #regionPicker li.set.cookieEmpty ul{
    left: -18px;
}

#header #utilities #regionPicker li:hover.set ul {
    display: block;
}

#header #utilities #regionPicker li.set ul li {
    float: none;
    z-index: 1020;
    padding: 0 5px 0 0;
    background: url(../images/navigation/dropdown-shadow-right2.png) no-repeat right top;
    list-style-type: none;
}

#header #utilities #regionPicker li.set ul li.first {
    background: url(../images/navigation/dropdown-shadow-topright2.png) no-repeat right top;
}

#header #utilities #regionPicker li.set ul li a:link, #header #utilities #regionPicker li.set ul li a:visited {
    background: #fff;
    padding: 0 8px;
    border-right: 1px solid #ede7db;
    border-left: 1px solid #ede7db;
    display: block;
    color: #958264;
    text-decoration: none;
}

#header #utilities #regionPicker li.set ul li.last a {
    border-bottom: 1px solid #ede7db;
}
#header #utilities #regionPicker li.set ul li.first a {
    border-top: 1px solid #ede7db;
}

#header #utilities #regionPicker li.set ul li a:hover {
    background: #f2f1ed;
    color: #958264;
    text-decoration: none;
}

/* #header #utilities #regionPicker li.set ul li a:hover span:after {
    content: "\2009\2009\2009 \00BB";
} */

#header #utilities #regionPicker li.set ul li a span.inner {
    display: block;
    padding: 8px 2px;
    border-bottom: 1px dashed #e3ddd1;
}

#header #utilities #regionPicker li.set ul li.last a span.inner {
    border: 0;
}

#header #utilities #regionPicker li.set ul li a span span {
    visibility: hidden;
}

#header #utilities #regionPicker li.set ul li a:hover span span {
    visibility: visible;
}


/* "Attention-grabbing" region picker */
#header #utilities #regionPicker li.notset {
    position: relative;
    width: 160px;
}
#header #utilities #regionPicker li.notset form {
    position: absolute;
    border: 0;
    right: -25px;
    padding: 0 0 9px 0;
    width: 197px;
    text-align: center;
    background: url(../images/navigation/no-region-set_bottom-shadow.png) no-repeat right bottom;
}


#header #utilities #regionPicker li.notset form div {
    background: url(../images/navigation/no-region-set_right-shadow.png) no-repeat right bottom;
  padding-right: 9px;
}
#header #utilities #regionPicker li.notset form div ul {
    display: block;
    position: static;
    background: url(../images/navigation/no-region-set_left-shadow.png) no-repeat left bottom;
    padding-left: 8px;
}
#header #utilities #regionPicker li.notset form input, #header #utilities #regionPicker li.cookieEmpty form input {
    background: transparent none;
    border: 0;
    border-bottom: 1px solid #865289;
    color: #865289;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0 !important;
    margin: 10px 5px;
    width: 150px;
}
#header #utilities #regionPicker li.notset form li, #header #utilities #regionPicker li.cookieEmpty form li, #header #utilities #regionPicker li.cookieEmpty form li.first {
    display: block;
    float: none;
    border-left: 1px solid #958264;
    border-right: 1px solid #958264;
    background: #fff;
    color: #958264;
    font-weight: bold;
    padding: 0 5px;
    text-align: left;
}

#header #utilities #regionPicker li.notset form li.chooseTitle, #header #utilities #regionPicker li.cookieEmpty form li.chooseTitle {
  padding: 10px 5px 5px 5px;
}
#header #utilities #regionPicker li.notset form li.chooseTitle span, #header #utilities #regionPicker li.cookieEmpty form li.chooseTitle span {
  background: url(../images/regions/no-region-picker-arrows.png) no-repeat right top;
  padding: 2px 20px 5px 0;
}
#header #utilities #regionPicker li.notset form li.save, #header #utilities #regionPicker li.cookieEmpty form li.save {
  padding: 0;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #9b886b;
  width: 178px;
  overflow: hidden;
}

#header #utilities #regionPicker li.cookieEmpty form li.last {
border-bottom: 1px solid #9b886b;
}

/*
#header #utilities #regionPicker li.cookieEmpty form li.save{
width:185px !important;
overflow:auto !important;
}
*/


#header #utilities #regionPicker li.notset form li label, #header #utilities #regionPicker li.cookieEmpty form li label {
    display: block;
    border-bottom: 1px dashed #958264;
    float: none;
    padding: 5px 7px;
}

#header #utilities #regionPicker li.cookieEmpty form li.last label {
border-bottom: none;
}

#header #utilities #regionPicker li.notset form li label input, #header #utilities #regionPicker li.cookieEmpty form li label input {
    position: relative;
    top: 2px;
    margin: 0 4px 0 0;
    border: 0px !important;
    width: auto !important;
}



/* Body */
#body {
    clear: both;
    padding: 4px 11px 0 11px;
    border-top: 1px solid #8785af;
    background: transparent url(../images/footer-baby.jpg) no-repeat scroll 90% 100%;
}


/* Footer */
#footer {
    color: #fff;
    background: transparent url(../images/footer-ribbons.jpg) no-repeat top left;
    clear: left;
    position: relative;
    padding: 75px 0 15px 0;
    overflow: hidden;
}

.footerCol {
  width: 140px;
  margin: 0 18px 0 0;
  float: left;
  overflow: hidden;
}

ul.footerMenu {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.footerMenu li {
    display: block;
    list-style-type: none;
    margin: 0 0 2em 0;
    padding: 0;
}
ul.footerMenu li li {
  margin: 0.4em 0 0.4em 0.2em;
  font-size: 0.8em;
}

.footerLogos {
  width: 196px;
  float: left;
  text-align: center;
  overflow: hidden;
}
.footerLogos img {
  margin-bottom: 2em;
}


#footer a:link, #footer a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}
#footer a:hover {
    text-decoration: underline;
}


/* Content */
#contentWrap {
    position: relative;
    background: #fff;
    top: 9px;
    clear: both;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

#contentTopEdges {
    position: relative;
    top: -29px;
    left: 0;
    background: url(../images/body-top-rounded-edges.png) no-repeat top left;
    height: 29px;
    width: 960px;
    z-index: 450;
}

#content {
    padding: 4px 8px;
    margin-top: -53px;
    z-index: 500;
    position: relative;
}

#content h1.home {
    display:none;
}

.bodyContent {
    margin: 16px 0px 0 205px;
    line-height: 1.6em;
}

.bodyContent p {
    margin: 0.5em 0 1.2em 0;
}

.bodyContent ul {
    margin: 1em 0 1em 2em;
}

.bodyContent li {
    margin: 0.8em 0;
}

.bodyContent img.babyImage {
    float: right;
    margin: 0 0 2em 2em;
}

/* Sidebar */ 
#sidebar {
    width: 189px;
    float: left;
    margin: 15px 0 0 -2px;
    position: relative;
}

#sidebar #sidebarTop {
    background: url(../images/sidebar-top.png) no-repeat top left; /*0px -3px works in ie6 but breaks ie7 & ff*/
    height: 10px;
}
#sidebar #sidebarBottom {
    background: url(../images/sidebar-bottom.png) no-repeat top left;
    height: 10px;
}
#sidebar #sidebarContent {
    background: url(../images/sidebar-sides.png) repeat-y top left;
    padding: 0 8px;
}

/* Purple roll-over buttons */
a.button {
    display: block;
    background-repeat: no-repeat;
    background-position: top left;
    font-size: 0;
    text-align: center;
    padding-top: 5px;
    color: #ad8ab0;
}
a.button:hover {
    cursor: pointer;
    color: #8a4a90;
}

/* Press Release box */
div#press-release {
    background: url(../images/press-release-promo_bg.gif) no-repeat;
    width: 229px;
    height: 92px;
    color: #fff !important;
}

div#press-release div {
    padding: 13px 15px;
}

#press-release h3 {
    margin-top: 0;
}

#press-release a {
    padding-right: 13px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.05em;
}

/* Location Map Roll Overs [BRIO - 20110815 */
ul#locations { list-style: none; background: url(../images/location_sprite.png) no-repeat 0 0; position: relative; width:188px; height:162px; margin: 0; padding: 0;float: right;}

ul#locations li { position: absolute;}

ul#locations li a{ display: block; height: 100%; text-indent: -9000px;}

#cairns { width: 80px; height: 16px; top: 47px; left: 70px; }
#townsville { width: 81px; height: 15px; top: 64px; left: 69px; }
#mackay { width: 66px; height: 16px; top: 81px; left: 86px; }
#brisbane { width: 66px; height: 15px; top: 118px; left: 116px; }
#gold_coast { width: 66px; height: 15px; top: 134px; left: 116px; }
#ipswich { width: 43px; height: 18px; top: 116px; left: 72px; }
#toowoomba { width: 66px; height: 11px; top: 130px; left: 39px; }

ul#locations li a:hover { background: url(../images/location_sprite.png) no-repeat 0 0; }

ul#locations li#cairns a:hover { background-position: -70px -447px;}
ul#locations li#townsville a:hover {background-position: -69px -1464px;}
ul#locations li#mackay a:hover {background-position: -86px -1081px;}
ul#locations li#brisbane a:hover {background-position: -116px -318px;}
ul#locations li#gold_coast a:hover {background-position: -116px -734px;}
ul#locations li#ipswich a:hover {background-position: -72px -916px;}
ul#locations li#toowoomba a:hover {background-position: -39px -1330px;}

#locations p {
    font-family: Arial, "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
    font-size: 1.1em;
    color: #000000;
}


/* Free Seminars */

div#seminarTop {
    margin: 17px 0 0 194px;
    position: relative;
}

div#seminarTop table {
    height: 250px;
}

div#seminarTop img#seminarHeader {
    /*position: absolute;
    top: 6px;
    left: 6px;*/
}

div#seminarTop div.floatLeft{
    overflow:hidden;
    display:inline;
    float:left;
    width:552px;
}


div#seminarTop div.floatRight{
    display:inline;
    float:right;
    width:170px;
    overflow:hidden;
}

div#seminarTop div#seminarBlurb {
    background: #dde8f1 url(../../../images/seminars/seminar-blurb-box_top-170.png) no-repeat top left;
    width: 100%;
    /*position: absolute;
    right: 6px;
    top: 9px;*/
}
div#seminarTop div#seminarBlurb span {
    display: block;
    background: url(../../../images/seminars/seminar-blurb-box_bottom-170.png) no-repeat bottom left;
    line-height: 1.55em;
    color: #005373;
    padding: 1px 6px;
    height: 100%;
}
div#seminarTop div#seminarBlurb span p {
    margin: 0.8em 0;
}

h3.seminarLocation {
    padding-top: 2em;
    font-size: 1.4em !important;
}

div.seminarListing {
    border-bottom:1px dashed #CCCCCC;
    line-height:1.7em;
    margin:2em -10px 2em -12px;
    padding:0 0 2em 0.8em;
}

div.seminarListing h2 {
    margin: 0 0 1em 0;
}

div.seminarListing span.book {
    color: #59555c;
    text-transform: uppercase;
    display: block;
    margin: 1em 0;
}

div.seminarListing strong.type {
    display: block;
    float: left;
}
div.seminarListing span.value {
    margin-left: 70px;
    display: block;
}

div.seminarListing p {
    margin: 0 !important;
}

a.seminarSignUp {
    float: left;
    display: block;
    height: 24px;
    width: 135px;
    overflow: hidden;
    margin: 5px 0 0 0;
    background-image: url(../../../images/seminars/sign-up-button.png);
}
a.seminarSignUp:hover {
    background-image: url(../../../images/seminars/sign-up-button-hover.png);
}
div.seminarListing a.seminarSignUp {
    float: right;
    margin: 1px 190px 0 0;
}

/* News and events page */
div.newsSummary {
    border-bottom: 1px dashed #dcd8cd;
    padding: 0 0 1.5em 0;
    margin: 0 16px 1.5em 0;
}

div.newsSummary a h2 {
    color: #865289;
    font-weight: bold;
    margin: 0;
}

div.newsSummary p span.date {
    color: #8d8d8d;
}

div.newsSummary a:link, div.newsSummary a:visited {
    text-decoration: none;
}
div.newsSummary a:hover {
    text-decoration: underline;
}

div#newsSwitcher {
    float: right;
    font-size: 1.03em;
    margin-top: -20px;
    text-align: right;
    color: #363636;
}
div#newsSwitcher a.switch {
    width: 82px;
    height: 25px;
    float: right;
    background-image: url(../images/news-switch-button.png);
    padding-top: 0;
}
div#newsSwitcher a.switch:hover {
    background-image: url(../images/news-switch-button-active.png);
}

/* News articles */
a.back {
    width: 81px;
    height: 25px;
    float: right;
    background-image: url(../images/back-button.png);
}
a.back:hover {
    background-image: url(../images/back-button-active.png);
}

#newsDetails {
    margin: 1em 0;
    font-size: 1.1em;
}
#newsDetails span.region {
    font-size: 0.9em;
    font-weight: bold;
    padding-left: 0.8em;
    text-transform: uppercase;
}

#articleLatest {
    border-top: 1px dashed #dcd8cd;
    padding: 1em 0;
}

#articleLatest h2 {
    font-weight: bold;
    margin: 0;
}

#articleLatest .articleSummary {
    float: left;
    width: 30%;
    padding: 1em 20px 1em 0;
}

#articleLatest .articleSummary a h3 {
    color: #363636;
    font-weight: bold;
    font-size: 1em;
}

#articleLatest .articleSummary p span.date {
    color: #8d8d8d;
}

#articleLatest .articleSummary a:link, #articleLatest .articleSummary a:visited {
    text-decoration: none;
}
#articleLatest .articleSummary a:hover {
    text-decoration: underline;
}

/* Home page Latest News */
#whatsOn h2, #middlePromos h2, #locations h2, #bottomPromo h2 {
    margin: 0;
}

.middleBox .newsSummary {
    padding: 0 0.8em;
    border: 0;
}

.middleBox .newsSummary a.readMore {
    width: 146px;
    height: 25px;
    background-image: url(../images/read-more-news-button.png);
}
.middleBox .newsSummary a.readMore:hover {
    background-image: url(../images/read-more-news-button-active.png);
}

/* Global Styles */

.qfgBlue {
    color: #8bb3c8;
}

img {
    border: 0;
}

.greyImageBorders {
    border: #d6d6d6 1px solid; 
    padding: 5px;
}

.noBottomMargin {
    margin-bottom: 0 !important;
}

.noTopMargin {
    margin-top: 0 !important;
}

/* Fact Sheets - Footer */
#qfg-pdfs-footer-container {
    position: relative;
    height: 50px;
    overflow: hidden;
    font-size: 10px;
}

#qfg-pdfs-footer-container a {
    display: block;
    margin: 3px 0px;
    padding-left: 15px;
    background: url(../images/ul-informationsheets.gif) top left no-repeat;
}

#qfg-pdfs-footer-container a:link, #qfg-pdfs-footer-container a:visited {
    text-decoration: none;
    color: #ccc;
}
#qfg-pdfs-footer-container a:hover {
    color: #eee;
}

#Breadcrumbs {
    font-size: 0.9em;
    padding: 0px 0px 10px 10px;
    color: #acacac;
    border-bottom: 1px dashed #acacac;
}

#Breadcrumbs a {
    color: #acacac;
}

#PrintPage {
    margin-top: 110px;
    padding: 5px 0px 0px 10px;
    color: #999999;
    font-size: 0.9em;
}

#PrintPage a {
    color: #999999;
}




/* Contact Us Form */

#ContactFeedback input, #ContactFeedback textarea {
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 11px;
    padding: 2px;
}

#ContactFeedback .nameInput input { width: 200px; }
#ContactFeedback .emailInput input { width: 200px; }
#ContactFeedback .subjectInput input { width: 300px; }
#ContactFeedback .messageInput textarea { width: 300px; height: 100px; }
#ContactFeedback .submit { text-align: center; }

.errors {
    border: solid 1px red;
    background-color: #fff0f0;
    padding: 5px;
    color: #FF0000;
    line-height: 1.6em;
}

.success {
  line-height: 1.6em;
  font-weight: bold;
}

.three a { text-decoration: none; }

/* Seminars Signup */
.popUpBackground {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    display: none;
}

.popUpWrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: none;
}

.popUpIFrame {
    margin: 0 auto;
    width: 620px;
    height: 500px;
    background: #FFFFFF;
    overflow: hidden;
}

.popUpIFrame iframe {
    height: 475px;
    border: 0;
    width: 620px;
}

.popUpClose {
    line-height: 25px;
    background-color: #f0f0f0;
    color: #000000;
    border-top: solid 1px #000000;
    cursor: pointer;
}

#christmaslights {
    height: 28px;
    background: #045971 url(../images/christmaslights.jpg);
}

.labelwider {
    /*width: 20% !important;*/
}

.book-an-appointment-online {
    float: right;
    margin-left: 30px;
    display: block;
    width: 178px;
    height: 32px;
    background: url(../images/book-an-appointment-online.png);
}

.book-an-appointment-today {
    margin-top: 10px;
    width: 257px;
    height: 58px;
    display: block;
    background: url(../images/book-an-appointment-today.png);
}

/* Site map */
ul.sitemap {
    margin: 0.5em 0 3em 0;
    float: left;
    width: 300px;
}
ul.sitemap ul {
    margin-bottom: 0.5em;
    float: none;
    width: auto;
}

ul.sitemap li {
    margin: 0.2em 0 0.2em 2em;
}

/* Home page */

#homeFlash {
    background: url(../../../../assets/images/home-flash-bg.jpg) no-repeat top left;
    padding: 8px;
    float: left;
}

#whatsOn p, #middlePromos p, #bottomPromo p, #whatsOn h3, #middlePromos h3, #bottomPromo h3 {
    margin: 0.5em 0 1.2em 0;
    line-height: 1.5em;
}

#whatsOn {
    background: url(../images/home-layout/whats-new-bg.png) no-repeat top left;
/*  padding: 8px; */
    float: left;
    margin-left: 3px;
}

#whatsOn .title {
    position: relative;
    width: 210px;
    height: 26px;
}
#whatsOn .title span {
    position: absolute;
    width: 210px;
    height: 26px;
    display: block;
    top: 0;
    left: 0;
    background: url(../images/home-layout/whats-new-title.png) no-repeat top left;
    cursor: pointer;
}


#middlePromos {
    padding: 0.8em 0 1em 3px;
    float: left;
    width: 99%;
}

#middlePromos .middleBox {
    width: 300px;
    padding: 0 0 0 10px;
    border-right: 1px dashed #ccc;
    border-left: 1px dashed #ccc;
    margin: 1em 0;
    float: left;
}

#middlePromos .last, #middlePromos .first {
    border: 0;
}


#bottomPromo {
    width: 446px;
    height: 138px;
/*  float: left; */
    margin: -10px 0 10px 4px;
    padding: 7px;
/*  background: url(../../../images/promos/bottom-promo-outline.png) no-repeat top left; */
    display: inline;
}

#locations {
    float: right;
    display: inline;
    width: 462px;
    position: relative;
    margin-top:5px;
}

#locations p {
    line-height: 1.5em;
    margin: 0.8em 0;
}

#locations p.findOut {
    background: url(../images/home-layout/location-map-arrows.png) no-repeat center right;
    padding: 0 25px 0 0;
}

/* Book Online (appointment) button */
.middleBox a.bookOnline {
    width: 128px;
    height: 25px;
    background-image: url(../images/book-online-button.png);
}
.middleBox a.bookOnline:hover {
    background-image: url(../images/book-online-button-active.png);
}


/* Home page seminar listings */
p.date {
    font-weight: bold;
}
p.date span {
    font-weight: normal;
    color: #c2c2c2;
}

div.comingup {
    text-align: left;
    margin: 0 15px 0.8em 15px;
    clear: left;
    line-height: 1.6em;
}
div.comingup span {
    text-transform: uppercase;
    color: #c2c2c2;
}

.middleBox a.seminarSignUp {
    margin: 0 0 0.8em 0;
}

/* Townsville Day Surgery button */
a.townsvilleSurgery {
    position: relative;
    width: 216px;
    height: 25px;
    display: block;
}
a.townsvilleSurgery span {
    background: url(../images/townsville-day-surgery_button.png) no-repeat top left;
    position: absolute;
    top: 0;
    left: 0;
    width: 216px;
    height: 25px;
    display: block;
}
a.townsvilleSurgery:hover span {
    background: url(../images/townsville-day-surgery_button-active.png) no-repeat top left;
    cursor: pointer;
}

/* Sidebar Newsletter sign up */
input#news_buzz {
    display: none;
}

.sidebarNewsletter h3 {
    background:transparent url(../../../images/promos/newsletter/register-title_sidebar.png) no-repeat scroll left top;
    margin:0 3px;
    overflow:hidden;
    padding: 3px 0;
    text-indent:-500px;
    border-bottom: 1px dashed #E8E3D9;
}

.sidebarNewsletter form {
    background:transparent url(../../../images/promos/newsletter/register-bg_sidebar.png) no-repeat scroll 0 12px;
    padding:3px;
    margin: 0;
}

.sidebarNewsletter label {
    font-weight: bold;
    color: #86765e;
    font-size: 0.9em;
    display: block;
    margin-top: 1.5em;
}

.sidebarNewsletter input, .sidebarNewsletter select {
    font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
    font-size:0.9em;
    
}

.sidebarNewsletter input {
    font-style:italic;
    color: #86765e;
}

/* /////////////////// */
/* DONOR PROGRAM THEME */
div.donorTheme table#nav-main td.active a:link, div.donorTheme table#nav-main td.active a:visited {
    color: #B1005D;
}
div.donorTheme #submenu a:link, div.donorTheme #submenu a:visited {
    color: #B1005D;
    border-bottom: 1px solid #B1005D;
}

div.donorTheme #submenu {
    background: #ecc6d2 none;
}

div.donorTheme table.roundedBox td {
    background: none !important;
}
div.donorTheme table.roundedBox {
    border: 1px dashed #dcd8cd;
    width: 80% !important;
}

/* ////////////////// */
/* GP RESOURCES THEME */

div.resourcesContent {
  margin: 0;
}

div.resourcesContent div.intro {
   background:transparent url(../../../../assets/images/gp-resources/stethescope-flower.png) no-repeat scroll 0 45px;
    font-size:1.4em;
    left:-8px;
    line-height:1.6em;
    position:relative;
}

div.resourcesContent div.intro div {
    border-bottom:1px dashed #dcd8cd;
    padding: 0 0 60px 282px;
    margin-left: 8px;
}

div.resourcesContent div.main {
  background: transparent url(../../../../assets/images/gp-resources/sidebar-shadow.png) repeat-y top left;
  margin: 2em 8px 2.5em -8px;
  position: relative;
}

div.resourcesContent div.main div.sidebar {
  width: 229px;
  margin: 0;
  padding: 26px 10px;
  float: left;
  display: inline;
  position: relative;
  top: -1px;
  border-top: 1px solid #e9eedc;
}

div.resourcesContent div.main div.sidebar a:link, div.resourcesContent div.main div.sidebar a:visited {
  text-decoration: none;
  background: transparent url(../../../../assets/images/gp-resources/link-arrow.png) no-repeat right center;
  padding-right: 10px;
  line-height: 1.7em;
}

div.resourcesContent div.main div.sidebar a:hover {
  text-decoration: underline;
}

div.resourcesContent div.main div.sidebar a.bookAppointment, div.resourcesContent div.main div.sidebar a.orderResources, div.resourcesContent div.main div.inner a.register {
  display: block;
  width: 186px;
  height: 24px;
  background: transparent url(../../../../assets/images/gp-resources/button_book-appointment.png) no-repeat top left;
  margin-bottom: 3.5em;
}

div.resourcesContent div.main div.sidebar a.orderResources {
  width: 154px;
  background-image: url(../../../../assets/images/gp-resources/button_order-resources.png);
}

div.resourcesContent div.main div.inner {
  margin-left: 280px;
  padding: 16px 0;
}

div.resourcesContent h2 {
  padding-top: 10px;
  margin-top: 0;
  font-weight: bold;
}

div.resourcesContent .pullout {
  margin: 2em 0;
  padding: 10px 70px;
  color: #753f79;
  font-size: 1.2em;
  line-height: 1.5em;
  background-color: #eae3e9;
  text-align: center;
}

div.resourcesContent table {
  width: 452px;
  margin-bottom: 2.5em;
}

div.resourcesContent table td {
  vertical-align: top;
  padding: 5px 8px 20px 0;
  border-bottom: 1px dashed #dcd8cd;
}

div.resourcesContent table tr.last td {
  border: 0;
  padding-bottom: 0;
  padding-top: 15px;
}

div.resourcesContent table td.date {
    padding-right: 18px;
}
div.resourcesContent table td.register {
    width: 197px;
}

div.resourcesContent table td h5 {
    font-size: 1.1em;
    font-weight: normal;
    text-transform: uppercase;
}

div.resourcesContent table td img {
  padding-top: 0.4em;
}

div.resourcesContent div.main div.inner a.register {
  width: 197px;
  background-image: url(../../../../assets/images/gp-resources/button_register-for-event.png);
  margin-bottom: 0;
}

div.resourcesContent iframe {
    border: 0;
    position: relative;
    right: 130px;
}
.additional{
    color:#865289;
    font-size:75%;
    line-height:20%;
}
#printContactDetails{
    display:none;
}

/* ////////////////////// */
/* ABOUT PAGE CONTACT BOX */

div.contactBox {
    width: 200px;
    padding: 15px;
    margin: 0 4px 0 20px;
    float: right;
    border: 1px dashed #dcd8cd;
}

div.contactBox p {
    padding-right: 20px;
    margin: 0.5em 0 !important;
}

div.contactBox img {
    margin: 1.3em 0 0 0;
}
div.contactBox h3 img {
    margin: 0;
}


/* Seminars summary */
.seminar-block {display: block; padding: 20px; margin: 0 0 15px 0; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; overflow: hidden;}
.seminar-block p {margin: 0 0 10px 0;}
.seminar-block p a {color: #4C4C4C;}
.seminar-block .location-text {font-family: "century gothic",helvetica,sans-serif; font-size: 20px; text-transform: uppercase; margin: 0 0 15px 0;}
.seminar-block .location-text span {color: #808285;}
.seminar-block .color-Brisbane {color: #251c75;}
.seminar-block .color-Ipswich, .seminar-block .color-Toowoomba, .seminar-block .color-Townsville, .seminar-block .color-Cairns, .seminar-block .color-Mackay {color: #9b5ba4;}

.image-sem {display: block; margin: 20px 0 0 200px;}

.seminar-copy {padding: 25px; margin: 20px 0 0 0;}
.seminar-copy p {margin: 0 0 15px 205px; color: #58595b;}
.seminar-copy p.pink {color: #854596; font-family: "century gothic",helvetica,sans-serif; font-size: 13px; font-weight: bold;}

.seminar-copy ul {margin: 0 0 20px 0;}
.seminar-copy ul li {margin: 0 0 5px 230px; list-style-type: disc;}

.seminar-block-Brisbane {background: #e4e1ef;}
.seminar-block-register {background: #cfe4a7;}
.seminar-block-Ipswich, .seminar-block-Toowoomba, .seminar-block-Cairns, .seminar-block-Townsville {background: #f1ebf5;}

.seminar-doctor-floater {float: right; display: block; margin: 0 0 5px 10px; text-align: center;}
.seminar-doctor-floater img {display: block; margin: 0 auto 3px auto;}
.seminar-doctor-floater a {color: #4C4C4C;}

