@font-face {
    font-family: Futura;
    src: url('../fonts/futurcon-webfont.eot');
    src: url('../fonts/futurcon-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futurcon-webfont.woff') format('woff'),
         url('../fonts/futurcon-webfont.ttf') format('truetype'),
         url('../fonts/futurcon-webfont.svg#FuturaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html{
    background-color:#FFFFFF;
}

body {
    font-family: Arial, Verdana, sans-serif;
    font-size:16px;
    margin:0;
    padding:0;
    color: #686968;
}

a:hover{
    text-decoration: none !important;
    opacity: 0.8;
}

#top-menu{
    text-align:right;
}

div#popular {
    width: 164px;
    float: left;
}

div#content {
    width: 634px;
    float: left;
    margin: 0px 9px 9px 9px;
    padding: 9px 0px;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #383838;
    background-color:#FFFFFF;
}

div#advertisements {
    width: 164px;
    float: left;
}

#logo {
    position: absolute;
    top: 15px;
    left: 34px;
}

#login-register-links {
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #787878;
    margin-right: 10px;
}

#login-register-links a {
    color: #339999;
    padding:0 5px;
}

#login-register-links a:hover {
    color: #787878;
}

.main-logo{
    margin-left:8px;
}

@media (max-width: 768px) {
    #main-menu{
        background: none;
    }

    #main-menu a{
        font-size: 14px !important;
    }

    #main-menu a:hover{
        background: none;
    }

    .logo-xs{
        max-width: 220px !important;
        margin: 15px;
    }
    #accordion h2{
        font-size: 26px !important;
    }
    #accordion div{
        margin-bottom: 5px !important;
    }

    .navbar-header{
        margin-bottom: 10px;
    }
}

@media (min-width:767px) {
    .show-menu-on-mobile {
        display: none !important;
    }

    .hide-menu-from-mobile {
        display: inline !important;
    }
}
@media (max-width:767px) {
    .show-menu-on-mobile{
        display:inline !important;
    }
    .hide-menu-from-mobile{
        display:none !important;
    }
}

@media (max-width:500px) {
    #search-form input[type="text"], input[type="submit"], select{
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    #main-menu{
        background: url(../images/bg-menu.png) repeat-x;
    }

    #main-menu ul{
        margin:0 auto;
        padding: 0;
        list-style: none;
    }

    #main-menu ul li{
        border-left: 1px solid #CCCCCC;
        height: 37px;
    }

    #main-menu ul li ul{
        display: none;
    }

    #main-menu ul li ul li{
        width:180px;
        background-color: #EAEAEA;
    }

    #main-menu ul li:hover ul{
        display: block;
    }

    #main-menu a{
        line-height: 37px;
        display: block;
        padding:0 8px;
        font-size: 1em;
        text-shadow: 0 1px 4px #FFF;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        color:#666666;
    }

    #main-menu a:hover{
        background: url(../images/bg-menu-over.png) repeat-x top;
    }

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

.top-menu-links{
    margin-bottom: 25px;
    margin-top: 0;
}

@media (max-width: 1200px) {
    #main-menu a{
        font-size: 10px;
    }

    .main-logo{
        margin-left:28px;
    }

    .top-menu-links{
        margin-bottom: 10px;
        margin-right: 0;
    }
}

@media (max-width: 995px) {
    #main-menu a{
        font-size: 0.81em;
    }
}

.navbar-toggle{
    margin-top: 1px !important;
    margin-right: 1px !important;
}

#top-banner-wrapper{
    background: #84c3c8 url(../images/bg-top-banner-wrapper.png) repeat top;
}

#side-banner-ads{
    width:160px;
    height: 600px;
    margin: 0 auto;
}

#home-slideshow{
    margin: 0 auto 55px;
}

#middle-wrapper{
    margin-top: 30px;
    background: url(../images/bg-middle-wrapper.jpg) repeat-x bottom;
}

#middle{
    width:980px;
    margin:0px auto;
}

#left{
    width: 580px;
    float: left;
}

#right{
    width: 380px;
    float: left;
    margin-left: 20px;
    padding-bottom: 30px;
}

#left-1{
    /*width: 800px;*/
    /*float: left;*/
}

