/* RESET */
DIV, SPAN, P, FORM, INPUT {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
IMG {
	border: 0;
}


/* GENERAL STYLES */
BODY {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: #e8e8e8;
	color: #363636;
	font-size: 13px;
	line-height: 18px;
	background: #FFFFFF url('/images/bg_gradient_expand.gif') repeat-x;
}
BODY #container {
	background: #FFFFFF url('/images/bg_gradient.gif') repeat-x;
	width: 1000px;
}

P {
	margin-bottom: 15px;
}

/*A {
	color: #8e8156;font-size: 13px;
	text-decoration: none;
}
A:visited {
	color: #8e8156;
	text-decoration: none;
}
A:hover {
	color: #8e8156;
	text-decoration: underline;
}
A:active {
	color: #8e8156;
	text-decoration: none;
}*/

BODY#home #flash_content {
	margin-bottom: 25px;
}
BODY#home #flash_content IMG {
	float: left;
}


/* MASTHEAD - MAIN NAV */
#masthead {
	height: 90px;
	width: 1000px;
	color: #7d7d7d;
	font-size: 11px;
	line-height: 18px;
}
#masthead-logo {
	float: left;
}
BODY#home #masthead-nav {
	display: none;
}
#masthead-nav UL {
	position: absolute;
	top: 15px;
	left: 356px;
	float: left;
}
#masthead-nav LI {
	display: inline;
	margin-right: 25px;
}
#masthead-nav A, #masthead-nav A:visited {
	color: #7d7d7d;
	text-decoration: none;
}
#masthead-nav A:hover, #masthead-nav A:active {
	color: #21365d;
	text-decoration: none;
}
#masthead-nav A.selected, #masthead-nav A.selected:visited, #masthead-nav A.selected:active, #masthead-nav A.selected:hover {
	color: #21365d;
	text-decoration: none;
}


#alpha {
	width: 650px;
	}
#beta {
	margin-top: 223px;
	width: 249px;

}
#alpha-beta {
	width: 648px;padding:0px 0 0px 0px;margin:0;float:right;
}


#alpha hr {color:#cdc7c9;height:1px;margin:7px 0 0px 0;}
#alpha-beta hr {color:#cdc7c9;height:1px;margin:7px 0 0px 0;}
/*#alpha h2 {
	margin-bottom: 8px;
	font-size: 18px; font-weight: 500; line-height:25px;
	color:#363636;background:#fff;
}
#alpha h3{
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;color:#1b628b;
}
*/

BODY.secondary #alpha 
{
	margin:0px 0 0 0;
	width: 365px;
	float: left;
}
BODY.secondary #gamma,
BODY.tertiary #gamma {width:250px;
	float:left;position:relative;left:30px;top:8px;
	
}



BODY.tertiary #alpha {
	margin-top: 0;
	width: 365px;
	float: left;
}

BODY.tertiary #alpha-beta {
	margin-top: 0;
	
}

BODY.secondary #beta {
	margin:0px 0 0 0;
	width: 249px;
	float: right;
}
BODY.tertiary #beta {
	margin-top: 0;
	width: 249px;
	float: right;
}

#beta A, #beta A:visited {
	color: #416354;
	text-decoration: none;
}
#beta A:hover {
	color: #416354;
	text-decoration: underline;
}
#beta A:active {
	color: #416354;
	text-decoration: none;
}






/* BULLET LIST - MAIN COLUMN */
ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
#alpha ul,#alpha-beta ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 8px 0;
}
#alpha ul li,#alpha-beta ul li  {
	background-image: url('/images/bullet_tan.gif');
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: .5em .5em;
	padding-left: 2em;
	
}
ul.bullet_black li {
	background-image: url('/images/bullet_black.gif');
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: .4em .3em;
	padding-left: 1.5em;
}
ul.two-column {
	width: 200px;
	margin-bottom: 27px;
	float: left;
}
ul.two-column li {
	padding-right: 2em;
}


/* SEARCH INPUT - MAIN NAV */
#masthead-search {
	margin: 0;
	padding:6px 0 0 5px;
	width: 249px;
	float: right;
	border-left: 1px solid #cdc7c9;
	position:relative;
}
#masthead-search .search-label { 
	margin: 0 0 0 6px;
	padding:0px 10px 0 5px;
	float: left;
}

