/* Start of CMSMS style sheet 'PR_3Panel' */
/* 3-Panel Layout */

#tri-panel_block { float: left; width: 100%; }

#tri-panel_block > div { width: 45%; }

#tri-panel_left {
border-right: 1px solid #6d6c5e;
float: left;
padding-right: 5%;
}

#tri-panel_right { margin-left: 55%; }

/* Clients */

#page_clients-past-present .page_content > h3 { margin-bottom: 0; }

/* People */

#page_people #tri-panel_left h2 { clear: both; margin-bottom: 0; }

#page_people #tri-panel_left img { margin: 0.25em 1em 1em 0; }

#page_people #box_holder div {
background-color: #e0e3dc;
border: 1px solid #fff;
color: #000;
left: 3em;
margin: 0 1.5em;
padding: 0.5em;
position: absolute;
top: 15em;
visibility: hidden;
width: 61em;
/* Invalid Styles */
-moz-border-radius: 0.6em;
-webkit-border-radius: 0.6em;
border-radius: 0.6em;
}

#page_people #box_holder #box_kate { top: 5em; }
/* End of 'PR_3Panel' */