#right-1{
    /*width: 160px;*/
    /*float: left;*/
    /*margin-left: 20px;*/
    /*overflow: hidden;*/
}

#top-banner-title-wrapper{
    margin:0 auto;
    background: url(../images/drop_bottom.png) no-repeat bottom center;
}

#top-banner-title{
    margin: 0 auto;
    height: 133px;
    background: url(../images/drop_top.png) no-repeat top center;
    color:#FFFFFF;
}

#top-banner-title h1{
    font-size: 50px;
    font-weight: normal;
    color: #FFFFFF;
    text-shadow: 1px 0 6px #000;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: Futura, sans-serif;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 130px;
}

@media (max-width: 778px) {
    #top-banner-title h1{
        font-size: 8.0vw;
    }
}

@media (max-width: 450px) {
    #top-banner-title h1{
        font-size: 10vw;
    }
}

#connect-box{
    background: url(../images/bg-connect.png) repeat top;
    font-size: 12px;
}

#bookmark-link{
    font-size: 14px;
}

#connect-box a{
    color:#333333;
}

#connect-box a:hover{
    color:#FFFFFF;
}

#connect-box ul li img:hover{
    opacity: 0.9;
}

#popular-therapies-box{

}

#popular-therapists-box{

}

#popular-therapies-box h3, #popular-therapists-box h3{
    font-family: Futura;
    font-size: 26px;
    color:#666666;
    font-weight: normal;
    margin-bottom: 10px;
}

#popular-therapies-box ul, #popular-therapists-box ul{
    list-style: none;
    padding:0;
    margin:0;
}

#popular-therapies-box ul li, #popular-therapists-box ul li{
    padding-bottom: 12px;
}

#footer-wrapper{
    background-color: #019EAD;
    border-top: 1px solid #666666;
}

#footer {
    margin:0px auto;
    padding:10px 0px;
}

#slogan{
    font-family: Georgia, serif;
    font-size: 21px;
    color:#EAEAEA;
    text-align: center;
    margin-top:10px;
}

#footer-links{
    text-align: center;
    color:#CCCCCC;
}

#footer-links a{
    color:#CCCCCC;
    padding:0 10px;
}

#footer-links a:hover{
    text-decoration: underline;
}

#copyright {
    font-size: 12px;
    color: #CCCCCC;
    text-align: center;
    text-shadow: 0px -1px 1px #000;
}

.spacer{
    clear: both;
    height: 2px;
    font-size: 2px;
}

.big-buttons{
    margin-bottom: 5px;
}

.big-buttons img:hover{
    opacity: 0.8;
}

/**
 * Home page
 */
 #upcoming-events-box{
     background-color: #F5F5F5;
     margin-bottom: 40px;
     margin-top:30px;
 }

 #upcoming-events-box h2{
     background-color: #666666;
     margin:0px;
     padding:35px 10px 4px 10px;
     color:#FFFFFF;
     font-size: 36px;
     font-family: Futura;
     font-weight: normal;
     height: 100px;
 }

 #upcoming-events-box-bottom{
     background-color: #666666;
     margin:0px;
     padding:10px;
     color:#FFFFFF;
     font-size: 20px;
     text-align: right;
     font-family: Futura;
 }

 #upcoming-offers-box{
     background-color:#f8e1df;
     margin-bottom: 40px;
 }

 #upcoming-offers-box h2{
     background-color:#990000;
     margin:0px;
     padding:35px 10px 4px 10px;
     color:#FFFFFF;
     font-size: 36px;
     font-family: Futura;
     font-weight: normal;
     height: 100px;
 }

 #upcoming-offers-box-bottom{
     background-color: #990000;
     margin:0px;
     padding:10px;
     color:#FFFFFF;
     font-size: 20px;
     text-align: right;
     font-family: Futura;
 }

 #upcoming-events-box-bottom a,  #upcoming-offers-box-bottom a, #recent-articles-box-bottom a{
     color:#DCECEE;
 }

 #upcoming-events-box-bottom a:hover,  #upcoming-offers-box-bottom a:hover, #recent-articles-box-bottom a:hover{
     color:#FFFF00;
 }

 #recent-articles-box{
     background-color: #DCECEE;
     margin-bottom: 30px;
 }

 #recent-articles-box h2{
     background-color: #019EAD;
     margin:0px;
     padding:35px 10px 4px 10px;
     color:#FFFFFF;
     font-size: 30px;
     font-family: Futura;
     font-weight: normal;
     height: 100px;
 }

  #recent-articles-box-bottom{
     background-color: #019EAD;
     margin:0;
     padding:10px;
     color:#FFFFFF;
     font-size: 20px;
     text-align: right;
     font-family: Futura;
 }

  #upcoming-events-box ul,  #recent-articles-box ul,  #upcoming-offers-box ul{
     list-style: none;
     margin: 0;
     padding: 20px 10px 10px 10px;
 }

 #upcoming-events-box ul li a, #recent-articles-box ul li a, #upcoming-offers-box ul li a{
     color:#019EAD;
     font-size: 14px;
     line-height:20px;
 }

 #upcoming-events-box ul li a:hover, #recent-articles-box ul li a:hover, #upcoming-offers-box ul li a:hover{
     text-decoration: underline;
 }

 #upcoming-events-box ul li,  #recent-articles-box ul li,  #upcoming-offers-box ul li{
     padding-bottom: 15px;
     position: relative;
 }

 #upcoming-events-box ul li span,  #recent-articles-box ul li span, #upcoming-offers-box ul li span{
     font-size: 12px;
     font-style:italic;
     line-height: 18px;
 }

 #recent-articles-box .article-stats-home{
     font-size: 10px;
     font-weight: bold;
     color:#666666;
 }

  #recent-articles-box .article-stats-home a{
     font-size: 10px;
 }

