/*********** RESET***********/

body, h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, table, tr, th, td {
	margin:0;
	padding:0;
	border:none;
}

/********** GLOBAL **********/

ul, ol, dl{
	margin:15px 0 15px 30px;
}
ul li, ol li, dl li{
	margin:3px 0;
}
.align-center{
	text-align:center;
}
.align-right{
	text-align:right;
}
.clear-both{
	clear:both;
}
a:link{
	color:#333;
}
a:visited{
	color:#333;
}
a:hover{
	color:#204e6a;
}
a:active{
}
a:focus{
}
input.checkbox{
	border:none;
	background-color:transparent;
}
a.back{
	background:url('../nav/back.gif') left 1px no-repeat;
	padding:2px 0 2px 14px;
	line-height:10px;
	text-transform:uppercase;
	font-size:10px;
	text-decoration:none;
}
/********* MAIN TYPOGRPAHY ********/

body{
	font-family:helvetica, arial, sans-serif;
	font-size:13px;
	color:#333;
	background-color:#e5e4e0;
	text-align:center;
}
h1, h2, h3, h4, h5{
	font-family:helvetica, arial, sans-serif;
	font-weight:400;
	color:#204e6a;
}
h1{
	font-size:24px;
	margin:15px 0 16px 0;
}
h1.with-date{
	font-size:24px;
	margin:15px 0 0 0;
}
h1 sup{
	font-size:8px;
	position:relative;
	top:-5px;
}
h2{
	font-size:18px;
	margin:15px 0 16px 0;
}
h3{
	font-size:15px;
	margin:15px 0 16px 0;
}
h4{
	font-size:13px;
	margin:15px 0 16px 0;
}
h5{
	font-size:11px;
	margin:15px 0 16px 0;
}
p{
	margin:0 0 16px 0;
	line-height:20px;
}
.date{
	font-size:11px;
	color:#888;
	font-style:italic;
	margin:0 0 14px;
}

/********* STRUCTURE *********/

#wrapper{
	width:960px;
	text-align:left;
	margin:0 auto;
	background-color:#fff;
}

/********* HEADER *********/

#header{
	height:130px;
	z-index:50;
	position:relative;
}
#header img{
	position:absolute;
	left:15px;
	top:16px;
}
#header ul{
	margin:0;
	list-style:none;
	position:absolute;
}
#header ul li{
	float:left;
	margin:0;
	position:relative;
}
#header ul#top-nav{
	position:absolute;
	right:15px;
	top:7px;
	color:#979487;
}
#header ul#top-nav a{
	color:#979487;
	font-size:12px;
	text-decoration:none;
	padding:0 4px 0 0;
	margin:0 0 0 4px;
	border-right:1px solid #979487;
}
#header ul#top-nav a.none{
	padding:0;
	border:none;
}
#header form{
	position:absolute;
	right:15px;
	top:44px;
	width:243px;
	height:29px;
	overflow:hidden;
	background:url('../nav/search_bg.gif') 0 0 no-repeat;
}
#header form input{
	width:200px;
	height:16px;
	border:1px solid #fff;
	position:absolute;
	top:6px;
	left:8px;
	font-size:10px;
	color:#7f7b6a;
}
#header form input.submit{
	width:25px;
	height:25px;
	position:absolute;
	top:1px;
	right:1px;
	left:auto;
}
#header ul#main-nav{
	position:absolute;
	margin:0 15px;
	width:930px;
	bottom:0;
	height:33px;
	z-index:500;
	background-color:#294477;
}
#header ul#main-nav a{
	display:block;
	height:33px;
	float:left;
	padding:0 14px;
	line-height:35px;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
}
#header ul#main-nav a:hover, #header ul#main-nav a.selected{
	background-color:#081e48;
}
#header ul#main-nav ul{
	position:absolute;
	top:33px;
	left:0;
	background-color:#081e48;
	width:140px;
	display:none;
	overflow:hidden;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#header ul#main-nav ul#office-nav{
	width:750px;
	left:-130px;
}
#header ul#main-nav ul li{
	clear:both;
	width:100%;
	border-top:1px solid #21355b;
	border-bottom:1px solid #06183a;
	overflow:hidden;
}
#header ul#main-nav ul#office-nav li{
	width:125px;
	clear:none;
}
#header ul#main-nav ul li a{
	font-size:11px;
	line-height:16px;
	padding:8px 8px 6px 8px;
	text-transform:none;
	height:auto;
	width:95%;
}
#header ul#main-nav ul li a:hover{
	background-color:#294477;
}
#header ul#main-nav li:hover ul{
	display:block;
}
p#banner-image, #slideshow{
	width:930px;
	height:225px;
	position:relative;
	overflow:hidden;
	margin:10px 0 10px 15px;
	background:#e5e4e0;
	z-index:10;
}
p#banner-image span{
	display:block;
	width:930px;
	height:225px;
	position:absolute;
	top:0;
	left:0;
	background:url('../nav/banner_image.jpg') 0 0 no-repeat;
	z-index:0;
}
p#banner-image span#about{
	background:url('../nav/header/about.jpg') 0 0 no-repeat #000;
}
p#banner-image span#news{
	background:url('../nav/header/news.jpg') 0 0 no-repeat;
}
p#banner-image span#contact{
	background:url('../nav/header/contact.jpg') 0 0 no-repeat;
}
p#banner-image span#services{
	background:url('../nav/header/services.jpg') 0 0 no-repeat;
}
p#banner-image span#industry{
	background:url('../nav/header/sectors.jpg') 0 0 no-repeat;
}
p#banner-image span#offices{
	background:url('../nav/header/offices.jpg') 0 0 no-repeat;
}
p#banner-image span#transactions{
	background:url('../nav/header/transactions.jpg') 0 0 no-repeat;
}
p#banner-image span#home{
	background:url('../nav/header/home.jpg') 0 0 no-repeat;
}

