@charset "utf-8";
/* CSS Document */

body
{
	font-family:Verdana;
	font-size:11px;
	font-stretch:ultra-condensed;
	color:#4D4D4D;
	text-align:justify;
	width:100%;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	
}

a,a:visited, a:link
{
	text-decoration:none;
	color:#1B75BB;
}
h1
{
	font-size:27px;
	color:#1B75BB
}
h1 span
{
	font-size:21px;
	color:#2B388F
}
h3
{
	font-size:21px;
	color:#1B75BB;
}
h4
{
	color:#1B75BB;
}
h5, h5 a:visited, h5 a:link
{
	color:#1B75BB;
	font-weight:bold;
}

h5 span
{
	color:#4D4D4D;
}
hr
{
	color:#D2D2D4;
}
input
{
	height:16px;
}
textarea
{
	overflow:hidden;
}
.input
{
	border:#1B75BB solid 1px;
	font-family:Verdana;
	font-size:11px;
	color:#686868;
	width:250px;
}
.lists
{
	line-height:15px;
}
#Page
{
	width:960px;
	border:0 solid #D2D2D4;
}
.m_menu
{
	height:31px;
}
.center
{
	margin-left:auto;
	margin-right:auto;
}
.left
{
	margin-left:0px;
	margin-right:auto;
}
.right
{
	margin-left:auto;
	margin-right:0px;
}
.block
{
	display:block;
}
.valignTop
{
	vertical-align:top;
}
.textcenter
{
	text-align:center
}
.marginTop0
{
	margin-top:15px;
}
.marginTop1
{
	margin-top:15px;
}
.marginTop2
{
	margin-top:20px;
}
.marginTop3
{
	margin: 0px;
}
.marginLeft1
{
	margin-left:15px;
}
.menuButton
{
	width:118px;
	height:30px;
	margin-left:1px;
	border-bottom:#FFFFFF solid 1px;
}
.short_text
{
	width:350px;
}
.shorter_text
{
	width:315px;
}
.borderTop
{
	border-top:#D2D2D4 solid 2px;
}
.borderLeft
{
	border-left:#D2D2D4 solid 2px;
}
.borderRight
{

}
.borderBottom
{
	border-bottom:#D2D2D4 solid 2px;
}
.text_arrow
{
	background:url(../img/commons/arrow_vineta.gif) no-repeat;
	height:6px;
	width:4px;
	float:left;
	margin-top:4px;
	margin-right:7px;
	clear:both;
}
.submenu_arrow
{
	background:url(../img/commons/arrow_white.gif) no-repeat;
	height:6px;
	width:4px;
	float:left;
	margin-top:6px;
	margin-right:1px;
	visibility:hidden;
}
.portrait
{
	background:url(../img/commons/bg_portrait_short.gif) repeat-y;
	width:195px;
	height:135px;
	float:right;
	margin-right:-63px;
	
}
/*\*/ * html div.p_relative{position:relative;}/**/
/*\*/ * html .portrait
{
	position:absolute;
	right:0px;
}/**/
.portrait_shorter
{
	height:54px;
}
.portrait_large
{
	background:url(../img/commons/bg_portrait_large.gif) repeat-y;
	width:245px;
	height:130px;
}
.photo
{
	margin-top:5px;
	margin-left:5px;
}
.HeaderContent
{
	margin-left:0px;
}

#IOSLogo
{
	background:url(../img/commons/logo.gif) no-repeat;
	height:34px;
	width:430px;
	margin-top:3px;
	margin-bottom:3px;
}
#HeaderImage
{
	width:960px;
	height:232px;
	background-image: url(../img/Header.jpg);
}

#submenu_About
{
	background:url(../img/commons/ios_home_about.gif) repeat-x #002366;
	
}
#submenu_Expertise
{
	background:url(../img/commons/ios_home_markets.gif) repeat-x #002366;
	
}
#submenu_Products
{
	background:url(../img/commons/ios_home_products.gif) repeat-x #002366;
	
}
#submenu_Markets
{
	background:url(../img/commons/ios_home_markets.gif) repeat-x #002366;
	
}
#submenu_Business
{
	background:url(../img/commons/ios_home_business.gif) repeat-x #002366;
	
}
.menu, .menu ul
{
	/*width:906px;*/
	margin-left:-1px;
	margin-top:1px;
	list-style-type: none;
	display:block;
}
.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}
.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
	
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
	width:95.8%;
	/*background:url(../img/commons/submenu_bg.gif) #3C495E repeat-x;*/
	border:solid 2px #002366
	
}