a {
    text-decoration: none;
    color: #787878;
}

a:hover,
a:hover span#advertise-box-free {
    color: #339999;
}

div#content a {
    text-decoration: none;
    color: #339999;
}

div#content a:hover {
    color: #787878;
}

div#quote-bar {
    background: url(/images/navigationbg.jpg) no-repeat;
    height: 32px;
    padding-top: 7px;
    font-family: verdana, arial, sans-serif;
    font-size: 16px;
    font-style: italic;
    color: #585858;
    text-align: center;
}

div#nav-links,
div.addthis_toolbox {
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    color: #585858;
    float: left;
    text-align:center;
}

div#nav-links-container {
    margin: 0 auto;
}

div.popular-box,
div.advertise-box,
div.newsletter-box{
    height: 142px;
    margin-bottom: 9px;
    overflow: hidden;
}

div.advertisement{
    margin-bottom: 9px;
}

div.popular-box {
    background: url('/images/box-generic.png') no-repeat;
}

div.advertise-box {
    background: url('/images/box-advertise.png') no-repeat;
}

div.newsletter-box {
    background: url('/images/box-generic.png') no-repeat;
}

div.popular-box-title,
div.advertise-box-title,
div.newsletter-box-title {
    padding-top: 8px;
    padding-left: 7px;
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
}

div.advertise-box-title {
    padding-left: 0;
    text-align: center;
}

div.popular-box-content,
div.advertise-box-content,
div.newsletter-box-content {
    padding-top: 12px;
    padding-left: 10px;
    font-family: verdana, arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #787878;
    line-height: 20px;
}

div.advertise-box-content {
    font-size: 12px;
    padding-left: 0px;
}

div.newsletter-box-content {
    line-height: 13px;
    font-weight: normal;
}

span.advertise-box-text {
    padding-left: 10px;
    display: block;
}

span#advertise-box-free {
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    padding-left: 25px;
    color: #484848;
}

span#advertise-box-click {
    font-size: 10px;
    font-weight: bold;
    padding-left: 4px;
}

span.newsletter-box-text {
    display: block;
}

span#newsletter-box-free {
    font-size: 11px;
    font-style: italic;
}

span#newsletter-box-register {
    padding-left: 30px;
}

a img {
    border-style: none;
}

#left-2{

}

#right-2{
    margin-left: 28px;
    padding-top: 43px;
}

#left-3{

}

div#minisite-container {
    border:1px solid #D2D2D2;
    margin-bottom: 30px;
}

div#minisite-container h1{
    text-align: center;
}

