/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font:small Arial, Helvetica, sans-serif;
	text-align:center;
	color:#5f5f5f;
	background-color:#CCCCCC;}
a:link, a {
	color:#5f5f5f;
	text-decoration: none;
	}
a:hover {
	color:#669999;
	}
ul {
	text-align:left;
	list-style:none;
	color:#999;}
p {
	padding: 0 0 10px 0;}
	
#accessibility {
	position: absolute;
	top: -10000px;
}

#wrap {
	width: 790px;
	text-align: left;
	margin: 0 auto;
	padding: 50px 0 0 0;
/*	background-image: url(../images/footerbg.gif) no-repeat bottom right;*/

	}
#page {
	margin: 0 -4px 0 0;
	background: #999 url(../images/pagebkgd.gif) repeat-y top right; 
}
#header {
	margin: 0 15px 0 0;
/*	background: #ccc url(../images/hdr_bkgrd.gif) repeat-x 1px bottom;*/
	}
#header h1 {
	display:none;}
#header img {
	background-position: bottom;
	}
#header a:link, #header a img, #header a:hover {
	text-decoration:none;
	border: none;
}
body#staff .tStaff a,body#home .tHome a, body#work .tWork a, body#performance .tResult a, body#mark .tMark a, body#laurel .tLaurel a,body#governance .tGovernance a,body#financial .tFinancial a, body#contact .tContact a,body#risk .tRisk a,body#cfo .tCFO a,body#about .tStaff a,body#audit .tAudit a,body#manage .tManage a {
	color: #FFFFFF;
	/*	padding-bottom: 5px;
	border-color: #727377;
	background: #737373 url(image/on_bg.gif) repeat-x top left;*/
	}
.box {
	float: left;
	width: 257px;
	background-color:#999999;
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 12px 0;
	font-size: 105%;
	line-height: 1.2em;
	color: #585858;
/*	background: #fff url(../images/box-b.gif) no-repeat bottom right;*/
	text-decoration: none;
	}
.box p {
	padding: 3px;
	font-size: 95%;
	background-color:#CCCCCC;
	color:#666666;
	}
 
.box .inside {
/*	font-family: "trebuchet MS", Arial;*/
	font-size: 110%;
	margin: 0;
	padding: 0;
	color: #666666;
	}

.box ul li {
	margin: 0;
	padding: 0;
/*	display: inline;*/
	list-style: none;
	}
.innerInside {
	margin: 0 0 10px 5px;
	font-size: 90%;
	}
.specialties {
	margin: 0 0 0 3px;
	color: #CCCCCC;
	}
.box h2 {
	padding: 10px 0 10px 0;
	font-size: 120%;}
.box a {
	color: #666666;	
	text-decoration: none;}
.innerInside a {
	display: block;
	padding: 0 0 0 20px;
	background: url(../images/triangle_gray.gif) no-repeat left;
	color: #CCCCCC;	
	text-decoration: none;}
.box a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	}
.box .innerInside a:hover {
	background: url(../images/triangle.gif) no-repeat left;
	}

.gutter {
	padding: 20px;
	}
#content {
	line-height: 1.2em;
	width:518px;
	float: left;
	color: #999;
	background-color:#FFFFFF;}
#content h2 {
	color: #185163;
	padding: 7px 0 5px 0;
	font-weight:bold;
	font-size: 120%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #185163;
}
#content h3 {
	font-size: 95%;
	font-weight: bold;
	color: #185163;
	padding: 7px 0 0 0;
}
#content h4 {
	color: #999999;
	padding: 10px 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#content img {
	margin: -5px 0 0 0;
	}
#content p {
	padding-bottom: 3px;}
	
#content ul {
	color:#999;
	padding: 5px 15px;
	list-style-image: url(../images/triangle_gray.gif);
	}
#content ul li {
	padding: 0 0 5px 0;}

blockquote {
	color:#999999;
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	background-color: #CCCCCC;
}
dl.feature {
	margin: 10px 0 5px 0;
	padding: 10px 10px 0px 10px;
	border-bottom: 1px dotted #ccc;
	background-repeat: repeat-x;
	background-position: bottom;
	}

dl.feature dt {
	margin: 0 0 .5em 0;
	font-size: 140%;
	color: #185163;
	}

dl.feature dt img {
	float: right;
	margin: 0 0 0 15px;
	padding: 4px 4px 4px 4px;
	border: 1px solid #CCC;
/*	background: url(images/photo-frame.gif) no-repeat bottom right;*/
	}

dl.feature dd {
	margin-left: 0%;
	line-height: 1.5em;
	padding-bottom: 10px;
	}

dl.feature:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#footer {
	clear:both;
	margin: 0 0 0 0;
	background: #000000;
	height: 5em;
/*	background: #000 url(../images/footerfd.gif) 0 bottom no-repeat;*/
	background: url(../images/footerbg.gif) no-repeat bottom right;
	}
.gutter2 {
	padding: 20px 20px 20px 20px;

		}
.gutter2 p {
	padding: 0 0 15px 0;

}
/* IE/Win hack \*/

* html #footer {height: 1%;}

