/* IMPRESS PRINTING - CSS Document */

body {
	background:#153E5C url(../images/bg.jpg) repeat-x;
	margin:0;
}

/**** HEADINGS ****/

h1,.h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	font-weight:100;
	font-style:italic;
	color:#00447c;
	line-height:1em;
	margin:0;
}
h2,.h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:100;
	font-style:italic;
	color:#00447c;
	line-height:1em;
	margin:0 0 .5em 0;
}
h3,.h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:100;
	font-style:italic;
	color:#00447c;
	line-height:1.5em;
	margin:0 0 .5em 0;
}
h4,.h4 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:100;
	color:#5d5d5e;
	line-height:1.5em;
	margin:0 0 .5em 0;
}

/**** CONTENT ****/

p,.content {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#3a3a3a;
	line-height:1.6em;
	text-align:justify;
	margin:0 0 1em 0;
}
.yellow {
	color:#feb825;
	font-weight:bold;
}

.divider {
	border-bottom:1px solid #ababab;
	height:1px;
	margin:0 0 15px;
	padding:5px 0;
	clear:both;
}

.tabDivider {
	border-bottom:1px solid #ababab;
	height:1px;
	margin:8px 0;
	padding:0;
}


/**** BODY STRUCTURE ****/

.container {
	width:962px;
	margin:0 auto;
	padding:0;
	position:relative;
}

.header {
	width:962px;
	height:152px;
	margin:0;
	padding:0;
}

	/*** HEADER AREA ***/
	
		a.logo {
			background:url(../images/logo.jpg) no-repeat;
			width:430px;
			height:92px;
			margin:0;
			padding:0;
			display:block;
			cursor:pointer;
			float:left;
			text-indent:-999em;
		}
		
		.navbar {
			width:970px;
			height:45px;
			margin:0;
			padding:0;
			clear:both;
		}
	
	/*** RIGHT SIDE ***/
	
		h2.topInfo {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:20px;
			font-weight:100;
			font-style:normal;
			color:#00447c;
			width:205px;
			margin:18px 0 0 0;
			padding:0;
			float:right;
			text-align:right;
		}
		
		/*.search {
			width:205px;
			margin:18px 0 0 0;
			padding:0;
			float:right;
			clear:right;
		}*/
		
		.searchbar {
			width:205px;
			margin:18px 0 0 0;
			padding:0;
			float:right;
			clear:right;
		}


		h3 a.contact {
			background:url(../images/btn-contact-us.jpg) no-repeat;
			width:311px;
			height:140px;
			margin:0;
			padding:0;
			display:block;
			text-decoration:none;
			text-indent:-999em;
		}
		h3 a.demo {
			background:url(../images/btn-see-demo.jpg) no-repeat;
			width:342px;
			height:121px;
			margin:15px 0 0 0;
			padding:0;
			display:block;
			text-decoration:none;
			text-indent:-999em;
		}

	/*** END HEADER AREA ***/
	

.banner {
	background:url(../images/banner-placeholder.jpg) no-repeat;
	width:962px;
	height:283px;
	margin:0 0 14px 0;
	padding:0;
	position:relative;
}
	/*** ARROWS ***/
	.bannerLeftArrow {
		background:url(../images/banner-left-arrow.jpg)  no-repeat;
		width:25px;
		height:71px;
		margin:0;
		padding:0;
		position:absolute;
		top:100px;
		left:-25px;
	}
	.bannerRightArrow {
		background:url(../images/banner-right-arrow.jpg)  no-repeat;
		width:25px;
		height:71px;
		margin:0;
		padding:0;
		position:absolute;
		top:100px;
		left:962px;
	}

.bodyTop {
	background:url(../images/body-top.jpg) no-repeat;
	margin:0;
	padding:0;
	width:962px;
	height:9px;
}

.bodyTop-slider {
	background:url(../images/body-top-slider.jpg) no-repeat;
	margin:0;
	padding:0;
	width:962px;
	height:71px;
	position:relative;
}