div#minisite-tabs {
    color: #999999;
    font-weight: bold;
    position: relative;

    height: 35px;
}

div#minisite-tabs a {
    color: #999999;
}

div#minisite-tabs a:hover {
    color:#666666;
}

div.minisite-tab-active,
div.minisite-tab-inactive {
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    font-weight: normal;
    border-right: 1px solid #D2D2D2;
}

div.minisite-tab-active {
    background: url('/images/bg-menu-over.png') repeat-x bottom;
}

div.minisite-tab-inactive {
    background: url('/images/bg-menu.png') repeat-x bottom;
    cursor: pointer;
}

div#minisite-content {
    overflow: auto;
    clear: both;
    padding: 10px;
}

div#minisite-tab-email{
    width:50px;
    overflow: visible;
    position: absolute;
    right:0px;
    top:-38px;
    text-align: center;
}

div#minisite-tabs #minisite-tab-email a, div#minisite-tabs #minisite-tab-email a:hover{
    color: #999999;
}

div#minisite-tab-email img{
    width:38px;
}

h1,h2,h3{
    font-family: Futura;
    font-weight: normal;
}

h1 {
    font-size: 30px;
    color: #339999;
    margin:0;
    padding: 0px 0px 10px 0px;
}

h2 {
    font-size: 18px;
    color: #339999;
}

h3 {
    font-size: 24px;
    color: #339999;
}

.banner-search-form{
    border:1px solid #D0D0D0;
    margin-bottom: 30px;
    position: relative;
}

.banner-search-form .search-button{
    float:left;
    height:30px;
    padding-top:4px;
}

.banner-title-search {
    height: 56px;
    background: url(../images/bg-title-form.png) repeat-x top;
    line-height: 56px;
    padding-left: 10px;
    font-size: 34px;
    color: #339999;
    text-shadow: 1px 0px 1px #FFF;
    margin-top:10px;
    font-family: Futura, sans-serif;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .banner-title-search{
        font-size: 22px !important;
    }

    #search-form {
        height:70px;
    }

    .banner-search-form{
        height:280px;
    }
}
@media (max-width: 520px) {
    .banner-search-form{
        border: 0;
        margin-bottom: 130px;
    }

    .banner-search-form .search-button{
        margin-bottom:20px;
    }

    .articles-banner-search-form{
        margin-bottom: 100px;
    }
}

#search-form {
    margin:10px 4px;
}

#search-button {
    vertical-align: bottom;
    float: left;
    width: 180px;
    background-color: #8dd2d8;
    border: 1px solid #109ea0;
    border-radius: 5px;
    padding:0;
    height:40px;
    color: #ffffff;
    font-size: 18px;
    -webkit-box-shadow: 0 1px 1px #8dd2d8, 0 1px 10px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 1px #8dd2d8, 0 1px 10px rgba(0,0,0,.4);
    box-shadow: 0 1px 1px #8dd2d8, 0 1px 10px rgba(0,0,0,.4);
}

#search-button:hover {
    background-color: rgb(116, 179, 185);
    color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#login-button {
    vertical-align: bottom;
    float: left;
    width: 201px;
    background: url(../images/bg-login-button-2.png) no-repeat top;
    padding:0;
    margin-top: 1px;
    height:28px;
    border:none;
    color:transparent;
}

div#search-form #search_form_keywords, #articles_search_form_keywords{
    width:224px;
    float:left;
    padding:0;
    margin-bottom: 5px;
    margin-right: 5px;
    height: 40px;
}

.articles-banner-search-form{
    height: 180px;
}

#articles-search-form form{
    margin-top:10px !important;
}

#articles-search-form input[type="text"]{
    width: 100%;
}

#articles-search-form select{
    width: 228px;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    height: 40px;
    font-size: 12px;
}

div#search-form select{
    width: 220px;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    height: 40px;
}

#search-form input#search_form_registered_only{
    float: left;
    width: 20px;
    height: 20px;
}

#search-form select#articles_search_form_sort_by{
    width:170px;
}

div#search-form select#articles_search_form_therapy_id, div#search-form select#articles_search_form_therapist_id{
    width:140px;
}

ul.error_list {
    color: #FF6600;
}

div#no-results,
div#find-therapist {
    font-size: 12px;
}

