/* @group General Rules */

/* -- undo browser HTML defaults (see: http://tantek.com/log/2004/09.html#d06t2354) -- */

:link,:visited {
	text-decoration: none;
}

a:focus, a:active {
	outline: none;
	border: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code,p {
	font-size: 1em;
}

ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
}

address {
	font-style: normal;
}

.hide {
	display: none;
}

.warn {
	font-style: normal;
	color: #f00;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #c70701;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul, ol {
	list-style: none;
}

html {
	display: block;
	background-color: #d60a01;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

body {
	display: block;
	position: relative;
	color: #e9e9e9;
	text-align: center;
	font-size: 62.5%;
	background-color: #000;
	margin-bottom: 40px;
}

body.index {
	background: #000 url(../images/top-images/nyc.jpg) no-repeat center top;
}

body.interior {
	background: #000 url(../images/top-images/refinery.jpg) no-repeat center top;
}

body.lawenforcement {
	background: #000 url(../images/top-images/police-car.jpg) no-repeat center top;
}

body.military-top {
	background: #000 url(../images/top-images/military.jpg) no-repeat center top;
}

body.travel-top {
	background: #000 url(../images/top-images/international-travel.jpg) no-repeat center top;
}

body.about-top {
	background: #000 url(../images/top-images/golden-gate-bridge.jpg) no-repeat center top;
}

body.commercial-top {
	background: #000 url(../images/top-images/commercial-top.jpg) no-repeat center top;
}

body.technology-top {
	background: #000 url(../images/top-images/technology-top.jpg) no-repeat center top;
}

body.threat-top {
	background: #000 url(../images/top-images/threat-top.jpg) no-repeat center top;
}

html>body {
	font-size: 10px;
}

/* @end */

/* @group Containers */

#contain-main {
	display: block;
	position: relative;
	width: 100%;
}

#contain-main #swish {
	display: block;
	position: absolute;
	width: 599px;
	height: 476px;
	top: 100%;
	left: 100%;
	margin-left: -599px;
	margin-top: -476px;
	background: url(../images/swish.jpg) no-repeat left top;
}

#content {
	display: block;
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#content h1 {
	display: block;
	position: absolute;
	left: 0;
	top: 90px;
}

#content h1 img#print-logo {
	display: none;
}

/* @end */

/* @group Nav Main */

#nav-main {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 960px;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.2em;
}

#nav-main div {
	display: inline;
	position: relative;
	float: left;
	margin-top: -3px;
	margin-left: 10px;
}

#nav-main ul {
	display: block;
	position: relative;
	float: left;
	height: 48px;
	width: auto !important;
	width: 1px;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#nav-main ul li {
	display: block;
	position: relative;
	height: 48px;
}

#nav-main ul li a {
	display: block;
	position: relative;
	line-height: 12px;
	height: 48px;
	padding: 12px 16px 0 16px;
	background: url(../images/div.gif) no-repeat right 10px;
}

br {
	display: block;
	position: relative;
	width: 10px;
	height: 10px;
	background-color: transparent;
}

#nav-main a:hover {
	/*color: #c70701;*/
	color: #ff0000;
	/*color: #FC6;*/
	text-decoration: none;
}

#nav-main ul ul {
	display: none;
	position: absolute;
	top: 49px;
	left: 0;
	z-index: 100;
}

#nav-main ul li:hover ul {
	display: block;
}

#nav-main ul li ul li {
	display: inline;
	float: left;
	height: 38px;
	width: 150px;
	border-bottom: 1px solid #333;
	background-color: #000;
	opacity: .7;
	filter: alpha(opacity=70);
}

#nav-main ul li ul a {
	display: block;
	position: relative;
	line-height: 12px;
	height: 38px;
	padding: 10px 16px 0 16px;
	background: none;
	text-indent: 0;
}

#nav-main div#threat-advisory {
	display: block;
	height: 152px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}

#nav-main div#threat-advisory p strong {
	display: block;
	text-align: center;
	font-weight: normal;
	width: 110px;
	height: 25px;
	line-height: 28px;
	margin: 0 0 0 0;
	background-color: #000;
}