/********* CONTENT/PAGES *********/

img#sector-icon {
	float:right;
}

#breadcrumb{
	background-color:#e5e4e0;
	margin:0 15px 10px 15px;
	padding:6px 8px;
	color:#6b6962;
	font-size:11px;
}
#breadcrumb a{
	color:#6b6962;
}
#breadcrumb span a{
	background:url('../nav/breadcrumb.gif') right 1px no-repeat;
	padding:0 15px 0 0;
	margin:0 3px 0 0;
}
#content-with-sidebar{
	width:930px;
	margin:0 0 10px 15px;
	background:url('../nav/content_bg.gif') top right repeat-y;
	overflow:hidden;
}
#content-with-sidebar #left-content{
	float:left;
	width:635px;
	
}
#content-with-sidebar #sidebar{
	width:280px;
	float:right;
	overflow:hidden;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
#left-content ul#homepage-blocks{
	margin:0;
	overflow:hiden;
	padding:5px 0 0;
	list-style:none;
}
#left-content ul#homepage-blocks li{
	width:205px;
	height:260px;
	background:transparent;
	background-color:#f5f7f9;
	float:left;
	display:inline;
	padding:0;
	margin:10px 10px 0 0;
	position:relative;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
#left-content ul#homepage-blocks li.no-margin{
	margin:10px 0 0;
}
#left-content ul#homepage-blocks li h3{
	margin:13px 12px 10px 12px;
	text-shadow:1px 1px #fff;
}
#left-content ul#homepage-blocks li h3 a{
	text-decoration:none;
	color:#204e6a;
}
#left-content ul#homepage-blocks li p{
	margin:10px 12px 10px 12px;
	font-size:11px;
	color:#444;
	line-height:17px;
}
#left-content ul#homepage-blocks li a.read-more{
	position:absolute;
	bottom:10px;
	right:10px;
	background:url('../nav/more.gif') right 0 no-repeat;
	line-height:10px;
	padding:2px 14px 2px 0;
	text-transform:uppercase;
	font-size:10px;
	text-decoration:none;
}
#content-with-sidebar #sidebar h2{
	margin:0px 15px 15px;
	text-shadow:1px 1px #fff;
}
#left-content ul.key-contacts{
	list-style:none;
	margin:0;
}
#left-content ul.key-contacts li{
	height:100px;
	padding:0 10px;
	background:transparent;
	background-color:#f5f7f9;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	position:relative;
}
#left-content ul.key-contacts li div.person-img{
	float:left;
	margin:10px 10px 0 0;
	display:inline;
	text-align:center;
	width:90px;
	height:80px;
	overflow:hidden;
}
#left-content ul.key-contacts li div.person-img img {
	margin:0 auto 0 auto;
	float:none;
}
#left-content ul.key-contacts li h4{
	font-size:14px;
	margin:0 0 5px 10px;
	padding:10px 0 0;
	font-weight:700;
	text-shadow:1px 1px #fff;
}
#left-content ul.key-contacts li h4 span{
	font-size:11px;
	color:#444;
}
#left-content ul.key-contacts li p{
	margin:0 0 0 10px;
	font-size:11px;
}
#left-content ul.key-contacts li a.bio-hover-link{
	position:absolute;
	bottom:10px;
	right:15px;
	background:url('../nav/more.gif') right 4px no-repeat;
	padding:0 14px 0 0;
	font-size:10px;
	text-decoration:none;
	text-transform:uppercase;
}
#left-content ul.key-contacts div.inpage-bio {
	display:none;
}

