.cssIndustriesServed {
	margin-top: 20px;
}
.cssTierSideNavWrapper {
	width: 120px;	
}

.cssIndustriesServed img {
	margin-bottom: 8px;
}
.cssIndustriesServed table {
	margin-left: 160px;
}

.cssNewsWrapper {
	width: 891px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 20px;
}

#HeaderContent {
	margin-top: 20px;
	margin-bottom: 35px;
	text-align: center;
	position: relative;
}
	#HeaderContent .background {
		padding-top: 8px;
		padding-bottom: 12px;
	}
	#HeaderContent .computerImgContainer {
		position: absolute;
		top: 0px;
		left: 33px;
	}

#headerImgTxt {
	position: absolute;
	top: 41px;
	left: 250px;
	text-align: left;
	white-space: nowrap;
}

#IndustryNavigation {
	margin-top: 20px;
}

#IndustryNavigation li {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #cc0000;
	list-style: none;
	display: inline;
	padding-right: 10px;	
}

#LeftContent {
	height: 600px;
	float: left;
	width: 220px;	
}

.cssIndustriesCopy {
	padding: 0;
	margin: 0;
}

#CenterContent {
	float: left;
	width: 450px;
}

#RightContent {
	float: left;
	width: 178px;
	margin-left: 23px;	
}

.cssIndustriesRight {
	height: auto;	
	margin: 0;
	padding: 0;
}

.cssIndustriesMiddleBottom {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #cccccc;
}

#signupForm {
	margin-top: 0;	
}

#IndustriesSignUpForm {
	color: #666666;
	padding-left: 9px;
}

.IndustrySignUpFormInput {
	border: 1px solid #b1b1b1;
	width: 150px;
}

#IndustriesSignUpFormSubmit {
	margin-top: 20px;
	cursor: pointer;
}

#CSSIndustriesRightVideo {
	float: left;
	margin-top: 60px;
}

#ARMORVideoImg {
	padding-bottom: 10px;
}

.ReviewHeaderTxt {
	font-weight: bold;
	margin-bottom: 5px;
}

.ReviewTxt {
	vertical-align: top;
	padding-left: 15px;
}

.ReadMoreTxt {
	font-weight: bold;
	color: #cc0000;
}

#tabbedContent {
	width: 466px;	
}

#tabbedContent a {
	color: #232323;
	cursor: pointer;
}

.tabSpacer {
	/* background: url('../img/spacerBG.gif') repeat-x;*/
	float:left;
	height:34px;
	width:2px;
	margin: 0;	
}

.tabLeft {
	background: url('../img/leftTabImg.gif') no-repeat;
	width: 9px;
	height: 42px;
	float: left;
}

.tabLeft_selected {
	background: url('../img/leftTabImg_over.gif') no-repeat;
	width: 9px;
	height: 42px;
	float: left;
}

.tabCenter {
	background: url('../img/tabBG.gif') repeat-x;
	text-align: center;
	padding:8px 8px 0 8px;
	font-weight: bold;
	height: 33px;
	float: left;
}

.tabCenter_selected {
	background: url('../img/tabBG_over.gif') repeat-x;
	text-align: center;
	color: #FFF;
	padding:8px 8px 0 8px;
	font-weight: bold;
	height: 33px;
	float: left;
}

.tabRight {
	background: url('../img/rightTabImg.gif') no-repeat;
	width: 9px;
	height: 34px;
	float: left;
}

.tabRight_selected {
	background: url('../img/rightTabImg_over.gif') no-repeat;
	width: 9px;
	height: 34px;
	float: left;
}

.tabContentBottomImg {
	background: url('../img/tabBottomImg.gif') no-repeat;
	width: 465px;
	height: 10px;
	clear: both;
	position: relative;
	top: -10px;
	display: none;
}

.tabContentBottomImg_selected {
	background: url('../img/tabBottomImg_over.gif') no-repeat;
	width: 465px;
	height: 10px;
	clear: both;
	position: relative;
	top: -10px;
}

#tabContentBottomImg_selected {
	background: url('../img/tabBottomImg_over.gif') no-repeat;
	width: 465px;
	height: 10px;
	clear: both;
	position: relative;
	top: -10px;
}