div#find-therapist{
    font-size:14px;
    color:#999999;
    font-weight:bold;
}

#results {
    margin-bottom: 30px;
}

#results ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

#results ul li{
    width:300px;
    float: left;
    margin-right: 16px;
    padding: 5px 0px;
}

#results ul li a{
    color:#339999;
}

#results ul li a:hover{
    text-decoration: underline;
}

#results a:hover{
    color: #616161 !important;
}

div.therapist-result,
div.therapist-result-expert,
div.article-result{
    border: 1px solid #C8C8C8;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}

div.therapist-result a,
div.therapist-result-expert a,
div.article-result a{
    color:#339999;
}

div.article-result{
    position: relative;
}

div.article-views{
    position: absolute;
    top:3px;
    right:3px;
    text-align: right;
    color:#999999;
    font-style: italic;
}

.article-image{
    float: right;
    width:200px;
    height: 80px;
    overflow: hidden;
    text-align: right;
    margin-right: 10px;
}

.article-image-home{
    float: right;
    width:100px;
    height: 60px;
    overflow: hidden;
    text-align: right;
    margin-left: 5px;
}

.article-image-home img{
    width:100px;
}

div.therapist-result-expert{
    background-color:#fbfcc2;
}

div.therapist-contact{
    color: #111111;
    padding:5px 0px;
}

div.therapist-brief-desc{
    font-weight:normal;
}

span.required {
    color: #FF6600;
    margin-left: 3px;
}

div#asterisk-tip {
    margin-bottom: 10px;
}

div#business-name {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

div#business-phone-email {
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    margin-top: 5px;
}

div#contact-form,
div#contact-details {

}



div#login-error {
    margin-bottom: 10px;
}

div.content-border {
    border: 1px solid #C8C8C8;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 50px;
}

div#membership-types span {
    margin-left: 28px;
}

div#registered-successfully,
div#success-message,
div#page-not-available {
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #339999;
    text-align: center;
}

select#search_form_therapy_id,
select#articles_search_form_therapy_id{
    width: 190px;
}

select#articles_search_form_sort_by{
    width:150px;
}

select#search_form_suburb_id,
select#articles_search_form_therapist_id {
    width: 115px;
}

input[type="text"]{
    padding: 10px !important;
}

input#search_form_keywords,
input#articles_search_form_keywords {
    width: 130px;
}

div#minisite-buttons {
    float: left;
    text-align: right;
    width: 36px;
    margin: 5px;
}

a.new-product img,
a.new-article img {
    width: 16px;
    height: 16px;
    margin-right: 9px;
}

div.clearer {
    float: none;
    clear: both;
}

table#products,
table#articles,
table#events {
    width:100%;
}

div.product,
div.event,
div.article {
    border: 1px solid #C8C8C8;
    padding: 5px;
    overflow: auto;
}

div#edit-button {
    margin-top: 5px;
}

div.product-image,
div.event-image {
    float: right;
    margin-left: 5px;
}

div.minisite-title {
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    margin: 7px 0 7px 7px;
}

div#profile-type1 {
    margin: 20px auto;
    width: 582px;
}


div#profile-type1 div#profile-name {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
}

div#profile-type1 div#profile-content {
    float: left;
    width: 350px;
    font-size: 12px;
    color: #303030;
    text-align: justify;
    margin-bottom: 20px;
}

div#profile-type1 div#profile-address {
    float: left;
    margin-left: 20px;
    width: 212px;

}

div#profile-type1 div#send-email-button {
    background: url('/images/btn-category.jpg') no-repeat;
    width: 135px;
    height: 29px;
}

div#profile-type1 div#send-email-button a {
    display: block;
    width: 135px;
    height: 22px;
    text-align: center;
    padding-top: 7px;
}

div#profile-type1 div#share-button {
    margin-bottom: 20px;
}

div#forgot-password {
    margin-top: 5px;
    margin-left: 83px;
}

div#forgot-password-hint,
div#settings-hint,
div#reset-password-hint,
div#reset-username-hint {
    margin-bottom: 20px;
    font-size: 12px;
}

div#reset-password,
div#reset-username {
    margin-bottom: 10px;
}

span.membership-expired {
    color: red;
}