#masthead-search .searchbox {margin:0px 0 0 0; padding:1px;	position:relative; top:4px;}

#masthead-search .search-submit {margin:5px 0 0 0px;
	padding:0 ;	background: transparent url('/images/btn_search.gif') 0 0 no-repeat;
	float: right;border:0; cursor:hand;
}


/*INPUT.search {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 11px;
	padding: 2px;
	padding-left: 5px;
	width: 130px;
	border: 1px solid #cdc7c9;
}*/


/* SEARCH INPUT - GENERAL */
.search-submit {
	padding: 0px ;
	background: transparent url('/images/btn_search.gif') 0 0 no-repeat;
	position: absolute; width:25px;border:0; cursor:hand;
}

/*.search-submit hover {
	background: transparent url('/images/btn_search.gif') 0 0 no-repeat;
	position: absolute; width:25px;
}
*/



/* FOOTER */
#footer {
	color: #363636;
	clear: both;
	font-size: 10px;
	line-height: 18px;
	padding-top: 80px;
	padding-bottom: 25px;
}
BODY#home #footer {
	padding-top: 0;
	margin-left: 81px;
}
#footer-left {
	float: left;
}
#footer-right {
	margin-left: 275px;
}
#footer A, #footer A:visited {
	color: #363636;	font-size: 11px;
	text-decoration: none;
}
#footer A:hover {
	color: #363636;
	text-decoration: underline;
}
#footer A:active {
	color: #363636;
	text-decoration: none;
}
BODY.secondary #footer,
BODY.tertiary #footer {
	clear: both;
	font-size: 10px;
	line-height: 18px;
	padding-top: 100px;
	padding-bottom: 25px;
	padding-left: 65px;
}


/* SECONDARY/TERTIARY MENU*/

/*
#gamma UL {
background: transparent url('/images/bg_sidebar_white-arrowLeft.gif') no-repeat;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#gamma UL UL {
	margin: 0;
	padding: 0;
	padding-left: 70px;
}

#gamma UL UL LI {
	background: transparent url('/images/bg_sidebar_white-arrowLeft.gif') no-repeat;
	list-style-type: none;
	background-position: 1.5em .3em;
	padding:0 0 0 1.5em;
	
}


#gamma UL UL LI A {
	border-top: 1px solid #cdc7c9;

}
#gamma UL A {
	padding-top: 2px;
	padding-left: 2px;
	height: 25px;
	min-height: 25px;
	display: block;
}


#gamma UL UL UL {
	margin: 0;
	padding: 0;
	list-style-type: disc;
	padding-left: 30px;
	margin-left: -1.5em;
}

UL UL li .ekflexmenu_button_selected   
{background: transparent url('/images/bg_sidebar_gray.gif') 0 0 no-repeat;
	}

*/
/*.ekflexmenu_menu_level_2 .ekflexmenu_submenu .ekflexmenu_button_selected  {color: #21365d;}*/

/*
#gamma LI {
	border-top: 1px solid #cdc7c9;
}

#gamma UL UL UL LI {
	border: 0;width:135px;
	background-image: url('/images/bullet_gray.gif');
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: .4em .3em;
	padding:0 0 0 1.5em;
}



#gamma UL UL UL LI A {
	border-top: 1px solid #cdc7c9;
}


#gamma UL A, #gamma UL A:visited {
	color: #363636;
	text-decoration: none;
}
#gamma UL A:hover {
	color: #363636;
	text-decoration: underline;
}
#gamma UL A:active {
	color: #363636;
	text-decoration: none;
}
#gamma UL UL A, #gamma UL UL A:visited {
	color: #7d7d7d;
	text-decoration: none;
}


#gamma UL UL A:hover, #gamma UL UL A:active {
	color: #21365d;
	text-decoration: none;
}
#gamma .selected,
#gamma UL A.selected,
#gamma UL UL A.selected,
#gamma UL UL UL A.selected {
	color: #21365d !important;
	text-decoration: none;
	background-image: url('/images/bullet_blue.gif');
}
#gamma UL A {
	padding-top: 2px;
	padding-left: 2px;
	height: 25px;
	min-height: 25px;
	display: block;
}
*/
/*
#gamma UL LI A:hover {
	background: transparent url('/images/bg_sidebar_white-arrowLeft.gif') 0 0 no-repeat;
	text-decoration: none;
}

#gamma UL UL A:hover {
	background: transparent url('/images/bg_sidebar_gray-arrowDown.gif') 0 0 no-repeat;text-decoration: none;
}
#gamma UL UL UL A:hover {
	background: transparent url('/images/bg_sidebar_gray.gif') 0 0 no-repeat;
}
#gamma UL .arrow {
	background: transparent url('/images/bg_sidebar_white-arrowLeft.gif') 0 0 no-repeat;
}
#gamma UL .arrow A:hover {
	background: transparent url('/images/bg_sidebar_gray-arrowLeft.gif') 0 0 no-repeat;
}
#gamma UL .arrow-open {
	background: transparent url('/images/bg_sidebar_white-arrowDown.gif') 0 0 no-repeat;
}
#gamma UL .arrow-open A:hover {
	background: transparent url('/images/bg_sidebar_gray-arrowDownSelected.gif') 0 0 no-repeat;
}
#gamma UL .arrow-open A.selected {
	background: transparent url('/images/bg_sidebar_gray-arrowDown.gif') 0 0 no-repeat;
}
#gamma .last {
	border-bottom: 1px solid #cdc7c9;}
 */


