body {
	background: url('../images/bg.jpg') repeat 0 0 #212121;
	margin: 0;
	padding: 0;
}

#topbg {
	position: absolute;
	width: 100%;
	height: 130px;
	background: #212121;
}

#wrapper {
	position: relative;
	float: default;
	width: 800px;
	height: 100%;
}

#container {
	position: relative;
	width: 800px;
	float: left;
	background: url('../images/container_bg.jpg') repeat-y 0 0 #ffffff;
	margin: 53px 0 0 0;
	display: inline;
}

#header {
	position: relative;
	float: left;
	width: 800px;
	height: 77px;
	background: url('../images/header_bg.jpg') repeat-x 0 0;
}

#header a.logo {
	position: relative;
	float: left;
	width: 228px;
	height: 77px;
	background: url('../images/logo.jpg') no-repeat 0 0;
}

#header a.logo:hover {
	background-position: 0 -77px;
}

#header .topright {
	position: absolute;
	top: -22px;
	right: 10px;
	color: #878787;
	font: 9px/18px verdana;
}

#header .topright a {
	color: #878787;
	font: 9px/18px verdana;
	text-decoration: none;
}

#header .verticalline {
	color: #4D4D4D;
	font: 16px/18px verdana;
}

#header .topright a:hover {
	text-decoration: underline;
}

#banner {
	position: relative;
	float: left;
	width: 800px;
	height: 216px;
	background: url('../images/header_bluebg.jpg') repeat-y 0 0 #ffffff;
}

#banner .slogan {
	position: absolute;
	top: 115px;
	left: 19px;
}

#rotatingimage {
	position: relative;
	float: right;
	width: 572px;
	height: 216px;
	margin: 0;
	background: #ffffff;
}

#nav {
	position: relative;
	float: left;
	width: 549px;
	height: 28px;
	margin: 39px 0 0 12px;
	display: inline;
}

#nav a.services {
	position: relative;
	float: left;
	width: 79px;
	height: 28px;
	background: url('../images/nav_services.jpg') no-repeat 0 0;
}

#nav a.clientsandpartners {
	position: relative;
	float: left;
	width: 141px;
	height: 28px;
	background: url('../images/nav_clientsandpartners.jpg') no-repeat 0 0;
}

#nav a.careeropportunities{
	position: relative;
	float: left;
	width: 158px;
	height: 28px;
	background: url('../images/nav_careeropportunities.jpg') no-repeat 0 0;
}

#nav a.aboutus {
	position: relative;
	float: left;
	width: 77px;
	height: 28px;
	background: url('../images/nav_aboutus.jpg') no-repeat 0 0;
}

#nav a.contactus {
	position: relative;
	float: left;
	width: 94px;
	height: 28px;
	background: url('../images/nav_contactus.jpg') no-repeat 0 0;
}

#nav a:hover {
	background-position: 0 -28px;
}

#nav_aboutus {
	position: absolute;
	top: 0px;
	width: 77px;
	left: 378px;	
	z-index: 99999;
	background: #000000;
	display: none;
}

#nav_aboutus a.mainlink {
	position: relative;
	float: left;
	width: 77px;
	height: 38px;
	background: url('../images/nav_aboutus.jpg') no-repeat 0 -28px;
}

#nav_aboutus a.link {
	position: relative;
	float: left;
	width: 150px;	
	background: #d5d5d5;
	text-align: left;
	padding: 8px 0 8px 10px;
	font: 11px/14px arial;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #b3b3b3;
}

#nav_aboutus a.link:hover {
	background: #cbcbcb;
}

#sidebar {
	position: relative;
	float: left;
	width: 172px;
	margin: 18px 0 0 22px;
	display: inline;
	text-align: left;
}

#sidebar ul {
	position: relative;
	list-style: none;
	float: left;
	width: 172px;
	text-align: left;
	margin: 15px 0 0 0;
	padding: 0;
	display: inline;
}

#sidebar li {
	position: relative;
	list-style: none;
	float: left;
	width: 172px;
	text-align: left;
	margin: 0;
	padding: 0 0 20px 0;
	display: inline;
	font: 10px/14px verdana;
	color: #3F3F3F;
}

#sidebar strong {
	position: relative;
	float: left;
	width: 172px;
	font: 11px/18px verdana;
	font-weight: bold;
	color: #28578D;
	padding: 0 0 3px 0;
}

#sidebar .headline {
	position: relative;
	float: left;
	width: 172px;
	font: 10px/14px verdana;
	font-weight: bold;
	color: #5F5F5F;
	padding: 0 0 6px 0;
}

#sidebar .divider {
	position: relative;
	float: left;
	margin: 25px 0 0 65px;
	display: inline;
}

#content {
	position: relative;
	float: left;
	width: 553px;
	min-height: 400px;
	background: url('../images/content_bg.jpg') no-repeat 0 0;
	margin: 10px 0 0 43px;
	padding: 0 0 10px 0;
	display: inline;
	text-align: left;
}

#content .title {
	position: relative;
	float: left;
	width: 489px;
	height: 24px;
	margin: 15px 0 0 16px;
	display: inline;
}

#content .text {
	position: relative;
	float: left;
	width: 489px;
	margin: 5px 0 0 18px;
	display: inline;
	font: 11px/18px verdana;
	color: #676767;
}

#content a {	
	font: 11px/18px verdana;
	color: #28578D;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content .smallimage {
	position: relative;
	float: left;
	padding: 8px 10px 0 0;
	*padding: 0;
	*margin: 8px 10px 0 0;
}

#content .text strong {
	font: 11px/18px verdana;
	font-weight: bold;
	color: #25466B;
}

#content .table {
	background: #CBCBCB;
	width: 500px;
}

#content .td_header  {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background: url('../images/table_tdheaderbg.jpg') repeat-x 0 0 #31639E;
	font: 11px/18px verdana;
	font-weight: bold;
	color: #ffffff;
}

#content .td_left  {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background: #D9E1EB;
	font: 11px/18px verdana;
	color: #244B78;
}

#content .td_right  {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background: #C8D1DC;
	font: 11px/18px verdana;
	color: #494B4E;
}

#content .td_aboutus  {	
	font: 11px/18px verdana;
	color: #494B4E;
}

#content .clientstable  {	
	padding: 3px 3px 10px 3px;
}

#content a.moreinfo {
	font: 10px/18px verdana;
	color: #30639D;
	font-weight: bold;
}

#content .serviceofferings {
	position: relative;
	float: left;
	width: 460px;
	background: #ffffff;
	border: 1px solid #B6C6D8;
	background: #E8EDF3;
	padding: 4px;
}

#footer {
	position: relative;
	float: left;
	width: 800px;
	height: 36px;
	background: url('../images/footer_bg.jpg') repeat-x 0 0;
	padding: 0 0 10px 0;
}

#footer .links {
	position: relative;
	float: left;
	margin: 13px 0 0 16px;
	display: inline;
	font: 10px/14px verdana;
	color: #ACACAC;
}

#footer a.link {
	font: 10px/14px verdana;
	color: #ACACAC;
	text-decoration: none;
}

#footer a.link:hover {
	text-decoration: underline;
}

#footer a.backtotop {
	position: relative;
	float: right;
	margin: 13px 10px 0 0;
	display: inline;
}