

body {
	color: #333333;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0px;
	background-image: url(../new/bg.jpg);
	background-repeat:repeat-x repeat-y;
	margin: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 11px;
	font: 12px/18px Arial, Helvetica, sans-serif;
}

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

a:hover {
	color: #840204;
	text-decoration: none;
}

a img {
	border: none;
}

a.buttonLink {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border: 1px solid #830304;
	background-image: url(../images/pagelayout/btn_topnavbar_up.jpg);
	background-repeat: repeat-x;
	background-position: center -10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

a:hover.buttonLink {
	text-decoration: none;
	color: #FFF;
	border: 1px solid #003267;
	background-image: url(../images/pagelayout/btn_topnavbar_over.jpg);
	background-repeat: repeat-x;
	background-position: center -10px;
}

a.linkArrow {
background: url(../images/pagelayout/link_arrow.png) no-repeat right center;
	padding-right: 15px;
	background: url(../images/pagelayout/btn_link_text.png) no-repeat right center;
}

a:hover.linkArrow {
background: url(../images/pagelayout/link_arrow_over.png) no-repeat right center;
	padding-right: 15px;
	background: url(../images/pagelayout/btn_link_text.png) no-repeat right center;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

h1 {
	color: #044796;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2 {
	color: #830304;
	font-size: 18px;
}

h3 {
	color: #333333;
	font-size: 16px;
}

h4 {
	color: #044796;
	font-size: 16px;
}

h5 {
	color: #830304;
	font-size: 14px;
}

h6 {
	color: #333333;
	font-size: 14px;
}

blockquote {
	margin: 0px 0px 0px 30px;
}

ol {
	line-height: 16px;
}

.olListing {
	padding: 10px;
}

.olListing li {
	list-style: decimal;
	padding-bottom: 10px;
}

.olListing li li {
	list-style: lower-alpha;
}

.olListing li li li {
	list-style: lower-roman;
}

.olListing li li li li {
	list-style: decimal;
}

.olListing li li li li li {
	list-style: lower-alpha;
}

ul {
	line-height: 16px;
}

ul li li {
	line-height: 14px;
	list-style: disc;
}

ul li.linkBullet {
list-style: url(../images/pagelayout/link_arrow.png) outside;
	padding: 0px 0px 5px;
	position: static;
	list-style: url(../images/pagelayout/btn_link_text.png) none outside;
	margin: 0px 0px 0px -25px;
	background: url(../images/pagelayout/btn_link_text.png);
}

/*Added 3/22/2014*/
#listBullet ul li {
list-style: url(../images/pagelayout/link_arrow.png) outside;
	padding: 0px 0px 5px;
	position: static;
	list-style: url(../images/pagelayout/list_bullet.png) none outside;
	margin: 0px 0px 0px -15px;
}
#listBullet ul li li {
list-style: url(../images/pagelayout/link_arrow.png) outside;
	padding: 3px 0px 5px;
	position: static;
	list-style: url(../images/pagelayout/list_bullet.png) none outside;
	margin: 0px 0px 0px -15px;
}


ul li.listBullet {
/*list-style: url(../images/pagelayout/link_arrow.png) outside;
	padding: 0px 0px 5px;
	position: static;
	list-style: url(../images/pagelayout/list_bullet.png) none outside;
	margin: 0px 0px 0px -15px;*/
}

ul  li li.listBullet {
/*list-style: url(../images/pagelayout/link_arrow.png) outside;
	padding: 3px 0px 5px;
	position: static;
	list-style: url(../images/pagelayout/list_bullet.png) none outside;
	margin: 0px 0px 0px -15px;*/
}

ul li.listNews {
list-style: url(../images/pagelayout/link_arrow.png) outside;
	padding: 0px 0px 5px;
	position: static;
	list-style: url(../images/icons/icon_page_news.png) none outside;
	margin: 0px 0px 0px -15px;
}

ul li.listPdf {
list-style: url(../images/pagelayout/link_arrow.png) outside;
	padding: 0px 0px 5px;
	position: static;
	list-style: url(../images/icons/icon_page_pdf.png) none outside;
	margin: 0px 0px 0px -15px;
}

