/* CSS Document Enviro Diagnostics - Qualifications Page
Shaun Inman Absolute Positioning Fix */

/* 
----------------------------------------
=si_clear_children
----------------------------------------
*/
.pc, .sc
{
position: absolute;
top: 0;
left: 0;
}
.pc 
{
width: 53%;
left: 0;
}
.sc
{
width: 47%;
left: 53%;
}
.clear_children, .cc_tallest
{
position: relative;
}
/*\*/* html .clear_children
{
display: inline;
}
/**/
.cc_tallest:after
{
content: '';
} /* prevents a redraw bug in safari */


