
/*
* ========================================
* Global elements
* ========================================
*/

.elephant
{
    background-image: url(/Images/elefant.png);
    position: absolute;
    left: 150px;
    top: 300px;
    width: 500px;
    height: 500px;
    background-repeat: no-repeat;
    z-index: 2;
}

body { 
	background-color: #ebecee; /*#ffab00;*/
	font-family: Georgia,"Times New Roman", serif;
	margin: 0px;
	padding: 0px; /* required for Opera to have 0 margin */
	text-align: center; /* centers board in MSIE */
}


.frame {
	width: 1000px;
	margin: 0 auto; /* centers design */
}

.bottom_orange {
	height: 128px;
}

.white_5px 
{
	height: 5px;
}

.white_4px {
	height: 4px;
}

.white_3px {
	height: 3px;
}

.white_2px {
	height: 2px;
}


.white_1px {
	height: 1px;
}

.white_5px, .white_4px, .white_3px, .white_2px, .white_1px 
{
	width: 100%;
	background-color: #fff;
	font-size: 1px;
}

.clear 
{
    clear: both;
}

ul
{
	margin-top:0px;	
	margin-bottom:0px;
}

a
{
	color:#000;	
	text-decoration: none;
}

a:hover
{
	text-decoration:underline;	
}

.photoFrame
{
    border: solid 1px #000;
}

/*
* ========================================
* Background styles
* ========================================
*/


.background_properties {
	width: 100%;
}

.background_menu {
	background-color: #041212;
	clear:both;
}

.background_logo {
	background-image: url(/Images/logo_bg.png);
	background-repeat: repeat-x;
}

.background_row_top 
{
	/*height: 220px;*/
	clear: both;
}

.background_partner_row
{
    clear: both;
}

.background_main_body, .background_row_top, .background_menu_bottom, .background_partner_row {
	background-color: #fff;
}


.background_row_bottom {
	background-image: url(/Images/background_row_bottom.jpg);
	background-repeat: repeat-x;
	background-color: #ebecee;
	min-height: 415px;
}

.background_main_body {
	width: 100%;
}


/*
* ========================================
* Menu styles
* ========================================
*/


.menu_top {
	font-size: 0.9em;
	height: 22px;
	display: table-cell; /* makes vertical align with text work in CSS 2.0 */
	vertical-align: middle;
}

.menu_main {
	height: 40px;
	vertical-align: middle;
	line-height: 40px;
	font-size: 1.1em;
}

.menu_bottom {
	margin-top: 20px;
	padding-top: 3px;
	font-size: 0.9em;
	letter-spacing: 0.06em;
	border-top: 1px solid #000;
	width: 1000px;
	/*padding-top: 20px;*/
	padding-bottom: 10px;
	background-color: #fff;
}

.divMenu_front, .divMenuContainer_front
{
	background-color:Transparent;		
}

