body {
	background-color: #fff;
	margin: 0;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}

.header {
	width: 930px;
	position: relative;
	margin: 0 auto;
}

.header a#logo {
	width: 417px;
	height: 88px;
	margin: 5px 0px;
	background: url(../images/logo.jpg) no-repeat;
	display: block;
	float: right;
	clear: both;
}

.header .nav {
	background-color: #000;
	width: 928px;
	clear: both;
	float: left;
	/* margin-top: 94px; tmh */
	border: 1px solid #000;
	border-bottom: none;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

#menu,
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#menu li {
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
}

#menu li a {
	border-style: none;
	margin-left: 20px;
	margin-right: 20px;
	display: block;
    width: 130px;
    /* width: 120px; tmh */
    text-decoration: none;
    text-align: center;
}

#menu li a img {
	border-style: none;
}

#menu li a.home,
#menu li a.about {
	width: 80px;
	/* width: 100px; tmh */
}

#menu li a:visited {color: white;}
#menu li a.active {color: #9cf;}
#menu li a:hover {color: #9cf;}
#menu li ul {
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	position: absolute;
	font-size: 10px;
	line-height: 10px;
	text-align: left;
	width: 180px;
	height: 120px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 2px solid #ccc;
	/* border-top: none; tmh */
	background-color: #000;
	opacity: .75;
	filter:alpha(opacity='75');
	z-index: 1;
	margin-top: 35px;
	/* margin-top: 30px; tmh */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:	5px 5px 5px rgba(0, 0, 0, 0.25);
}




#menu li ul#products {
	position: absolute;
	font-size: 10px;
	line-height: 10px;
	text-align: left;
	width: 180px;
	height: 210px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 2px solid #ccc;
	/* border-top: none; tmh */
	background-color: #000;
	z-index: 1;
	margin-top: 35px;
	/* margin-top: 30px; tmh */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:	5px 5px 5px rgba(0, 0, 0, 0.25);
}

#menu li ul li a {
	text-align: left;
	width: 180px;
}

#menu li ul#products li a {
	text-align: left;
	width: 140px;
}

#menu li:hover ul, #menu li:hover ul#products, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	/* margin-left: -180px; */
}




#menu li ul#video {
	position: absolute;
	font-size: 10px;
	line-height: 10px;
	text-align: left;
	width: 140px;
	height: 120px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 2px solid #ccc;
	/* border-top: none; tmh */
	background-color: #000;
	z-index: 1;
	margin-top: 35px;
	/* margin-top: 30px; tmh */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:	5px 5px 5px rgba(0, 0, 0, 0.25);
}


#menu li ul li a {
	text-align: left;
	width: 180px;
}

#menu li ul#video li a {
	text-align: left;
	width: 140px;
}

#menu li:hover ul, #menu li:hover ul#video, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	/* margin-left: -180px; tmh */
}





#main {clear: both;}

.header #splash {
	top: 1px;
	background: url(../images/splash_adLib.jpg) no-repeat;
	padding: 0px;
	width: 930px;
	position: relative;
	z-index: 0;
	height: 352px;
	clear: both;
	overflow: hidden;
}

.header #splash ul#rotate {
	top: -13px;
	/* top: 0px; tmh */
	position: absolute;
	float: left;
	width: 930px;
	height: 352px;
	display: block;
	list-style-type: none;
	z-index: 0;
}

.header #splash #rotate li img {
	margin-top: -3px;
	margin-left: -40px;
}

.header .nav a {
	font-size: 12px;
	line-height: 30px;	
	color: #fff;
	text-decoration: none;
	width: 150px;
	display: block;
	float: left;
	text-align: center;
}

.header .nav a:hover {
	color: #9cf;
}

#indicator {
	background: url(../images/indicator.png) no-repeat center;
	width: 23px;
	height: 12px;
	display: block;
	position: absolute;
	top: -11px;
	left: 70px;
	z-index: 1;
}

.header .picnav {
	margin-top: -24px;
	float: left;
	display: block;
	position: relative;
	z-index: 99;
	height: 155px;
	clear: both;
	font-size: 12px;
}

.header .picnav a#defense,
.header .picnav a#government,
.header .picnav a#commercial {
	text-decoration: none;
	color: #000;	
	height: 155px;
	width: 140px;
	display: block;
	float: left;
	text-indent: 5px;
	line-height: 25px;
	border-right: 1px solid #fff;
}

.header .picnav a#defense {
	background: url(../images/picnav/defense1.png) no-repeat 0 25px;
}

.header .picnav a#government {
	background: url(../images/picnav/government1.png) no-repeat 0 25px;
}

.header .picnav a#commercial {
	background: url(../images/picnav/commercial1.png) no-repeat 0 25px;
}
.header .picnav a#latestnews {
	line-height: 25px;
	text-indent: 5px;
	width: 506px;
	height: 140px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	float: left;
	position: relative;
}

.header .picnav a#latestnews div#ticker {
	font-size: 12px;
	line-height: 18px;
	margin-left: 20px;
	color: #666;
	height: 100px;
	display: block;
	overflow: none;
}

.header .picnav a#latestnews div#ticker b {
	width: 100%;
	display: block;
	color: #000;
}

.footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	border: 1px solid #ccc;
	font-size: 10px;
	text-align: center;
}

.footer a {
	color: #6f7072;
	line-height: 25px;
	padding: 0px 15px;
}

.footer a:hover {
	color: #000;
}

.copy {
	font-size:9px;
	text-align: center;
	color:#999;
}

#ticker {
border-style: none;
width: 480px;
height: 140px;
padding: 20px;
}

#ticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}

.home {
	line-height: 1em;
	margin-left: 50px;
}

.home p {
	margin-left: 20px;
	line-height: 1em;
}

.home li {
	margin-left: 20px;
	line-height: 1em;
}

.footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	border: 1px solid #ccc;
	font-size: 10px;
	text-align: center;
}

.footer a {
	color: #6f7072;
	line-height: 25px;
	padding: 0px 15px;
}

.footer a:hover {
	color: #000;
}

.copy {
	font-size:9px;
	text-align: center;
	color:#999;
}

#ticker {
border-style: none;
width: 480px;
height: 140px;
padding: 20px;
}

#ticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}

.home {
	line-height: 1em;
	margin-left: 50px;
}

.home p {
	margin-left: 20px;
	line-height: 1em;
}

.home li {
	margin-left: 20px;
	line-height: 1em;
}
