/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	font: 11px verdana;
	background: url(../gfx/bgRepeat.gif) repeat-x;
}

h1{	
	font: bold 14px verdana;
	color: black;
	display: inline;
}

h2{	
	font: 15px verdana;
	color: white;
	display: inline;
}

.clear{	clear: both; }

#box{
	width: 774px;
	margin: 0 auto;
}

#header{
	background: url(../gfx/logo.gif) no-repeat left;
	height: 12px;
	text-align: right;
	padding: 80px 12px 0px 0px;
	margin-bottom: 5px;
}

#toprow{
	height:161px;
}

hr{
	padding:-3px;
}

#nav{
	float: left;
	height: 161px;
	width: 241px;
}

#bannerHome{
	float: left;
	background: url(../gfx/bannerHome.jpg) no-repeat;
	width: 519px;
	height: 161px;
}

#bannerAssetFinance{
	float: left;
	background: url(../gfx/bannerAssetFinance.jpg) no-repeat;
	width: 519px;
	height: 161px;
}

#bannerNews{
	float: left;
	background: url(../gfx/bannerNews.jpg) no-repeat;
	width: 519px;
	height: 161px;
}

#bannerPhilosophy{
	float: left;
	background: url(../gfx/bannerPhilosophy.jpg) no-repeat;
	width: 519px;
	height: 161px;
}

#bannerManagement{
	float: left;
	background: url(../gfx/bannerManagement.jpg) no-repeat;
	width: 519px;
	height: 161px;
}

#bannerContact{
	float: left;
	background: url(../gfx/bannerContact.jpg) no-repeat;
	width: 519px;
	height: 161px;
}

#mainArea{
	background: url(../gfx/mainAreaRepeat.gif) repeat-y;
	clear: both;
}

#row{
	margin:9px 0;
}

#leftcontent{
	float: left;
	width: 240px;
	padding: 30px 0px 0px 8px;
	color:#ffffff;
}

#leftcontentpad{
	width: 205px;
	height: 175px;
	margin-left: 20px;
	margin-right: 10px;
}

#leftcontent a{
	text-decoration:underline;
	color: #ffffff;
}

#leftcontent a:hover{
	color:#666666;
}

#rightcontent{
	float: left;
	width: 175px;
	padding: 10px 15px 0px 58px;
}

#rightcontentscroll{
	width: 447px;
	height: 230px;
	overflow: auto;
	padding-right: 5px;
}

#footer{
	margin: 8px 0;
	height: 20px;
	width: 740px;
	padding: 5px 10px 0px 10px; 
	background: #abafd1;
	text-align:center;
}

a{
	color: #666666;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

input, textarea{
	width: 100%;
	background: #f5b836;
	border: solid 1px #797979;	
}

input#submit{
	width: 100px;
	background: url(../gfx/buttonSubmit.gif) no-repeat;
	width: 97px;
	height: 24px;
}

#bottom{
	clear: both;
	color: #a3a2a5;
}

#bottomLeft{
	float: left;
	width: 48%;
	padding-left: 2%;
}

#bottomRight{
	float: right;
	width: 48%;
	padding-right: 2%;
	text-align: right;
}

#flalogo{
	margin-left: 20px;
	width: 139px;
	
}