hr {
	border-top: 1px solid #999999;/*the border*/
	width: 100%;
	height: 2px; /*whatever the total width of the border-top and border-bottom equal*/
	margin: 0px 0px 10px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

form {
}

fieldset {
	margin: 20px 0px 30px;
	position: relative;
	display: block;
	padding: 0px 10px 10px;
	background: #F4F4F4 url(../images/graphics/bg_half_blue_shield_fieldset.png) no-repeat left 10px;
	border: 1px solid #999;
	width: 85%;
}

legend {
	color: #333;
	padding: 15px 5px 10px;
	margin: 0px 0px 10px;
	position: relative;
	top: -18px;
	font-weight: bold;
	border: 1px solid #999;
	background: url(../images/pagelayout/bg_masthead_swoosh.jpg) repeat-x;
}

input.checkBox {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0px;
	margin: 0px 5px 5px 0px;
	height: 14px;
}

input.radioBtn {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 12px;
	padding: 0px;
	margin: 2px 2px 5px;
	background: url(none);
}

input.buttonForm {
	background: #AB1F2C;
	cursor: pointer;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	height: 25px;
	border: 1px solid #987C19;
	padding: 5px 8px;
	margin: 0px;
}

input.buttonForm:hover {
	background: #184268;
	color: #FFF;
	text-decoration: underline;
}

select {
	padding: 0px;
	border: 1px solid #999;
	height: 20px;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #000;
}

textarea {
	color: #000000;
	padding: 5px;
	border: 1px solid #999;
	font: 11px Tahoma, Geneva, sans-serif;
}

/*sup {
	font-size: 90%;
}*/

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	font-size: 85%;
	top: -0.5ex;
}

sub {
	top: .5ex;
	bottom: 0ex;
}

/* CSS DIV CONTROLS */
.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.floatLeftHalf {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px;
}

.floatRightHalf {
	float: right;
	width: 48%;
}

.clearBoth {
	clear: both;
}

.clearBoth10 {
	clear: both;
	margin-bottom: 10px;
}



#masthead {
	height: 187px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
}

#mastheadContainer {
	height: 187px;
	width: 750px;
	background: url(../images/pagelayout/bg_masthead_swoosh.jpg) no-repeat;
	float: left;
	margin: 0px;
	padding: 0px;
}

#mastheadContainer a {
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

#mastheadContainer a:hover {
	text-decoration: underline;
}

#mastheadContainer p {
	color: #9D7E15;
}

#mastheadLogo {
	height: 187px;
	margin: 0px;
	padding: 0px;
	width: 250px;
	background: url(../images/pagelayout/bg_logo_masthead_nav_us_security_assoc.jpg) no-repeat;
	float: left;
}

#mastheadSubNavigationOriginal {
	height: 60px;
	width: 725px;
	margin: 0px;
	padding: 70px 25px 0px 0px;
	text-align: right;
	clear: both;
}

#mastheadSubNavigation {
	height: 110px;
	width: 725px;
	margin: 0px;
	padding: 20px 25px 0px 0px;
	text-align: right;
	clear: both;
}

#_mastheadSubNavigation {
	height: 80px;
	width: 725px;
	margin: 0px;
	padding: 50px 25px 0px 0px;
	text-align: right;
	clear: both;
}

#mastheadSubNavigation h2 {
	color: #666;
}

#mastheadNavigation {
	text-transform: uppercase;
	font: normal 11px Arial, Verdana, sans-serif;
	width: 750px;
	height: 57px;
	background: url(../images/pagelayout/btn_topnavbar.jpg) repeat-x;
	clear: both;
}

#pageContainer/* PAGE LAYOUTS */ {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	clear: both;
}

#copyContainer {
	clear: both;
}

#copyContainerFull {
	background: #FFF;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 1000px;
}

#copyContainer25R {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 250px;
}

#copyContainer25L {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 250px;
}

#copyContainer35 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 350px;
}

#copyContainer37L {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 370px;
}

#copyContainer37R {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 375px;
}

#copyContainer50RL {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 500px;
}

#copyContainer50M {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 500px;
}

#copyContainer50Login {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 475px;
	clear: both;
}

#copyContainer55 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 550px;
}

#copyContainer65 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 650px;
}

#copyContainer75L {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 750px;
}

#copyContainer75R {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 750px;
}

#copy100 {
	padding: 15px;
	clear: both;
}

#copyLeft20 {
	padding: 10px;
}