div.inpage-location {
	display:none;
}
div#images {
	text-align:center;
	margin: 0 0 0 0;
}
div#images img {
	margin-left:auto;
	margin-right:auto;
}
a#key-advisors-link{
	background:url('../nav/more.gif') right 0px no-repeat;
	padding:1px 14px 0 20px;
	font-size:10px;
	text-decoration:none;
	text-transform:uppercase;
}
ul#key-advisors {
	display:none;
}
.showing{
	font-size:11px;
	margin:10px 0 0;
}
p.pagination a, p.pagination span{
	display:block;
	width:20px;
	height:20px;
	float:left;
	display:inline;
	color:#444;
	text-decoration:none;
	text-align:center;
	line-height:20px;
	font-size:11px;
	background-color:#e5e4e0;
	margin:0 1px 1px 0;
}
p.pagination a:hover, p.pagination span{
	background-color:#294477;
	color:#fff;
}
p.pagination a.next-prev{
	width:83px
}
a.rss-link{
	line-height:19px;
	display:block;
	height:19px;
	padding:0 0 0 24px;
	width:360px;
	text-transform:uppercase;
	font-size:10px;
	text-decoration:none;
	text-align:left;
	background:url('../nav/rss.gif') top left no-repeat;
}

/********* SIDEBAR *********/

