/* Image Information Box */

/* Show only to IE PC \*/
* html .iiboxhead h2 {height: 1%;} /* For IE 5 PC */

.iibox {
	width: 10.0em;
	background: url(/webdata/graphics/iibody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
/* deleted "float: right;" from above -- pj 2009-09-21 */
.iiboxhead {
        background: url(/webdata/graphics/iihead-r.gif) no-repeat top right;
        margin: 0;
        padding: 0;
        text-align: left;
}
.iiboxhead h2 {
        background: url(/webdata/graphics/iihead-l.gif) no-repeat top left;
        margin: 0;
        padding: 18px 20px 5px;
        color: white; 
        font-family: Arial, Helvetica, sans-serif, 'trebuchet MS';
        font-weight: bold; 
        font-size: 0.7em; 
        line-height: 1em;
        text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.iiboxbody {
        background: url(/webdata/graphics/iibody-l.gif) no-repeat bottom left;
        margin: 0;
        text-align: left;		
        padding: 2px 20px 31px;
}

.iiboxbody p {
        font-size: 0.7em; 
}