#copyLeft25 {
	padding: 10px;
	margin: 5px 0px 15px;
}

#copyLeft50 {
	padding: 10px 25px 10px 15px;
}

#copyLeft65 {
	padding: 10px 25px 10px 15px;
}

#copyLeft65Photos {
	clear: both;
	height: 225px;
	width: 570px;
}

#copyLeft75 {
	padding: 10px 15px;
}

#copyMiddle37 {
	padding: 10px 25px 10px 15px;
}

#copyMiddle50 {
	padding: 10px 50px 10px 20px;
}

#copyRight20 {
	padding: 10px;
	margin: 3px 3px 13px;
}

#copyRight25 {
	padding: 5px;
	margin: 3px 0px 13px auto;
}

#copyRight35 {
	padding: 5px;
	margin: 3px 3px 13px;
}

#copyRight37 {
	padding: 10px 25px 10px 15px;
}

#copyRight50 {
	padding: 10px 25px 10px 15px;
}

#copyRight75 {
	padding: 10px 50px 10px 15px;
}

#copySideNavigation {
	clear: both;
	padding: 0px;
	margin: 0px;
}

#copyPad10 {
	padding: 10px;
}

#copyPad15 {
	padding: 15px;
}

#copy {
	padding: 15px;
}

#copyOuterContainer {
	margin: 0;
	padding: 0;
	background: url(../images/pagelayout/bg_left.gif) repeat-y left top;
}

#copyInnerContainer {
	margin: 0;
	padding: 0;
}

#copyLeft {
	clear: both;
}

#copyMiddle {
	padding: 20px;
}

#copyMiddleJello {
	margin: 0 200px 0 240px;
	padding: 20px;
}

#copyRight {
	padding: 20px;
}

#copyRight16 {
	padding: 0px;
}

#addThis {
	clear: both;
	height: 35px;
	width: 735px;
	margin-left: 265px;
}

#footerContainerFull {
	clear: both;
	font: 11px Arial, Verdana, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	height: 180px;
	width: 100%;
	background: #BEBEBE url(../images/pagelayout/bg_footer.jpg) repeat-x;
}

#footerContainer {
	clear: both;
	font: 11px Arial, Verdana, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px auto;
	height: 180px;
	width: 1000px;
	background: #BEBEBE url(../images/pagelayout/bg_footer.jpg) repeat-x;
}

#footerContainer h4 {
	color: #666666;
	margin: 0px;
	font: bold 14px Arial, Helvetica, sans-serif;
}

#footerContainer p {
	color: #333333;
	margin: 0px;
	font: 11px Arial, Helvetica, sans-serif;
}

#footerContainer a {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

#footerContainer a:hover {
	text-decoration: none;
	color: #830304;
}

#footerContainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Arial Narrow", Arial;
	font-weight: bold;
}

#footerContainer li {
	list-style: none;
}

#footerContainer li a {
	text-decoration: none;
	display: block;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	padding: 0px 5px 0px 0px;
}

#footerContainer li a:hover {
	text-decoration: underline;
	color: #830304;
}

#footerCopyright {
	float: left;
	width: 220px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	background: url(../images/pagelayout/bg_footer_divider.jpg) no-repeat right 6px;
	height: 170px;
}

#footerNavigationMiddle {
	width: 470px;
	float: left;
	padding-left: 15px;
	height: 170px;
	padding-top: 10px;
	padding-right: 15px;
	background: url(../images/pagelayout/bg_footer_divider.jpg) no-repeat right 6px;
}

#footerBrand {
	float: left;
	height: 170px;
	width: 235px;
	padding-top: 10px;
	padding-left: 15px;
}

#footerBrand p {
	font: 12px "Arial Narrow", Arial;
	color: #044796;
}

/* NAVIGATION MENUS */
#mainNavigationScheme {
	width: auto;
	padding: 10px;
}

#mainNavigationScheme ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#mainNavigationScheme li {
	list-style: none;
	margin: 0px;
}

#mainNavigationScheme li a {
	padding: 5px 5px 8px 15px;
	text-decoration: none;
	display: block;
	height: auto;
	width: auto;
	margin: 0px 0px 1px;
	background: url(../images/pagelayout/btn_sidenavbar_level1.png) no-repeat 0px 7px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#mainNavigationScheme li a:hover {
	text-decoration: underline;
}

