/* ----- Main Body ----- */

html {
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top center;
	min-width: 950px;
	/*overflow-y: scroll;*/
}

body {
	font-family: "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	/*font-family: "Times New Roman", "Times", serif;*/
	color: #ffffff;
	font-size: 10pt;
}


/* ----- Page General Styles ----- */

p {
	margin-bottom: 1em;
}

/*
p, li, dt {
	font-size: 77%;
}
*/

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* Link */

a {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #dbdbdb;
	text-decoration: underline;
}

/* Standard Definition List */

.maincontent dl.standardfaq dt {
	font-weight: bold;
	margin-bottom: 10px;
	/*color: #eb7112;*/
	color: #af210a;
	font-size: 11pt;
}

.maincontent dl.standardfaq dd {
	margin-bottom: 20px;
}

/* Ordered List */

.maincontent ol {
	margin-bottom: 1.5em;
}

.maincontent ol li {
	margin-bottom: 0.8em;
	margin-left: 3em;
	list-style-type: decimal;
}

/* Unordered List */

.maincontent ul {
	margin-bottom: 1.5em;
}

.maincontent ul li {
	margin-bottom: 0.8em;
	padding-left: 5px;
	margin-left: 30px;
	line-height: 1.2em;
	list-style-type: square;
}


/* ----- Template ----- */

.clear {
	clear: both;
}

.wrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

/* Header */

.wrapper .header {
	margin-top: 127px;
	margin-bottom: 20px;
	height: 96px;
}

.wrapper .header .logo {
	display: block;
	width: 370px;
	height: 96px;
	float: left;
}

.wrapper .header .logo span {
	display: none;
}

/* Left Side Panel */

.wrapper .left_side_panel {
	width: 396px; /*436-40*/
	float: left;
	margin-left: 40px;
}

/* Offices */

.left_side_panel .offices .office, .left_side_panel .email {
	font-size: 11pt;
	font-size: 10pt;
}

.left_side_panel .offices .office {
	margin-bottom: 18px;
}

.left_side_panel .email a, .left_side_panel .offices .office a {
	color: #ffffff;
	text-decoration: none;
}

.left_side_panel .email a:hover, .left_side_panel .offices .office a:hover {
	text-decoration: underline;
}

.left_side_panel .offices .office .current {
	color: #da0a15;
}

/* Middle Panel */

.wrapper .middle {
	width: 310px;
	float: left;
}

/* Navigation */

.header {
	position: relative;
}

.header .navigation {
	/*float: left;
	height: 96px;*/
	width: 400px;
	position: absolute;
	left: 436px;
	bottom: 28px;
}

.header .navigation li {
	float: left;
	margin-right: 90px;
}

.header .navigation li a {
	font-weight: bold;
	color: #848282;
	text-decoration: none;
}

.header .navigation li a:hover, .header .navigation li a.current {
	color: #ffffff;
}

/* Section Navigation */

.maincontent .section_navigation {
	margin-bottom: 30px;
}

.maincontent .section_navigation  ul {
	margin-bottom: 0;
}

.maincontent .section_navigation ul li {
	margin-bottom: 0.3em;
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}

.maincontent .section_navigation ul li a {
	color: #848282;
	text-decoration: none;
	font-weight: bold;
}

.maincontent .section_navigation ul li a:hover, .maincontent .section_navigation ul li a.current {
	color: #df0a16;
	text-decoration: none;
}


/* ----- Home Page ----- */

.page-home .infoblock {
	margin-left: 40px;
	font-size: 13pt;
	cursor: pointer;
}


/* ----- What We Do - Capital Markets Page ----- */

.page-what-we-do_capital-markets .leader_list li {
	float: left;
	width: 155px;
	margin-bottom: 0.3em;
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}


/* ----- What We Do - Investments, Advisory & Financing Page ----- */

.page-what-we-do_investments-advisory-financing h2 {
	font-weight: bold;
}


/* ----- Map Pages ----- */

/*
.map_content .map_canvas {
	/-*width: 310px;*-/
	width: 500px;
	height: 400px;
	color: #000000;
}
*/

.map_content .map {
	width: 500px;
	height: 400px;
}
