h2 {
    border-bottom:1px solid #CCCCCC;
    font-weight:normal;
    margin:30px 0 10px;
    padding-bottom:4px;
}
#photo_player, #video_player, img.main, #teamvideo_list img, #teamphoto_list img {
    border:1px solid #B5B5B5;
    background: #D1D1D1;
    padding: 4px;
}
ul#team_list li {
    float:left;
    margin-right:20px;
    margin-bottom:20px;
    width:227px;
}
ul#team_list li.last {
    margin-right:0;
}
ul#team_list li.first {
    clear:left;
}

ul#teamvideo_list li, ul#teamphoto_list li {
    float:left;
    margin:0 7px 0 0;
}
#team_left {
    padding-right:20px;
    float:left;
    width:220px;
}
#team_right {
    float:left;
    width:730px;
}
.ui-tabs .ui-tabs-panel,.ui-tabs .ui-tabs-nav {
    padding:0;
}
#video_player, #photo_player {
    width:720px;
    text-align: center;
    margin-bottom:10px;
    height: 400px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-state-default, .ui-widget-content .ui-state-default {
    font-weight:normal;
}

.hidden {
    display:none;
}
.thumb_holder {
	margin-bottom:40px;
	left:26px;
	overflow:hidden;
	position:relative;
	top:6px;
	width:685px;
}
#teamvideo_list, #teamphoto_list {
    display:block;
    position:relative;
}


a#prev_vids, a#prev_photos {
    background:transparent url(/static/images/common/thumb_slider_arrows.jpg) no-repeat scroll 0 0;
    display:block;
    height:80px;
    left:241px;
    position:absolute;
    text-decoration:none;
    top:487px;
    width:18px;
}
a#prev_vids.disabled, a#prev_photos.disabled {
    background: transparent url(/static/images/common/thumb_slider_arrows.jpg) no-repeat scroll -18px 0;
}
a#next_vids, a#next_photos {
    background:transparent url(/static/images/common/thumb_slider_arrows.jpg) no-repeat scroll -54px 0;
    display:block;
    height:80px;
    left:957px;
    position:absolute;
    text-decoration:none;
    top:487px;
    width:18px;
}
a#next_vids.disabled, a#next_photos.disabled {
    background: transparent url(/static/images/common/thumb_slider_arrows.jpg) no-repeat scroll -36px 0;
}
#team_list ul.accomplishments li, ul.accomplishments li {
    background: transparent url(/static/images/common/team_li_marker.gif) no-repeat scroll 0 5px;
    padding-left: 5px;
    margin-right:0px;
    margin-bottom:0px;
}
    
#team_list h3 {
    margin:3px 0;
}
#team_list p {
    margin:3px 0;
}
#team_list {
    font-size:8pt;
}
