/***HTML5***/
section, header, footer, aside, article, nav {
	display: block;
}

/***GENERAL***/

body {
	background: url('../img/homeheadBkg.png') repeat-x;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: none;
}

ul {
	overflow: hidden;
}

li {
	list-style: none;
	margin-left: 0;
}


.container_12 {
	padding-left: 5px;
	padding-right: 5px;
}

.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.underline a {
	text-decoration: underline;
	}


/***TYPE***/

p, ul, li {
	font-size: 13px;
	line-height: 20px;
	font-family: SourceSansProRegular, Arial, Helvetica, Geneva, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: SourceSansProRegular, Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
}

h1 {
	color: #007cc1;
	font-family: SourceSansProLightItalic, Arial, sans-serif;
	font-size: 18px;
}

h5 {
	color: #007cc1;
	font-family: CreteRoundRegular, Arial, sans-serif;
}

h4 {
	color: #ff0000;
	font-family: CreteRoundRegular, Arial, sans-serif;
}

h6 {
	color: #007cc1;
	font-family: SourceSansProLightItalic, Arial, sans-serif;
	font-size: 18px;
}



/***HEADER***/

header {
	overflow: hidden;
	color: white;
	background: black;
	margin-top: -20px;
	height: 60px;
}

	header h1 {
	padding-right: 30px;
	height: 60px;
	padding-top: 9px;
	}
	
	
	/***NAV***/
	header nav {
		overflow: hidden;
		float: left;
	}
	
	header nav a {
		font-family: Helvetical, Arial, sans-serif;
		text-decoration: none;
		color: #cccccc;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
		padding: 25px;
		border-right: 1px solid #292929;
		border-left: 1px solid #3c3c3c;
		line-height: 34px;
	}
	
	header a:hover {
		color: #cccccc;
	}
	
	header nav li {
		float: left;
		padding-top: 14px;
		height: 96px;
		position: relative;
	}
	
	header nav a:hover, nav .selected {
		background: #333333;	
		text-shadow: 0 1px 0 #000000;	
		-webkit-transition: background .5s;
		-moz-transition: background .5s;
		transition: background .5s;
	}
	
	
	/***MENU***/
	menu li {
		float: right;
		display: inline;
		padding-left: 20px;
		padding-top: 15px;
	}
	
	#divisions {
		background: #007cc1;
		height: 30px;
		font-family: SourceSansProRegular, Arial, Helvetica, Geneva, sans-serif;
		color: #eee;
	}
	
	#divisions li {
		float: right;
		display: inline;
		padding-left: 20px;
		margin-top: 10px;
		border-right: 1px solid #719cb7;
		line-height: 12px;
		padding-right: 15px;
	}
	
	
	/***NAV SPRITE***/
	
	#headSocial {
		width: 215px;
	}
	
	.twitter a {
		position: relative;
		height: 30px;
		width: 30px;
		float: left;
			padding-right: 5px;
	}
	
	.twitter a:link {
		background: url('../img/icons/twitter-icon-sprite.png') no-repeat 0px 0px;
	}
	
	.twitter a:hover {
		background: url('../img/icons/twitter-icon-sprite.png') no-repeat 0px -30px;
	}
	
	
	.linkedin a {
		position: relative;
		height: 30px;
		width: 30px;
		float: left;

	}
	
	.linkedin a:link {
		background: url('../img/icons/linkedin-icon-sprite.png') no-repeat 0px 0px;
	}
	
	.linkedin a:hover {
		background: url('../img/icons/linkedin-icon-sprite.png') no-repeat 0px -30px;
	}
	
	.spectrum a {
		position: relative;
		height: 30px;
		width: 30px;
		float: left;

	}
	
	.spectrum a:link {
		background: url('../img/icons/spectrum-icon-sprite.png') no-repeat 0px 0px;
	}
	
	.spectrum a:hover {
		background: url('../img/icons/spectrum-icon-sprite.png') no-repeat 0px -30px;
	}

	.cloud a {
			position: relative;
			height: 30px;
			width: 30px;
			float: left;
	
		}
		
		.cloud a:link {
			background: url('../img/icons/cloud-icon-sprite.png') no-repeat 0px 0px;
		}
		
		.cloud a:hover {
			background: url('../img/icons/cloud-icon-sprite.png') no-repeat 0px -30px;
		}
		
	.blog a {
			position: relative;
			height: 30px;
			width: 30px;
			float: left;
	
		}
		
		.blog a:link {
			background: url('/img/icons/blog-icon-sprite.png') no-repeat 0px 0px;
		}
		
		.blog a:hover {
			background: url('/img/icons/blog-icon-sprite.png') no-repeat 0px -30px;
		}
		
		.remote a {
				position: relative;
				height: 30px;
				width: 30px;
				float: left;
		
			}
			
			.remote a:link {
				background: url('/img/icons/remote-icon-sprite.png') no-repeat 0px -30px;
			}
			
			.remote a:hover {
				background: url('/img/icons/remote-icon-sprite.png') no-repeat 0px 0px;
			}
		
	
	 

	
/***HOME BANNER***/		
#banner-wrap {
	clear: both;
	background: #cdcdcd;
	background: -webkit-gradient(linear, left top, left bottom, from(#bfdeef), to(#f2f8fc));
	background: -moz-linear-gradient(top left, #bfdeef, #f2f8fc);
	background: gradient(top left, #bfdeef, #f2f8fc);
	border-bottom: 1px solid #e8e8e8;

}

/***HOMEPAGE WRAPS***/	


#intel-wrap {
	clear: both;
	background: #49767e;
	border-bottom: 1px solid #e8e8e8;

}	

#intel {
	background: url('../img/intelevac-prod2.png') no-repeat right 40%;
	background-size: 40%;
	height: 400px;
	padding-top: 70px;
	width: 960px;
}

#intel h2 {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: #90d3ce;
	font-size: 55px;
	line-height: 55px;
	text-transform: uppercase;
	padding-top: 20px;
}

#intel h3 {
	font-family: SourceSansProSemibold, Arial, sans-serif;
	color: white;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
}		

#intel p {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: #ccc;
	font-size: 18px;
	line-height: 20px;
	width: 470px;
}