#sidebar-cards{
	margin:15px;
}
#sidebar img{
	margin:0 0 5px;
}
#sidebar p{
	margin:15px;
	font-size:12px;
}
#sidebar ul#latest-transactions{
	margin:0 15px 20px;
	list-style:none;
}
#sidebar ul#latest-transactions li{
	background:url('../nav/li_bg.gif') bottom left repeat-x;
	padding:8px 0;
	font-size:11px;
	margin:0;
	border:none;
}
#sidebar-news{
	margin:15px 15px 0;
	position:relative;
	overflow:hidden;
	height:105px;
}
#sidebar-news h4{
	font-size:12px;
	font-weight:700;
	margin:0 0 7px;
	line-height:16px;
}
#sidebar-news h4 a{
	text-decoration:none;
}
#sidebar-news p{
	font-size:11px;
	line-height:16px;
	margin:0;
}
#sidebar a.more-info{
	display:block;
	line-height:16px;
	background:url('../nav/more.gif') 0 2px no-repeat;
	text-decoration:none;
	padding:0 20px 0 14px;
	text-transform:uppercase;
	font-size:10px;
}
#sidebar-news .read-more{
	position:absolute;
	bottom:0;
	right:0;
	background:url('../nav/more.gif') right 1px no-repeat;
	padding:2px 14px 2px 0;
	line-height:10px;
	text-transform:uppercase;
	font-size:10px;
	line-height:10px;
	text-decoration:none;
}
#sidebar ul, #left-content ul{
	list-style:none;
	margin:0 15px 15px;
}
#sidebar ul li, #left-content ul li{
	background:url('../nav/more.gif') 0 8px no-repeat;
	padding:6px 8px 6px 16px;
	border-bottom:1px solid #fff;
}
#left-content ul li{
	padding:3px 8px 3px 16px;
	background:url('../nav/bullet.gif') 0 3px no-repeat;
	font-size:12px;
}
#left-content ul#two-column-list li{
	width:240px;
	float:left;
	display:inline;
}
#sidebar ul li a, #left-content ul li a{
	font-size:11px;
	text-decoration:none;
}
#left-content ul li a{
	text-decoration:underline;
	font-size:12px;
}
#sidebar ul li a:hover, #left-content ul li a:hover{
	text-decoration:underline;
}
#sidebar ul li a.selected{
	font-weight:700;
}
#sidebar ul ul{
	margin:5px 0 0;
}
#sidebar ul ul li{
	border:none;
	margin:0;
}
#sidebar ul ul li a{
	font-style:italic;
}
#sidebar ul#downloads li{
	background:transparent;
	padding:2px 0 4px 0;
}
#sidebar ul#downloads li img{
	float:left;
	display:inline;
	margin:0 6px 0 0;
}

#sidebar div.office-side {
	display:none;
}
/********* TEAM PAGE *********/

#team-detail{
	height:250px;
	width:930px;
	margin:0 0 10px 15px;
	background-color:#eef1f4;
}
#team-detail h1{
	float:left;
	display:inline;
	width:200px;
	font-size:26px;
	padding:15px 0 0;
	margin:0 15px;
}
#team-detail h1 span{
	display:block;
	font-size:18px;
	line-height:20px;
	color:#555;
	margin:10px 0 0;
}
#team-detail h1 span.smaller{
	font-size:14px;
	margin:8px 0 0;
}
#team-detail #team-img{
	float:left;
	display:inline;
	margin:0 15px 0 0;
	width:235px;
	height:250px;
	text-align:center;
	overflow:hidden;
}
#team-detail div{
	width:425px;
	float:left;
	display:inline;
	margin:15px 0 0;
}
#team-detail p, #team-detail div#biography{
	font-size:11px;
	line-height:18px;
	margin:0 0 10px;
}
#team-detail p.team-contact{
	font-size:11px;
	font-style:italic;
	margin:12px 0 0;
	color:#444;
}
ul#team-images{
	width:450px;
	float:right;
	display:inline;
	margin:0 15px 25px 0;
	overflow:hidden;
	list-style:none;
}
ul#team-images li{
	width:90px;
	height:80px;
	overflow:hidden;
	float:left;
	margin:10px 0 10px 0;
	
	text-align:center;
}
ul#team-images li img{
	margin:0 auto 0 auto;
}
#team-links{
	width:250px;
	float:left;
	display:inline;
	margin:0 0 0 245px;
}
#team-links h2{
	margin:5px 0 0;
	font-size:14px;
}
#team-links ul{
	list-style:none;
	margin:15px 0;
	font-size:11px;
}
#team-links ul li{
	margin:0 0 3px;
}
#team-links ul li a{
	display:block;
	line-height:16px;
	background:url('../nav/more.gif') 0 2px no-repeat;
	text-decoration:none;
	padding:0 20px 0 14px;
}

/********* LISTS *********/

