html, body, p {
	margin: 0;	padding: 0;
}
html, body {
	font-family: Helvetica, Arial, sans-serif;
	/* font-family: Times,serif; */
	font-size: 13px;
	background:#1c4285 url(../_imgs/grdnt_bknd.jpg) repeat-x;
}
h2, h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	font-style: oblique;
	font-size: 15px;
	padding-bottom: 5px;
	border-bottom: thin solid #0055a4;
}
h2 {
	font-size: 21px;
	color: #0055a4;
}
img { border: none; }
p {	padding-bottom: 10px;}
a {
	color: #0055a4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#main {
	position: relative;
	margin: 0 auto;
	background-color: #1c4285;
	width: 990px;	/* height: 539px; */
	padding: 0;
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #999;
	/* z-index: 100; */
}
#other_logo {
	position: absolute;
	top: 0;	left: 50%;
	padding: 5px 20px;
	width: 200px;
	margin-left: -525px;
	margin-top: 13px;
	background: #fff;
	z-index: 0;
	display: none;
}
#site_switcher {
	position: absolute;
	top: -2px;	left: -15px;
	display: none;
}
#header {
	background: #fff;
	width: 990px;	height: 60px;
	position: relative;
	top: 15px;	left: 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	z-index: 100;
}
#logo {
	margin: 12px 20px;
}
#nav {
	position: absolute;
	top: 0;	right: 0;
	padding: 0;	margin: 0;
	list-style: none;
}
#nav li {
	padding: 0;	margin: 0;
	float: left;
}
#nav li a {
	display: block;
	padding-top: 60px;
	overflow: hidden;
	text-indent: -5000px;
	height: 0;
	font-size: 12px;
	font-family: "Arial Narrow", Arial;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	background-repeat: no-repeat;
	margin: 0 1px;
}
#nav li a.company { width: 78px; background-position: top center; background-image: url(../_imgs/nav/company.jpg); }
#nav li a.strategy { width: 153px; background-position: top center; background-image: url(../_imgs/nav/strategy.jpg); }
#nav li a.trackrecord { width: 111px; background-position: top center; background-image: url(../_imgs/nav/trackrecord.jpg); }
#nav li a.advisory_consulting { width: 155px; background-position: top center; background-image: url(../_imgs/nav/advisory_consulting.jpg); }
#nav li a.relations { width: 142px; background-position: top center; background-image: url(../_imgs/nav/relations.jpg); }
#nav li a.press { width: 60px; background-position: top center; background-image: url(../_imgs/nav/press.jpg); }
#nav li a.contact { width:77px; background-position: top center; background-image: url(../_imgs/nav/contact.jpg); }

#nav li.dbl_line {
	padding: 15px;
}
.hover {
	background-position: bottom center;
}
#nav li a {
	color: #0055a4;
	text-decoration: none;
}
#nav li.hover a {
	/* color: #fff; */
}
#contentarea {
	position: relative;
	left: 0;
	margin-top: 15px;
	padding-right: 200px;
	
}
#map_fl {
	/*
padding: -20px;
	border: 1px solid #eee;
*/
	margin-bottom: -20px;
}
#leftsidebar {
	position: absolute;
	bottom: 0;	left: 0;
	width: 200px;	height: 110%;/* 550px; */
	/* background-color: #666; */
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 0;
}
#leftsidebar .caption {
	position: absolute;
	bottom: 15px;	left: 0;
	padding: 5px 15px;
	background: #666;
	color: #eee;
	font-style: oblique;
	font-size: 12px;
}
#rightsidebar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	position: absolute;
	top: 65px;	right: 15px;
	width: 125px;
	padding: 0 20px 10px;
	border: thin solid #ccc;
}
#rightsidebar em {
	color: #666;
}
p#subnav {
	margin-top: -13px;
	margin-bottom: 15px;
	padding: 4px;
	background: #eee;
	color: #333;
	/* font-weight: bold; */
	font-size: .9em;
	font-family: sans-serif;
}
p#subnav a {
	text-decoration: underline;
}
#footer {
	font-family: Arial, sans-serif;
	margin: 0 auto;
	padding: 10px 0;
	width: 960px;
	color: #ccc;
	font-size: 11px;
}
#footer a {
	color: #ccc;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer {
	font-family: Arial, sans-serif;
	margin: 0 auto;
	padding: 10px 0;
	width: 960px;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer .copyright {
	font-size: 11px;
	color: #ccc;
	text-align: center;
	margin-top: 50px;
}
#footer .copyright a {
	color: #ccc
}