.menu li:hover>ul ul {
	visibility: visible;	/* display submenu them on hover */
	width:93%;
	border:0;
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0%;
	left: 0;
	/*background:#3C495E;*/
}

.menu ul li:hover > div.submenu_arrow
{
	visibility:visible;
}
/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	/*content: ".";*/
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
	
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 5px 0 10px 0;
	margin: 0 0 0 2px;

}
.menu ul ul {
	position:relative;
	margin:0 0 0 0px;
	
}

.menu ul li {
	padding-top:3px;
	padding-left:2px;
}
.menu ul ul li {
	padding-top:5px;
	padding-left:0px;
}


.menu ul a {	/* fix clickability-area problem */
	zoom: 1;
	width:96%;
	font-family:Verdana;
	font-size:10px;
	color:#FFFFFF;
	line-height:16px;
	text-align:left;
}
.menu ul ul a {	/* fix clickability-area problem */
	line-height:16px;
	width:95%;
	color:#92F0FC;
}

.menu, .menu ul {	/* float.clear */
	zoom: 1;
}

/*\*/* html .menu li.adxmhover {
	z-index: 10000;
}/**/

/*\*/* html .menu .adxmhoverUL {	/* li:hover>ul selector */
	visibility: visible;
	width:95.8%;
	
	top: 100%;
	left: 0;
}/**/

/*\*/* html .menu .adxmhover ul
{
	width:94.2%;
	margin-top:1px;
	border:solid 2px #002366;
	
}/**/
/*\*/* html .menu .adxmhover ul a {	/* 1st-level submenu go below their parent item */
	margin-left:-3px;
	width:94%;
	font-family:Verdana;
	font-size:10px;
	color:#FFFFFF;
	text-align:left;
	line-height:16px;
}/**/

/*\*/* html .menu .adxmhover ul ul a {	/* 1st-level submenu go below their parent item */
	line-height:16px;
	width:93%;
	color:#92F0FC;
}/**/
/*\*/* html .menu .adxmhover ul ul
{
	padding-top:2px;
	visibility:visible;
	border:0;
	clear:both;
}/**/
/*\*/* html .menu .adxmhover li.doOver div.submenu_arrow
{
	visibility:visible;
}/**/
/*\*/* html .menu li.doOver div.submenu_arrow
{
	visibility:visible;
}/**/


/*\*/* html .menu .adxmhoverUL .adxmhoverUL {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 0;
	/*background:#3C495E;*/

}/**/

.menu li li {	/* fix white gap problem */
	float: left;
	width: 100%;
}

.menu li li {	/* prevent double-line between items */
	margin-top: -1px;
}

#Footer
{
	color:#686868;
	font-size:10px;
	
}
#Footer table
{

}
#Footer table td
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;

}

#Footer a, #Footer a:visited, #Footer a:link
{
	color:#686868;
}
#Footer a:hover
{
	color:#1B75BB;
}
/*Style for Main Manu buttons*/

#About
{
	background:url(../img/commons/btn_about.gif) -118px 0px;
	padding-left:0px
}
.menu li:hover #About, .menu .adxmhover #About
{
	background-position: 0px 0px;
}

#Expertise
{
	background:url(../img/commons/btn_expertise.gif) -118px 0px;
}
.menu li:hover #Expertise, .menu .adxmhover #Expertise
{
	background-position: 0px 0px;
}

#Products
{
	background:url(../img/commons/btn_products.gif) -118px 0px;
}
.menu li:hover #Products, .menu .adxmhover #Products
{
	background-position: 0px 0px;
}

#Markets
{
	background:url(../img/commons/btn_markets.gif) -118px 0px;
}
.menu li:hover #Markets, .menu .adxmhover #Markets
{
	background-position: 0px 0px;
}

#Business
{
	background:url(../img/commons/btn_business.gif) -200px 0px;
	width:200px;
}
.menu li:hover #Business, .menu .adxmhover #Business
{
	background-position: 0px 0px;
}
#Home
{
	background:url(../img/commons/btn_home.gif) -118px 0px;
}
.menu li:hover #Home, #Home:hover
{
	background-position: 0px 0px;
}

#Service
{
	width:164px;
	background-image: url(../img/commons/btn_services_blank.gif);
}

.menu li:hover #Service, #Service:hover
{
	background-position: 0px 0px;
}