#mainNavigationScheme li li a {
	display: block;
	padding: 3px 10px 3px 25px;
	text-decoration: none;
	height: auto;
	width: auto;
	font-size: 12px;
	margin: 0px;
	background: url(../images/pagelayout/btn_sidenavbar_level2.png) no-repeat 10px 3px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

#mainNavigationScheme li li a:hover {
	text-decoration: underline;
}

#mainNavigationScheme li li li a {
	display: block;
	padding: 3px 10px 3px 35px;
	text-decoration: none;
	height: auto;
	width: auto;
	font-size: 12px;
	margin: 0px;
	background: url(../images/pagelayout/btn_sidenavbar_level2.png) no-repeat 20px 3px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

#mainNavigationScheme li li li a:hover {
	text-decoration: underline;
}

#siteNavigationScheme/* NAVIGATION MENUS */ {
	width: 100%;
}

#siteNavigationScheme ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#siteNavigationScheme li {
	list-style: none;
	margin: 0px;
}

#siteNavigationScheme li a {
	padding: 3px 5px 3px 15px;
	text-decoration: none;
	display: block;
	height: auto;
	font-size: 12px;
	margin-bottom: 1px;
	border-bottom: 1px dotted #666;
}

#siteNavigationScheme li a:hover {
	text-decoration: underline;
}

#siteNavigationScheme li li a {
	display: block;
	padding: 2px 10px 2px 40px;
	text-decoration: none;
	height: auto;
	font-size: 11px;
	margin-bottom: 1px;
}

#siteNavigationScheme li li a:hover {
	text-decoration: none;
}

#MainExtra {
	clear: both;
	width: 170px;
}

#PrinterFriendly {
	height: auto;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	margin-top: 15px;
}

#Notice {
	height: auto;
	width: 500px;
	background: #FFFFFF;
	margin: 15px;
	padding: 5px;
}

#spotlight {
	background: url(../images/graphics/bg_half_blue_shield.png) no-repeat;
	float: left;
	margin-top: 10px;
	height: 450px;
	padding-top: 30px;
	padding-right: 50px;
}

#spotlight h2 {
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	font: normal 22px "Arial Narrow", Arial;
	letter-spacing: 0.5em;
}

#spotlight h3 {
	color: #CCC;
	padding: 4px 10px 10px;
	font-size: 16px;
}

#spotlight p {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	color: #FFF;
}

#spotlight p a {
	color: #FFF;
}

#spotlight p a:hover {
	color: #D79B37;
}

#spotlight2013 {
	float: left;
	padding-top: 35px;
	padding-right: 50px;
	background-color: #01357C;
	background-image: url(../images/graphics/bg_half_blue_shield.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 190px;
	background-position: left 10px;
}

#spotlight2013 h2 {
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	font: normal 22px "Arial Narrow", Arial;
	letter-spacing: 0.5em;
}

#spotlight2013 h3 {
	color: #CCC;
	padding: 4px 10px 10px;
	font-size: 16px;
}

#spotlight2013 p {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	color: #FFF;
}

#spotlight2013 p a {
	color: #FFF;
}

#spotlight2013 p a:hover {
	color: #D79B37;
}

#sectionPhoto {
	height: 265px;
	width: 985px;
	clear: both;
	padding-top: 15px;
	padding-left: 15px;
	border-bottom: 1px solid #333;
}

#sectionPhoto h1 {
	font-size: 26px;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 0px;
}

#sectionPhoto h2 {
	color: #FFFFFF;
	margin-top: 20px;
	padding-top: 0px;
}

#sectionPhoto p {
	color: #FFFFFF;
	padding-top: 0px;
	font-size: 16px;
}

#copyTriCombo {
	/* [disabled]background-color: #E1E1E1;
*/
	width: 970px;
	/* [disabled]border: 1px solid #BEBEBE;
*/
	margin-bottom: 10px;
	-moz-box-shadow: inset 50px 50px 20px 50px #990000;
	height: 260px;
	padding: 10px 15px;
}

#copyTriCombo h1 {
	margin: 3px 0px 5px;
	padding: 0px;
}

#comboBox1a2 {
	width: 285px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BEBEBE;
	float: left;
	padding-right: 25px;
	padding-left: 10px;
	margin-right: 15px;
	min-height: 220px;
}