/* @end */

/* @group Content Main */

#content-main {
	display: block;
	position: relative;
	width: 960px;
	padding-top: 260px;
	padding-bottom: 100px;
	overflow: hidden;
}

#content-head {
	display: block;
	position: relative;
	width: 960px;
	height: 184px;
	margin: 0 0 33px 0;
}

#content-head ul#breadcrumbs {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 31px;
	width: 960px;
}

#content-head ul#breadcrumbs li {
	display: inline;
	float: left;
	line-height: 31px;
	font-weight: bold;
	color: #f7f0ca;
}

#content-head ul#breadcrumbs li a {
	display: inline;
	line-height: 31px;
	height: 31px;
	text-decoration: underline;
	margin-right: 15px;
}

/*#content-head ul#breadcrumbs li a:after {
	content: "  :";
}*/

#content-head ul#breadcrumbs li#home a {
	display: block;
	width: 136px;
	text-decoration: none;
	background-image: none;
}

#content-head ul#breadcrumbs li#home a:after {
	content: "";
}

#content-head ul#breadcrumbs li#home a:hover {
	text-decoration: none;
	/*color: #1b1b19;*/
	color: #FC6;
	background-image: url(../images/home-o.gif);
}

body.international-travel #content-head h2 {
	display: block;
	position: absolute;
	width: 960px;
	height: 184px;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url(../images/headers/international-travel.gif);
}

body.military #content-head h2 {
	display: block;
	position: absolute;
	width: 960px;
	height: 184px;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url(../images/headers/military.gif);
}

body.threat-intelligence #content-head h2 {
	display: block;
	position: absolute;
	width: 960px;
	height: 184px;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url(../images/headers/threat-intelligence.gif);
}

body.law-enforcement #content-head h2 {
	display: block;
	position: absolute;
	width: 960px;
	height: 184px;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url(../images/headers/law-enforcement.gif);
}

body.technological-solutions #content-head h2 {
	display: block;
	position: absolute;
	width: 960px;
	height: 184px;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url(../images/headers/technological-solutions.gif);
}

body.commercial #content-head h2 {
	display: block;
	position: absolute;
	width: 960px;
	height: 184px;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url(../images/headers/commercial.gif);
}

body.resources #content-head h2 {
	display: block;
	position: absolute;
	width: 960px;
	height: 184px;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url(../images/headers/resources.gif);
}

body.contact #content-head h2 {
	display: block;
	position: absolute;
	width: 960px;
	height: 184px;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url(../images/headers/contact.gif);
}

body.about #content-head h2 {
	display: block;
	position: absolute;
	width: 960px;
	height: 184px;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url(../images/headers/about.gif);
}

body.sitemap #content-head h2 {
	display: block;
	position: absolute;
	width: 960px;
	height: 184px;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url(../images/headers/sitemap.gif);
}

#content-body {
	display: inline;
	position: relative;
	float: left;
	width: 540px;
	text-align: left;
	padding-bottom: 60px;
	overflow: hidden;
}

body.omega-vent-shroud #content-body {
	background: transparent url(../images/shroud-bg-trans.png) no-repeat left top;
}

#content-body h3 {
	font-size: 24px;
	font-weight: bold;
	color: #fcf9d7;
	margin-top: 2px;
	margin-bottom: 20px;
}

#content-body img.left {
	border: 1px solid #999;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
	padding: 3px;
}

#content-body img.right {
	border: 1px solid #999;
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
	padding: 3px;
	background: #000;
}

#content-body h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 15px;
	color: #C00;
}

#content-body p {
	font-size: 12px;
	margin-bottom: 12px;
	line-height: 21px;
}

#content-body a {
	text-decoration: underline;
}

#content-body ul.links {
	display: block;
	position: relative;
	width: 562px;
	margin-left: -22px;
	margin-bottom: 35px;
	overflow: hidden;
}

#content-body ul.links li a {
	display: inline;
	position: relative;
	float: left;
	width: 165px;
	height: 40px;
	background: url(../images/button-x.gif) no-repeat left top;
	margin-left: 22px;
	text-align: center;
	font-size: 9px;
}