#Resources {
	width: 457px;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #cccccc;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	float: left;
}

#ResourceHeaderTxt {
	margin-bottom: 10px;
}

#ResourceLinks {
	display: block;
}

#ResourcesImgRight {
	width: 11px;
	float: right;
	margin-top: 20px;
}

.RLink {
	display: block;	
	margin-left: 20px;
}	


#splashWrapper{
	width:791px;
	height:100%;
	z-index:12;
	position:absolute;
	top:200px;
	left:15px;
}
#splashWrapper #splashBox{
	padding:20px;
}
#splashWrapper #splashBox .closeSplash{
	font-weight:bold;
	font-size:22px;
	float:right;
	margin-right:30px;
	background:url(../../../img/splash/btn_close.png) no-repeat;
	width:25px;
	height:24px;
	display:block;
}
#splashWrapper #splashBox .closeSplash:hover{
	text-decoration:none;
}
#overlay{
	width:100%;
	height:1200px;
	background-color:#333;
	opacity:0.8;
	filter: alpha(opacity = 80);
	z-index:11;
	position:absolute;
	top:0;
	left:0;
}
#splashWrapper #splashBox .splashLeft{
	float:left;
	width:440px;
	margin-top:60px;
	margin-left:50px;
}
#splashWrapper #splashBox .splashLeft .splashFlash{
	padding:10px 0;
}
#splashWrapper #splashBox .splashLeft h4{
	font-size:34px;
	padding-bottom:10px;
}
#splashWrapper #splashBox .splashLeft p{
	font-size:15px;
	line-height:20px;
	padding-bottom:10px;
}
#splashWrapper #splashBox .splashLeft #learnmore{
	background-repeat:none;
	width:84px;
	height:28px;
	display:block;
	clear:left;
	margin-top:-15px;
	cursor:pointer;
}
#splashWrapper #splashBox .splashLeft h5{
	padding-top:20px;
	font-size:20px;
	padding-bottom:0;
	margin:0;
}
#splashWrapper #splashBox .splashLeft h5 + p{
	padding:0;
	margin:0;
}
#splashWrapper #splashBox .splashLeft h5 + p .cufon-canvas,
#splashWrapper #splashBox .splashLeft h5 + p .cufon-vml,
#splashWrapper #splashBox .splashLeft h5 .cufon-vml{
	padding:0;
	margin:0;
}

#splashWrapper #splashBox .splashLeft ul{
	list-style:none;
	padding-left:0;
	width:500px;
	margin-left:0;
}
#splashWrapper #splashBox .splashLeft ul li{
	float:left;
	margin-right:10px;
	line-height:0;
	width:30%;
}
#splashWrapper #splashBox .splashLeft ul li label{
	font-size:11px;
	line-height:13px;
	float:left;
	clear:left;
	width:100%;
	display:block;
}
#splashWrapper #splashBox .splashLeft ul li input[type=text]{
	float:left;
	clear:left;
	margin-top:3px;
	height:20px;
	color:#000;
	font-weight:bold;
	display:block;
	width:100%;
	line-height:20px;
}
#splashWrapper #splashBox .splashLeft ul li a{
	background-repeat: no-repeat;
	width:59px;
	height:27px;
	display:block;
	margin-top:15px;
	float:left;
	cursor:pointer;
}
#splashWrapper #splashBox .splashRight{
	background:url(../../../img/splash/img_x10mg.png) no-repeat;
	display:block;
	width:312px;
	height:317px;
	float:right;
	margin-top:40px;
	margin-right:75px;
}
#splashWrapper #splashBox .splashLeft p .cufon-canvas,
#splashWrapper #splashBox .splashLeft h5 .cufon-canvas,
#splashWrapper #splashBox .splashLeft p .cufon-vml,
#splashWrapper #splashBox .splashLeft h5 .cufon-vml {
	padding:5px 0;
}
#splashWrapper #splashBox .splashLeft #learnmore + h5 .cufon-canvas,
#splashWrapper #splashBox .splashLeft #learnmore + h5 .cufon-vml{
	padding-bottom:0;
}
#splashWrapper #splashBox .splashLeft .thankyou{
	margin-top:20px;
	border-top:1px solid #fff;
}
#splashWrapper #splashBox .splashLeft .thankyou h5{
	padding-bottom:0;
	font-size:20px;
	padding-top:10px;
}
#splashWrapper #splashBox .splashLeft .thankyou p{
	font-size:16px;
	line-height:18px;
	padding-top:0;
	margin-top:0;
}
#splashWrapper #splashBox .splashLeft .thankyou p .cufon-canvas{
	padding-top:0;
}