span.membership-current {
    color: green;
}

div#services-therapies {
    margin: 15px 0;

}

span#services-therapies-title {
    display: block;
    margin-bottom: 5px;
    color: #000000;
}

div#newsletter-intro {
    font-size: 13px;
    font-weight: bold;
}

div#newsletter-welcome {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

span#products-tab-text {
    font-size: 10px;
}

.product-name,
.event-name,
.event-date {
    margin-bottom: 7px;
}

.event-name{
    font-weight:bold;
    font-size: 14px !important;
}

div.max_num_of_products_error,
div.max_num_of_events_error,
div.max_num_of_articles_error {
    color: #FF6600;
    margin: 7px;
}

div.underline {
    text-decoration: underline;
}

div.italic {
    font-style: italic;
}

div.centered {
    text-align: center;
}

div.contact-us-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

div.contact-us-content {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
}

div.homepage-title {
    padding-top: 10px;
    padding-bottom: 5px;
}

#top-banner-ads{
    position: absolute;
    right:0px;
    top:0px;
    display: none;
}

.pagination{
    display: block !important;
    text-align: center;
    padding: 5px;
}

.pagination-total{
    text-align: right;
    padding: 5px;
    font-weight: normal;
}

div#article-submitted-at,
div#article-modified-at{
    color:#999999;
    font-style:italic;
}

/**
 * Generic boxes
 */
 div.box-generic{
     width:164px;
     background:url(../images/box-generic-middle.jpg) repeat-y left;
     margin-bottom:10px;
     line-height:18px;
 }

 div.box-generic-outer{
     background:url(../images/box-generic-top.jpg) no-repeat top left;
 }

 div.box-generic-inner{
     background:url(../images/box-generic-bottom.jpg) no-repeat bottom left;
     padding:2px 8px 8px 8px;
 }

 div.box-generic h3{
     font-size:11px;
     color:#FFFFFF;
     line-height:26px;
     margin:0;
     padding:0px 0px 3px 0px;
     text-align:center;
 }

 div.search-title{
    color: #339999;
    text-align:center;
    text-transform:uppercase;
    font-weight:bold;
    font-size:14px;
 }

 .profile-title{
     color: #339999;
     font-size:16px;
     font-weight:bold;
     padding:10px;
     text-align:center;
 }

 #sitemap ul{
     list-style: none;
     margin:0;
     padding:0;
}

#sitemap ul li{
    width: 210px;
    float:left;
}

#sitemap ul li a{
    line-height:20px;
}

.form-table td{
    vertical-align: top;
    line-height: 16px;
}

#tabs-1, #tabs-2, #tabs-3{
    padding:10px;
}

#tabs-1 h3, #tabs-2 h3{
    color: #339999;
    font-size:30px;
    padding:10px;
    text-align: center;
    margin-top: 5px;
}

.captcha{
    clear: both;
    float:left;
}

.list-registered-icon{
    float: right;
    margin-right: 5px;
}

#question-box{
    margin: 5px;
}

.question-list{
    border-bottom: 1px solid #EAEAEA;
    padding:10px 0px;
    font-size: 12px;
}

.question-list-info{
    padding-top: 5px;
    font-size: 12px;
    font-style: italic;
    color: #666666;
}

div#content div.question-list a {
    color: #333333;
    text-decoration:none;
}

div#content div.question-list a:hover{
    color: #339999;
}

div#content div.question-list-info a{
    color:#333333;
    text-decoration: underline;
    padding: 0 5px;
}

div#content div.question-list-info a:hover{
    color:#339999;
}

#answer-form-box{
    background-color: #EAEAEA;
    border:1px dotted #CCCCCC;
    padding:10px;
    margin-top: 20px;
}

#question-detail{
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
}

.answer-list{
    padding:10px 0;
    border-bottom: 1px dotted #CCCCCC;
}

#answer-filter-form{
    padding:8px 5px;
    background: url(../images/bg-ask-an-expert-filter.png) repeat-x top;
    color: #339999;
    text-shadow: 1px 0 1px #FFF;
    font-family: Futura, serif;
    font-size: 16px;
}

#contact-right-column{
    border:1px solid #D2D2D2;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 30px;
}

