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

* {
margin:0;
padding:0;
}
html, body {
height:100%;
}
a {
	text-decoration:none;
	color:#CC6600;
}
a:hover {
	color:#CC9900;
}
#container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 915px;
	height: 100%;
}
#mainNav {
	position:absolute;
	background-image:url(../assets/images/shared/navBkgrnd.png);
	background-repeat: repeat-x;
	height: 55px;
	width:100%;
	z-index:1;
	text-align:left;
	left: 0px;
	top: 0px;
}
#navs {
	width: 900px;
	margin:0 auto;
}
#navs ul {
	list-style-type: none;
	margin-top: 13px;
}
#ndsLogo {
	float: left;
	margin-right:10px;
}
#navs ul li {
	display: inline;
	padding-left: 30px;
}
#navs span {
	display: none;
}
#navs img{
	border:none;
}
#applications:hover img  {
	background-image:url(../assets/images/shared/applications-ON.gif);
	background-repeat: no-repeat;
	background-position: left -1px;
}
#contact:hover img  {
	background-image:url(../assets/images/shared/contact-ON.gif);
	background-repeat: no-repeat;
	background-position: left -1px;
}

