#about_flash {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 7px;
}

#about_flash #overlay_border {
	background: url(../images/header_border.gif) top left no-repeat;
	height: 273px;
	width: 800px;
	position: absolute;
	top: 0;
	left: 0;
}

.margin_top_2 {
	margin-top: 2px;
}

div#about_links {
	float: left;
	padding-top: 10px;
}

div#about_links li {
	padding-bottom: 8px;
}

div#about_info {
	float: left;
	padding: 16px 0 10px 8px;
	width: 580px;
}

h2.h2about {
	padding: 0;
	padding-bottom: 0.5em;
}

p.top_body_copy {
	padding-top: 0.1em;
	padding-bottom: 0.4em;
}

#column1, #column2, #column3 {
	float: left;
	width: 180px;
	font-size: 11px;
	line-height: 1.2em;
	padding: 0 10px 0 0;
}

#about_info #column1 div.p_margin p , #about_info #column2 div.p_margin p , #about_info #column3 div.p_margin p {
	margin-bottom: 1.2em;
}

p.margin_bottom {
	padding-bottom: 1em;
}

/* TEAM PAGE */

div#team_outer {
	width: 590px;
}

div.team_border_top {
	margin: 5px 5px 0 5px;
	background: url(../images/team_border_top.jpg) top left no-repeat;
	width: 570px;
	height: 2px;
}

div.team_border_middle {
	margin: 0 5px 0 5px;
	background: url(../images/team_border_middle.jpg) top left no-repeat;
	width: 570px;
}

div.team_border_bottom {
	margin: 0 5px 5px 5px;
	background: url(../images/team_border_bottom.jpg) top left no-repeat;
	width: 570px;
	height: 2px;
	margin-bottom: 10px;
}

div.team_border_middle div.team_inner {
	font-size: 11px;
	line-height: 1.2em;
	padding: 7px 10px 0 10px;
}

div.team_border_middle div.team_inner h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	padding-bottom: 2px;
}

div.team_border_middle div.team_inner p.bold {
	padding-bottom: 2px;
}

div.team_border_middle div.team_inner p {
	width: 424px;
}

div.team_border_middle div.team_inner div.team_info p {
	padding-bottom: 1em;
}

div.team_border_middle div.team_inner img {
	float: right;
	padding: 3px 2px 10px 0;
}

/* TABLE-BASED TEAM PAGE */

table li {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
}

table tr td {
	padding-right: 31px;
	padding-bottom: 12px;
	width: 120px;
	vertical-align: top;
}

table tr td div.image_holder {
	background: url(../images/team_image_holder.jpg) top left no-repeat;
	height: 114px;
	width: 114px;
	margin-bottom: 5px;
	margin-left: 3px;
}
table tr td div.image_holder img {
	margin: 4px 0 0 4px;
}

/* STRANDs */

#team_areas li.large_li a {
	font-weight: bold;
	line-height: 1.2em;
	display: block;
	text-decoration: none;
	font-size: 32px;
	color: #666;
	border-bottom: 1px #666 solid;
	width: 570px;
	padding: 3px 0 1px 0;
	margin: 3px 0 5px 0;
	position: relative;
	top: 0;
	left: 0;
}

#team_areas li.selected_area a {
	color: #000;
	border-bottom: 1px #000 solid;
}

#team_areas li.large_li a span {
	bottom: 8px;
	display: block;
	font-size: 11px;
	line-height: 13px;
	position: absolute;
	right: 1px;
}

#team_areas li.large_li a:hover, #team_areas li.large_li a:hover span {
	color: #aaa;
}