#thermal-wrap {
	clear: both;
	background: #49767e;
	border-bottom: 1px solid #e8e8e8;
	background: #0e1a2b url('../img/thermal-camera-bkgd.jpg') no-repeat center top;
}	


#thermal {
	height: 375px;
	padding-top: 125px;
	width: 960px;
}

#thermal h2 {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: #f7931e;
	font-size: 55px;
	line-height: 55px;
	text-transform: uppercase;
	margin-left: 400px;
}

#thermal h3 {
	font-family: SourceSansProSemibold, Arial, sans-serif;
	color: white;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
	margin-left: 400px;
}		

#thermal p {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: #ccc;
	font-size: 18px;
	line-height: 20px;
	width: 470px;
	margin-left: 400px;
}

#proactive-wrap {
	clear: both;
	background: #191919 url('../img/BeProactive.jpg') no-repeat center;
	border-bottom: 1px solid #e8e8e8;

}	

#proactive {
	height: 400px;
	padding-top: 100px;
	width: 960px;
}

#proactive h2 {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: #fff;
	font-size: 55px;
	line-height: 55px;
	text-transform: uppercase;
}

#proactive h3 {
	font-family: SourceSansProSemibold, Arial, sans-serif;
	color: white;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
	text-shadow: 2px 2px 4px #000;
}		

#proactive p {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	width: 470px;
	text-shadow: 2px 2px 4px #000;
}



#win7-wrap {
	clear: both;
	background: #f3f3f3;
	border-bottom: 1px solid #e8e8e8;

}	
	
#win7 {
	background: url('../img/win7_EndLife.png') no-repeat left 50%;
	background-size: 30%;
	height: 400px;
	padding-top: 100px;
	padding-bottom: 50px;
	width: 960px;
}

#win7 h2 {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: black;
	font-size: 55px;
	line-height: 55px;
	text-transform: uppercase;
	margin-left: 400px;
}

#win7 h3 {
	font-family: SourceSansProSemibold, Arial, sans-serif;
	color: black;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
	margin-left: 400px;
}		

#win7 p {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: #666;
	font-size: 18px;
	line-height: 20px;
	width: 470px;
	margin-left: 400px;
}

#win7 h4{
	font-family: CreteRoundRegular, Times;
	font-size: 20px;
	line-height: 40px;
	color: #f7931e;
	text-align: left;
	
}

#win7 span{
	font-family: CreteRoundRegular, Times;
	font-size: 20px;
	color: #f7931e;
}




#piru-wrap {
	background: #fff;
	height: 550px;
}

#piru {
	padding-top: 30px;
	background: url('../img/OrangeRibbon.png') no-repeat left top;
	height: 500px;
}

#piru2 {
	padding-top: 50px;
}

#piru h2{
	font-family: CreteRoundRegular, Times;
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	
}

#piru2 h3{
	font-family: CreteRoundRegular, Times;
	font-size: 30px;
	line-height: 40px;
	color: #f7931e;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 15px;
	
}

#piru2 h4{
	font-family: CreteRoundRegular, Times;
	font-size: 20px;
	line-height: 40px;
	color: #f7931e;
	text-align: center;
	
}

#piru img {
	display: block;
	margin: auto;
	padding: 15px;
}

#piru p {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

#piru2 hr {
	border-top: thick double #ccc;
}

#piru2 p {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	color: #333;
}

#piru2 button {
	background: #fff;
	border: 1px solid #f7931e;
	padding: 5px;
	width: 100px;
	font-family: CreteRoundRegular, Times;
	font-size: 20px;
	color:#f7931e ;
	margin-left: 10px;
	margin-right: 10px;
}

#piru2 a {
	padding: 20px;
	color:#f7931e ;
}


#narrowband-wrap {
	clear: both;
	background: #004b8d;
}

#narrowband {
	background: url('../img/fcc-renewal.png') no-repeat right 50%;
	background-size: 30%;
	height: 400px;
	padding-top: 70px;
	padding-bottom: 70px;
	width: 960px;
	}

#narrowband h2 {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: #ccc;
	font-size: 55px;
	line-height: 55px;
	text-transform: uppercase;
	padding-top: 30px;
}	

#narrowband p {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	width: 550px;
}


#bwcam-wrap {
	clear: both;
	background: #ccc;
	border-bottom: 1px solid #e8e8e8;

}	
	
#bwcam {
	background: url('../img/bodyWornCam.png') no-repeat left 50%;
	background-size: 42%;
	height: 400px;
	padding-top: 70px;
	padding-bottom: 70px;
	width: 960px;
}

#bwcam h2 {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: #425968;
	font-size: 55px;
	line-height: 55px;
	text-transform: uppercase;
	padding-top: 30px;
	margin-left: 400px;
}	

#bwcam h3 {
	font-family: SourceSansProSemibold, Arial, sans-serif;
	color: #505050;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
	margin-left: 400px;
}

#bwcam p {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: #666;
	font-size: 18px;
	line-height: 20px;
	width: 470px;
	margin-left: 400px;
}
	
	
#ng911-wrap {
	clear: both;
	background: #f3f3f3;
	border-bottom: 1px solid #e8e8e8;

}	
	
#ng911 {
	background: url('../img/911-cell.png') no-repeat;
	background-position: bottom left;
	height: 350px;
	padding-top: 30px;
	width: 960px;
}

#ng911 h2 {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: black;
	font-size: 55px;
	line-height: 55px;
	padding-top: 30px;
	margin-left: 400px;
}	

#ng911 p {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: #666;
	font-size: 18px;
	line-height: 20px;
	width: 470px;
	margin-left: 400px;
}	
	
#spectrum-wrap {
	clear: both;
	background: #333;
	border-bottom: 1px solid #e8e8e8;

}	
	
#spectrum {
	background: url('../img/laptop.png') no-repeat right bottom;
	height: 350px;
	padding-top: 50px;
	width: 960px;
}

#spectrum h2 {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: #f7931e;
	font-size: 55px;
	line-height: 5px;
	padding-top: 30px;
	margin-right: 300px;
}	

#spectrum h3 {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: #f7931e;
	font-size: 25px;
}

