/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/


#page-wrap { width: 706px; padding: 0 0 0 15px; margin: 0 auto 25px auto; overflow: hidden; height: 100%; }

.info-col { float: left; width: 175px; height: 100%;}
.info-col h2 { text-align: center; font-weight: normal; font-size:18px; padding: 0 0 0 0; line-height:22px; }

.image { height: 137px; text-indent: -9999px; display: block; border-right: 1px solid white; border-left: 1px solid white; border-bottom: 1px solid white; }

.experiential { background: url(/images/people/manage_2.jpg) center center no-repeat; }
.assessment { background: url(/images/people/experiential.jpg) center center no-repeat; }
.presentation { background: url(/images/people/portfolios_2.jpg) center center no-repeat; }


dl { margin:0 0 0 0; }
dt { padding: 5px; background: #333; color: #fff; border-bottom: 1px solid white; border-right: 1px solid white; border-left: 1px solid white; line-height:26px; font-weight:bold; }
dd { position: absolute; left: -9999px; top: -9999px; width: 298px; background: #333; padding: 10px; border-right: 1px solid white; border-left: 1px solid white; margin:0px; color:#fff; line-height:18px;  }

dd li, dd td{ margin: 0 0 0 0; color:#fff; }


dt:nth-of-type(1) { background: #000000; }
dd:nth-of-type(1) { background: #000000; }

dt:nth-of-type(2) { background: #333333; }
dd:nth-of-type(2) { background: #333333; }

dt:nth-of-type(3) { background: #666666; }
dd:nth-of-type(3) { background: #666666; }

dt:nth-of-type(4) { background: #999999; }
dd:nth-of-type(4) { background: #999999; }



.curCol { border-left: 1px solid #999999; border-right: 1px solid #999999; -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); z-index: 1; position: relative; }

.accordionWrapper{display:inline-block; background-color:#fff; overflow:hidden; border-right:1px solid #333; border-left:1px solid #333;}
.accordionWrapper img{vertical-align:top; border-right:1px solid #333; margin:0; padding:0}
.accordionWrapper div{display:inline; float:left; margin:auto;}
.accordionWrapper div.title{cursor:pointer;}
.accordionWrapper div.content{display:none;}


.set{border-bottom:1px solid #000; border-top:1px solid #000}
.set1{background-color:#C77B3F;}
.set2{background-color:#FFC732;}
.set3{background-color:#007C90;}