#content-body ul.links li a strong {
	display: block;
	font-weight: bold;
	font-size: 11px;
	margin-top: 8px;
	text-transform: uppercase;
}

#content-body ul.links li a:hover {
	color: #fcf9d7;
	text-decoration: none;
	background: url(../images/button-o.gif) no-repeat left top;
}


hr {
	border: none;
	height:1px;
	background: #333;
	margin: 12px 0;
}


#content-body ul.simple {
	display: block;
	position: relative;
	list-style: none;
	margin-left: 15px;
	margin-bottom: 11px;
}

#content-body ul.simple li{
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 5px;
	list-style-image:url(../images/list-bullet.gif)
}

#content-body ul.simple li a {
	display: inline;
	position: relative;
	line-height: 19px;
}

#content-body ul.simple li a:hover {
	text-decoration: none;
}



#content-body ul.sitemap {
	display: block;
	position: relative;
	list-style: square;
	margin-left: 15px;
}

#content-body ul.sitemap li a {
	display: inline;
	position: relative;
	font-size: 11px;
	line-height: 15px;
}

#content-body ul.sitemap li a:hover {
	text-decoration: none;
}

#content-body div {
	display: block;
}

#content-body div.ui-tabs-hide {
	display: none;
}

ul#content-sub-nav {
	display: inline;
	position: relative;
	float: left;
	width: 220px;
	margin-right: 20px;
	text-align: left;
}

#content-sub-nav li {
	display: inline;
	position: relative;
	float: left;
	width: 220px;
}

#content-sub-nav li a {
	display: block;
	position: relative;
	width: 190px;
	height: 33px;
	padding-left: 30px;
	line-height: 33px;
	background-image: url(../images/content-sub-nav-x.gif);
}

#content-sub-nav ul li a {
	display: block;
	position: relative;
	width: 190px;
	height: 33px;
	padding-left: 30px;
	line-height: 33px;
	color: #aaa;
	background-image: url(../images/content-sub-sub-nav-x.gif);
}

#content-sub-nav li a:hover {
	color: #fff;
	text-decoration: none;
	background-image: url(../images/content-sub-nav-o.gif);
}

#content-sub-nav ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-image: url(../images/content-sub-sub-nav-o.gif);
}

#content-related {
	display: inline;
	position: relative;
	float: right;
	width: 140px;
	/*background: url(../images/dotted.gif) repeat-x left bottom;*/
	border-bottom: 1px dotted #232323;
}

#content-related img {
	display: block;
	position: relative;
	/*background: url(../images/dotted.gif) repeat-x left bottom;*/
}

#content-related a.ready {
	display: block;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px dotted #232323;
	/*background: url(../images/dotted.gif) repeat-x left bottom;*/
}

#content-related p {
	display: block;
	position: relative;
	margin: 12px 0 12px 0;
	text-align: left;
	font-size: 11px;
	line-height: 17px;
}

#content-related p a {
	text-decoration: underline;
	color: #fff;
}

#content-related p a:hover {
	color: #ca0a05;
	text-decoration: none;
}

#content-related blockquote {
	display: block;
	position: relative;
	margin: 12px 0 12px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	text-align: left;
	font-size: 14px;
	line-height: 21px;
	font-family: New baskerville, Georgia, Times, serif;
	font-style: italic;
	color: #FFC;
}


/* @group Index Exceptions */

body.index #content-main h2 {
	display: block;
	position: relative;
	width: 940px;
	margin: 0 auto;
	font-size: 24px;
	line-height: 40px;
	font-weight: normal;
	text-align: left;
	color: #c70701;
}

body.index #content-main h2 a {
	padding-top: 2px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

body.index #content-main h2 a:hover {
	color: #c70701;
	text-decoration: none;
	border-bottom: 1px solid #c70701;
}

body.index #content-main #critical-elements {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 30px;
	width: 940px;
}

body.index #content-main h5.left {
	display: block;
	position: relative;
	width: 438px;
	height: 130px;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	border: 1px solid #222222;
	background: #0a0a0a;
	margin: 15px 0 30px 0;
	float: left;
}