#contact-right-column textarea,
#contact-right-column input,
#contact-right-column img{
    width:160px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#contact-form input {
    width: 100%;
    height:40px;
}

#contact-form textarea  {
    width: 100%;
    height:100px;
}

#contact-form .form-table{
    width: 100%;
}

#contact-right-column a{
    color:#339999;
}

.notice{
    background-color: #CC0000;
    padding:10px;
    margin:10px 0px;
    color:#FFFFFF;
    font-weight: bold;
}

.notice a, .notice a:visited{
    color: #FFFF00;
}

#left-1 a#btn-post-a-question{
    font-size: 26px;
    color: #FFFFFF;
    display: block;
    font-family: Futura;
    margin-bottom: 10px;
    text-align: center;
}

#left-1 a#btn-post-a-question:hover{
    background-color: #339999;
    opacity: 0.9;
}

#tabs li.active a{
    background: #b6b6b6;
}

.article-author{
    font-size: 12px;
    font-style: italic;
    padding-bottom: 5px;
}

#left-1 a, #left-2 a{
    color:#339999;
}

#left-1 a:hover, #left-2 a:hover{
    text-decoration: underline;
}

/************************************************************************
-) Slider: only the following lines are necceassary for slider styling,
   rest of the css file styles the demo page
*************************************************************************/
.aviaslider{
height:299px; 	/*this changes the height of the image slider*/
width:980px;
overflow: hidden;
position: relative;
background: #fff url(../images/layout/preload.gif) center center no-repeat;
margin: 0;
padding:0;
}

.aviaslider li, .aviaslider .featured{
display: block;
width:100%;
height:100%;
position: absolute;
top:0;
left:0;
z-index: 1;
}

.js_active .aviaslider li, .js_active .aviaslider .featured{
display:none;
}

.aviaslider img, .aviaslider a img, .aviaslider a{
border:none;
text-decoration: none;
}

.slidecontrolls{
z-index: 1000;
margin:-50px auto 0 auto;
padding: 33px 100px 33px 100px;
position: relative;
float:left;
background: transparent url(../images/layout/bg-slider-pager.png) center bottom no-repeat;
}

.slidecontrolls a{
height:20px;
width:18px;
display:block;
cursor: pointer;
background: transparent url(../images/layout/controlls.gif) center bottom no-repeat;
float:left;
outline: none;
}

.slidecontrolls a:hover, .slidecontrolls .active_item{
background: transparent url(../images/layout/controlls.gif) center top no-repeat;
}

.feature_excerpt{
width:610px;
position: absolute;
display: block;
bottom: 0;
left:0;
z-index: 2;
padding:14px 15px;
font-size: 11.5px;
line-height:1.5em;
cursor: pointer;
background: #000;
color: #fff;
}

.feature_excerpt strong{
display: block;
font-size: 15px;
padding-bottom: 3px;
}
/**
 * END slider style
 */


 #map{
     margin-bottom: 20px;
 }

 #ask-the-expert-slides{
     height:165px;
     overflow: hidden;
 }
 
 @media (max-width: 768px) {
     #ask-the-expert-slides{
         height: 150px;
     }
     #btn-post-a-question img {
         height: 90px;
     }
 }

 #ask-the-expert-steps{
     border:1px solid #CCCCCC;
 }

 #ask-the-expert-steps h3{
     text-align: center;
     padding:10px 10px 10px 10px;
     margin:0;
 }

.save-to-profile{
    background: url(../images/btn-save-to-profile.png) no-repeat top left;
    margin-bottom: 10px;
    padding-left: 30px;
    padding-top: 2px;
}

/**
 *Bookmark
 **/
.bookmark-groups{
   border: 1px solid #339999;
   margin-bottom: 1px;
}

.bookmark-groups h3{
    background-color: #339999;
    color: #FFFFFF;
    padding: 10px;
    margin: 0;
    cursor: pointer;
}

.bookmark-groups h3:hover{
    background-color:#84c3c8;
}

.bookmark-groups ul{
    list-style: none;
    margin:0;
    padding:10px;
    display: none;
}

.bookmark-groups ul li{
    padding: 10px;
    border-bottom: 1px solid #EAEAEA;
    font-weight: bold;
}