.bodyTop-tabs {
	background:url(../images/body-top-tabs.jpg) no-repeat top;
	margin:0;
	padding:0;
	width:962px;
}
.bodyAreaHome {
	background:url(../images/body-bg.jpg) repeat-y;
	width:962px;
	margin:0;
	padding:0;
	clear:both;
}
.bodyArea {
	background:url(../images/body-bg.jpg) repeat-y;
	width:912px;
	margin:0;
	padding:15px 25px;
	clear:both;
}

.bodyFooter {
	background:url(../images/body-footer.jpg) no-repeat;
	margin:0;
	padding:0;
	width:962px;
	height:9px;
}

div.clear {
	clear:both;
	margin:0;
	padding:0;
}

.socialMedia {
	float:left;
	width:165px;
}
	a.facebook {
		background:url(../images/icon-facebook.jpg) no-repeat;
		width:75px;
		height:79px;
		margin:0;
		padding:0;
		float:left;
		display:block;	
		text-indent:-999em;
	}
	a.facebookMini {
		background:url(../images/icon-mini-facebook.jpg) no-repeat;
		width:38px;
		height:39px;
		margin:0;
		padding:0;
		float:left;
		display:block;	
		text-indent:-999em;
	}
	
	a.twitter {
		background:url(../images/icon-twitter.jpg) no-repeat;
		width:75px;
		height:79px;
		margin:0 0 0 10px;
		padding:0;
		float:left;
		display:block;	
		text-indent:-999em;
	}
	a.twitterMini {
		background:url(../images/icon-mini-twitter.jpg) no-repeat;
		width:38px;
		height:39px;
		margin:0 0 0 10px;
		padding:0;
		float:left;
		display:block;	
		text-indent:-999em;
	}
	
	h3.follow {
		margin:10px 0 0 10px;
		float:left;
	}

.emailSignup {
	float:right;
	width:255px;
}

.bioPics {
	clear:both;
	margin:0 0 20px 0;
	padding:0;
}
a.pic {
	width:100px;
	height:90px;
	border:1px solid #a6b5c1;
	margin:8px 8px 0 0;
	float:left;
	cursor:pointer;
}
a.pic:hover {
	border:1px solid #FCB924;
}