body.index #content-main h5.right {
	display: block;
	position: relative;
	width: 438px;
	height: 130px;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	border: 1px solid #222222;
	background: #0a0a0a;
	margin: 15px 0 30px 20px;
	float: left;
}

/* @end */

/* @end */

/* @group Content-Sub (Index) */

#content-sub {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 960px;
	margin-bottom: 0;
	overflow: hidden;
	min-height: 500px;
	background: url(../images/content-sub-bg-trans.png) no-repeat left top;
}

#content-sub h3 {
	display: inline;
	position: relative;
	height: 50px;
	float: left;
	font-size: 24px;
	line-height: 60px;
	font-weight: normal;
	text-align: left;
	color: #c70701;
	text-indent: 10px;
	/*text-transform: uppercase;*/
}

#content-sub ul li {
	display: block;
	position: absolute;
	width: 140px;
	height: 48px;
	top: 2px;
	left: 0;
	font-size: 11px;
	text-transform: uppercase;
	color: #f7f0ca;
	line-height: 48px;
	background: url(../images/tab.gif) no-repeat left top;
	opacity: .5;
	filter: alpha(opacity=50);
}

#content-sub ul li.ui-tabs-selected {
	opacity: 1;	
	filter: alpha(opacity=100);
}

#content-sub ul li#capabilities-head {
	left: 330px;
}

#content-sub ul li#resources-head {
	left: 490px;
}

#content-sub ul li a {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	color: #f7f0ca;
	line-height: 48px;
	background-image: url(../images/tab.gif);
}

#content-sub ul li a:hover {
	text-decoration: none;
	color: #fff;
}

#content-sub div {
	display: block;
	position: relative;
	float: left;
	width: 960px;
	/*margin-top: 21px;*/
	margin-top: 17px;
	text-align: left;
}

#content-sub dl {
	display: inline;
	position: relative;
	float: left;
	width: 159px;
	/*border-top: 1px solid #2b323a;*/
	border-top: 1px solid #000;
	margin-right: 1px;
	min-height: 420px;
	height: auto !important;
	height: 420px;
	background: url(../images/dl-bg-trans.png) repeat-x left top;
}

#content-sub dl dt {
	display: block;
	position: relative;
	text-transform: uppercase;
	line-height: 13px;
	margin: 17px 10px 0 23px;
}

#content-sub dl dt a {
	text-decoration: none;
	color: #fff;
	padding-top: 1px;
}

#content-sub dl dt a:hover {
	text-decoration: none;
	color: #b60601;
}

#content-sub dl dd {
	display: block;
	position: absolute;
	top: 47px;
	width: 132px;
	margin: 15px 10px 15px 10px;
	font-size: 11px;
	line-height: 16px;
}

#content-sub dl dd a {
	display: block;
	margin-top: 5px;
	color: #e1dbc5;
}

#content-sub dl dd a:hover {
	color: #b60601;
	text-decoration: none;
}

#content-sub div.ui-tabs-hide {
	display: none;
}

/* @end */

/* @group Site Info (Footer) */

#contain-site-info {
	display: block;
	position: relative;
	clear: both;
	width: 100%;
	height: 130px;
	background: #d60a01 url(../images/footer-bg.gif) repeat-x left top;
}

#site-info {
	display: block;
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#site-info p {
	display: block;
	position: absolute;
	top: 37px;
	left: 0;
	color: #550101;
	font-weight: bold;
}

#site-info ul {
	display: block;
	position: absolute;
	left: 0;
	top: 19px;
	text-align: left;
}

#site-info li {
	display: inline;
	float: left;
	margin-right: 28px;
}

#site-info li a {
	display: block;
	padding-top: 1px;
	padding-right: 1px;
	font-weight: bold;
	color: #f7f0ca;
}

#site-info li a:hover, #site-info h5 a:hover {
	text-decoration: none;
	color: #550101;
}

