@charset "utf-8";
/* CSS Document */




#content .trustTbl tr th { /* table head */
	text-align: center;	
	/* vertical-align: bottom; */
}

#content .trustTbl tr th.trustTopHeader {
	/*border-bottom: 1px solid #cccccc;*/
	font-weight: bold;
	vertical-align: bottom;
	background-color: #fff;
	color: #007c54; /* dark green */
}

#content .trustTbl tr.trustTblHeader th {
	color: #fff;
	border: 1px solid #fff;
	border-top: 0px none;
	font-family: Arial, Helvetica, sans-serif;
}

#content .trustTbl tr td { /* table cell */
	border-right: 1px solid #cccccc; /* silver */	
	vertical-align: top;
	border: 0px none;
	line-height: 1.15em; /* */
	font-family: Arial, Helvetica, sans-serif;
}

#content .trustTbl tr td ul.trustTblList li {
	background: url(/images/bullets/list-dash.gif) left 0.417em no-repeat scroll;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* Alternate column styles */

.col-odd {
	/* background-color: #EEF4F7; */
	background-color: #fcf9ce; /* light yellow */
	border-right: 1px solid #cccccc;
}
.col-even {
	background-color: #fff;	
}

.row-odd {
	background-color: #fcf9ce !important; /* light yellow */
}
.row-even {
	
}
/* ***************************************************************** */
/* *********************** Page Specific Styles  ******************* */

/*-----------  Investment Management -------------*/

#content .trustTbl tr td ul.trustTblList li {
	background: url(/images/bullets/list-dash.gif) left 0.417em no-repeat scroll;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content .trustTbl tr td ul#usequity li {
	background: none;
	list-style: none;	
}

#content .trustTbl tr td ul#usequity li ul li{
	/* fontbackground:url(/images/bullets/list-goldarrow.gif) left 0.417em no-repeat scroll;
	-size: 90%; */
	background:url(/images/bullets/list-dash.gif) left 0.417em no-repeat scroll;
	padding-bottom: 0px;
}



/*------------ Personal Wealth Management (Pyramid Table) -------------*/

#content #trustPyramid, #content #trustPyramid tr, #content #trustPyramid tr td {
	border: 0px none;
	padding: 0px;
	margin: 0px;
}

#content #trustPyramid tr td {
	vertical-align: top;
	padding: 3px 5px 2px 5px;
	
}

#content #trustPyramid tr td.pyramidtext {
	border-top: 1px dashed #ba9e66; /* gold */
	font-size: 10px;
	line-height: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
#content #trustPyramid tr td.pyramidtext span.pyramidsubhead {
	font-size: 12px;
	/* font-family: "Times New Roman", Times, serif;
*/  color: #ba9e66; /* gold */
	padding-bottom: 3px;
	display: block;
	width: 100%;
}
#content #trustPyramid tr td.pyramidtext span.pyramidbullet {
	color: #ba9e66;
}
/*----------------- Trust Contact Table --------------*/
#content table#trustContact tr td a { /* Contact.asp */
	color: #ba9e66;  /* gold */
}
#content #trustContact tr td a:hover {
	color: #8f1736;  /* dark red */
}
/*------------------ Private Banking -----------------*/

#content table.trustTbl tr td.privatebanking {
	vertical-align: top;
	line-height: 1.5em;
	border: 0px none;
}
#content table.trustTbl tr td.privatebanking h3 {
	margin: 0px 0px;
}
#content table.trustTbl tr td h3, #content table.trustTbl tr td h3 a {
	font-size: 14px;
	/* color: #007c54; green */
	/* text-decoration: none; */
	/* color: #8f1736;dark red */
	padding-bottom: 5px;
}
#content table.trustTbl tr td h3 a:hover {
	/* color: #8f1736;dark red */
	text-decoration: underline;/* color: #F1530A  orange */