#comboBox3 {
	width: 285px;
	float: left;
	padding-left: 10px;
	min-height: 220px;
}

#imagePlaceholder {
	height: 280px;
	width: 1000px;
	clear: both;
	border-bottom: 1px solid #333333;
}

#calloutLeft {
	padding: 10px;
	height: auto;
	width: 35%;
	border: 1px solid #036;
	background: #F4F4F4;
	clear: both;
	float: left;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 15px;
}

#calloutRight {
	padding: 10px;
	height: auto;
	width: 35%;
	border: 1px solid #036;
	background: #F4F4F4;
	clear: both;
	float: right;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}

#calloutLeftRed {
	padding: 10px;
	height: auto;
	width: 35%;
	border: 1px solid #036;
	clear: both;
	float: left;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 15px;
	background-color: #A30234;
	color: #FFF;
	font-size: 14px;
}

#calloutLeftRed h2 {
	color: #FFF;
}

#calloutLeftRed ul li.listBullet {
list-style: url(../images/pagelayout/link_arrow.png) outside;
	padding: 0px 0px 5px;
	position: static;
	margin: 0px 0px 0px -15px;
	color: #FFF;
	list-style-position: outside;
	list-style-type: disc;
}

#calloutRightRed {
	padding: 10px;
	height: auto;
	width: 35%;
	border: 1px solid #036;
	clear: both;
	float: right;
	margin-top: 0px;
	margin-bottom: 5px;
	background-color: #A30234;
	color: #FFF;
	font-size: 14px;
	margin-left: 15px;
}

#calloutRightRed h2 {
	color: #FFF;
}

#calloutRightRed ul li.listBullet {
list-style: url(../images/pagelayout/link_arrow.png) outside;
	padding: 0px 0px 5px;
	position: static;
	margin: 0px 0px 0px -15px;
	color: #FFF;
	list-style-position: outside;
	list-style-type: disc;
}

#debugContainer {
	padding: 10px;
	height: auto;
	width: 978px;
	border: 1px solid #333;
	background: #FF9;
	margin: 5px auto;
	clear: both;
}

#captchaInstructions {
	font: 11px Arial, Helvetica, sans-serif;
	background: url(../images/icons/icon_recaptcha.png) no-repeat center bottom;
	height: 80px;
	width: 200px;
	text-align: center;
}

#googleSearchBox {
	height: 30px;
	width: 300px;
	text-align: right;
	padding-right: 5px;
	float: right;
	padding-bottom: 5px;
}

.sectionAirServices {
	background: url(../images/graphics/bg_slide_air_serives.jpg) no-repeat;
}

.sectionAntiPiracy {
	background: url(../images/graphics/bg_slide_anti_piracy.jpg) no-repeat;
}

.sectionBackgroundScreening {
	background: url(../images/graphics/bg_slide_background_screening.jpg) no-repeat;
}

.sectionBusinessIntelligence {
	background: url(../images/graphics/bg_slide_business_intelligence.jpg) no-repeat;
}

.sectionCanineContraband {
	background: url(../images/graphics/bg_slide_canine_contraband.jpg) no-repeat;
}

.sectionCareer {
	background: url(../images/graphics/bg_slide_career.jpg) no-repeat;
}

.sectionConsultingInvestigations {
	background: url(../images/graphics/bg_slide_consulting_investigations.jpg) no-repeat;
}

.sectionContactLocations {
	background: url(../images/graphics/bg_slide_locations.jpg) no-repeat;
}

.sectionCommercialSecurity {
	background: url(../images/graphics/bg_slide_commercial_security.jpg) no-repeat;
}

.sectionCommunitySecruity {
	background: url(../images/graphics/bg_slide_community_security.jpg) no-repeat;
}

.sectionComputerForensics {
	background: url(../images/graphics/bg_slide_computer_forensics.jpg) no-repeat;
}

.sectionCoreSecurityServices {
	background: url(../images/graphics/bg_slide_core_security_services.jpg) no-repeat;
}

.sectionDisasterEmergency {
	background: url(../images/graphics/bg_slide_disaster_recovery.jpg) no-repeat;
}

.sectionDataCenters {
	background-repeat: no-repeat;
	background-image: url(../images/graphics/bg_slide_data_centers.jpg);
}

