﻿#ExecHeadline h1
{
	border-bottom:none;
	margin-bottom:0px;
}
/* Executive panels */
#ExecGallery
{
	width:736px;
	margin-bottom:10px;
	overflow:hidden;
}
#ExecGallery div.ExecPanel
{
	display:inline;
	float:left;
	margin:2px 2px 0 0;
	width:144px;
	height:225px;
	background:url(/images/bgExecPanel.png) no-repeat;
	position:relative;
	overflow:hidden;
}
#ExecGallery div.ExecPanelWide
{
	margin:0px 0px;
	width:736px;
	height:184px;
	background:url(/images/bgExecPanelWide.png) no-repeat;
	position:relative;
	overflow:hidden;
}
#ExecGallery a
{
	display:block;
	margin:6px 6px;
	padding:0px 0px;
	width:132px;
	height:172px;
	border:none;
	position:relative;
	text-decoration:none;
	overflow:hidden;
	white-space:nowrap;
}
#ExecGallery a:hover
{
	background:url(/images/ExecLink_hover.png) no-repeat;
}
#ExecGallery a:hover
{
	background:url(/images/ExecLink_hover.png) no-repeat;
}
#ExecGallery a div.dim
{
	position:absolute;
	top:1px;
	left:1px;
	z-index:1;
	width:130px;
	height:146px;
	background:url(/images/dim.png) no-repeat;
}
* html #ExecGallery a div.dim
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/dim.png', sizingMethod='default');
}
#ExecGallery a:hover div.dim
{
	display:none;
}
* html #ExecGallery a:hover div.dim
{
	filter:none;
}
#ExecGallery a img
{
	margin:1px;
	width:130px;
	height:146px;
	border:none;
	text-decoration:none;
}
#ExecGallery h2
{
	position:absolute;
	left:1px;
	top:148px;
	margin:0px 0px;
	padding:0px 0px;
	width:130px;
	height:22px;
	font-family:Tahoma, Helvetica, Arial, Verdana, Sans-Serif;
	font-size:11px;
	font-weight:normal;
	color:#FFF;
	text-align:center;
	line-height:22px;
	cursor:pointer;
}
#ExecGallery div.ExecTitle
{
	position:absolute;
	left:13px;
	top:185px;
	width:120px;
	font-size:10px;
	line-height:16px;
	text-align:center;
}
#ExecGallery div.bio
{
	position:absolute;
	right:13px;
	top:6px;
	width:570px;
	height:200px;
	line-height:17px;
}
#ExecGallery div.bio a
{
	display:inline;
	color:#bf0000;
	background:none;
}
#ExecGallery div.bio a:hover
{
	text-decoration:underline;
}

/* Executive Biographies */
div.ExecLeft
{
	float:left;
	width:262px;
}
div.ExecRight
{
	float:right;
	width:450px;
}
div.ExecPhoto
{
	width:262px;
	height:312px;
	background:url(/images/bgExecPhoto.png) no-repeat;
}
div.ExecPhoto img
{
	margin:6px;
	width:248px;
	height:298px;
	border:solid 1px #668cb8;
}
div.ExecRight div.ExecTitle
{
	font-size:12px;
	padding:0px 5px 10px 5px;
}
p.BioText
{
	margin:0 5px;
	padding:10px 0;
	border-top:solid 1px #343C64;
}

/* Executive Editor */
.ExecLeft .PhotoThumbContainer
{
	height:auto;
}