#spectrum p {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	width: 470px;
}		
	
	
	.button {
			font-family: CreteRoundRegular, Times;
			font-size: 11px;
			background-color: none;
			text-transform: uppercase;
			border: 1px solid #f7931e;
			padding: 15px;
			width: 100px;
			
		}
		
	.button a {
		color: #f7931e;
		padding: 15px;
	}	
	
	.button:hover {
		background: #fff;
		padding: 15px;
	}
	
	
	
	.button_right {
			font-family: CreteRoundRegular, Times;
			font-size: 11px;
			background-color: none;
			text-transform: uppercase;
			border: 1px solid #f7931e;
			padding: 15px;
			width: 100px;
			margin-left: 400px;
		}
		
	.button_right a {
		color: #f7931e;
		padding: 15px;
	}	
	
	.button_right:hover {
		background: #fff;
		padding: 15px;
	}
	
	.bullets {
		font-size: 14px;
		list-style-type: circle;
		margin-left: 10px;
		padding-left: 10px;
		border-left-width: 15px;
		padding-bottom: 5px;
		color: #007cc1;
		padding-bottom: 15px;
	}
	
	li.indent {
		margin-left: 3em;
		margin-top: 0px;
		margin-bottom: 0px;
		list-style-type: none;
	}
	

/**CONTACT**/
	
#contact-wrap {
	clear: both;
	background: url('../img/contact-banner-bkg.jpg') no-repeat top center #333;
	height: 220px;
}

#contact {
	height: 120px;
	padding-top: 30px;
	width: 860px;
}

#contact h2 {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: white;
	font-size: 55px;
	line-height: 55px;
	text-transform: uppercase;
}

#contact p {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	width: 550px;
	margin-left: 400px;
}

#content h7 {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	font-size: 25px;
	margin-bottom: 0px;
	color: #e35e1e;
}

#content .highlight {
	border: 10px solid #f5f5f5;
	padding: 20px;
}

#content .highlight a {
	font-size: 12px;
	font-family: arial, sans-serif;
	text-decoration: underline;
}



#content .space {
	height: 100%;
}


table {
	margin-bottom: 50px;
}

table td{
	width: 100px;
}
	
/***MAIN***/		
#main {
	padding-top: 30px;
}

#main a:hover {
	color: black;
}



#main h3 {
	font-family: SourceSansProExtraLight, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	color: #333333;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding-top: 5px;
}


#main .bullets li {
	font-size: 14px;
	list-style: circle;
	margin-left: 10px;
	padding-left: 10px;
	border-left-width: 15px;
	padding-bottom: 5px;
	color: #007cc1;
	padding-bottom: 15px;
}

#main .bullets li img {
	border: none;
}

#main span {
	color: #007cc1;
}

#main span2{
	font-size: 16px;
	font-family: CreteRoundRegular, Arial, sans-serif;
}

#main span3{
	font-size: 18px;
	line-height: 22px;
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: #007cc1;
}

#main span4 {
	font-family: SourceSansProBold, Arial, sans-serif;
	color: #333;
	text-transform: uppercase;
}


#main h4 {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#main .narrow a {
	color: #e35e1e;
	font-family: CreteRoundRegular, Arial, sans-serif;
	font-size: 14px;
}

#main button {
	display: block;
	position: relative;
	text-align: center;
	line-height: 25px;
	color: #e35e1e;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-family: SourceSansProRegular, Arial, sans-serif;
	width: 100px;
	height: 30px;
	background: #f5f5f5;
	cursor: pointer;
	margin-top: -10px;
	margin-bottom: 30px;
		
	/*BOARDER RADIUS*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	border: 1px solid #ce6900;
	}
	
	
	
	#news h5 {
		font-size: 12px;
		color: #999999;
		font-style: italic;
		margin-bottom: 0;
	}
	
	#news h6 {
		font-size: 14px;
		color: #007cc1;
		font-size: 14px;
		line-height: 18px;
		font-family: CreteRoundRegular, Arial, sans-serif;
		margin-bottom: 5px;
	}
	
	#news p {
		font-size: 12px;
		line-height: 16px;
		color: #333333;
	}
	
	#news a {
		color: #e35e1e;
		font-size: 14px;
		font-family: CreteRoundRegular, Arial, sans-serif;
		text-transform: none;
	}
	
	
	
	#news a:hover {
		text-decoration: underline;
	}
	
	
	#whyus h5 {
		font-size: 14px;
		text-transform: uppercase;
		margin-bottom: 0;
	}
	
	#whyus p {
		font-size: 13px;
		line-height: 16px;
		color: #333333;
	}
	
	
		
	#content h1 {
		color: #007cc1;
		font-family: SourceSansProExtraLight, Arial, sans-serif;
		font-size: 18px;
		line-height: 22px;
		
	}
	
	#content h2 {
		font-family: SourceSansProExtraLight, Arial, sans-serif;
		color: black;
		font-size: 25px;
		line-height: 35px;
	}

	
	
	#content p {
		font-size: 13px;
		line-height: 24px;
		color: #333333;
	}
	
	
	#content span {
		color: #e35e1e;
		font-family: SourceSansProItalic, Arial, sans-serif;
	}
	

	#content img {
		background: white;
		border: 10px solid #f5f5f5;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	#content .noboarder img {
		border: 0px;
	}
	
	#content span.main {
		color: #007cc1;
		font-family: SourceSansProExtraLight, Arial, sans-serif;
		
	}
	

	#content a {
		color: #e35e1e;
		font-size: 14px;
	}
	
	
	
	#casestudy img {
		float: left;
		padding-right: 10px;
		padding-bottom: 20px;
	}
	
	
	
	
	
	
	#content-news p {
		font-size: 13px;
		line-height: 24px;
		color: #333333;
	}
	
	#content-news a {
		color: #e35e1e;
		font-family: CreteRoundRegular, Arial, sans-serif;
		font-size: 12px;
	}
	
	#content-news a:hover {
		color: #333;
	}
	
	#content-news h3 {
		color: #f7931e;
		font-family: SourceSansProExtraLight, Arial, sans-serif;
		text-transform: none;
		font-size: 26px;
		border-bottom: 1px solid #f7931e;
		border-top: 1px solid #f7931e;
	
	}
	
	
	#content-news h4 {
		color: #007cc1;
		font-family: CreteRoundRegular, Arial, sans-serif;
		text-transform: none;
		font-size: 16px;
	
	}
	
	#content-news h5 {
		color: #999999;
		font-family: Arial, sans-serif;
		text-transform: none;
		font-size: 12px;
	
	}
		
	#content-news img {
		background: white;
		padding: 10px;
		float: left;
	}
	
	/*** CASE STUDY**/
	
	#casestudy h5 {
		font-size: 14px;
		color: #333;	
		margin-bottom: 0;
	
	}
	
	#casestudy p {
		font-size: 13px;
		line-height: 16px;
		color: #333;
	}
	
	#casestudy a {
		color: #e35e1e;
		font-family: CreteRoundRegular, Arial, sans-serif;
	}
	
	#content span2 {
		color: #e35e1e;
		font-size: 20px;
		font-family: SourceSansProExtraLight, Arial, sans-serif;
		text-transform: uppercase;
		padding-right: 10px;
		
	}
	
	#content .frame {
		border: 1px solid #ccc;
		padding: 10px;
		background: #fff;
		margin-bottom: 40px;
	}
	
	
	#content .casestudy {
		background: #f2f4f6;
		font-size: 18px;
		color: #007cc1;
		padding: 15px;
		margin-left: -10px;
		margin-top: -10px;
		width: 588px;
	}

	
	#main button2 {
		display: block;
		position: relative;
		text-align: center;
		line-height: 30px;
		color: #e35e1e;
		text-decoration: none;
		text-transform: uppercase;
		text-shadow: none;
		font-size: 11px;
		font-family: SourceSansProRegular, Arial, sans-serif;
		width: 100px;
		height: 30px;
		cursor: pointer;
		float: right;
		margin-bottom: 20px;
			
		/*BOARDER RADIUS*/
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #ce6900;
		}
		
		#main button2:hover {
			background: #fff;
			color: #333;
		}
	

	