/*Thank You Text*/
#splashWrapper .publicSafety .splashLeft .thankyou h5,
#splashWrapper .fieldService .splashLeft .thankyou h5,
#splashWrapper .publicSafety .splashLeft .thankyou p,
#splashWrapper .fieldService .splashLeft .thankyou p{color:#fff;}
#splashWrapper .transportation .splashLeft .thankyou h5,
#splashWrapper .transportation .splashLeft .thankyou p{color:#000l}

#splashWrapper .publicSafety .form,
#splashWrapper .fieldService .form{padding-top:10px;}

/*Public Safety Splash Background*/
#splashWrapper .publicSafety{background:url(../../../img/splash/bg_publicSafety.jpg) no-repeat; width:880px;height:600px;}
#splashWrapper .fieldService{background:url(../../../img/splash/bg_fieldService.jpg) no-repeat; width:880px;height:599px;}
#splashWrapper .transportation{background:url(../../../img/splash/bg_military.jpg) no-repeat; width:880px;height:600px;}

/*Close button*/
#splashWrapper .fieldService .closeSplash{color:#000;}
#splashWrapper .publicSafety .closeSplash,
#splashWrapper .transportation .closeSplash{color:#fff;}

/*Learn More Button*/
#splashWrapper .publicSafety .splashLeft #learnmore{background-image:url(../../../img/splash/btn_learnmore_ps.png);}
#splashWrapper .fieldService .splashLeft #learnmore{background-image:url(../../../img/splash/btn_learnmore_fs.png);}
#splashWrapper .transportation .splashLeft #learnmore{background-image:url(../../../img/splash/btn_learnmore_trans.png);}

/*Submity Button*/
#splashWrapper .publicSafety .splashLeft ul li a{background-image:url(../../../img/splash/btn_submit_ps.png);}
#splashWrapper .fieldService .splashLeft ul li a{background-image:url(../../../img/splash/btn_submit_fs.png);}
#splashWrapper .transportation .splashLeft ul li a{background-image:url(../../../img/splash/btn_submit_trans.png);}

/*SPlash Label*/
#splashWrapper .publicSafety .splashLeft ul li label{color:#fff;}
#splashWrapper .fieldService .splashLeft ul li label{color:#fff;}
#splashWrapper .transportation .splashLeft ul li label{color:#000;}

/*Splash Text*/
#splashWrapper .publicSafety .splashLeft p{color:#fff;}
#splashWrapper .fieldService .splashLeft p{color:#fff;}
#splashWrapper .transportation .splashLeft p{color:#000;}

/*Splash Heading*/
#splashWrapper .publicSafety .splashLeft h4,
#splashWrapper .publicSafety .splashLeft h5{color:#fff;}
#splashWrapper .fieldService .splashLeft h4,
#splashWrapper .fieldService .splashLeft h5{color:#fff;}
#splashWrapper .transportation .splashLeft h4,
#splashWrapper .transportation .splashLeft h5{color:#000;}

/*Industry Button*/
#CenterContent #industry_Button{background:#fff url(../img/sprite_topButton.jpg) no-repeat top left;height:38px;color:#dd3231;padding-left:20px;display:table;position:relative;}

#CenterContent #industry_Button span{font-size:22px;background:#fff url(../img/sprite_topButton.jpg) no-repeat top right;padding-right:20px;white-space:nowrap;height:38px;display:table-cell;vertical-align:middle;}
#CenterContent #industry_Button:hover{background-position:bottom left;color:#737171;text-decoration:none;}
#CenterContent #industry_Button:hover span{background-position:bottom right;color:#737171;text-decoration:none;}
/*
#CenterContent #industry_Button:hover{background-position:top right;color:#737171;text-decoration:none;}
*/