/* the styling follows the order of elements top-to-bottom on the web page */

#main_body {
    margin-bottom: 8px;
}

#cph_content {
    padding: 8px; 
    border: 1px solid #666666; 
    border-top-width: 2px; 
    margin-bottom: 4px;
}

/* TAKE A COURSE button position only, the styling is in general_site.css */
#cph_take_course {
   position: absolute;
   top: 130px; 
   left: 505px;
}


                            /* UPPER NAV BAR curriculum/course list */
ol#toc {
    height: 26px;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc li {
    float: left;
    font-size: 12px;
/* next three lines are for EI6; otherwise no need  */ 
    display: block;
    width: 120px;
    text-align: center;
}

ol#toc a {
    background: #bdf url(tab.png);
    color: #000000;
    display: block;
    float: left;
    height: 26px;
    padding-left: 10px;
    text-decoration: none;
    font-weight: bold;
}

ol#toc span {
    background: url(tab.png) 100% 0;
    display: block;
    height: 18px;
    padding: 8px 10px 0px 0px;
/* next three lines are for EI6; otherwise no need  */
    width: 100px;
}

ol#toc a:hover {
    color: #FFFFFF;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li.current1 a {
    background-position: 0 -60px;
    color: #000000;
    height: 28px;
}

ol#toc li.current1 span {
    background-position: 100% -60px;
    height: 20px;
}

/* end of UPPER NAV BAR curriculum/course list */




                                         /* INLINE NAV BAR - course/faculty/CME */
#tab2 a.active {
   font-weight: bold;
   color: #CD0000;
   text-decoration: underline;
}

#tab2 a{
   font-weight: bold;
   color: #000000;
   text-decoration: underline;
}

#tab2 a:hover{
   font-weight: bold;
   color: #CD0000;
   text-decoration: underline;
}

/* end of INLINE NAV BAR - course/faculty/CME */




                                 /* COURSE SUMARY (cs) and pic/name/affiliation and description */
#area1 {
  width: 625px;
  font-family: arial, verdana, sans-serif;
  font-size: 10px;
  padding-bottom: 8px;
}


#area2 {                        /* this holds the picture and its caption and eventual title */
  float: right;
  width: 315px;
  padding: 0px 0px 8px 8px;
  font-family: arial, verdana, sans-serif;
  font-size: 10px;
}

#cs_container {                  /* this holds strictly the picture and its caption (_name and _affiliation) */
   position: relative;
   height: 110px; 
   width: 300px;
   padding-top: 4px;
   padding-left: 4px;
   padding-right: 4px;
   padding-bottom: 4px;
   overflow: hidden;
}

#cs_picture {
   float:left;
   width:80px;
   height:100px;
   padding-right: 8px;
   padding-bottom:30px; 
}

#cs_name {
   position: relative;
}

#cs_affiliation {
   padding-left: 20px;
   padding-bottom: 0px;
   padding-top: 0px;
   padding-right: 0px;
}

li.affil {
   list-style: none;
   padding-left: 78px;
   text-indent: -10px;
list-style-position:outside !important;
}

#flatening_div {               /* to anable area1 to extend around area 2; it extends around coursesummary automatically */
  clear: both;
  height: 1px;
  widht: 100%;
}

#coursesummary {               /* this holds the text description, it is outside area2 and wraps around pict/caption from the left */
  min-height: 225px;
}

#coursesummary li {
  margin-left: 16px; 
}


/* end of COURSE SUMARY (cs) description and pic/name/affiliation */




                                    /* LOWER NAV BAR objectives/strategies/audience styling */

#lower_nav_bar {
}


div.curcontent {
   font-family: arial, verdana, sans-serif;
   font-size: 12px;
   margin-left: 12px;
   margin-top: 8px;
}

div.curcontent p{
   /* if particular styling is needed */
}

div.curcontent ul {
    /* list-style-image: url(picture.gif)" */
}

div.curcontent ul ul{
    /* list-style-image: url(picture.gif)" */
   margin-left: 30px;
}

div.curcontent li{
   margin-left: 12px;
   line-height: 140%;
   padding-bottom: 8px;
   font-weight: normal;
}


ul#tod {
    background-color: #C0C0C0;
    width: 638px;
    height: 24px;
    list-style: none;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    margin-left: -8px;
    padding: 0;
}

ul#tod a {
    background-color: #C0C0C0;
    height: 24px;
    color: #000000;
    float: left;
    padding: 0;
}

ul#tod a:hover {
    background-color: #888888; 
    text-decoration: none;
}

ul#tod a:hover span {
    color: #FFFFFF;
}

ul#tod li.active a {
    background-color: #888888;
}

ul#tod li.active a span {
    color: #FFFFFF;
}

ul#tod li {
    float: left;
}

ul#tod span {
    display: block;
    padding: 5px 20px 0 20px;
}

#tod_separator {
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    width: 2px;
    height: 24px;
}

/* end of LOWER NAV BAR objectives/strategies/audience styling */

#featured {
   display: none;
}