/***QUOTE***/
#quote {
	background: #f5f5f5;
	padding: 20px;
	margin-bottom: 20px;
}

#quote p {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	color: #007cc1;
}

#quote .author {
	font-family: SourceSansProItalic, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	text-align: right;
	color: #666;
}	

#quote img {
	float: right;
	display: block;
	border: none;
	width: 70px;
	background: none;
	margin: 0px;
	padding-left: 10px;
}	


	
/**********************
------FOOTER-----------
*********************/	

#footer-wrap {
	background: #333333;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-top: 50px;
}
	#footer-wrap h3 {
		font-family: CreteRoundRegular, Arial, sans-serif;
		color: #666666;
		font-size: 14px;
		text-transform: uppercase;
		margin-bottom: 0;
		
	}	
	
	#footer-wrap ul {
		font-size: 12px;
		padding-top: 10px;
		line-height: 24px;
	}
	
	#footer-wrap a {
		color: #cccccc;
	}
	
	#footer-wrap a:hover {
		color: #666666;
	}
	
	#footer-wrap p {
		color: #cccccc;
		font-size: 13px;
		line-height: 16px;
		padding-top: 10px;
	}
	
	#footer-wrap img {
		position: relative;
		padding-bottom: 10px;
	}
	
/**********************
------SITEINFO-----------
*********************/	


#siteinfo-wrap {
	background: black;
}

#siteinfo{
	height: 100%;
}


#siteinfo p {
	color: #ccc;
	font-size: 10px;
	line-height: 50px;
	text-transform: uppercase;
	float: left;
}


#siteinfo nav {
	float: right;
}

#siteinfo nav li {
	font-family: Helvetical, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
	display: inline;
	text-transform: uppercase;
	line-height: 50px;
}

#siteinfo a {
	color: #cccccc;
}

#siteinfo a:hover {
	color: #666666;
}

#siteinfo .fineprint {
	font-size: 8pt;
	text-transform: none;
	color: #666;
	margin-top: -20px;
	text-align: center;
}

/**********************
------WHAT WE DO BANNER------
*********************/		
#wwdbanner-wrap {
	clear: both;
	background: #b9dacc;
	background: -webkit-gradient(linear, left top, left bottom, from(#b9dacc), to(#fbfbfb));
	background: -moz-linear-gradient(top left, #b9dacc, #fbfbfb);
	background: gradient(top left, #b9dacc, #fbfbfb);
	border-bottom: 1px solid #e8e8e8;
}

	#wwdbanner {
		height: 170px;
		padding-top: 30px;
		width: 860px;
	}
	
	#wwdbanner h2 {
		font-family: SourceSansProExtraLight, Arial, sans-serif;
		color: black;
		font-size: 55px;
		line-height: 55px;
		text-transform: uppercase;
	}
	
	#wwdbanner h3 {
		font-family: SourceSansProExtraLight, Arial, sans-serif;
		color: #789086;
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 5px;
		
	}
	
	#wwdbanner p {
		font-family: SourceSansProExtraLight, Arial, sans-serif;
		color: #789086;
		font-size: 18px;
		line-height: 22px;
		width: 800px;
		margin-bottom: 10px;
	}
	
	
/**********************
------SERVICES BANNER------
*********************/		
#servbanner-wrap {
	clear: both;
	background: #cdcdcd;
	background: -webkit-gradient(linear, left top, left bottom, from(#bfdeef), to(#f2f8fc));
	background: -moz-linear-gradient(top left, #bfdeef, #f2f8fc);
	background: gradient(top left, #bfdeef, #f2f8fc);
	
	border-bottom: 1px solid #e8e8e8;
}


	#servbanner {
		height: 170px;
		padding-top: 30px;
		width: 860px;
	}
	
	#servbanner h2 {
		font-family: SourceSansProExtraLight, Arial, sans-serif;
		color: black;
		font-size: 55px;
		line-height: 55px;
		text-transform: uppercase;
	}
	
	#servbanner h3 {
		font-family: SourceSansProExtraLight, Arial, sans-serif;
		color: #789086;
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 5px;
		
	}
	
	#servbanner p {
		font-family: SourceSansProExtraLight, Arial, sans-serif;
		color: #789086;
		font-size: 18px;
		line-height: 22px;
		width: 800px;
		margin-bottom: 10px;
	}
	
	
	
	
