@charset "UTF-8";

/*____________________________________________________

     Individual Style
     Center for the Science of Human Endeavor 2007 Allrights Reseved

____________________________________________________*/

/* Header
____________________________________________________*/

div#content h2 {
   float: left;
   width: 610px;
   padding-top: 20px;
   padding-bottom: 10px;
   font-size: 220%;
   font-weight: bold;
   color: #006699;
}

* html body div#content h2 {
   width: 610px;
}

div#content h2.hidden {
   display: none;
}

/* Global Navigation
____________________________________________________*/

div#container div#g_nav {
   float: left;
   width: 845px;
}

div#container div#g_nav ul {
   float: left;
   width: 845px;
   list-style: none;
}

div#container div#g_nav ul li {
   float: left;
}

/* Content
____________________________________________________*/

div#container div#content {
   float: left;
   margin: 0;
   width: 845px;
   background: url(../images/content_bg.gif) #fff repeat-y;
   margin-top: 15px;
}

/* Clearfix
____________________________________________________*/

div#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#content {display: inline-table;}

/* Hides from IE-mac \*/
* html div#content {height: 1%;}
div#content {display: block;}
/* End hide from IE-mac */


/* Local Navigation
____________________________________________________*/

div#container div#content div#l_nav {
   display: inline;
   float: left;
   margin: 10px 0 0 10px;
   width: 190px;
}

div#container div#content div#l_nav ul {
   float: left;
   width: 188px;
   background: #fff;
   list-style: none;
}

div#container div#content div#l_nav ul li {
   padding: 10px 0 10px 15px;
   background:  url(../images/l_nav/l_nav-border.gif) left bottom repeat-x;
}

div#container div#content div#l_nav ul li.now {
   background:  url(../images/l_nav/l_nav-border.gif) left bottom repeat-x #CCEDE9;
   font-weight: bold;
   color: #003366;
}

div#container div#content div#l_nav ul li img {
   vertical-align: middle;
}

/* Article
____________________________________________________*/

div#container div#content div#article {
   float: right;
   width: 600px;
   margin: 0 0 2em 0;
}

/*IE6ˆÈ‰º*/
* html body div#container div#content div#article { 
   float: right;
   width: 580px;
   margin: 0;
}

div#container div#content div#article p#TopicPath {
   margin-bottom: 0.5em;
   width: 600px;
   line-height: 280%;
   background: url(../images/content-border.gif) repeat-x left bottom;
}

* html body div#container div#content div#article p#TopicPath {
   width: 600px;

}

div#container div#content div#article p {
   display: inline;
   float: left;
   margin-bottom: 1em;
}

/* PDF
____________________________________________________*/

div#container div#content div#article p.pdf img {
   vertical-align: middle;
}

div#container div#content div#article p.pdf img.pdficon {
   vertical-align: baseline;
}

/* misc
____________________________________________________*/

div#container div#content div#article p.misc {
   float: right;
   margin: 1em;
   color: #333;
}




