body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-repeat: both;
	font-size: 13px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #b1bfcc;	
}

#page_container {
	width: 100%;
	height: 100%;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
}
a:link {
	color: #386585;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #386585;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.nav_item {
	display: block;
	text-align: center;
}
.nav_item a {
	display: block;
	padding: 4px 0 1px 0;
	height: 18px;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	background-image: url('images/nav-item-bg.gif');
	background-repeat: repeat-x;
}
.nav_item a:hover {
	background-image: url('images/nav-item-bg-mo.gif');
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
}
#nav li { /* all list items */
	float: left;
	height: 23px;/*width: 10em;*/ /* width needed or else Opera goes nuts */
}
#nav li ul { /* second-level lists */
	position: absolute;
	/*    background: orange; */
/*    background-image: url('images/nav-button-about.gif');
    background-repeat: repeat-x; */
/*    width: 10em; */
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#content {
	clear: left;
	color: #ccc;
}
img {
	border: 0;
}
.navItem {
	float: left;
	height: 30px;
}
.navImage {
	display: block;
}
.subnavItem a {
	display: block;
	float: left;
	height: 16px;
	padding: 0 9px 0 9px;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	margin: 0 0 0 12px;
}
.subnavItem a:hover {
	background-color: #0a1b2d;
}
.menuitem a {
	display: block;
	float: left;
	height: 16px;
	padding: 0 9px 0 9px;
	font-size: 12px;
	color: #999;
	text-decoration: none;
	margin: 0 10px 0 1px;
}
.menuitem a:hover {
	background-color: #999;
	color:#FFF;
}
input {
/*height: 14px;	*/
}
select {
/*	height: 19px; */
}
#nav {
}
#header {
	width: 903px;
	height: 81px;
}
#header1 {
	width: 903px;
	height: 71px;
}
#content_container {
	width: 903px;
	margin: 0 auto;
	text-align: left;
}
#main_content {
	width: 903px;
	background: #d4dbe1 url('images/content_bg.gif') repeat-x;
}
#main_content_jobs {
	width: 903px;
	height: 2000px;
	background: #d4dbe1 url('images/content_bg.gif') repeat-x;
	
}
#breadcrumbs {
	height: 29px;
	font-size: 11px;
}
#breadcrumbs a {
	color: #484848;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #7a7a7a;
	text-decoration: underline;
}
#footer {
	text-align: center;
	padding: 30px 0 70px 0;
	color: #444444;
	font-size: 12px;
}
#footer a {
	color: #0b4b78;
}
#footer a:hover {
	color: #3775a1;
}
a.topButton {
	display: block;
	height: 23px;
}
a:hover.topButton {
	background-position: 0 -23px;
}
.pageheader {
	font-size: 22px;
	color: #386585;
	padding: 0 0 0 0;
}
.pagesubhead {
	font-size: 16px;
	color: #386585;
	padding: 7px 0 0 0;
}
.headerOrange {
	font-size: 15px;
	font-weight: bold;
	color: #386585;
	padding: 30px 0 5px 0;
}
#sidebar_ereader {
	float: left;
	margin: 45px 0 0 0;
}
#sidebar {
	float: left;
	width: 250px;
	padding: 20px 0 0 0px;
	margin: 40px 0 0 0;
	height: 400px;
}
#sidebar_about {
	float: left;
	width: 230px;
	padding: 10px 0 0 0px;
	margin: 40px 0 0 0;
}
.headerBlue {
	font-size: 15px;
	font-weight: bold;
	color: #386585;
	padding: 30px 0 5px 0;
}
.headerGray {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	padding: 30px 40px 5px 0;
	border-bottom: 1px solid #999;
}
/*
#nav_home	{
	background-position: 0 -23px;
	
}*/