.sectionEducationalInstitutions {
	background: url(../images/graphics/bg_slide_educational.jpg) no-repeat;
}

.sectionElectronicSecurity {
	background: url(../images/graphics/bg_slide_electronic_security.jpg) no-repeat;
}

.sectionEnterpriseWide {
	background: url(../images/graphics/bg_slide_enterprise_wide_solutions.jpg) no-repeat;
}

.sectionFinancial {
	background: url(../images/graphics/bg_slide_financial.jpg) no-repeat;
}

.sectionFingerprinting {
	background-image: url(../images/graphics/bg_slide_fingerprinting.jpg);
	background-repeat: no-repeat;
}

.sectionGlobalCapabilities {
	background: url(../images/graphics/bg_slide_global_capabilities.jpg) no-repeat;
}

.sectionGlobalReportingCapabilities {
	background: url(../images/graphics/bg_slide_global_reporting_capabilities.jpg) no-repeat;
}

.sectionGlobalUnitedStates {
	background: url(../images/graphics/bg_slide_global_united_states.jpg) no-repeat;
}

.sectionGlobalCanada {
	background: url(../images/graphics/bg_slide_global_canada.jpg) no-repeat;
}

.sectionGlobalMexico {
	background: url(../images/graphics/bg_slide_global_mexico.jpg) no-repeat;
}

.sectionGlobalCentralSouthAmerica {
	background: url(../images/graphics/bg_slide_global_central_south_america.jpg) no-repeat;
}

.sectionGlobalEurope {
	background: url(../images/graphics/bg_slide_global_europe.jpg) no-repeat;
}

.sectionGlobalMiddleEastNorthernAfrica {
	background: url(../images/graphics/bg_slide_global_north_africa.jpg) no-repeat;
}

.sectionGlobalSubSaharanAfrica {
	background: url(../images/graphics/bg_slide_global_sub_saharan_africa.jpg) no-repeat;
}

.sectionGlobalAsiaPacific {
	background: url(../images/graphics/bg_slide_global_asia_pacific.jpg) no-repeat;
}

.sectionGovernment {
	background: url(../images/graphics/bg_slide_government.jpg) no-repeat;
}

.sectionHealthCare {
	background: url(../images/graphics/bg_slide_health_care.jpg) no-repeat;
}

.sectionHotelsHospitality {
	background: url(../images/graphics/bg_slide_hotels_hospitality.jpg) no-repeat;
}

.sectionIndustrialManufacturing {
	background: url(../images/graphics/bg_slide_industrial_manufacturing.jpg) no-repeat;
}

.sectionIntellectualProperty {
	background: url(../images/graphics/bg_slide_intellectual_property.jpg) no-repeat;
}

.sectionLitigations {
	background: url(../images/graphics/bg_slide_litigation.jpg) no-repeat;
}

.sectionLogistics {
	background: url(../images/graphics/bg_slide_logistics.jpg) no-repeat;
}

.sectionMarketsServed {
	background: url(../images/graphics/bg_slide_markets_served.jpg) no-repeat;
}

.sectionMaritime {
	background: url(../images/graphics/bg_slide_maritime.jpg) no-repeat;
}

.sectionMediaEntertainment {
	background: url(../images/graphics/bg_slide_media_entertainment.jpg) no-repeat;
}

.sectionMiningOil {
	background: url(../images/graphics/bg_slide_mining_oil.jpg) no-repeat;
}

.sectionOccupationalFraud {
	background: url(../images/graphics/bg_slide_occupational_fraud.jpg) no-repeat;
}

.sectionPersonalProtection {
	background-image: url(../images/graphics/bg_slide_personal_protection.jpg);
	background-repeat: no-repeat;
}

.sectionPetrochemical {
	background: url(../images/graphics/bg_slide_petrochemical.jpg) no-repeat;
}

.sectionPharmaceutical {
	background: url(../images/graphics/bg_slide_pharmaceutical.jpg) no-repeat;
}

.sectionSecurityConsultantManagement {
	background: url(../images/graphics/bg_slide_security_consultants.jpg) no-repeat;
}

.sectionSecurityProgramAudits {
	background: url(../images/graphics/bg_slide_security_program_audits.jpg) no-repeat;
}

.sectionSecurityVulnerability {
	background: url(../images/graphics/bg_slide_security_vulnerability.jpg) no-repeat;
}

