@charset "utf-8";

/* CSS Document */
/*MAIN NAV*/
#nav {
	clear: both;
	width:  960px;
	height: 31px;
	margin: 0 auto;
	padding-top: 2px;
	padding-left: 22px;
	background: url(../images/navbar.jpg) no-repeat;
}

#nav li {
	float: left;
	display: block;
	margin-top: 2px;
}

#nav a {
	height: 15px;
	float:left;
	margin-top: 5px;
	margin-right: 16px;
	display:inline;
	text-decoration: none;
	text-indent: -9000px;
}

a#navabout {
	background: url(../images/navabout.gif) no-repeat;
	width: 115px;
	height: 15px;
}

body#about a#navabout {
	background: url(../images/navabouton.gif) no-repeat;
}

a#navservices {
	background: url(../images/navservices.gif) no-repeat;
	height: 15px;
	width: 75px;
}

body#services a#navservices {
	background: url(../images/navserviceson.gif) no-repeat;
}

a#navdifference {
	background: url(../images/navdifference.gif) no-repeat;
	height: 15px;
	width: 123px;
}

body#difference a#navdifference {
	background: url(../images/navdifferenceon.gif) no-repeat;
}

a#navnews {
	background: url(../images/navnews.gif) no-repeat;
	width: 147px;
	height: 15px;
}

body#news a#navnews {
	background: url(../images/navnewson.gif) no-repeat;
}

a#navcontact {
	background: url(../images/navcontact.gif) no-repeat;
	width: 88px;
	height: 15px;
}

body#contact a#navcontact {
	background: url(../images/navcontacton.gif) no-repeat;
}

/*SUB NAVIGATION*/


body#execteam a#execteam, body#careers a#careers, body#customers a#customers {
	color: #7B99E1;
}

body#projmgmt a#projmgmt {
	color: #7B99E1;
}

body#design a#design, body#itconsulting a#itconsulting {
	color: #7B99E1;
}

body#deployment a#deployment, body#consulting a#consulting, body#finance a#finance, body#development a#development, body#wireless a#wireless {
	color: #7B99E1;
}

body#ethics a#ethics {
	color: #7B99E1;

}

#sidebar-nav {
	font-size: 		11px;
	font-size: 		0.9em;
	width: 			210px;
	margin-left: 		2px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar-nav ul {
	padding: 				0px;
	margin: 0px 0px 10px 0px;
	list-style: 			none;
	list-style-position: 	outside;
}



/*********** LEVEL 1 **************************/

#sidebar-nav a {
	display: 			block;
	text-indent: 		0px;
	font-weight: 		normal;
	color: 			#3C4980;
	background: 		url(../images/arrowBLU.gif) no-repeat left top;
	line-height: 		22px;
	border-bottom: 	solid 1px #d3d1c6;
	padding-left: 20px;
}

#sidebar-nav a:hover {
	font-weight: 		normal;
	color: 			#4D90CD;
	background: 			url(../images/arrowBLUON.gif) no-repeat left top;
	line-height: 		22px;
	border-bottom: 	solid 1px #d3d1c6;
	text-decoration: none;
}

#brochure #sidebar-nav a {
	display: 			block;
	text-indent: 		0px;
	font-weight: 		normal;
	color: 			#3C4980;
	line-height: 		22px;
	padding-left: 20px;
}

#brochure #sidebar-nav a:hover {
	font-weight: 		normal;
	color: 			#4D90CD;
	line-height: 		22px;
	text-decoration: none;
}

#brochure a {
	display: 			block;
	text-indent: 		0px;
	font-weight: 		normal;
	color: 			#3C4980;
	line-height: 		16px;
	padding-left: 20px;
}

#brochure a:hover {
	font-weight: 		normal;
	color: 			#4D90CD;
	line-height: 		16px;
	text-decoration: none;
}

/*********** Case Studies **************************/

#case-studies-box a {
	display: 			block;
	float: left;
	text-indent: 		0px;
	font-weight: 		normal;
	color: 			#3C4980;
	background: 		url(../images/pdf_sm.jpg) no-repeat left top;
	padding-top: 1px;
	padding-left:  32px;
	font-size: 		12px;
	line-height: 16px;
	margin: 0px 0px 10px 5px;
	font-family: Arial, Helvetica, sans-serif;
}

#case-studies-box a:hover {
}

