@font-face {
    font-family: Futura;
    src: url('../images/futurcon-webfont.eot');
    src: url('../images/futurcon-webfont.eot?#iefix') format('embedded-opentype'),
         url('../images/futurcon-webfont.woff') format('woff'),
         url('../images/futurcon-webfont.ttf') format('truetype'),
         url('../images/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:14px;
    margin:0;
    padding:0;
    color: #666666;
}

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

div#header {
    width: 980px;
    height: 164px;
    margin: 0px auto;
    position: relative;
}

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 {
    position: absolute;
    bottom: 10px;
    right: 0px;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #787878;
}

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

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

#main-menu{
    background: url(../images/bg-menu.png) repeat-x;
    height: 37px;
}

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

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

#main-menu ul li ul{
    position: absolute;
    top:37px;
    left:0px;
    display: none;
}

#main-menu a{
    line-height: 37px;
    display: block;
    padding:0px 8px;
    font-size: 18px;
    text-shadow: 0px 1px 4px #FFF;
    font-family: Futura;
    font-weight: normal;
    color:#999999;
}

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

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

#home-slideshow{
    width: 980px;
    margin:0px auto;
    height: 300px;
    position: relative;
    margin-bottom: 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{
    width:980px;
    margin:0px auto;
   background: url(../images/drop_bottom.png) no-repeat bottom center; 
}

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

#top-banner-title h1{
    padding-left: 32px;
    font-size:72px;
    font-weight: normal;
    color: #FFFFFF;
    text-shadow: 1px 0px 6px #000;
}


#connect-box{
    width:380px;
    height: 217px;
    background: url(../images/bg-connect.png) no-repeat top;
    position: relative;
    font-size: 12px;
}

#bookmark-link{
    position: absolute;
    width:340px;
    top:42px;
    left:22px;
    font-size: 14px;
}

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

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

#connect-box ul{
    list-style: none;
    position: absolute;
    top:115px;
    left:22px;
    margin:0;
    padding:0;
}

#connect-box ul li{
    width:75px;
    float: left;
    margin-right: 10px;
    text-align: center;
}

#connect-box ul li img{
    margin-bottom: 5px;
}

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

#popular-therapies-box{
    width:180px;
    float: left;
}

#popular-therapists-box{
    width:180px;
    float: left;
    margin-left: 20px;
}

#popular-therapies-box h3, #popular-therapists-box h3{
    font-family: Futura;
    font-size: 36px;
    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 {
    width: 980px;
    margin:0px auto;
    padding:10px 0px;
}

#slogan{
    font-family: Georgia;
    font-size: 21px;
    color:#EAEAEA;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}

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

#footer-links a{
    color:#CCCCCC;
    padding:0px 10px;
    text-shadow: 0px -1px 1px #000;
}

#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: 30px;
}

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

/**
 * Home page
 */
 #upcoming-events-box{
     background-color: #F5F5F5;
     margin-bottom: 40px;
 }
 
 #upcoming-events-box h2{
     background-color: #666666;
     margin:0px;
     padding:10px 10px 4px 10px;
     color:#FFFFFF;
     font-size: 36px;
     font-family: Futura;
     font-weight: normal;
 }
 
 #upcoming-events-box-bottom{
     background-color: #666666;
     margin:0px;
     padding:10px;
     color:#FFFFFF;
     font-size: 20px;
     text-align: right;
     font-family: Futura;
 }
 
 #upcoming-events-box-bottom a, #recent-articles-box-bottom a{
     color:#FFFFFF;
 }
 
 #upcoming-events-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:10px 10px 4px 10px;
     color:#FFFFFF;
     font-size: 36px;
     font-family: Futura;
     font-weight: normal;
 }
 
  #recent-articles-box-bottom{
     background-color: #019EAD;
     margin:0px;
     padding:10px;
     color:#FFFFFF;
     font-size: 20px;
     text-align: right;
     font-family: Futura;
 }
 
  #upcoming-events-box ul,  #recent-articles-box ul{
     list-style: none;
     margin: 0;
     padding: 20px 10px 10px 10px;
 }
 
 #upcoming-events-box ul li a, #recent-articles-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{
     text-decoration: underline;
 }

 #upcoming-events-box ul li,  #recent-articles-box ul li{
     padding-bottom: 15px;
     position: relative;
 }
 
 #upcoming-events-box ul li span,  #recent-articles-box ul li span{
     font-size: 12px;
     font-style:italic;
     line-height: 18px;
 }
 
 #recent-articles-box .article-stats-home{
     position: absolute;
     font-size: 10px;
     font-weight: bold;
     color:#666666;
     text-align: right;
     right:0;
     top:0;
 }
 
  #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;
    width: 980px;
    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;
    width: 980px;
    text-align:center;
}

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

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

div.advertisement{
    width: 164px;
    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;
    width: 164px;
    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{
    width:562px;
    float: left;
    overflow: hidden;
}

#right-2{
    width:200px;
    float: left;
    margin-left: 28px;
    overflow: hidden;
    padding-top: 43px;
}

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;
}

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

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

div.minisite-tab-active,
div.minisite-tab-inactive {
    width: 139px;
    height: 35px;
    float: left;
    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;
}

.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;
    font-family: Futura;
}

#search-form {
    margin:25px 40px;
}

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

#login-button {
    vertical-align: bottom;
    float: left;
    width: 201px;
    background: url(../images/bg-login-button-2.png) no-repeat top;
    padding:0px;
    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: 14px;
}

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

#search-form input#search_form_registered_only{
    float: left;
}

#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 {
    width: 800px;
    margin-bottom: 30px;
}

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

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

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

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

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;
}

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:120px;
}

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

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

div#minisite-buttons {
    float: left;
    text-align: right;
    margin-right: 5px;
    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;
}

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;
}

div#flash-movie {    
    float: right;
    margin-top:10px;
    width:600px;
    height:95px;
    text-align: right;
    overflow: hidden;
    position: relative;
}

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

.pagination{
    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{
    border: 1px solid #D2D2D2;
    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: 10px;
    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: 0px 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 0px;
    border-bottom: 1px dotted #CCCCCC;
}

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

#contact-right-column{
    border:1px solid #D2D2D2;
    padding: 10px;
    font-size: 12px;
}

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

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

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

#left-1 a#btn-post-a-question{
    font-size: 26px;
    color: #FFFFFF;
    background-color: #CC0000;
    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;
}

.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;
     border-top:3px solid #84c8cf;
 }
 
 .ask-the-expert-container ul{
    margin-left:190px;  
 }
 
  .ask-the-expert-container ul li{
      /**
    border:1px solid #CCCCCC;
    border-top-left-radius: 10px 5px;
    border-top-right-radius: 10px 5px;
    -moz-border-radius-topleft: 10px 5px;
    -moz-border-radius-topright: 10px 5px;
    **/
}