/**********************
------INFO TECH BANNER------
*********************/		
#itbanner-wrap {
	clear: both;
	background: #a3dce6;
	background: -webkit-gradient(linear, left top, left bottom, from(#a3dce6), to(#eff9fe));
	background: -moz-linear-gradient(top left, #a3dce6, #eff9fe);
	background: gradient(top left, #a3dce6, #eff9fe);
	border-bottom: 1px solid #e8e8e8;

}	

#itbanner {
	background-size: 550px;
	height: 170px;
	padding-top: 30px;
	width: 860px;
	
}

#itbanner h2 {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: black;
	font-size: 55px;
	line-height: 55px;
	text-transform: uppercase;
}

#itbanner h3 {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: #5195a1;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 5px;
	
}

#itbanner p {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: #5195a1;
	font-size: 18px;
	line-height: 22px;
	width: 800px;
	margin-bottom: 10px;
}


/**********************
------WIRELESS RADIO BANNER------
*********************/		
#wrbanner-wrap {
	clear: both;
	background: #9ed8d2;
	background: -webkit-gradient(linear, left top, left bottom, from(#9ed8d2), to(#f5fffe));
	background: -moz-linear-gradient(top left, #9ed8d2, #f5fffe);
	background: gradient(top left, #9ed8d2, #f5fffe);
	border-bottom: 1px solid #e8e8e8;

}	

#wrbanner {
	background-size: 550px;
	height: 170px;
	padding-top: 30px;
	width: 860px;
	
}

#wrbanner h2 {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: black;
	font-size: 55px;
	line-height: 55px;
	text-transform: uppercase;
}

#wrbanner h3 {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: #41958c;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 5px;
	
}

#wrbanner p {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: #41958c;
	font-size: 18px;
	line-height: 22px;
	width: 800px;
	margin-bottom: 10px;
}

	
	/**********************
	------GREY BANNER------
	*********************/		
	#resbanner-wrap {
		clear: both;
		background: #bad7df;
		background: -webkit-gradient(linear, left top, left bottom, from(#bad7df), to(#f2f4f6));
		background: -moz-linear-gradient(top left, ##bad7df, #f2f4f6);
		background: gradient(top left, #bad7df, #f2f4f6);
		border-bottom: 1px solid #e8e8e8;

	}
	
		#resbanner {
			height: 120px;
			padding-top: 30px;
			width: 860px;
		}
		
		#resbanner h2 {
			font-family: SourceSansProExtraLight, Arial, sans-serif;
			color: black;
			font-size: 55px;
			line-height: 55px;
			text-transform: uppercase;
		}
		
		#resbanner h3 {
			font-family: SourceSansProExtraLight, Arial, sans-serif;
			color: #666;
			font-size: 24px;
			line-height: 30px;
			margin-bottom: 5px;
			
		}
		
		#resbanner p {
			font-family: SourceSansProExtraLight, Arial, sans-serif;
			color: #999;
			font-size: 18px;
			line-height: 22px;
			width: 400px;
			margin-bottom: 10px;
		}
		
		
	/**********************
	------SPOTLIGHT BANNER------
	*********************/		
		#spotbanner-wrap {
			clear: both;
			background: #eded8a;
			background: -webkit-gradient(linear, left top, left bottom, from(#ffe19b), to(#f58025));
			background: -moz-linear-gradient(top left, #ffe19b, #f58025);
			background: gradient(top left, #ffe19b, #f58025);
			border-bottom: 1px solid #e8e8e8;
	
		}
		
			#spotbanner {
				height: 120px;
				padding-top: 30px;
				width: 860px;
			}
			
			#spotbanner h2 {
				font-family: SourceSansProExtraLight, Arial, sans-serif;
				color: black;
				font-size: 55px;
				line-height: 55px;
				text-transform: uppercase;
			}
			
			#spotbanner h3 {
				font-family: SourceSansProExtraLight, Arial, sans-serif;
				color: #fff;
				font-size: 24px;
				line-height: 30px;
				margin-bottom: 5px;
				
			}
			
			#spotbanner p {
				font-family: SourceSansProExtraLight, Arial, sans-serif;
				color: #999;
				font-size: 18px;
				line-height: 22px;
				width: 400px;
				margin-bottom: 10px;
			}	
			
			
			#spotlight h3 {
				font-family: SourceSansProExtraLight, Arial, sans-serif;
				color: #e35e1e;
				text-transform: none;
				font-size: 25px;
				line-height: 29px;
				margin-bottom: 25px;
				padding: 15px;
			}
			
			
			#spotlight h4 {
				font-family: SourceSansProExtraLight, Arial, sans-serif;
				color: #007cc1;
				text-transform: none;
				font-size: 25px;
				line-height: 29px;
				margin-bottom: 25px;
				background: #f5f5f5;
				padding: 15px;
			}
			
			#spotlight h5 {
				font-family: CreteRoundRegular, Arial, sans-serif;
				color: #007cc1;
				font-size: 25px;
				line-height: 29px;
				margin-bottom: 5px;
			}
			
			#spotlight h6 {
				font-family: CreteRoundRegular, Arial, sans-serif;
				color: #666;
				font-size: 16px;
				line-height: 20px;
			}
			
			#spotlight h7 {
				font-family: CreteRoundRegular, Arial, sans-serif;
				color: #666;
				font-size: 14px;
				line-height: 18px;
				padding-bottom: 5px;
			}
			
			#spotlight h8 {
				font-family: CreteRoundRegular, Arial, sans-serif;
				color: #000;
				font-size: 16px;
				line-height: 44px;
			}
			
			
			
			#spotlight p {
				font-family: Arial, sans-serif;
				color: #333;
				font-size: 14px;
				line-height: 22px;
				
				margin-bottom: 10px;
				
			}
			
			#spotlight img {
				float: left;
				padding-right: 20px;
				padding-bottom: 20px;
			}
			
			
	
	
	/**********************
	------AU BANNER------
	*********************/		
	aubanner-wrap {
		clear: both;
		background: #cdcdcd;
		background: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#fbfbfb));
		background: -moz-linear-gradient(top left, #cdcdcd, #fbfbfb);
		background: gradient(top left, #cdcdcd, #fbfbfb);
		border-bottom: 1px solid #e8e8e8;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
		#aubanner {
			height: 120px;
			padding-top: 30px;
			width: 860px;
		}
		
		#aubanner h2 {
			font-family: SourceSansProExtraLight, Arial, sans-serif;
			color: black;
			font-size: 55px;
			line-height: 55px;
			text-transform: uppercase;
		}
		
		#aubanner h3 {
			font-family: SourceSansProExtraLight, Arial, sans-serif;
			color: #666;
			font-size: 24px;
			line-height: 30px;
			margin-bottom: 5px;
			
		}
		
		#aubanner p {
			font-family: SourceSansProExtraLight, Arial, sans-serif;
			color: #999;
			font-size: 18px;
			line-height: 22px;
			width: 400px;
			margin-bottom: 10px;
		}
		
		
