@charset "UTF-8";
/* CSS Document */

#copy  {
	margin: 15px auto 0 auto;
	height:362px;
	width:920px;
}
#list  {
	margin: 15px -5px 0 -5px;
	height:362px;
	width:930px;
}
#stafflist {
	height:495px;
/*	height:495px; */
}

#stafflist-s {
	height:420px;
}

.image-grid li {
  width: 93px;
  margin: 0;
  float: left;
  height: 93px;
  overflow: hidden;
}

.splitter {
	position: relative;
	margin: 15px auto 0 auto;
	width: 410px !important;
	height: 25px;
}
.splitter ul {
	position: absolute;
	top: 0;
	left: 100px;
}
.splitter li {
	list-style-type: none;
	float: left;
}
.splitter li a {
	height: 25px;
	text-indent: -9999px;
	display:block;
	overflow: hidden;
}
.splitter li.segment-0 a {
	width: 78px;
	background: transparent url(../images/staff/switch01a.jpg) repeat-x top left;
}
.splitter li.selected-0 a {
	width: 78px;
	background: transparent url(../images/staff/switch01b.jpg) repeat-x top left;
}
.splitter li.segment-1 a {
	width: 77px;
	background: transparent url(../images/staff/switch02a.jpg) repeat-x top left;
}
.splitter li.selected-1 a {
	width: 77px;
	background: transparent url(../images/staff/switch02b.jpg) repeat-x top left;
}
.splitter li.segment-2 a {
	width: 76px;
	background: transparent url(../images/staff/switch03a.jpg) repeat-x top left;
}
.splitter li.selected-2 a {
	width: 76px;
	background: transparent url(../images/staff/switch03b.jpg) repeat-x top left;
}
.splitter li.segment-3 a {
	width: 79px;
	background: transparent url(../images/staff/switch04a.jpg) repeat-x top left;
}
.splitter li.selected-3 a {
	width: 79px;
	background: transparent url(../images/staff/switch04b.jpg) repeat-x top left;
}

#left-content{
	float:left;
	width:630px;
}

#topics{
	width:630px;
	padding-top:7px;
	padding-bottom:5px;
}

#topics-title{
	background:#517abd;
	border:#CCC solid 1px;
	color:#FFF;
	font-size:1.2em;
	text-align:center;
	font-weight:bolder
}

#topics td{
	padding:0.5em 1em;
}

#topi01{
	border-top:solid #CCC 1px;
	border-right:solid #CCC 1px;
	background:url(../images/dot.gif) repeat-x bottom;
}

#topi02{
	border-right:solid #CCC 1px;
	border-bottom:solid #CCC 1px;
}

#banners{
	width:642px;
}

#banners .banner-inner{
	clear:both;
	
}

#banners .banner-inner div{
	float:left;
	padding-right:10px;
	padding-top:10px;
}

