@charset "UTF-8";

/*____________________________________________________

     Casestudy Style
     Center for the Science of Human Endeavor 2007 Allrights Reseved

____________________________________________________*/


/* Header
____________________________________________________*/

h1 {
   padding-top: 25px;
   padding-bottom: 15px;
   font-size: 230%;
}

h2 {
   display: inline;
}

/* Clearfix
____________________________________________________*/

div#wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div#wrapper {display: inline-table;}

/* Hides from IE-mac \*/
* html div#wrapper {height: 1%;}
div#wrapper {display: block;}
/* End hide from IE-mac */

/* Box
____________________________________________________*/

div.case_box {
   display: inline;
   float: left;
   claer: both;
   margin: 20px 0px 1em 35px;
   width: 800px;
}

div.case_box div.box_left {
   float: left;
   width: 190px;
   margin: 0 10px 0 0;
}
div.case_box div.box_left h2 {
   font-size: 110%;
   font-weight: bold;
}

div.case_box div.box_left ul {
   margin-top: 0.5em;
}

div.case_box div.box_left ul li {
   display: inline;
   font-size: 150%;
   font-weight: bold;
   font-family: "Helvetica" ,san-serif;
   color: #369;
   
}


div.case_box div.box_right {
   float: left;
   width: 560px;
}

div.case_box div.box_right p {
   margin: 0 0 2em 0;
}
