/*due to the nature of the layout of the homepage, we have to override css*/
body #s3,
body #s4,
body #s5,
body #s6 {
    float: none!important;
    clear: both;
    width: 100%!important;
}

/* content panes */
/* left */
#s2 #ContentPane12,
#s4 #ContentPane28,
#s6 #ContentPane46 {
    clear: left;
    float: left;
    width: 650px;
}
/* right */
#s2 #ContentPane13,
#s4 #ContentPane29,
#s6 #ContentPane47 {
    clear: right;
    float: right;
    width: 320px;
}
#s2 #ContentPane13 {
    margin-bottom: 0;
}
#ContentPane18,
#ContentPane27,
#ContentPane36,
#ContentPane45,
#ContentPane54 {
    clear: both;
}

/* hide subnav and explore bar toggle on homepage only */
#subNav, .toggleDropdown {
    display: none !important;
    height: 0 !important;
}

/* thin */
.thin #s2 #ContentPane12,
.thin #s4 #ContentPane28,
.thin #s6 #ContentPane46 {
  width: 455px;
}
.thin #s2 #ContentPane13,
.thin #s4 #ContentPane29,
.thin #s6 #ContentPane47 {
  width: 300px;
}

/* Physician Directory overrides */
#prm-edcallout-hp-p2 .pd-search-rr h5 {
    color: #666;
    font-size: 15px;
    font-family: Lato, Arial, sans-serif;
    line-height: 15px;
}
#prm-edcallout-hp-p2 .pd-search-rr h4 {
    color: #999;
    font-size: 14px;
    margin: 10px 0 50px;
    width: auto;
    line-height: 14px;
}
#prm-edcallout-hp-p2 .pd-search-rr fieldset select {
    color: #999;
    font-size: 15px;
    height: auto;
    padding: 8px;
    width: auto; 
}
#prm-edcallout-hp-p2 .pd-search-rr {
    background: url(http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/physician_directory/images/PD_doctor_bkgd.jpg) no-repeat 40px 0 #fff;
    outline: 1px solid #eee;
    margin: 0;
    height: 286px;
    width: 100%;
}
#prm-edcallout-hp-p2 .pd-search-rr .webmd-btn-xs {
    clear: left;
    font-size: 11px;
    height: 36px;
    width: 79px;
}
#prm-edcallout-hp-p2 .pd-search-rr {
    padding: 18px 10px 18px 20px;
}

/* Overrides for homepage */

#bannerAd_rdr {
    margin: 3px 0;
}

#bannerAd_fmt {
   /* width: 748px !important;*/
}

/* revert box sizing for stuff from old template */
#ContentPane10 *, #ContentPane10 :after, #ContentPane10 :before, 
#ContentPane11 *, #ContentPane11 :after, #ContentPane11 :before, 
#sp_ft_rdr *, #sp_ft_rdr :after, #sp_ft_rdr :before, 
#ContentPane56 *, #ContentPane56 :after, #ContentPane56 :before {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}


/* page styles */
body, div, p {
    font-size: 16px;
}
#chrome {
    margin: 0 auto;
}
#masthead .webmd-btn {
    border: 0;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    font-family: Arial;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
    font-size: 12px;
}
#masthead a.webmd-btn,
#masthead a.webmd-btn:active,
#masthead a.webmd-btn:hover,
#masthead a.webmd-btn:link,
#masthead a.webmd-btn:visited {
    display: block;
    height: 22px;
    padding: 8px 0 0;
    text-decoration: none;
    text-align: center;
}

/* RR ad */
div#rightAd_rdr {
    background: #fff;
    margin-bottom: 1em;
    padding: 2px 10px;
    width: auto;
}
.thin div#rightAd_rdr {
    outline: none;
    background: none;
    padding: 2px 0;
}

/* masthead specific */
#ContentPane11 {
    height: 20px;
}
#global_overlay {
    background-color: #f5f9fa;
}
#banner div, #banner a {
    font-size: 12px;
}

.thin #nav {
    width: 769px;
}
.thin .nav_dropdown {
    width: 738px;
}

/* footer */
#sp_ft_rdr h3 {
    font-family: Arial;
    color: #88a906;
    font-size: 23px;
}
#ContentPane56 div, #ContentPane56 p,
#sp_ft_rdr div, #sp_ft_rdr p {
    font-size: 10px;
}
#sp_ft_rdr .prem_ed, #non_sp_ft_rdr {
    margin-right: 0;
}
#sp_ft_rdr .prem_ed_border {
    font-size: 10pt;
}
#ContentPane56 #non_sp_ft_rdr {
    background: url('../../../consumer_assets/site_images/layout/shared/ft_bg.gif') repeat-x #fff;
}

#sp_ft_rdr .prem_ed a {
display: inline-block;
}

 #login_tab-b {
    background: url("../../../consumer_assets/site_images/layout/2012Chrome/masthead_sprite.png") no-repeat scroll 0 -95px transparent;
    display: block;
    float: left;
    height: 27px;
    margin-top: 0px;
    text-indent: -3000em;
    width: 20px;
}
 #logged_in_logo {
    display:none;
 }
#logged_in_text {
    font-size: 11px;
}