ul#list{
	margin:0;
	list-style:none;
}
ul#list li{
	width:310px;
	height:150px;
	float:left;
	display:inline;
	margin:0 15px 20px 0;
	padding:0;
	background:transparent;
	position:relative;
	border-bottom:1px solid #f1f1f1;
}
ul#list.archive li{
	height:80px;
}
ul#list li img{
	float:left;
	display:inline;
	margin:0 10px 5px 0;
}
ul#list li.no-margin{
	margin:0 0 15px 0;
}
ul#list li#first-item .date{
	margin:0 0 10px;
}
ul#list li#first-item{
	width:635px;
	height:auto;
	padding:0 0 20px;
	overflow:hidden;
	margin:0 0 20px 0;
}
ul#list li#first-item h2{
	font-size:22px;
	line-height:24px;
}
ul#list li#first-item h2 a{
	color:#155e8a;
	font-weight:400;
	font-size:22px;
}
ul#list li#first-item p{
	font-size:13px;
}
ul#list li h2{
	font-size:14px;
	line-height:14px;
	margin:0;
}
ul#list li h2.no-date{
	margin:0 0 10px;
}
ul#list li h2 a{
	text-decoration:none;
	color:#155e8a;
	font-size:13px;
	font-weight:700;
}
ul#list li .date{
	margin:2px 0 10px;
}
ul#list li p{
	line-height:18px;
}
ul#list li a.read-more{
	position:absolute;
	bottom:10px;
	right:10px;
	background:url('../nav/more.gif') right 1px no-repeat;
	padding:2px 14px 2px 0;
	line-height:10px;
	text-transform:uppercase;
	font-size:10px;
	text-decoration:none;
}

/********* TABLES *********/

table{
	margin:10px 0 15px;
	width:100%;
}
td, th{
	padding:8px;
	font-size:12px;
}
th{
	background-color:#294477;
	color:#fff;
}
td{
	border-top:1px solid #fff;
	border-bottom:1px solid #e6e9ec;
}
tr{
	background-color:#f5f7f9;
}
tr:nth-child(odd){
	background-color:#fff;
}
table a.read-more{
	background:url('../nav/more.gif') right 1px no-repeat;
	padding:2px 14px 2px 0;
	line-height:10px;
	text-transform:uppercase;
	font-size:10px;
	text-decoration:none;
}
table#transaction th{
	background-color:#fff;
	color:#444;
	border-bottom:1px solid #e6e9ec;
	border-right:1px solid #e6e9ec;
	background-color:#f5f7f9;
	font-weight:400;
}
table#transaction td{
	background-color:#fff;
}

/********* FORMS *********/

form#form{
	width:400px;
	margin:10px 0 30px 110px;
}
form#form label{
	font-size:12px;
	width:120px;
	float:left;
	display:inline;
	line-height:22px;
}
form#form label span{
	color:#777;
	font-size:11px;
	font-style:italic;
}
form#form input, form#form textarea{
	width:220px;
	height:22px;
	margin:0 0 10px;
	border:1px solid #e1e1e1;
}
form#form select{
	width:220px;
}
form#form input#submit{
	background:url('../nav/more.gif') 104px 5px no-repeat #fff;
	text-align:left;
	width:120px;
	border:1px solid #e1e1e1;
	margin:0 0 0 238px;
	text-transform:uppercase;
	font-size:10px;
	padding:0 0 0 5px
}
form#form input#submit:hover{
	border:1px solid #294477;	
}
form#form textarea{
	height:120px;
	width:240px;
}
form#form p{
	margin:0 0 10px;
}
ul#form-errors{
	margin:0 0 20px 110px;
	list-style:none;
	width:377px;
	padding:8px 0 0;
	background:url('../nav/alert_top.gif') top left no-repeat #f8f8f8;
}
ul#form-errors li{
	padding:0 0 0 60px;
	background:transparent;
	border:none;
}
ul#form-errors li p{
	color:#da1111;
}
ul#form-errors li#error-foot{
	height:10px;
	background:url('../nav/alert_bottom.gif') bottom left no-repeat #f8f8f8;
	margin:0;
}

/********* FOOTER *********/

#footer{
	height:90px;
	clear:both;
	line-height:90px;
	color:#a2a099;
	font-size:11px;
	width:930px;
	margin:0 0 0 15px;
	border-top:1px solid #e5e4e0;
}
#footer a{
	color:#a2a099;
}
#footer p{
	margin:0;
	line-height:90px;
}

