@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*/
#sidebar-nav {
	float:left;
	width: 230px;

}

#sidebar-nav ul {
	list-style-type: none;
	margin: 6px 0px 20px 0px;

}

#sidebar-nav li {
	width: 208px;
	background-image: url(../images/arrowblue.gif);
	background-repeat: no-repeat;
	border: 1px solid #8A87B6;
	line-height: 16px;
	margin: 1px 0px 6px 0px;
	padding: 2px 0px 2px 20px;
	font-size: .9em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	display: block;
}

sidebar-nav a {
	background: #D0D9E8;
	display: block;
}

#sidebar-nav a:link, a:visited {
	text-decoration: none;
	color: #3E4C95;
	display: block;
}

#sidebar-nav a:hover, a:active {
	text-decoration: none;
	color: #009CD6;
	display: block;
}

body#execteam a#execteam {
	color: #660000;
}

body#careers a#careers {
	color: #660000;
}

body#projmgmt a#projmgmt {
	color: #660000;
}

body#design a#design {
	color: #660000;
}

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

