/* HIDE LAYOUT FROM NS4 & EARLIER BROWSERS -------------------------------------------------------------------*/
@import "layout.css";

* {
	font-family: inherit;
}

html {
}	

body {
	margin: 0;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 0.7em;
	color: #626a6b;
	background: url(images/backgnd.jpg) 0 0 repeat-x;
}

a{
	text-decoration: underline;
	outline: none;
	color: #626a6b;
}

a:hover{
	text-decoration: underline;
	outline: none;
	color: #96a0a2;
}

a.clickhere{
	clear: left;
	float: left;
	width: 105px;
	height: 20px;
	text-indent: -30000px;
	background: url(images/submit-clickhere.jpg) 0 0 no-repeat;#
}

a.clickhere:hover{
	background: url(images/submit-clickhere.jpg) 0 -20px no-repeat;
}

h1{ font-size: 1em; }

#header h1{
	clear: left;
	float: left;
	display: block;
	width: 358px;
	height: 26px;
}

#header h1 a{
	clear: left;
	float: left;
	display: block;
	text-indent: -30000px;
	width: 358px;
	height: 26px;
	background: url(images/h1-logo.jpg) 0 0 no-repeat;
}

h2{ font-size: 1em; }

#header h2{
	float: right;
	display: block;
	text-indent: -30000px;
	width: 168px;
	height: 18px;
	background: url(images/h2-phone.jpg) 0 1px no-repeat;
	margin-top: 9px;
}

h3{ font-size: 1em; }

ul.indexservices li h3{
	clear: left;
	float: left;
	width: 191px;
	height: 18px;
	text-indent: -30000px;
	padding: 0 0 10px 0; 
}

h3.consortiumfinance{
	background: url(images/h3-consortiumfinance.jpg) 0 0 no-repeat;
}

h3.projectfinance{
	background: url(images/h3-projectfinance.jpg) 0 0 no-repeat;
}

h3.trusteeservice{
	background: url(images/h3-trusteeservice.jpg) 0 0 no-repeat;
}

h4{ font-size: 1em; }

h5{ font-size: 1em; }
h6{ font-size: 1em; }

p{
	font-size: 1em; 
	padding-bottom: 15px;
}

.indexleftbox p{
	text-indent: -30000px;
}

.indexcontent2 p{
	font-size: 1em;
}