* {margin: 0; padding: 0; outline: none;}
img {border: none;}
#banner {
	overflow: hidden;
	width: 960px;
}

/*--Main Image Preview--*/
.main_image {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 640px;
	height: 345px;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.main_image p.lrgtitle {
	font-size: 28px;
	font-weight: normal;
	line-height: normal;
	color: #002E56;
	margin: 0 10px 0 60px;
	padding: 0 0 16px 0;
}
.main_image p.smtitle { 
	font-size: 18px;
	font-weight: normal;
	color: #002E56;
	margin: 0 10px 0 60px;	
	padding: 0 0 6px 0;
}
.main_image p {
	font-size: 14px;
	color: #002E56;
	padding: 0;	
	margin: 0 10px 0 60px;	
	line-height: 23px;
}
.main_image p a {
	color: #002E56;
	text-decoration: underline;
	font-style: italic;
}
.main_image p a:hover {
	text-decoration: none;
}
.main_image p.lrgtitlew { 
	font-size: 28px;
	font-weight: normal;
	line-height: normal;
	color: #FFFFFF;
	margin: 0 10px 0 0;	
	padding: 0 0 16px 0;
}
.main_image p.smtitlew { 
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0 10px 0 0;	
	padding: 0 0 6px 0;
}
.main_image p.w {
	font-size: 14px;
	color: #FFFFFF;
	padding: 0;	
	margin: 0 10px 0 0;	
	line-height: 23px;
}
.main_image p.w a {
	color: #FFFFFF;
	text-decoration: underline;
	font-style: italic;
}
.main_image p.w a:hover {
	text-decoration: none;
}
.main_image .desc{
	position: absolute;
	bottom: 10px;	
	left: 340px;
	width: 300px;
	height: 325px;
	display: none;
}
.main_image .block{
	width: 100%;
}
.main_image a.show {background-position: left top;} 


.image_thumb {
	float: left;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	width: 300px;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li#about{
	margin: 0;
	padding: 0;
	width: 300px;
	height: 85px;
	color: #002E56;
	float: left;
	background: url(../img/tab_general.jpg) no-repeat;
}
.image_thumb ul li#about.hover {
	background: #ddd;
	cursor: pointer;
	background: url(../img/tab_general.jpg) no-repeat 0px -85px;
}
.image_thumb ul li#ib{
	margin: 0;
	padding: 0;
	width: 300px;
	height: 85px;
	color: #FFFFFF;
	float: left;
	background: url(../img/tab_investbank.jpg) no-repeat;
}
.image_thumb ul li#ib.hover {
	background: #ddd;
	cursor: pointer;
	background: url(../img/tab_investbank.jpg) no-repeat 0px -85px;
}
.image_thumb ul li#research{
	margin: 0;
	padding: 0;
	width: 300px;
	height: 85px;
	color: #FFFFFF;
	float: left;
	background: url(../img/tab_research.jpg) no-repeat;
}
.image_thumb ul li#research.hover {
	background: #ddd;
	cursor: pointer;
	background: url(../img/tab_research.jpg) no-repeat 0px -85px;
}
.image_thumb ul li#trading{
	margin: 0;
	padding: 0;
	width: 300px;
	height: 85px;
	color: #FFFFFF;
	float: left;
	background: url(../img/tab_salestrade.jpg) no-repeat;
}
.image_thumb ul li#trading.hover {
	background: #ddd;
	cursor: pointer;
	background: url(../img/tab_salestrade.jpg) no-repeat 0px -85px;
}
html .image_thumb ul li h2 {
	font-size: 20px; 
	margin: 0; 
	padding: 10px 0 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.image_thumb ul li small {
	float: left; 
	margin: 0;
	padding: 7px 0 0 10px;
	width: 280px;
	font-size: 16px;
	line-height: normal;
}	
.image_thumb ul li p{display: none;}