.sectionShoppingMall {
	background: url(../images/graphics/bg_slide_shopping_malls.jpg) no-repeat;
}

.sectionSupplierDiversity {
	background-image: url(../images/graphics/bg_slide_supplier_diversity.jpg);
	background-repeat: no-repeat;
}

.sectionRetailLossPrevention {
	background: url(../images/graphics/bg_slide_retail_loss_prevention.jpg) no-repeat;
}

.sectionSpeciaEvent {
	background: url(../images/graphics/bg_slide_special_events.jpg) no-repeat;
}

.sectionSpecializedServices {
	background: url(../images/graphics/bg_slide_special_services.jpg) no-repeat;
}

.sectionSpecializedTraining {
	background: url(../images/graphics/bg_slide_specialized_training.jpg) no-repeat;
}

.sectionStrikeSecurity {
	background: url(../images/graphics/bg_slide_strike_security.jpg) no-repeat;
}

.sectionTechnology {
	background: url(../images/graphics/bg_slide_technology.jpg) no-repeat;
}

.sectionTSACertified {
	background: url(../images/graphics/bg_slide_tsa_certified.jpg) no-repeat;
}

.sectionUniformedSecurity {
	background: url(../images/graphics/bg_slide_uniformed_security.jpg) no-repeat;
}

.sectionUniformedSecurityOfficers {
	background: url(../images/graphics/bg_slide_uniformed_security_officers.jpg) no-repeat;
}

.sectionWorkplaceViolence {
	background: url(../images/graphics/bg_slide_workplace_violence_office.jpg) no-repeat;
}

.sectionWorkplaceViolenceTraining {
	background: url(../images/graphics/bg_slide_workplace_violence_training.jpg) no-repeat;
}

.sectionMilitaryFriendly {
	background: url(../images/military_banners/usa_who_we_are_wtxt.jpg) no-repeat;
}

.sectionMilitaryTestimonials {
	background: url(../images/military_banners/usa_testimonials_wtxt.jpg) no-repeat;
}

.sectionMilitaryTransitioning {
	background: url(../images/military_banners/usa_transitioning_family_wtxt.jpg) no-repeat;
}

.mktgNavnugMain/* OBJECTS */ {
	margin: 0px 0px 10px;
	clear: both;
	padding: 0px;
	border: 1px solid #DFDFDF;
}

.mktgNavnugMain h2 {
	color: #FFFFFF;
	background: url(../images/pagelayout/btn_topnavbar_over.jpg) repeat-x;
	padding: 10px 5px 5px;
	border-bottom: 1px solid #DFDFDF;
	margin-top: 0px;
	margin-bottom: 5px;
	height: 24px;
	font-size: 17px;
}

