body, html {
    margin: 0;
    padding: 0;
    font: 13px/1.4 helvetica, arial, sans-serif;
    color: #454334;
    background: #fff;
  }

/* ie6 hover hack*/
  body {
    behavior:url("/global/css/csshover3.htc");
  }

  img {border: none;}

  p {
    color: #454334;
  } 

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

  a.unlinked_color {color: #454334;}
  
  h1 {
      margin: 0;
      font: bold 21px/1.5 helvetica, arial, sans-serif;
      color: #454334;
    }

  h2 {
    margin: 0 0 1em 0;
  }
  
  #breadcrumbs {font-size: 10px; height: 25px;}
  #breadcrumbs ul {margin-left: 0; padding-left: 0; list-style: none;}
  #breadcrumbs li {float: left; padding-right: 8px;}


  #container {
    width: 960px;
    margin: 0 auto;
  }
  
/* header */
  
#header {
    padding: 20px 0 0 22px;
      height: 50px;
    background: #fff;
  }
  
#header ul {
    margin: 0;
    padding: 0;
    width: 934px;
    height: 36px;
    list-style: none;
  }
  
#header li  {float: left;}

#header li div {
    width: 144px;
    height: 33px;
  }
  
#header li#searchBox  {margin: 5px 40px 0 0;}
#header li#searchBox form {width: 155px; height: 22px; border: 1px solid #d7d4af;}
#header li#searchBox input.field {float: left; margin: 0; padding: 3px 0 0 3px; border: 1px solid #fff; width: 131px; height: 16px; font-size: 11px; color: #454334; font-family: helvetica, arial, sans-serif;}
#header li#searchBox p.error {position: absolute; top: 42px; left: 332px; font-size: 8pt; color: #c33; display:none;}
#header li#searchBox input.submit {float: left; margin: 4px 0 0 0; padding: 0; width: 16px; height: 16px;}



#header li#schedule {
    background: #fff url(/global/images/btn_schedule_consultation.png) no-repeat 0 0;
  }
  
#header li#schedule a {
    display: block;
    color: #fff;
    text-align: center;
  }
  
#header li#schedule a:hover {
    background: #fff url(/global/images/btn_schedule_consultation_on.png) no-repeat 0 0;
  }
    
    
/* navigation */

  #nav {
    margin: 0 0 15px 0;
    width: 960px;
    height: 40px;
    background-color: #fff;
    list-style:none;
  }
  
  #nav a {
    display: block;
    font: bold .9em helvetica;
    color: #454334;
    text-decoration: none;
  }
  
  #nav ul {
    margin: 0;
    padding: 0;
    height: 40px;
    list-style: none;
  }
  
  #nav li {
    float: left;
    margin: 0 2px 0 0;
    padding: 0;
    width: 158px;
    height: 40px;
    background: #d6d3af url(/global/images/nav_bkg.png) no-repeat 0 0;
  }
  
#nav li div {
    display: table-cell;
    vertical-align: middle;
    padding-left: 12px;
    width: 134px;
    height: 40px;
    *position: relative;
    *top: 12px;
  }
  
#nav li div.break {
    *top: 7px;
  }

#nav li a:hover {
    background: #d6d3af url(/global/images/nav_bkg_on.png) no-repeat 0 0;
  }
    
  #nav li#research {
    background: #496e66 url(/global/images/nav_bkg_research.png) no-repeat 0 0;
  }
  
  #nav li#research a {
    color: #fff;
    text-align: center;
  }

  #nav li#research a:hover {
    background: #496e66 url(/global/images/nav_bkg_research_on.png) no-repeat 0 0;
  }
  
  #nav li ul {
    margin: 0 0 0 0px;
    padding: 0;
    position: absolute;
    width: 140px;
    top: 110px;
    left: -999em;
    background-color: #d7d4af;
  }

  #nav li:hover ul {
    left: auto;
  }

  #nav li ul li {
    width: 158px;
    background: #d7d4af;
    border-top: 1px solid #fff;
  }

  #nav li ul li a:hover {
    background: #eed165;
  }

    
/* main content */

  #main_full {
    float: left;
    margin: 0 0 15px 0;
    width: 960px;
    height: 310px;
  }
  
  #main_full_liquid {
    float: left;
    margin: 0 0 15px 0;
    padding: 35px 0 30px 0;
    width: 960px;
    min-height: 413px;
  }

  #main {
    float: left;
    margin: 0 15px 15px 0;
    width: 635px;
    height: 310px;
  }
  
  #main_liquid {
    float: left;
    margin: 0 15px 0 0;
    padding: 35px 0 30px 0;
    width: 635px;
    min-height: 413px;
    border-bottom: 2px solid #77b3a2;
  }
      
  #main_liquid.dark {
    border-bottom: 2px solid #486d66;
  }

  #main_tile {
     float: left;
     width: 310px;
     height: 150px;
     border-bottom: 2px solid #77b3a2;
  }

  #main_tile_transparent_bar {
     position: relative;
     top: 110px;
     left: 0;
     z-index: 40;
     height: 40px;
     background:#77b3a2;
     filter:alpha(opacity=70); -moz-opacity:.70; opacity:.70;
  }

  #main_tile p {
     position: relative;
     top: 71px;
     left: 20px;
     z-index: 45;  
     font-weight: bold;
     font-size: 13px;
  }

  #main_tile a {
     color: #fff;
  }

  #title {
    min-height: 35px;
  }
  
  #title h1 {
    margin: 0;
    padding: 0;
    font: bold 21px/1.4 helvetica, arial, sans-serif;
}
  
  #title_results {
    float: right;
    margin: 6px 0 25px 0;
  }
  
  #copy {
   font: 13px/1.4 helvetica, arial, sans-serif;
  }

  #jump_letters {
   margin: 12px 0;
  }

  #jump_letters a {
   margin-right: 7px;
  }

  #article {margin-top: 12px; padding-bottom: 13px;}
  #article p.byline {font: bold 10px/1.6 helvetica, arial, sans-serif;}
  #article p.subtitle {margin-bottom: 18px;}
  #article p.tags {margin-top: 18px;}
  
  #article_photo img {margin: 0 15px 15px 0; border-bottom: 2px solid #77b3a2; max-height: 175px;}
  #article_photo p {font-size: 10px; color: #77b3a2; text-align: right;}

  #article_share {float: right; margin: 0; min-width: 130px;}
  
  #topic_share {float: right; margin: 0; min-width: 130px;}

    