#public-member-left{
    width:530px;
    float: left;
}

#public-member-right{
    width:250px;
    float: left;
    margin-left: 20px;
}

#public-member-bookmarks{
    margin-top:20px;
}

#public-member-bookmarks h1{
    background-color: #666666;
    color: #FFFFFF;
    padding:10px;
    border-bottom: 1px solid #FFFFFF;
}

#public-member-events, #public-member-offers{
    margin-top: 20px;
    border:1px solid #666666;
}

#public-member-events h1, #public-member-offers h1{
    background-color: #666666;
    color:#FFFFFF;
    padding:10px;
}

#public-member-events ul, #public-member-offers ul{
    list-style: none;
    margin: 0;
    padding: 10px;
}

#public-member-events ul li, #public-member-offers ul li{
    padding:8px 0px;
}

#my-questions{

}

#my-questions h1{
    background-color: #000000;
    color:#FFFFFF;
    padding: 10px;
}

#wellness-page-box{
    background: url(../images/bg-wellness-page.jpg) no-repeat bottom left;
    width: 800px;
    height: 230px;
    margin-bottom: 20px;
    position: relative;
}

#wellness-page-box h1{
    padding:20px;
    text-align: center;
    color: #FF6600;
    font-size: 36px;
    text-shadow: 1px 1px 1px #FFFFFF;
}

#wellness-page-box p{
    position: absolute;
    right:10px;
    bottom: 0px;
}

#wellness-page-box a{
    color:#FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

#wellness-page-box a:hover{
    color: #FFFFFF;
}

.ask-here-box{
    position: absolute;
    width:400px;
}

.ask-here-box p{
    position: absolute;
    top:12px;
    right: 120px;
    color: #FFFFFF;
    font-style: italic;
    font-size: 12px;
    font-weight: bold;
}

#ask-here-button{
    position: absolute;
    top:-8px;
    right:15px;
}


#article-comment-form-box{
    border:1px solid #EAEAEA;
    background-color: #EFEFEF;
    padding:10px;
    margin-bottom: 20px;
}

.article-comment-list{
    padding: 10px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}

.comment-list-info{
    padding-top:20px;
    font-size: 10px;
}

.rc-anchor-normal{
    width: 165px;
}

.nav-tabs > li, .nav-pills > li {
    float:none !important;
    display:inline-block !important;
    *display:inline !important; /* ie7 fix */
    zoom:1 !important; /* hasLayout ie7 trigger */
    background-color: #6ABFC7;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background-color: #50979f !important;
}

.nav-tabs > li a{
    color: white !important;
}

.nav-tabs, .nav-pills {
    text-align:center !important;
}

@media (min-width:1200px) {
    #navbarCollapse{
        min-width: 1160px;
        padding-left: 0;
    }

    .nav.navbar-nav{
        font-size: 14px;
    }
}

.navbar-nav li:first-child {
    border-left: none !important;
}
.view-all-button{
    background-color: #6ABFC7;
    text-align: center;
    border: 1px solid #bdbdbd;
    padding: 6px;
}

.view-all-button:hover{
    background-color: #2f5457;
}

.view-all-button a{
    color: #ffffff;
    font-weight:bold;
}

.view-all-button a:hover{
    color: #ffffff;
    opacity: 1;
}

.view-all-button input{
    padding-left: 10px;
    color: #ffffff;
    font-weight:bold;
    background: none;
    border: 0;
}

.view-all-button input:hover{
    color: #ffffff;
    opacity: 1;
}

#wellness-page-badge{
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 1000;
}

#article *{
    word-wrap: break-word;
}

#article img{
    max-width: 100% !important;
    height: auto !important;
    display:block !important;
}

#login_form_email,
#login_form_password{
    margin-bottom: 5px;
    padding: 2px !important;
}

.login-list{
    list-style: none
}

.login-list li{
    margin-bottom: 30px;
}

@media (min-width:501px) {
    .small-search-form input,
    .small-search-form select {
        max-width: 177px !important;
    }
}

.ailments-list div,
.therapies-list div{
    line-height: 40px;
}

.ailments-list div:hover,
.therapies-list div:hover{
    background-color: #ececec;
    border-radius: 5px;
}