/**********************
------REN BANNER------
*********************/		
#renbanner-wrap {
	clear: both;
	background: #fff200;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff200), to(#fffac4));
	background: -moz-linear-gradient(top left, #fff200, #fffac4);
	background: gradient(top left, #fff200, #fffac4);
	border-bottom: 1px solid #e8e8e8;
	padding-top: 25px;
	padding-bottom: 25px;
}

	#renbanner {
		background: url('../img/renewal.png') no-repeat right top;
		background-size: 60%;
		height: 120px;
		padding-top: 30px;
		width: 860px;
	}
	
	#renbanner h2 {
		font-family: SourceSansProExtraLight, Arial, sans-serif;
		color: black;
		font-size: 55px;
		line-height: 55px;
		text-transform: uppercase;
	}
	
	#renbanner h3 {
		font-family: SourceSansProExtraLight, Arial, sans-serif;
		color: #666;
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 5px;
		
	}
	
	#renbanner p {
		font-family: SourceSansProExtraLight, Arial, sans-serif;
		color: #999;
		font-size: 18px;
		line-height: 22px;
		width: 400px;
		margin-bottom: 10px;
	}
		
	
	
/**********************
------SUBNAV-----------
*********************/	
#subnav {
	border: 1px solid #ccc;
	padding: 10px;
	background: #f5f5f5;
}


#subnav a.selected {
	font-weight: bold;
	color: #333;
	text-shadow: #999 0px 1px 1px;
}

#subnav h5 {
	font-family:  CreteRoundRegular, Arial, sans-serif ;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 5px;
}

#subnav ul li ul {
	padding-left: 0px;
	padding-bottom: 5px;
}

#subnav ul li ul a {
	color: #666;
}

#subnav ul li ul a:hover {
	color: #000;
}

/**********************
------NARROW NAV-----------
*********************/	


#content .narrowband li {
	font-size: 12px;
	line-height: 18px;
	font-family: SourceSansProRegular, Arial, Helvetica, Geneva, sans-serif;

}


#content .narrowband li a {
	color: #e35e1e;
	font-family: CreteRoundRegular, Arial, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	padding-left: 10px;
	list-style: none;

}

#content .narrowband li a:hover {
	color: #666;
}




	
/**********************
------ASIDE-----------
*********************/		
#aside {
	background: #f5f5f5;
	padding: 10px;
	margin-bottom: 20px;
}

#aside h5 {
	font-size: 14px;
	font-family:  CreteRoundRegular, Arial, sans-serif;
	color: #007cc1;
	margin-bottom: 5px;
}

#aside h6 {
	font-size: 14px;
	font-family:  SourceSansProExtraLight, Arial, sans-serif;
	font-size: 18px;
	color: #007cc1;
	margin-bottom: 0px;
}

#aside h7 {
	color: #007cc1;
	font-family: CreteRoundRegular, Arial, sans-serif;
	font-size: 14px;
	line-height: 12px;
}

#aside p {
	font-family: SourceSansProRegular, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #666;
	
}

#aside span {
	font-family: SourceSansProRegular, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #666;
	text-transform: uppercase;
	
}

#aside ul {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666;
}

#aside a {
	color: #e35e1e;
	font-family:  CreteRoundRegular, Arial, sans-serif;
	
}

#aside a:hover {
	color: #333;
	font-family:  CreteRoundRegular, Arial, sans-serif;
	
}

#aside .hhwmsp {
	padding: 35px;
	background: #4c516d url('../img/hhwmsp-logo@2x.png') no-repeat left top;
	background-size: 80%;
	background-position-x: 50%;
	background-position-y: 50%;
}

#aside .hhwcloud {
	background-color: #6586A7;
	padding: 1px;
}

#aside .hhwcloud button {
	display: block;
	position: relative;
	text-align: center;
	line-height: 25px;
	margin-top: 25px;
	color: #aee0e8;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-family: SourceSansProRegular, Arial, sans-serif;
	width: 40px;
	height: 30px;
	background: #6586A7;
	cursor: pointer;
		
	/*BOARDER RADIUS*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #aee0e8;
	}
	
#aside .hhwcloud button:hover {
	color: #fff;
}


#aside .license {
	padding: 10px;
	background: #333 url('../img/spectrum_logo.png') no-repeat left top;
	background-size: 70%;
	background-position-x: 10%;
	background-position-y: 40%;
}	

	
#aside .license button {
	display: block;
	position: relative;
	text-align: center;
	line-height: 25px;
	color: #00a79d;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-family: SourceSansProRegular, Arial, sans-serif;
	width: 40px;
	height: 30px;
	background: #9fdeda ;
	cursor: pointer;
	margin-top: 10%;
	margin-left: 80%;
		
	/*BOARDER RADIUS*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #00a79d;
	}
	

#aside .archive a {
	color: #666;
	text-decoration: underline;
	font-family:  Arial, sans-serif;
	font-style: italic;
	
}

#aside .archive a:hover {
	color: #333;
}


#aside img {
	float: left;
	padding-right: 10px;
}

#aside button {
	display: block;
	position: relative;
	text-align: center;
	line-height: 25px;
	margin-top: 5px;
	color: #e35e1e;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-family: SourceSansProRegular, Arial, sans-serif;
	width: 100px;
	height: 30px;
	background: #f5f5f5;
	cursor: pointer;
		
	/*BOARDER RADIUS*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ce6900;
	}
	
#aside button:hover {
	color: #333;
}	

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  float: left;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


#pspart img{
	padding: 5px;
}

/**********************
------MAILCHIP-----------
*********************/
#mailchip {
	background: #f5f5f5;
	padding: 10px;
	margin-top: 10px;
}