/* side bar */

  #most_popular {float: left; margin-bottom: 15px; padding: 0; border-bottom: 2px solid #d7d4af;}
  #most_popular ul {list-style: none; margin: 4px 0 0 0; padding: 0; width: 310px; height: 36px;}
  #most_popular li {float: left; margin: 0; padding: 0;}
  #most_popular li.popular_icon {margin: 4px 10px 0 8px;}
  #most_popular li.popular_title {min-width: 55px; line-height: 34px;}
  #most_popular h1.popular_topics{margin: 0; padding: 0; font: bold 12px helvetica, arial, sans-serif; line-height: 34px;}
  #most_popular h2.popular_links{margin: 0; padding: 0; font: 10px helvetica, arial, sans-serif; line-height: 1.2em;}
  #most_popular h2.clinic{margin: 0; padding: 0; font: 12px helvetica, arial, sans-serif; line-height: 34px;}

  #widget{
    float: right;
    margin: 0;
    padding: 0;
    width: 310px;
    height: 310px;
  }

  #secondary{
    float: right;
    padding: 45px 0 0 0;
    width: 310px;
    height: 230px;
    background: #fff url(/global/images/bar_side_dk_green.png) no-repeat 0 0;
    border-bottom: 3px solid #496e66;
  }

 #square2{
    float: right;
    margin: 0;
    padding: 0;
    width: 310px;
    border-bottom: 2px solid #77b3a2;
  }

  #square{
    float: right;
    padding: 38px 0 10px 0;
    width: 310px;
    border-bottom: 2px solid #77b3a2;
  }
  
  #square ul {list-style: none; margin: 0 0 0px 10px; padding: 0; width: 290px; height: 65px;}
  #square li  {float: left;}
  #square li p {margin: 0; padding: 0;}
  #square li#icon {margin: 0; width: 56px; height: 56px;}
  #square li h1 {margin: 10px 0 8px 0; padding: 0; color:#e6692e; font: bold 11px helvetica, arial, sans-serif;}
  #square li h2 {margin: 0; padding: 0; max-width: 210px; color:#454334; font: 11px helvetica, arial, sans-serif;}

  #topic {float: left; width: 305px;}
  #topic ul {list-style-image: url(/global/images/bullet.png); display: block; margin: 0 0 0 20px; padding: 0;}
  #topic li  {float: left; margin: 0 0 8px 0; padding: 0 5px; width: 300px;}
  #topic li h1 {margin: 0; padding: 0; color:#e6692e; font: 12px/1.2 helvetica, arial, sans-serif;}
  #topic li h2 {margin: 0; padding: 0; font: 11px helvetica, arial, sans-serif;}

 
  #related_topic {float: right; padding: 38px 0 10px 0; width: 310px; border-bottom: 2px solid #77b3a2;}
  #related_topic ul {list-style: none; margin: 0 0 0px 10px; padding: 0; width: 290px; height: 65px;}
  #related_topic li  {float: left; width: 225px; height: 56px;}
  #related_topic li p {margin: 0; padding: 0;}
  #related_topic li#icon {margin: 0; width: 65px; height: 56px;}
  #related_topic li h1 {margin: 10px 0 5px 0; padding: 0; color:#e6692e; font: 12px/1.2 helvetica, arial, sans-serif;}

/* footer */

  #footer {
    clear: both;
    height: 90px;
    border-top: white solid 15px;
    border-bottom: 2px solid #77b3a2;
  }
  
  #footer ul {
    float: left;
    list-style: none;
    margin: 41px 15px 0 14px;
    padding: 0;
    width: 128px;
    font-size: 11px;
  }
  
  #footer li {
    margin-bottom: 7px;
    line-height: 11px;
   }

  #footer p {
    margin: 0;
   }
    
  #footer_nav {
    margin-top: 15px;
    padding: 10px 0;
    height: 20px;
    line-height: 20px;
    background: #d6d3af url(/global/images/nav_bkg.png) repeat-x 0 0;
  }
  
  #footer_nav a {
    color: #454334;
  }
  
  #footer_nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  #footer_nav li {
    float: left;
    margin: 0;
    padding: 0 27px;
    height: 20px;
    font: bold 11px/1.5 helvetica, arial, sans-serif;
    border-right: 1px solid #454334;
    }

  #footer_copy p {
    padding: 20px 0 0 20px;
    line-height: 13px;
    font-size: 11px;
    font-weight: bold;
  }
  
  * html #footer {
    height: 1px;
  }
