/*

	/content/team/template.css

*/

DIV.cmsContent {
	width: 610px;
	width: 637px;
	overflow-x: hidden;
	background: white;
	font-family: Arial;
	font-size: 13px;
	color: #5D5C4F;
	line-height: 18px;
}
DIV.cmsContent TD {
	font-size: 13px;
}
DIV.cmsContent A {
	text-decoration: none;
	font-weight: bold;
	color: #5D5C4F;
}
DIV.cmsContent A:hover {
	text-decoration: underline;
}
DIV.cmsContent_Bio {
	width: 352px;
	background: #966B39;
	color: white;
	font-size: 13px;
	line-height: 18px;
}
DIV.cmsContent_Bio A {
	text-decoration: none;
	font-weight: bold;
	color: white;
}
DIV.cmsContent_Bio A:hover {
	text-decoration: underline;
}
DIV.cmsContent_Link {
	width: 230px;
	overflow: hidden;
	background: #966B39;
	color: white;
	font-size: 13px;
	line-height: 18px;
}
DIV.cmsContent_Link A {
	color: White;
	text-decoration: underline;
}

/* Menu Content */

DIV.cmsMenuContent DIV.cmsContent {
	width: 151px;
	font-style: italic;
}
DIV.cmsContent_OurTeam {
	color: #966B39;
	background-color: #F0EAE3;
}

/* Bio */

DIV.tmpTeamBio {
}
TABLE.tmpBioTable {
	background: #966B39;
	color: white;
	width: 642px;
}
TABLE.tmpBioTable DIV.tmpDiv {
	width: 11px;
}
DIV.tmpBioTop {
	width: 642px;
	height: 11px;
	overflow: hidden;
	background-image: url(/global/images/team/bio_top.gif);
}
DIV.tmpBioBottom {
	width: 642px;
	height: 11px;
	overflow: hidden;
	background-image: url(/global/images/team/bio_bottom.gif);
	margin-bottom: 35px;
}
DIV.tmpBioImgLarge {
	margin-left: 11px;
	display: block;
	width: 248px;
	height: 331px;
	background-position: center center;
	background-repeat: no-repeat;
	
}
DIV.tmpBioImgLarge SPAN {
	background-image: url(/global/images/masks/team_large.png);
	display: block;
	width: 248px;
	height: 331px;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/global/images/masks/team_large.png');
}
DIV.tmpBioCopy {
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 9px;
}
DIV.tmpDocLink {
	margin-left: 20px;
	margin-bottom: 9px;
}
DIV.tmpDocLink A {
	font-weight: bold;
}
A.tmpDocAcrobat, A.tmpDocWord {
	padding-left: 24px;
	background-image: url(/global/images/file_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
A.tmpDocWord {
	background-image: url(/global/images/file_doc.gif);
}


/* List */

DIV.tmpTeamBox {
	font-size: 12px;
	text-align: center;
}
DIV.tmpTeamBox A {
	color: #5D5C4F;
}
DIV.tmpTeamList {
	float: left;
	width: 160px;
	overflow: hidden;
	height: 190px;
}
A.tmpTeamPic {
	display: block;
	width: 96px;
	height: 121px;
	background-color: pink;
	background-position: center center;
	background-repeat: no-repeat;
}
A.tmpTeamPic SPAN {
	display: block;
	width: 96px;
	height: 121px;
	background-image: url(/global/images/masks/team_small.png);
	background-position: center center;
	background-repeat: no-repeat;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/global/images/masks/team_small.png');
}
A.tmpTeamLink {
	display: block;
}