.mktgNavnugMain h3 {
	padding-left: 12px;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

.mktgNavnugMain p {
	margin-top: 0px;
	padding: 5px;
}

.mktgNavnugSidebarLeft/* OBJECTS */ {
	margin: 0px 0px 10px;
	background: #F2F2F5;
	clear: both;
	padding-bottom: 5px;
	border: 1px solid #CCC;
}

.mktgNavnugSidebarLeft h4 {
	color: #FFFFFF;
	text-transform: uppercase;
	background: #023165 url(../images/pagelayout/btn_topnavbar_over.jpg) no-repeat left -15px;
	padding: 8px 10px;
	border-bottom: 1px solid #002B59;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

.mktgNavnugSidebarLeft h4 a {
	color: #FFFFFF;
}

.mktgNavnugSidebarLeft h4 a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.mktgNavnugSidebarLeft h5 {
	color: #EEE;
	padding-left: 12px;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

.mktgNavnugSidebarLeft p {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
}

.mktgNavnugSidebarLeft a {
}

.mktgNavnugSidebarLeft a:hover {
}

.mktgNavnugSidebarRight/* OBJECTS */ {
	margin: 0px 0px 2px;
	clear: both;
	color: #333;
	padding-bottom: 3px;
	background: #F4F4F4;
}

.mktgNavnugSidebarRight h1 {
	color: #FFF;
	text-transform: uppercase;
	background: #13487C;
	padding: 5px 10px;
	border-bottom: 1px solid #101E0F;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

.mktgNavnugSidebarRight h2 {
	color: #1E361C;
	padding-left: 12px;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

.mktgNavnugSidebarRight p {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
}

.mktgNavnugSidebaRight a {
	font: 10px Arial, Helvetica, sans-serif;
}

.mktgNavnugSidebarRight a:hover {
}

.mktgOtherSidebarLeft/* OBJECTS */ {
	margin: 0px 0px 2px;
	clear: both;
	color: #FFF;
	padding: 5px;
}

.mktgOtherSidebarLeft a {
	color: #EEE;
}

.mktgOtherSidebarLeft a.adminlink {
	color: #808184;
}

.mktgOtherSidebarLeft a:hover {
	color: #FFF;
}

.mktgOtherSidebarLeft a:hover.adminlink {
	color: #808184;
}

.imageHide {
	visibility: hidden;
	height: 0px;
	width: 0px;
}

.imageIconSocial {
	margin-right: 5px;
	margin-bottom: 3px;
}

.imageLB {
	margin-bottom: 10px;
	margin-left: 10px;
}

.imageR {
	margin-right: 5px;
}

.imageRB {
	margin-right: 10px;
	margin-bottom: 10px;
}

.imageFrame {
	border: 1px solid #999;
}

.imageFrameBorder {
	border: 1px solid #999;
	padding: 5px;
	background: url(../images/pagelayout/bg_swoosh_blue.png) no-repeat;
}

.imageFrameBorderLB {
	border: 1px solid #999;
	padding: 5px;
	background: url(../images/pagelayout/bg_swoosh_blue.png) no-repeat;
	margin-bottom: 10px;
	margin-left: 10px;
}

.imageFrameBorderRB {
	border: 1px solid #999;
	padding: 5px;
	background: url(../images/pagelayout/bg_swoosh_blue.png) no-repeat;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imageFrameLB {
	margin-bottom: 10px;
	border: 1px solid #999;
	margin-left: 10px;
}

.imageFrameRB {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #999;
}

table {
}

table td {
	vertical-align: top;
}

.tdbgBlueWhite {
	color: #FFF;
	background: #036;
	font-size: 16px;
	text-align: center;
	padding: 3px;
}

.box560w {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

/* FONT STYLES */
.captions {
	font: 11px Arial, Verdana, sans-serif;
	color: #044796;
}

/* FONT STYLES */
.captionsDarkGray {
	font: 11px Arial, Verdana, sans-serif;
	color: #333333;
}

.disclaimer {
	font-size: 95%;
	line-height: normal;
	color: #666;
}

.message {
	color: #990000;
}

.note {
	color: #003366;
}

.pullquote {
	font: italic normal 14px/18px "Times New Roman", Times, serif;
	color: #333333;
	padding: 10px;
}

.pullquoteBox {
	font: italic normal 14px/18px "Times New Roman", Times, serif;
	color: #333333;
	padding: 10px;
	background: #DFE9F7;
	border-top: 1px solid #97AED8;
	border-left: 1px solid #97AED8;
}

.pullquoteQuotes {
	font: italic normal 14px/18px "Times New Roman", Times, serif;
	color: #333333;
	padding: 10px;
	background: url(../images/graphics/bg_quotes.png) no-repeat center center;
}

.pullquoteQuotesLg {
	font: italic normal 18px/20px "Times New Roman", Times, serif;
	color: #333333;
	padding: 10px;
	background: url(../images/graphics/bg_quotes.png) no-repeat center center;
}

.pullquoteTitle {
	/* [disabled]font: italic normal 14px/18px "Times New Roman", Times, serif;
*/
	color: #044796;
	padding: 0px 10px;
	/* [disabled]background: url(../images/graphics/bg_quotes.png) no-repeat center center;
*/
}

.titles {
	font: 11px Arial, Verdana, sans-serif;
	color: #333333;
	text-align: right;
	padding-right: 10px;
}

.textBlue {
	/* [disabled]font: 120%/120% Arial, Verdana, sans-serif;
*/
	color: #044796;
}

.text120pc {
	font: 120%/120% Arial, Verdana, sans-serif;
	color: #333333;
	padding-right: 10px;
}

.text120pcBlue {
	font: 120%/120% Arial, Verdana, sans-serif;
	color: #044796;
}

.bulletHeading {
	background: url(../images/pagelayout/btn_sidenavbar_level1.png) no-repeat left 4px;
	padding-left: 15px;
}