#site-info dl.vcard {
	display: block;
	position: absolute;
	top: 19px;
	left: 332px;
	text-align: left;
	color: #550101;
	/*color:#FFA08F;*/
	width: 148px;
	line-height: 15px;
	border-right: 1px solid #ce6659;
	height: 130px;
	font-weight: bold;
}

#site-info dl.vcard#dc {
	left: 493px;
}

#site-info dl.vcard#tf {
	left: 811px;
}

#site-info dl.vcard#kl {
	left: 652px;
}

#site-info dl dt {
	display: block;
	color: #f7f0ca;
	margin-bottom: 5px;
}

#site-info h4 {
	display: block;
	position: absolute;
	top: 19px;
	left: 812px;
	color: #f7f0ca;
	font-size: 14px;
	font-weight: bold;
}

#site-info h5 {
	display: block;
	position: absolute;
	top: 41px;
	left: 812px;
	font-size: 11px;
	font-weight: bold;
}

#site-info h5 a {
	padding-top: 1px;
	color: #f7f0ca;
}

#site-info h6 {
	display: block;
	position: absolute;
	top: 60px;
	left: 840px;
}

/* @end */


form#contact {
	display: block;
	position: relative;
	width: 450px;
	margin: 20px 0;
	font: 12px/17px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	/*border: 1px solid #000;*/
}

form#contact fieldset {
	display: block;
	border: none;
}

form#contact legend {
	display: none;
}

form#contact dl {
	display:block;
	position: relative;
	width: 580px;
	text-align: left;
}

form#contact dt {
	display: inline;
	position: relative;
	clear: both;
	float: left;
	width: 160px;
	margin-bottom: 5px;
	text-align: right;
}

form#contact dd {
	display: inline;
	position: relative;
	float: left;
	width: 390px;
	margin-bottom: 8px;
	margin-left: 20px;
}

form#contact input.short {
	display: inline;
	position: relative;
	float: left;
	width: 85px;
	padding: 3px;
}

form#contact input.medium, form#contact input.large, form#contact textarea.medium {
	display: inline;
	position: relative;
	float: left;
	width: 240px;
	padding: 3px;
}

form#contact input:focus, form#contact textarea:focus {
	background-color: lightyellow;
}

span.required {
	color:#F00;
}


/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #d60a01;
	background-color: #d60a01;
	color:#fff;
}

#JT_copy{
	padding: 7px 10px;
	color:#fff;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #d60a01;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #d60a01;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
	margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #d60a01;
}

.jTip{
/*cursor:help;*/
cursor:pointer;
}



/* 05-09-12 */
	
body.middle-east #content-head h2 {
	display: block;
	position: absolute;
	width: 960px;
	height: 184px;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url(../images/headers/middle-east.gif);
}

body.middle-east-top {
	background: #000 url(../images/top-images/middle-east.jpg) no-repeat center top;
}

#nav-main ul li a {
	padding: 12px 14px 0;
}

#site-info dl.vcard {
	display: block;
	position: absolute;
	top: 19px;
	left: 172px;
	text-align: left;
	color: #550101;
	/*color:#FFA08F;*/
	width: 148px;
	line-height: 15px;
	border-right: 1px solid #ce6659;
	height: 130px;
	font-weight: bold;
}

#site-info dl.vcard#dc {
	left: 493px;
	left: 334px;
}

#site-info dl.vcard#tf {
	left: 811px;
}

#site-info dl.vcard#kl {
	left: 652px;
	left: 493px;
}

#site-info dl.vcard#me {
	left: 652px;
}

#site-info ul.foot-links {
	display: block;
	position: absolute;
	left: 0;
	top: 19px;
	text-align: left;
}

#site-info ul.foot-links li {
	display: block;
	float: none;
	margin-right: 28px;
}

#site-info ul.foot-links li a {
	display: block;
	padding-top: 4px;
	padding-right: 1px;
	font-weight: bold;
	color: #f7f0ca;
}

#site-info ul.foot-links li a:hover, #site-info h5 a:hover {
	text-decoration: none;
	color: #550101;
}

#site-info p.copyright {
	display: block;
	position: absolute;
	top: 93px;
	left: 0;
	color: #550101;
	font-weight: bold;
}





