@charset "utf-8";
/* CSS Document */
body, form, h1,h2,h3,h4,h5,h6,p,td,ol,ul,li{
	margin:0;
	padding:0;
}
ul,ol{
	list-style:none;	
}
a{color:#48A7DE;}
img{
	border:0;	
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:75%;
	text-align:left;
	color: #48a7de;
}
#wrapper{
	text-align:left;
	width:830px;
	margin:137px auto;
	background:#fff url('/images/wrapper-bg.gif') 139px 0 repeat-y;
}
#leftColumn{
	width:139px;
	float:left;
	min-height:420px;
}
#rightColumn {
	width:620px;
	margin-left:183px;
	min-height:345px;
	padding-top:55px;
	margin-bottom:20px;
}
#footer{
	clear:both;
	height:32px;
	background:url('/images/address.gif') left top no-repeat;
}
h2{
	color:#006393;
	font-size:1.1em;
	margin-top:20px;
}
h3{
	color:#006393;
	font-size:1em;
}
#logo{
	margin: 18px 0 16px 22px;	
}
#navigation{
	margin-left:21px;	
}
#navigation a:hover,#navigation .selected{
	background-position:0 -15px;	
}
	
#navigation a{
	display:block;
	margin-bottom:5px;
	height:15px;
	width:100px;
}
#navigation span{
	display:none;	
}
#aboutUs{
	background:url('/images/navigation/about-us.gif');	
}
#whatWeDo{
	background:url('/images/navigation/what-we-do.gif');	
}
#keyPeople{
	background:url('/images/navigation/key-people.gif');	
}
#ourWork{
	background:url('/images/navigation/our-work.gif');	
}
#getInTouch{
	background:url('/images/navigation/get-in-touch.gif');	
}
#clientList{
	margin-left:21px;
	margin-top:16px;
}