/* CSS Document */

body
	{
		background: #f5f5f5;
    	font-family:Arial, Helvetica, sans-serif, Tahoma;
		margin:0 auto;	
		color:#818181;
		font-size:12px;
	}
	
h3
	{
		font-size:14px;
		padding: 2px 0 0 0;
		margin:0px;
		font-family:Lucida Sans Unicode, Arial, Helvetica;
		font-weight:normal;
	}

a.link1:link, a.link1:visited, a.link1:active
	{
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif, Tahoma;
		text-decoration:none;
		font-weight:bold;
		color:#666;
	}
	
a.link1:hover
	{
		color:#000;
	}

a.linkemail:link, a.linkemail:visited, a.linkemail:active
	{
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif, Tahoma;
		text-decoration:none;
		color:#4e90ac;
	}
	
a.linkemail:hover
	{
		text-decoration:underline;
	}


#introWrapper
	{
		margin:0 auto;
		width:950px;
	}
	
#bodyContainer
	{
		width:838px;
		margin: auto;
	}
	
#mainWrapper
	{
		width:830px;
	}
	
.highlightInvestment
	{
		width:406px;
		background-color:#fff;
		float:left;
		margin-bottom:15px;
	}

.highlightClient
	{
		width:406px;
		background-color:#fff;
		float:right;
		margin-bottom:15px;
	}

.highlightSupplier
	{
		width:406px;
		background-color:#fff;
		float:left;
		margin-bottom:15px;
	}

.highlightJob
	{
		width:406px;
		background-color:#fff;
		float:right;
		margin-bottom:15px;
	}
	
.highlightBoxTop
	{
		background-image:url(../images/bg-box-heading.gif);
		height:25px;
		padding:8px 0 0 35px;
		color:#fff;
	}	

.highlightBoxTop1
	{
		background-image:url(../images/bg-supplier.gif);
		height:25px;
		padding:8px 0 0 35px;
		color:#fff;
	}	
	

	
#highlightBoxBody1
	{
		background-color:#fff;
		height:130px;
		padding:10px 15px 0 20px;
	}
	
#highlightBoxBody1 select
	{
		clear:both;
		width:220px;
		margin:5px 5px 0 10px;
	}
#highlightBoxBody2
	{
		background-color:#fff;
		height:70px;
		padding:10px 15px 0 20px;
	}
	
#highlightBoxBot
	{
		background-image:url(../images/bg-box-bot.gif);
		height:19px;
	}

form
	{
		padding:0;
		margin:0;
		width:200px;
	}
	
ul
	{
		padding:0px;
		margin:5px 0 0 0;
		width:230px;
	}

li
	{
		list-style:none;
		background-image:url(../images/arrow1.gif);
		background-repeat:no-repeat;
		background-position:left center;
		border-bottom:1px solid #e2e2e2;
		padding:3px 0 3px 15px;
		margin:0px;
	}
	
.img
	{
		float:right;
		margin:6px 10px 0 0;
	}
	
.clear
	{
		clear:both;
	}

#introFooter
	{
		width:950px;
		height:44px;
		background:url(../images/bg-home-footer.gif) no-repeat;
		margin-bottom:20px;
		margin-left:2px;
	}

#enterbox
	{
		width:830px;
		background:url(../images/enter.jpg);
		height:34px;
		margin-bottom:15px;
		padding-top:9px;
	}

.enter
	{
		font-family:lucida sans unicode, arial;
		font-size: 18px;
		color:#fff;
		margin:0px 0 0 299px;
	}
.enter a
	{
		font-family:lucida sans unicode, arial;
		font-size: 18px;
		color:#fff;
		text-decoration:none;
	}
		
.enter a:hover
	{
		font-family:lucida sans unicode, arial;
		font-size: 18px;
		color:#d5d9db;
		text-decoration:none;
	}	

.homeNav
	{
		font-family:lucida sans unicode, arial;
		font-size: 12px;
		color:#d5d9db;
		margin:25px 0 0 29px;
	}

.homeNav a
	{
		font-family:lucida sans unicode, arial;
		font-size: 12px;
		color:#d5d9db;
		text-decoration:none;
	}
		
.homeNav a:hover
	{
		font-family:lucida sans unicode, arial;
		font-size: 12px;
		color:#fff;
		text-decoration:underline;
	}	

.homeCopy
	{
		float:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#747c81;
		margin:14px 0 0 14px;
	}

.homeLegal
	{
		float:right;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#747c81;
		margin:14px 15px 0 0;
	}

.homeLegal a
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#747c81;
		text-decoration:none;
	}
	