#partners_content {
	width: 903px;
	background: #d4dbe1 url('images/content_bg.gif') repeat-x;
}
option {
	font-size: 11px;
}
.que a {
	padding: 20px 0 0 20px;
	display:block;
	height:250px;
	width: 250px;
	float: right;
}
.contact_locations {
	padding: 10px;
	height: 370px;
	width: 820px;
}
.container_founder {
	float: left;
	width: 600px;
	padding-left: 50px;
	margin-right: 10px;
}
.founder_box {
	width: 580px;
	height: 200px;
	padding-top: 15px;
	border-bottom: 1px solid #ccc;
}
.founder_txt {
	font-size: 13px;
	line-height: 18px;
	color: #333;
	float: left;
	width: 425px;
	padding-left: 50px;
}
.img_left {
	float:left;
}
.boldblue {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #386585;
	padding-top: 15px;
}
.boldblue2 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #386585;
}
.boldblue3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #386585;
	padding: 15px 0 0 0;
}
.boldblue4 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #386585;
	padding: 35px 0 0 0;
}
.boldblue5 {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #386585;
	padding: 15px 0 0 0;
}
.boldblue5 {
	font-size: 14px;
}
.boldblue6 {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	list-style-type: none;
}
.boldblue7 {
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
}
.boldblue8 {
	font-size: 20px;
	color: #386585;
	padding: 0px;
}
.boldgray {
	font-size: 13px;
	line-height: 18px;
	color: #333;
	padding-top: 15px;
	font-weight: bold;
}
.para_gray {
	font-size: 13px;
	line-height: 18px;
	color: #333;
}
.para_indent {
	font-size: 13px;
	line-height: 18px;
	color: #333;
	padding: 10px 0 0 0;
}
.bold {
	font-weight:bold;
}
.spacer10 {
	padding-top: 10px;
}
.partnerItem {
	float: left;
	width: 170px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #CCC;
	margin: 0 2px 0 0;
	text-align:center;
}
.partnerImage {
	height: 75px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #CCC;
	text-align: center;
}
.sidebar_one {
	background-image:url('images/sidebar_bg4.gif');
	background-repeat:no-repeat;
	height: 600px;
	width: 230px;
}
.side {
	padding: 20px 10px 10px 15px;
}
.para {
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	padding-top: 5px;
}
.button {
	padding-top: 12px;
}
.line {
	padding: 10px 0 10px 0;
}
.career_para {
	padding: 0 25px 0 0;
}
.career_para .boldblue {
	border: 1px solid #999;
	font-size: 18px;
	font-weight: normal;
}
.border {
	border: 1px solid #999;
	padding: 15px;	
}
.content_block {
	float: left;
	padding: 0 0 0 25px;
	font-size: 12px;
	line-height: 18px;
	width: 510px;
}
#main_content_block {
	float: left;
	width: 600px;
	padding: 0px 0px 0px 50px;
	
}
.blue {
	color: #386585;
	font-size: 14px;
	width: 510px;
}
.worldmap {
	background-color: #5d6f7d;
	height: 376px;
	width: 505px;
	background-image: url('images/world_map4.png');
	background-repeat: no-repeat;
}
.location {
	margin: 251px 0px 0px 0px;
	padding: 1px;
	float: left;
	height: 120px;
	font-size: 9px;
	width: 123px;
	text-align: center;
}
.textlinks {
	color: #333;
	font-size:13px;
	line-height: 18px;
}
.new {
	color:#933;
}
.career_para {
	padding: 0 25px 0 0;
}
.comingsoon {
	color: #333;
	font-size:14px;
	padding-left: 0px;
	font-weight: normal;
}
.content_block {
	float: left;
	padding: 0 0 0 25px;
	font-size: 12px;
	line-height: 18px;
	width: 510px;
	text-align: justify;
}
.content_block p {
	padding: 0px;
	margin: 0px;
}
.print_button a {
	margin:  0;
	display: block;
	float: right;
	height: 22px;
	width: 66px;
	background-repeat: no-repeat;
	background-image: url('images/butn_print.png');
	text-align: center;
	color: #FFF;
	padding-top: 2px;
}
.download a {
	margin:  0;
	display: block;
	height: 22px;
	width: 150px;
	background-repeat: no-repeat;
	background-image: url('images/butn_download.png');
	text-align: center;
	color: #FFF;
	padding-top: 2px;
	font-size: 10px;
	line-height: 16px;
}
.career_para ul {
	margin-top: 5px;
}
.a_blue_header {
	color:#386585;
	font-weight:bold;
}
.a_gray_header {
	color:#333;
	font-weight:bold;
}
.a_blue {
	color: #386585;
}

.blue_header {
	color:#386585;
	font-weight:bold;
}
.gray_header {
	color:#666;
	font-weight:bold;
}
.press_release {
	border-top: #CCC 1px solid;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	padding: 0px;
	color: #b95a00;
}
.press_release_txt {
	font-size: 12px;
	line-height: 18px;
	padding: 0px 0 20px 0;
}
.pad_cambridge{
	padding-bottom:350px;
	}
.pad_zelenograd{
	padding-bottom:700px;
	}
.pad_mountainview{
	padding-bottom:700px;
	}
.pad_dresden{
	padding-bottom:700px;
	}
	
.career_web {
	padding: 3px;
	float: left;
	height: 90px;
	width: 100px;
	margin: 6px;
	font-size: 9px;
	text-align: center;
	line-height: 12px;
}

