/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	width:1000px;
	font-size:12px;
	
}
#nav{
	background:#F57921;
	list-style:none;
	margin:0px;
	color:#FFFFFF;
	padding-top:3px;
	padding-bottom:3px;
	}
#nav li{
	border-right-color:#FFFFFF;
	border-right:solid;
	border-right-width:thin;
	padding-right:25px;
	margin-left:25px;
	display:inline;
	}
	#nav li a{
		text-decoration:none;
		color:#FFF;
		font-weight:bold;
	}
#nav #first{
margin-left:30px;
}

#nav #last{
	border-right:none;
}
#header{
	background:url(images/iStock_000002044809Medium.jpg);
	height:110px;
}
#headerabout{
	background:url(images/iStock_000000992604Small.jpg);
	height:110px;
	background-repeat:no-repeat;
}
#headercapital{
	background:url(images/iStock_000007443175Small.jpg);
	height:110px;
	background-repeat:no-repeat;
}
#headerconsulting{
	background:url(images/iStock_000006228030Small.jpg);
	height:110px;
	background-repeat:no-repeat;
}
#headercontact{
	background:url(images/iStock_000001501409Small.jpg);
	height:110px;
	background-repeat:no-repeat;
}

#content{
	clear:both;
	
	}

#content div{
	display:inline;
	float:left;
	
	}

#submenu{
width:110px;
}

#vlist{
	color:#F57921;
	list-style:none;
	margin-left:0px;
	padding-left:0px;
	}
#vlist li{
	padding-left:5px;
	border-bottom-color:#000000;
	border-bottom:solid;
	border-bottom-width:thin;
	padding-bottom:20px;
	padding-top:20px;
	}
#vlist #last{
	border-bottom:none;
	}

#diff{
width:400px;
}
#WhatWeDo{
width:200px;
margin-left:15px;
	margin-right:25px;
	font-size:12px;
	
}
#JoinUs{
width:200px;
margin-left:15px;
font-size:12px;
}
#footer{
clear:both;
color:#999999;
	font-size:12px;
	padding-top:50px;
}
#footer a{
	text-decoration:none;
	color:#999999;
}
#botmenu{
	color:#999999;
	list-style:none;
	margin-left:0px;
	padding-left:0px;
	font-size:12px;
	margin-bottom:0px;
	padding-bottom:0px;
}
#botmenu li{
	border-right-color:#999999;
	border-right-style:solid;
	border-right-width:thin;
	padding-right:5px;
	margin-left:0px;
	padding-left:0px;
	display:inline;
	}
#botmenu #last{
	border-right:none;
}