h1 span.miniLogo {
	background:url(../images/logo-mini.jpg) no-repeat;
	width:132px;
	height:35px;
	margin:-35px 0 0 80px;
	padding:0;
	display:block;
	text-indent:-999em;
}

	/*** BODY AREA ***/
	.leftCol {
		width:440px;
		margin:0;
		padding:0;
		float:left;
	}
	
	.rightCol {
		width:440px;
		margin:0;
		padding:0;
		float:right;
	}
	
	.leftCol-full {
		width:100%;
		margin:0;
		padding:0;
		float:left;
	}
	
	
	.leftCol-wide {
		width:640px;
		margin:0;
		padding:0;
		float:left;
	}
	
	.rightCol-thin {
		width:240px;
		margin:0;
		padding:0;
		float:right;
	}
	
	.col1 {
		float:left;
		margin:0;
		padding:0;
		width:560px;
	}	
	.col2 {
		float:left;
		margin:25px 0 0 0;
		padding:0;
		width:270px;
	}
	
	.formContainer {
		width:440px;
		float:left;
		margin:0;
		padding:0;
	}
	
	.fieldsContainer {
		margin:0;
		width:440px;
		height:35px;
	}
	
	.fieldTitle {
		float:left;
		height:35px;
		padding:5px 9px 0 0;
		text-align:right;
		width:101px;
	}
	
	.fieldInput {
		float:left;
		height:35px;
		width:330px;
	}
	
	#recaptcha_area {
		margin:0 0 0 -5px;
	}
	
	/*** HOMEPAGE TABS ***/
	
	.tab1 {
		float:left;
		width:265px;
		margin:10px 40px;
		padding:0;
	}
	.tab1 p {
		margin:0;
		font-size:11px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
		a.blog {
			background:url(../images/box-blog.jpg) no-repeat top left;
			margin:0;
			padding:25px 0 0 80px;
			height:60px;
			font-family:Century Gothic, Arial, Helvetica, sans-serif;
			font-size:22px;
			font-weight:bold;
			color:#00447b;
			font-style:normal;
			width: 200px;
			height: 57px;
			cursor: pointer;
			display: block;
		}
		a.blog:hover {
			text-decoration:none;
		}
		
	
	.tab2 {
		float:left;
		width:265px;
		margin:10px 6px;
		padding:0;
	}
	.tab2 p {
		margin:0;
		font-size:11px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
		a.featured {
			background:url(../images/box-computer.jpg) no-repeat top left;
			margin:0;
			padding:25px 0 0 79px;
			height:60px;
			font-family:Century Gothic, Arial, Helvetica, sans-serif;
			font-size:22px;
			font-weight:bold;
			color:#00447b;
			font-style:normal;
			width: 200px;
			height: 65px;
			cursor: pointer;
			display: block;
		}
		
		a.featured:hover {
			text-decoration:none;
		}
		
	.tab3 {
		float:left;
		width:265px;
		margin:10px 36px;
		padding:0;
	}
	.tab3 p {
		margin:0;
		font-size:11px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
		a.contact {
			background: url("../images/box-mail.jpg") no-repeat scroll left top transparent;
			color: #00447B;
			cursor: pointer;
			display: block;
			font-family: Century Gothic,Arial,Helvetica,sans-serif;
			font-size: 22px;
			font-style: normal;
			font-weight: bold;
			margin: 0;
			padding: 25px 0 0 80px;
			width: 200px;
			height: 71px;
		}
		
		a.contact:hover {
			text-decoration:none;
		}
		
		ul.contactUs {
			list-style-type:none;
			margin:0 0 0 10px;
			padding:0;
		}
		ul.contactUs li {
			margin:0;
			padding:0;
			width:245px;
			height:30px;
			border-bottom:1px solid #c7c7c7;
		}
		
		ul.contactUs li.topBorder {
			border-top:1px solid #c7c7c7;
		}
		
		ul.contactUs li a{
			background:url(../images/contact-over.jpg) no-repeat;
			display:block;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#000;
			margin:0;
			padding:5px 0 0 6px;
			width:245px;
			height:30px;
			text-decoration:none;
		}
		ul.contactUs li a:visited {
			color:#000;
			text-decoration:none;
		}	
		ul.contactUs li a:hover {
			background:url(../images/contact-hover.jpg) no-repeat;
			color:#000;
			text-decoration:none;
		}	
		ul.contactUs li a:active {
			color:#000;
			text-decoration:none;
		}	
		
		
		
		
	/*** END BODY AREA ***/
	.footer {
		background:url(../images/footer-bg.jpg) no-repeat top left;
		width:962px;
		margin:0 auto;
		padding:10px 0 0 0;
		clear:both;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#b4b4b4;
	}
	
	.footer a {
		color:#fff;
		text-decoration:none;
	}
	.footer a:visited {
		color:#fff;
		text-decoration:none;
	}
	.footer a:hover {
		color:#fff;
		text-decoration:underline;
	}
	.footer a:active {
		color:#fff;
		text-decoration:none;
	}
	
	
	.footerLeft {
		float:left;
		width:200px;
		margin:10px 0;
		padding:0;
	}
	
	.footerRight {
		float:right;
		margin:0;
		padding:0;
		width:510px;
}
	
		.footerRightTxt {
			float:left;
			margin:10px 0 0 0;
		}
		
		div.waterMark {
			background:url(../images/logo-watermark.png) no-repeat;
			width:98px;
			height:29px;
			margin:0 5px;
			padding:0;
			float:left;
			text-indent:-999em;
		}
		
		.footerDivider {
			background:url(../images/footer-divider.jpg) no-repeat center;
			width:961px;
			height:20px;
			margin:0;
			padding:0;
			clear:both;
		}

/**** LINKS / LIST ITEMS ****/

a {
	color:#124e7d;
	text-decoration:none;
}
a:visited {
	color:#124e7d;
	text-decoration:none;
}
a:hover {
	color:#1d86d9;
	text-decoration:underline;
}
a:active {
	color:#124e7d;
	text-decoration:none;
}

ul {
	margin:10px;
	padding:5px;
	list-style-type:none;
}

ul li {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#3a3a3a;
	line-height:1.6em;
	background:url(../images/arrow-bullet.jpg) no-repeat left 0;
	margin:0;
	padding:0 0 0 15px;
}


ul.leftServices {
	float:left;
	margin:10px;
	padding:5px;
	list-style-type:none;
}

/*** FORMS ***/

.form-fields {
	border:1px solid #D0D9DF;
	color:#486F82;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	height:18px;
	margin:3px;
	padding:5px;
	width:200px;
}

input.emailField {
	background:url(../images/email-field-bg.jpg) no-repeat;
	width:166px !important;
	max-width:176px;
	height:28px;
	margin:0;
	padding:5px 5px 0 5px;
	display:block;
	border:0;
	float:left;
	color:#616161;
}

input.submit {
	background:url(../images/email-btn-submit.jpg) no-repeat;
	width:29px;
	height:28px;
	margin:0;
	padding:0;
	display:block;
	border:0;
	float:left;
	text-indent:-999em;
	cursor:pointer;
}

/*** SEARCH ***/

input.search {
	background:url(../images/search-field-bg.jpg) no-repeat;
	width:166px !important;
	max-width:176px;
	height:28px;
	margin:0;
	padding:5px 5px 0 5px;
	display:block;
	border:0;
	float:left;
	color:#616161;
}

input.searchSubmit {
	background:url(../images/search-btn-submit.jpg) no-repeat;
	width:29px;
	height:28px;
	margin:0;
	padding:0;
	display:block;
	border:0;
	float:left;
	text-indent:-999em;
	cursor:pointer;
}

/*** PORTFOLIO MIN NAV ***/
.portfolioHeading {
	float:left;
	margin:0;
	padding:0;
}

.miniNav {
	float:right;
	margin:10px 0 0 0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:100;
	font-style:italic;
	color:#999999;
}
.miniNav a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:100;
	font-style:italic;
	color:#999999;
	text-decoration:none;
}
.miniNav a:visited {
	color:#999999;
	text-decoration:none;
}
.miniNav a:hover {
	color:#00447b;
	text-decoration:none;
}
.miniNav a:active {
	color:#999999;
	text-decoration:none;
}

.miniNav a.active {
color:#00447b;
	text-decoration:none;
}

/*** DO NOT REMOVE ***/
.debug {
	display:none;
}
/*** ------------- ***/

.slider {	
		width:900px;
		height:60px;
		margin:0 auto;
}

.slider ul{
		list-style-type:none; 
		margin:0;
		padding:6px 0 0 0;
			
		}
		
.slider li{
		margin:0;
		padding: 17px 10px 0 10px;
		float:left;
		height:38px;
		background:none;
		border-right:1px solid #c7c7c7;
		list-style-type:none;	
	}
	
.slider li.none{
	border:none;
}	
	
		
	.slider a{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:17px;
			font-style:italic;
			font-weight:100 !important;
			color:#878787;
			font-weight:bolder;
			display:block;
			text-decoration:none;
		}
		
		.slider a:visited {	
			color:#878787;
			text-decoration:none;			
		}
		.slider a:hover {	
			color:#1e5d8b;
			text-decoration:none;			
		}
		.slider a:active {	
			color:#878787;
			text-decoration:none;			
		}	
		
a.logoIntellisites {
	background:url(../images/logo-intellisites.png) no-repeat;
	width:54px;
	height:49px;
	margin:-7px 0 0 7px;
	padding:0;
	cursor:pointer;
	display:block;
	float:left;
	text-indent:-999em;
}	
a.logoBurst {
	background:url(../images/logo-burst.png) no-repeat;
	width:75px;
	height:49px;
	margin:-7px 0 10px;
	padding:0;
	cursor:pointer;
	display:block;
	float:left;
	text-indent:-999em;
}





/**** E-Mail Signup Form ****/

table.mceItemTable {
	padding:10px 6px 12px 10px;
	font-size:12px;
}

table.mceItemTable tr.signup-text td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom:0px;
	margin-top:0px;
}

table.mceItemTable tr td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0; padding:0;
	color:#000000;
}

.required {
	color: #ff0000;
}

.btn-emailList {
	background:url(../images/btn-emailForm.jpg) no-repeat;
	width:221px; height:109px;
	margin:0; padding:0;
	text-indent:-999em;
	display:block;
}
