body {
	margin-top: 0px;
	margin-left: 0px;
	overflow-x:hidden;
}
.mainpage {
	background:url(/images/main_background.jpg) no-repeat right top;
}
.clientpage {
	background:url(/images/main_client.jpg) no-repeat left top;
}
.careerspage {
	background-image: url(/careers/images/main_background.jpg);
	background-repeat: no-repeat;
	background-position: right 50px;
}
.careerspagef {
	background-image: url(/careers/images/main_backgroundf.jpg);
	background-repeat: no-repeat;
	background-position: right 150px;
}
.contactpage {
	background-image: url(/contact/images/contact_background.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
}
.aboutpage {
	background-image: url(/corporate/images/about_background.jpg);
	background-repeat: no-repeat;
	background-position: -550px -125px;
}
.servicespage {
	background-image: url(/services/images/services_background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.belifepage {
	background-image: url(/beliefs/images/beliefs_background.jpg);
	background-repeat: no-repeat;
	background-position: 450px -250px;
}
.toolpage {
	background-image: url(/tool_box/images/tool_background.jpg);
	background-repeat: no-repeat;
	background-position: 600px -250px;
}
.klabpage {
	background-image: url(/knowledge_lab/images/klab_background.jpg);
	background-repeat: no-repeat;
	background-position: 250px -250px;
}
.top {
	background-color: #FFFFFF;
	visibility: visible;
	height: 67px;
	width: 100%;
}
.footer {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #7F7F7F;
	text-decoration: none;
	text-align: center;
}
.footer a:hover {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	text-align: center;
}
.tahoma11 {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #828394;
}
.tahoma11blue {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #3366FF;
	text-decoration: underline;
	font-weight: bold;
}
.tahoma11blue:hover {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #3366FF;
	text-decoration: underline;
	font-weight: bold;
}
.tahoma14back {
	font-family: tahoma, verdana, arial;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.tahoma14back:hover {
	font-family: tahoma, verdana, arial;
	font-size: 14px;
	color: #990000;
	text-decoration: underline;
}
.tahoma11black {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.transbg {
	background-image: url(/images/trans_bg.png);
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #828394;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
.tahoma11purple {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #990066;
	text-decoration: none;
	font-weight: bold;
}
.tahoma11orange {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
.tahoma11dark {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #333333;
}
/*
#menu {
	margin:0px;
	padding:0;
	float:left
}
#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	display: inline;
}
#menu ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	display: inline;
	text-align:center;
}
#menu ul li a {
	margin:0;
	padding:30px 18px 10px 18px;
	font-family:Tahoma;
	font-size:13px;
	text-transform:uppercase;
	color:#7a7a7a;
}

#menu ul li a:hover { background:url(/images/menu-hover.png) repeat-x left center;}*/


.stickytooltip {
	box-shadow: 5px 5px 8px #818181; /*shadow for CSS3 capable browsers.*/
	-webkit-box-shadow: 5px 5px 8px #818181;
	-moz-box-shadow: 5px 5px 8px #818181;
	display:none;
	position:absolute;
	padding:5px;
	display:none;
	background-color:#FFFFFF;
	
	border:1px solid #000000; /*Border around tooltip*/
	z-index:3000;
	text-align:center;
}
.stickytooltip .stickystatus { /*Style for footer bar within tooltip*/
	background:black;
	color:white;
	padding-top:5px;
	text-align:center;
}

img { border:0;}