#mailchip h5 {
	font-size: 14px;
	font-family:  CreteRoundRegular, Arial, sans-serif;
	color: #e35e1e;
	margin-bottom: 5px;
}

#mailchip span.email {
	color: #666;
	font-size: 12px;
	
}

#mailchip button {
	margin-top: 5px;
}

/**********************
------TABLE-----------
*********************/

table {
	font-size: 12px;
	line-height: 20px;
	font-family: SourceSansProRegular, Arial, Helvetica, Geneva, sans-serif;
	width: 100%;
	margin-top: 20px;
}

th {
	text-align: left;
}

/**********************
-----REMOTE NOW------
*********************/	
#remotenow-wrap {
	clear: both;
	background-color: #69d0da;
	background: -webkit-gradient(linear, left top, left bottom, from(#4095aa), to(#69d0da));
	background: -moz-linear-gradient(top left, #4095aa, #69d0da);
	background: gradient(top left, #4095aa, #69d0da);
	}

#remotenowbanner {
	background: url('/img/remotenow-banner.png') no-repeat right center;
	width: 860px;
	height: 400px;
	width: 960px;
}

#remotenowbanner h2 {
	font-family: CreteRoundRegular, Times, sans-serif;
	text-shadow: 2px 2px 5px #45acbd;
	color: white;
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	padding-left: 30px;
	padding-top: 100px;
	padding-bottom: 10px;
	
}

#remotenowbanner p {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	text-transform: uppercase;
	text-shadow: 2px 2px 5px #45acbd;
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	padding-left: 30px;
	margin-top: -20px;
}


/**********************
-----THERMAL------
*********************/	
#thermalcam-wrap hr {
	width: 100px;
	border: 5px solid #999;
	margin-left: 80px;
	margin-top: 40px;
	margin-bottom: 40px;
}

#thermalcam-wrap img {
	margin-left: 80px;
	margin-top: 100px;
}

#thermalcam-wrap {
	clear: both;
	border-bottom: 1px solid #e8e8e8;
	background: #000 url('../img/thermal-camera.jpg') no-repeat center top;
}

#thermalcam-banner {
	height: 570px;
	padding-top: 40px;
	width: 1060px;
}

#thermalcam-banner h2 {
	font-family: CreteRoundRegular, Times, sans-serif;
	color: #f7931e;
	font-size: 65px;
	line-height: 65px;
	text-transform: uppercase;
	padding-left: 80px;
	text-shadow: 2px 2px 5px #333;
}

#thermalcam-banner h3 {
	font-family: SourceSansProRegular, Arial, sans-serif;
	text-shadow: 2px 2px 25px #1c2227;
	color: white;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 5px;
	padding-left: 80px;
	text-transform: uppercase;
	
}

/**Thermal main**/	
#thermalcam-main {
	padding-top: 25px;
}

#thermalcam-wrap button {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	border: 1px solid #f7931e;
	background-color: #040d12;
	padding: 15px;
	margin-left: 90px;
	margin-top: 30px;
	color: #f7931e;
	width: 150px;
}

#thermalcam-wrap button a:hover {
	color: #fff;
}

#thermalcam-wrap button a {
	color: #f7931e;
	}	


/**Thermal content**/	

#thermalcam-content img {
	float: right;
}

#thermalcam-content h2 {
		font-family: SourceSansProExtraLight, Arial, sans-serif;
		font-size: 40px;
		line-height: 45px;
		text-transform: uppercase;
		color: #999;
		padding-top: 270px;
}


#thermalcam-content .gray {
	background: #0b0b0b url('../img/thermal-cam-prod.png') no-repeat 15% -50%;
	background-size: 70%;
	height: 500px;
}


#intelevaccontent img {
	padding-top: 25px;
	width: 61%;
	padding-left: 10px;
}


/**Thermal Cam aside**/	

#thermalcam-aside {
	padding: 20px;
	float: right;
	margin-top: -560px;
	width: 300px;
}

#thermalcam-aside h1 {
	font-family: CreteRoundRegular, Times, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #f7931e;
}	

#thermalcam-aside h2 {
	font-family: SourceSansProRegular, Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
}		

#thermalcam-aside p {
	font-family: SourceSansProRegular, Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #666;
	margin-top: -20px;
}	

#thermalcam-aside img {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	
}

#thermalcam-aside a {
	color: #056381;
}

/**Thermal-Cam section**/	


#thermal-cam-section {
	background: #f5f5f5;
	margin-top: 50px;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}

#thermal-cam-section img {
	padding-top: 50px;
	width: 100%;
}

#thermal-cam-section h1 {
	font-family: CreteRoundRegular, Times, sans-serif;
	color: #0077c0;
	font-size: 45px;
	line-height: 25px;
	text-transform: uppercase;
}

#thermal-cam-section h2 {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	font-size: 15px;
	line-height: 10px;
	text-transform: uppercase;
	color: #333;	
}

#thermal-cam-section h3 {
	font-family: SourceSansProRegular, Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #999;	
}




/**********************
-----INTELEVAC------
*********************/	
#intelevac-wrap hr {
	width: 100px;
	border: 5px solid #999;
	margin-left: 85px;
	margin-top: 100px;
}

#intelevac-wrap img {
	margin-left: 70px;
	margin-bottom: -100px;
}

#intelevac-wrap button {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	border: 1px solid #90d3ce;
	background-color: #47767c;
	padding: 15px;
	margin-left: 90px;
	margin-top: 30px;
	color: #90d3ce;
	width: 150px;
}

#intelevac-wrap button a:hover {
	color: #fff;
}

#intelevac-wrap button a {
	color: #90d3ce;
	}	

.button:hover {
	background: #fff;
	padding: 15px;
}


#intelevac-wrap {
	clear: both;
	border-bottom: 1px solid #e8e8e8;
	background: #47767c url('../img/intel-bannerImg.jpg') no-repeat right top;
}