/* BULLET LIST - SEARCH - LEFT COLUMN */
ul.search-sidebar {
	list-style-type: none;
}
ul.search-sidebar li {
	list-style-type: none;
	clear: both;
	height: 25px;
}
ul.search-sidebar span.left {
	float: left;
}
ul.search-sidebar span.right {
	float: right;
	margin-top: -25px;
	height: 25px;
}



/* HOME NON-FLASH */
#nonflash-nav {
	margin-left: 81px;
}
#flash_content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#flash_content li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
}
#flash_content a {
	float: left;
	padding: 500px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:500px; /* for IE5/Win only */
	width: 130px;
}
#flash_content ul li#nav1 a {
	background: transparent url('/images/home-noflash/finance.jpg') 0 0 no-repeat;
}
#flash_content ul li#nav2 a {
	background: transparent url('/images/home-noflash/capital_markets.jpg') 0 0 no-repeat;
}
#flash_content ul li#nav3 a {
	background: transparent url('/images/home-noflash/real_estate_capital.jpg') 0 0 no-repeat;
}
#flash_content ul li#nav4 a {
	background: transparent url('/images/home-noflash/investment_banking.jpg') 0 0 no-repeat;
}
#flash_content ul li#nav5 a {
	background: transparent url('/images/home-noflash/multifamilyHealthcare.jpg') 0 0 no-repeat;
}
#flash_content ul li#nav6 a {
	background: transparent url('/images/home-noflash/orix_usa.jpg') 0 0 no-repeat;
	width: 319px;
}

#flash_content ul li#nav1 a:hover {
	background: transparent url('/images/home-noflash/finance-over.jpg') 0 0 no-repeat;
}
#flash_content ul li#nav2 a:hover {
	background: transparent url('/images/home-noflash/capital_markets-over.jpg') 0 0 no-repeat;
}
#flash_content ul li#nav3 a:hover {
	background: transparent url('/images/home-noflash/real_estate_capital-over.jpg') 0 0 no-repeat;
}
#flash_content ul li#nav4 a:hover {
	background: transparent url('/images/home-noflash/investment_banking-over.jpg') 0 0 no-repeat;
}
#flash_content ul li#nav5 a:hover {
	background: transparent url('/images/home-noflash/multifamilyHealthcare-over.jpg') 0 0 no-repeat;
}

#flash_content ul li#nav6 a:hover {
	background: transparent url('/images/home-noflash/orix_usa-over.jpg') 0 0 no-repeat;
}

#button {
	width: auto;
	padding: 2px 2px 0px 2px;
	background-color: #d9e1c6 /*color.button*/;
	color: black;
	border: 1px solid black;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffff',EndColorStr='#d9e1c6'); /*color.button.gradient.end*/
}

.red
{
	color: #ff0000;
}

.smaller
{
	font-size: xx-small;
}

.fullJustify
{
	text-align: justify;
}

.announcment
{
	font-family:Calibri, Helvetica, Arial;
	font-size: 14.666666667px;
	width: 90%;
}

.indent
{
	text-indent:20px;
}
