/*********************/
/* 	PEOPLE					  */
/*********************/


/************************/
/* 	Containers			  */
/************************/
div.twoColumn {
	background: #ffffff url(../media/images/background/wide_two_rightDark.jpg) repeat-y;
}
div.twoColumnBrown {
	background: #ffffff url(../media/images/background/wide_two_rightBrown.jpg) repeat-y;
}
div.threeColumn {
	background: #ffffff url(../media/images/background/wide_three_rightBrown.jpg) repeat-y;
}

div.leftGradient {
	background: transparent url(../media/images/background/sub_nav_bg.jpg) repeat-y;
	float: left;
}




/************************/
/* Search Results				*/
/************************/
table#searchResults {
	/*width: 100%;*/
	width: 690px;
}
table#searchResults thead tr th {
	border-top: 1px dotted #686666;
	border-bottom: 1px dotted #686666;
	padding: 4px 0px 4px 0px;
	text-align: left;
	font-size: 11px;
}
table#searchResults thead tr:hover {
	background-color: #ffffff;
}
table#searchResults tr td {
	font-size: 11px;
	padding-top: 5px;
	paddinng-bottom: 0px;
	height: 30px;
	vertical-align: top;
}
table#searchResults tr td img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
table#searchResults tr td a {
	display: block;
}

table.hover tr:hover, table.hover tr.hover  {  
	background-color:#efefef;  
}
table#searchResults tr td a.vcard {
	background: transparent url(/media/images/icon_vcard_lg.gif) no-repeat;
	background-position: 6px 0px;
	height: 25px;
}
table#searchResults tr td a.email {
	background: transparent url(/media/images/icon_email_lg.gif) no-repeat;
	background-position: 6px 0px;	
	height: 25px;
}
table#searchResults tr:hover a.vcard,
table#searchResults tr a.vcardHover {
	background: #efefef url(/media/images/icon_vcard_lg_hover.gif) no-repeat;
	background-position: 6px 0px;	
	height: 25px;	
}
table#searchResults tr:hover a.email,
table#searchResults tr a.emailHover {
	background: #efefef url(/media/images/icon_email_lg_hover.gif) no-repeat;
	background-position: 6px 0px;	
	height: 25px;	
}
span.orangeHighlight {
	color: #c98729;
}


/************************/
/* 	Bio Detail					  */
/************************/
div#bioDetail {
	float: left;
	width: 460px;
	margin: 26px 0px 40px 26px;
}
div#bioDetail a.office:link,
div#bioDetail a.office:visited {
	color: #686767;
}
div#bioDetail a.office:hover,
div#bioDetail a.office:active {
	color: #566b87;
}

div.bioDetailRight {
	float: right;
	text-align: right;
}
div.bioDetailRight a {
	color: #686767;
}
div.bioDetailRight a.back {
	color: #959595;
}
div.bioDetailRight a.email {
	color: #566b87;
}
div.bioDetailRight img {
	margin: 1px 0px 1px 5px;
	vertical-align: middle;
	height: 14px;
	width: 19px;
}
div#bioDetail hr {
	margin: 20px 0px 20px 0px;
	border: 0px;
	border-top: 1px dotted #b5bbb2;
	background-color: #ffffff;
	height: 1px;
	width: 100%;	
}

div#contentWrapper div#bioDetail h1 {
	margin: 0px;
	padding: 0px;
	width: 320px;
}
div#contentWrapper div#bioDetail h4 {
	width: 320px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
div#leftNav img.webImage {
	height: 169px;
	width: 212px
}
div#leftNav img.printImage {
	display: none;
}

/**********************/
/* 	News & Events	  		*/
/**********************/
div#sidebarNewsHeader {
	background-image: url(/media/images/sidebar_newsHeader.green.gif);
}

div#sidebarNews {
	background: #798676 url(../media/images/background/rightColumn_brown.jpg) repeat-y;
}
