@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
ul,li,ol{
	list-style:none;
}
body{
	background:url(../images/bg.png) repeat-x 0 -129px;
	font-family:Sans Serif, Arial, Helvetica, Calibri;
	text-align:center;
	line-height:1.8;
}
img{
	border:none;
}
.head{
	position:relative;
	margin:0 auto;
	width:950px;
	text-align:left;
}
.logo{
	padding:35px 0 0 20px;
}
.logo span{
	font-size:9pt;
	font-family:Arial;
}
.ms{
	position:absolute;
	top:20px;
	right:20px;
}
.nav{
	margin:20px auto 0;
	width:950px;
	background:url(../images/bg.png) repeat-x 0 -78px;
	height:51px;
}

.jqueryslidemenu{
	margin: 0 auto;
	font: bold 12px Verdana;
	background:url(../images/bg2.png) no-repeat 0 -7px;
	height:51px;
	width:950px;
}

.jqueryslidemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block;
	color: white;
	padding: 18px 33px;
	background:url(../images/line.png) no-repeat right;
	color: #2d2b2b;
	text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
	color: white;
}

.jqueryslidemenu ul li a:hover{
	color:#66FFFF;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	background:#05459E;
	font: normal 13px Verdana;
	width:200px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 20px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

#selected, #selected-s{ 
	color:#66FFFF;
	font-weight:bold;
}

.show{
	margin:15px auto 0;
	background:url(../images/banner-bg.jpg) no-repeat;
	width:950px;
	height:236px;
	color:#FFFFFF;
	text-align:left;
}
.show h2{
	padding:10px 30px 0;
	font-size:14pt;
	font-weight:normal;
}
.show-text{
	padding:26px 0 0 30px;
	width:570px;
	height:132px;
	font-size:8pt;
	line-height:1.5;
}
.show-text p{
	margin:0 0 20px;
}
.list-services{
	margin:35px auto 0;
	padding:0 10px;
	width:930px;
	text-align:left;
}
.list-services dl{
	float:left;
	width:218px;
	padding:0 7px;
}
.list-services dl dt{
	padding:60px 0 0;
	background-image:url(../images/h-bg.jpg);
	background-repeat:no-repeat;
	color:#165698;
	width:218px;
	height:30px;
	font-weight:bold;
	font-size:10pt;
}
.sharepoint dt{
	background-position:0px 0px;
}
.web dt{
	background-position:-218px 0px;
}
.cloud dt{
	background-position:-436px 0px;
}
.global dt{
	background-position:-654px 0px;
}
.list-services dl dd{
	font-size:8pt;
	color:#222222;
}
.list-services dl dd span a{
	color:#165698;
	text-decoration:none;
}
.link{
	padding:20px 0 0;
}
.foot{
	margin:0 auto 20px;
	clear:both;
	width:950px;
	height:75px;
	background:url(../images/bg.png) repeat-x 1px 1px;
	font-size:8pt;
	color:#646464;
}
.foot ul {
	width:950px;
	padding:30px 0 0;
	height:45px;
	background:url(../images/bg2.png) no-repeat 0 69px;
}
.foot ul li{
	display:inline;
	padding:0 10px;
}
.foot ul li a{
	color:#646464;
	text-decoration:none;
}
.container{
	clear:both;
	margin:15px auto 0;
	background:url(../images/info-bg.png) repeat-x;
	text-align:left;
	width:920px;
	font-size:10pt;
}
.position{
	font-size:8pt;
	color:#666;
}
.position a{
	text-decoration:none;
	color:#666;
}
.container-info{
	background:url(../images/info-bg-head.png) no-repeat;
	padding:15px 30px 0;
}
.container-info h2{
	font-size:14pt;
	color:#333;
}
.container-info p{
	padding:10px 0;
}
.container-info h3{
	background:#00CCFF url(../images/bg.png) repeat-x 0 -129px;
	padding:0px 20px 0;
	color: #FFF;
	font-size:13pt;
}
.container-info h4{
	padding:10px 0 0;
	color: #006699;
	font-size:13pt;
}
.container-info h5{
	padding:10px 0 0;
	color:#990000;
	font-size:12pt;
}
.container-info ul{
	padding:10px 0;
}
.container-info ul li{
	list-style: square;
	margin:0 0 0 15px;
}
.container-info ul li a{
	color:#003366;
}
.text-img-l{
	float:left;
	padding:20px 10px 10px 0 ;
}
.test-img-r{
	float:right;
	padding:20px 0 10px 10px;
}
.table1{
	margin:0 auto;
	border:1px solid #666;
	border-collapse:collapse;
}
.table1 th{
	padding:20px;
	width:460px;
	border-bottom:1px solid #CCCCCC;
	vertical-align:top;
}
.table1 td{
	padding:20px;
	width:360px;
	border-bottom:1px solid #CCCCCC;
	vertical-align:top;
}
.table1 td a{
	color:#003366;
}

