@charset "UTF-8";

/*____________________________________________________

     Green and BCP Style
     Center for the Science of Human Endeavor 2007 Allrights Reseved

____________________________________________________*/


/* Header
____________________________________________________*/

h1 {
   padding-top: 20px;
   padding-bottom: 20px;
   
   
}

h2,
h3 {
   margin-top: 10px;
   margin-bottom: 20px;
   font-size: 160%;
   font-weight: bold;
   line-height:130%;   
}

h2 {
   width: 430px;
}

h3 {
   width: 500px;
}

/* 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#container p.g_b-box {
   float: left;
   width: 160px;
   height: 140px;
   margin: 0 10px;
   margin-bottom: 30px;
   padding: 5px;
   border-right: 1px solid #666;
   border-bottom: 1px solid #666;
}
 
div#container p.g_b-chart {
   margin: 0 0 20px 0;
   text-align: center;
} 
