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