.menu_bottom A:link {text-decoration: none; color: #000; }
.menu_bottom A:visited {text-decoration: none; color: #000; }
.menu_bottom A:hover {text-decoration: underline; color: #000; }
.menu_bottom A:active {text-decoration: underline; color: #000; }


.menu_properties {
	color: #ffab00;
	text-align: left;
	padding-left: 15px;
	letter-spacing: 0.03em;
	font-weight: lighter;
}

.menu_properties A:link {text-decoration: none; color: #ffab00; }
.menu_properties A:visited {text-decoration: none; color: #ffab00; }
.menu_properties A:hover {text-decoration: underline; color: #fff; }
.menu_properties A:active {text-decoration: underline; color: #fff; }


/*
* ========================================
* Logo styles
* ========================================
*/


#logo_area {
	height: 208px;
	text-align: left;
}

#logo_container
{

}

.logo_photo {
	float: left;
	border-style: none;
}

#text_container {
	float: left;
	padding-top: 65px;
    height: 143px;
	/*background-image: url(/Images/textbg.png);
    background-repeat: no-repeat;*/
}


.logo_text
{
    margin: 0;
	font-family: Georgia, "Times New Roman", serif;	
	font-weight:normal;
	font-size: 1.6em;
	padding-left: 21px;
}


.more_link {
	color: #ffab00;
	background-color: #000;
	padding: 0px 2px 0px 2px;
	font-size: 1em;
	margin-left: 11px;

}

.more_link A:link {text-decoration: none; color: #ffab00; }
.more_link A:visited {text-decoration: none; color: #ffab00; }
.more_link A:hover {text-decoration: none; color: #fff; }
.more_link A:active {text-decoration: none; color: #ffab00; }


/*
* ========================================
* Top row styles
* ========================================
*/


.row_top {
	padding-left: 0px;/*50px;*/
	padding-top: 0px;/*28px;*/
}

.row_top_article {
	margin-bottom: 1px;
}

.row_top_article_right {
	padding-left: 45px;
}

.row_top_image {
	padding-right: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
}

.row_top_image, .row_top_article {
		float: left;
}


.row_top_header {
	text-transform: capitalize;
	font-size: 1.7em;
}

.row_top_text {
	text-align: left;
	font-size: 1em;
}

.row_top_text A:link {text-decoration: underline; color: #000; }
.row_top_text A:visited {text-decoration: underline; color: #000; }
.row_top_text A:hover {text-decoration: underline; color: #0000ff; }
.row_top_text A:active {text-decoration: underline; color: #0000ff; }

/*
* ========================================
* Partner row
* ========================================
*/

.partner_row
{
    text-align: left;
    margin: 0 auto; /* centers design */
}

/*
* ========================================
* Bottom row styles
* ========================================
*/


.row_bottom {
	width: 1000px;
	overflow: hidden; /* makes articles float left inside DIV */
}

.row_bottom_article {
	width: 250px;
	text-align: left;
	padding-top: 40px;
}

.row_bottom_article_right {
	padding-left: 120px;
}

.row_bottom_image {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
}

.row_bottom_image, .row_bottom_article {
	float: left;
}

.row_bottom_image_card
{
	display: block;
    background-image: url(/Images/card.png);
    background-repeat: no-repeat;
    height: 160px;
    width: 250px; 
    margin-top: -8px;
    margin-bottom: -10px;
}

.row_bottom_header 
{
    margin-top: 0px;
	text-transform: capitalize;
	font-size: 1.9em;
	margin-bottom: 15px;
	font-weight: normal;
}

.row_bottom_text {
	font-size: 1em;
}

.row_bottom_text A:link {text-decoration: underline; color: #000; }
.row_bottom_text A:visited {text-decoration: underline; color: #000; }
.row_bottom_text A:hover {text-decoration: underline; color: #0000ff; }
.row_bottom_text A:active {text-decoration: underline; color: #0000ff; }

.row_bottom_text h2
{
	margin:0px;
	display:inline;
	font-family: Georgia, "Times New Roman", serif;	
	font-weight:normal;
	font-size:1em;
}

/*
* ========================================
* Article template
* ========================================
*/

.main_body {
	overflow: hidden;
	width: 1000px;
	min-height: 800px;
}

.left_column {
	width: 280px;
	text-align: left;
	font-size: 0.9em;
}

.main_column {
	width: 445px;
	text-align: left;
	border-right: 1px solid #000;
	background-color: #fff;
	min-height: 550px;
	padding-right: 5px;
}

.right_column {
	width: 200px;
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: left;
	padding-top: 15px;
	padding-left: 20px;
}

.mainright_column {
	width: 680px;
	background-color: #fff;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 15px;
	min-height: 550px;
    text-align: left;
}


.main_column, .left_column, .right_column, .mainright_column
{
	float: left;
}

.right_column_small_header
{
	font-size: 1.2em;
	font-weight: bold;
}

.about_deepmind {
	background-image: url(/Images/gradientgrey.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: 2px;
}

.left_column_header, .right_column_header {
	text-transform: capitalize;
	font-size: 1.9em;
}

.left_column_card {

}

.article_header {
	font-size: 1.9em;
}

.article_abstract, .article_sub_header {
	font-weight: bold;
}

.left_column_links_area {
	font-size: 1.2em;
	color: #ffab00;
	background-color: #041212;
	padding: 10px 10px 10px 10px;
	line-height: 1.5em;
}

.left_column_links_area ul {
    margin-left: 0px;
    padding-left: 16px;
}

.left_column_links_area_vspace {
    margin-bottom: 2px;   
}

.left_image_card
{
	display: block;
    background-image: url(/Images/card-small.png);
    background-repeat: no-repeat;
    height: 165px;
    width: 222px; 
    margin-left: 20px;
    border:0px;
}

.left_column_links_area A:link {text-decoration: none; color: #ffab00; }
.left_column_links_area A:visited {text-decoration: none; color: #ffab00; }
.left_column_links_area A:hover {text-decoration: underline; color: #fff; }
.left_column_links_area A:active {text-decoration: underline; color: #fff; }


.quote_mark {
	font-family: Georgia,"Times New Roman";
	font-size: 2.5em;
}

.quote {
	font-style: italic;
}

/*
* ========================================
* Employee info
* ========================================
*/

.employee_info
{
	padding-bottom: 20px;	
}

.employeeListItem
{
	padding-left:3px;
	padding-right:3px;
	padding-top:5px;
	padding-bottom:30px;
	min-height:100px;
}

.employeeListItem:hover
{
	background:#eeeeee;
}

.bold 
{		
    font-weight: bold;
}

.employee_photo
{
	margin-right: 8px;
	margin-bottom: 5px;
	height:100px;
	float: right;	
	border:1px #cccccc solid;
}

.underline
{
	text-decoration:underline;	
}

.employee_list 
{
	line-height: 1.5em;
}

/*
* ========================================
* Contact us
* ========================================
*/

.contact-lbl
{
    float: left; 
    margin-right: 10px;
    width: 150px;
}

.comment-textbox
{
    height: 100px;
    width: 360px;    
}

.message
{
    background-color: #e6e8e7;
    border: solid 1px black;
    padding: 20px 10px;
    width: 250px;    
}


/*
* ========================================
* Services
* ========================================
*/

.servicesLogo
{
    text-align: center;
}

.servicesLogo img
{
    border: 0;
}


/*
* ========================================
* Learning
* ========================================
*/

.learningYear
{
    width: 100%;
    border-bottom: solid 1px #000;
    border-color: #000;
    font-size: 1.6em;
}

.learningItem img
{
    float: left;
    vertical-align: text-top;
    padding-right: 5px;
}

.certification
{
    margin-bottom: 50px;
}


/*
* ========================================
* Customer
* ========================================
*/

.customerLogo
{
    float: left;
    vertical-align: text-top;
    padding-right: 5px; 
}

.triarii
{
    font-size: 1.8em;
    padding-left: 50px;
}

.menuItemLeft
{
    /*display: none;*/
}

.onlineTitle
{
    color: #c39e34;
    font-family: Segoe UI, Arial, Tahoma;
}

.onlineText
{
    color: #c29780;
}

.onlineLink
{
    color: Blue;
    text-decoration: none;
    font-size: 13px;
}

h3.onlineHeader
{
    color: #548dd4;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    font-family: Segoe UI, Arial, Tahoma;
}

img
{
    border: 0;
}

.pnlNewYork
{
    background-color: White;
    padding: 10px;
    position: absolute;
    left: -9999px;

}

.pnlNewYork a
{
    color: blue;
    text-decoration: underline;
}


.modalBackground
{
    background-color:#333;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
    
}


.newYorkClose
{
    position:absolute;
    right: 2px;
    top: 2px;
}


/*
---
*/

.toprotator
{
    background-image: url(/Images/business.jpg);
    background-repeat: no-repeat;
    height: 385px;
    width: 1000px;
    opacity:0.8;
    filter:alpha(opacity=80);
}

.overlayleft
{
    height: 385px;
    width: 420px;
    float: left;
}

.overlayright
{
    float: left;
    height: 385px;
    width: 500px;

    background-color: White;
    opacity:0.8;
    filter:alpha(opacity=80);
}

.overlayleftcontent
{
    font-family: Arial;
    color: White;
    width: 250px;
    margin: 50px;
    opacity:1;
    filter:alpha(opacity=100);
}

.overlayrightcontent
{
    font-family: Arial;
    color: Black;
    font-weight: lighter;
    opacity:1;
    filter:alpha(opacity=100);
    margin: 50px;
}

.overlaycolumn1
{
    float: left;
    width: 40px;
    height: 385px;
    background-color: White;
    opacity:0.20;
    filter:alpha(opacity=20);
}

.overlaycolumn2
{
    float: left;
    width: 40px;
    height: 385px;
    background-color: White;
    opacity:0.5;
    filter:alpha(opacity=50);
}

a.currentPage
{
    font-size: 30px;
    text-decoration: underline;
    color: Blue;
}