#intelevacbanner {
	height: 570px;
	padding-top: 40px;
	width: 1060px;
}

#intelevacbanner h2 {
	font-family: CreteRoundRegular, Times, sans-serif;
	color: #fff;
	font-size: 65px;
	line-height: 45px;
	text-transform: uppercase;
	padding-left: 80px;
	text-shadow: 2px 2px 5px #333;
}


#intelevacbanner p {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: #789086;
	font-size: 18px;
	line-height: 22px;
	width: 800px;
	margin-bottom: 10px;
	
}

#intelevacbanner span {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: #90d3ce;
	font-size: 45px;
}


#intelevacbanner span2 {
	color: #00aeef;
	font-weight: bold;
	text-shadow: 2px 2px 25px #1c2227;

}

/**Intelevac main**/	
#intelevacmain {
	padding-top: 25px;
}



/**Intelevac content**/	

#intelevaccontent img {
	padding-bottom: 50px;
}

#intelevaccontent h2 {
		font-family: SourceSansProRegular, Arial, Helvetica, Geneva, sans-serif;
		font-size: 18px;
		color: #999;
}

#intelevaccontent h3 {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	font-size: 50px;
	line-height: 45px;
	text-transform: uppercase;
	color: #90d3ce;	
}


#intelevaccontent .gray {
	background: #0b0b0b url('../img/intelevac-prod.jpg') no-repeat right top;
	background-size: 750px;
	margin-top: -25px;
	padding-top: 35px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}



#intelevaccontent img {
	padding-top: 25px;
	width: 61%;
	padding-left: 10px;
}


/**Intelevac aside**/	

#intelevacaside {
	padding: 20px;
	float: right;
	margin-top: -350px;
	width: 300px;
}

#intelevacaside h1 {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	color: #056381;
}
	
#intelevacaside p {
	font-family: SourceSansProRegular, Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
}	

#intelevacaside a {
	color: #056381;
}

#intelevacaside img {
	padding-bottom: 20px;
}

/**Intelevac section**/	


#intelsection {
	background: #f5f5f5;
	margin-top: 50px;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}

#intelsection img {
	padding-top: 50px;
}

#intelsection h1 {
	font-family: CreteRoundRegular, Times, sans-serif;
	color: #056381;
	font-size: 45px;
	line-height: 25px;
	text-transform: uppercase;
}

#intelsection h2 {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	font-size: 15px;
	line-height: 10px;
	text-transform: uppercase;
	color: #056381;	
}

#intelsection h3 {
	font-family: SourceSansProRegular, Arial, Helvetica, Geneva, sans-serif;
	font-size: 20px;
	line-height: 10px;
	text-transform: uppercase;
	color: #999;	
}

#intelsection h5 {
		font-family: SourceSansProRegular, Arial, Helvetica, Geneva, sans-serif;
		font-size: 18px;
		color: #056381;
		text-transform: uppercase;
		margin-bottom: 0;
}

#intelsection p {
	font-family: SourceSansProRegular, Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333;
}	

/**********************
-----BE PROACTIVE------
*********************/	

/**Proactive Banner**/
	
/** #beprobanner-wrap {
	clear: both;
	background: -webkit-gradient(linear, left top, left bottom, from(#1c2227), to(#2c3433));
	background: -moz-linear-gradient(top left, #1c2227, #2c3433);
	background: gradient(top left, #1c2227, #2c3433);
	border-bottom: 1px solid #e8e8e8;
}	
**/

#beprobanner-wrap {
	clear: both;
	background: #191919 url('/img/BeProactive.jpg') no-repeat center top;
	border-bottom: 1px solid #e8e8e8;
}

#beprobanner {
	height: 570px;
	padding-top: 30px;
	width: 1060px;
}

#beprobanner h2 {
	font-family: CreteRoundRegular, Times, sans-serif;
	text-shadow: 2px 2px 25px #1c2227;
	color: white;
	font-size: 75px;
	line-height: 65px;
	text-transform: uppercase;
	padding-left: 80px;
	padding-top: 350px;
	
}

#beprobanner h3 {
	font-family: SourceSansProRegular, Arial, sans-serif;
	text-shadow: 2px 2px 25px #1c2227;
	color: white;
	font-size: 24px;
	margin-top: -20px;
	margin-bottom: 5px;
	padding-left: 80px;
	text-transform: uppercase;
	
}

#beprobanner p {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	color: #789086;
	font-size: 18px;
	line-height: 22px;
	width: 800px;
	margin-bottom: 10px;
	
}

#beprobanner span {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	text-shadow: 2px 2px 25px #1c2227;
}


#beprobanner span2 {
	color: #00aeef;
	font-weight: bold;
	text-shadow: 2px 2px 25px #1c2227;
}

/**Proactive main**/	
#bepromain {
	padding-top: 25px;
}



/**Proactive content**/	

#beprocontent {

}

#beprocontent h2 {
		font-family: SourceSansProRegular, Arial, Helvetica, Geneva, sans-serif;
		font-size: 18px;
		color: #999;
}

#beprocontent h3 {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	font-size: 40px;
	line-height: 45px;
	text-transform: uppercase;
	color: #00aeef;
	
}

#beprocontent span {
	font-family: CreteRoundRegular, Times, sans-serif;
}

.gray {
	background: #333;
	margin-top: -25px;
	padding-top: 35px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}


#beprocontent img {
	padding-top: 25px;
	width: 61%;
	padding-left: 10px;
}


/**Proactive aside**/	

#beproaside {
	padding: 20px;
	float: right;
	margin-top: -570px;
	width: 300px;
}

#beproaside img {
	padding-right: 10px;
}

#beproaside h1 {
	font-family: CreteRoundRegular, Times, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #e35e1e;
}

#beproaside h3 {
	font-family: SourceSansProExtraLight, Arial, sans-serif;
	font-size: 20px;
	line-height: 45px;
	text-transform: uppercase;
	color: #00aeef;
	
}
	
#beproaside p {
	font-family: SourceSansProRegular, Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	margin-top: -20px;
	padding-bottom: 5px;
}	

#beproaside ul {
	font-family: SourceSansProRegular, Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	margin-top: -20px;
	padding-left: 10px;
}

#beproaside a {
	color: #e35e1e;
}

	

