@import url("header-style.css");
@import url("footer-style.css");
@import url("contact-us.css?t=20140811");

.logo {
	margin-top: 23px;
}

 h1 {
	font-weight: 200;
	font-size: 26px;
	margin: 0;
	text-align: center;
}

a:focus {
	outline: 0;
}
a:active, a:hover {
	outline: 0;
}
a img {
	border: 0;
}
html {
	color: #1e1e1e;
	overflow-x: hidden;
}
#horizontals-block {
	width: 100%;
	position: absolute;
	margin: 0 auto;
	min-height: 200px;
	padding: 0;
	float: left;
	background-color: #FFFFFF;
	
}
.horizontals-block-wrap {
	width: 1000px;
	margin: -75px auto 20px;
	
	box-shadow: 0 9px 0px 0px white, 0 0px 0px 0px white, 6px 0 8px -4px #b2b3b2, -6px 0 8px -4px #b2b3b2;
	
	background-color: #FFFFFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 35px 0 15px 0;
}
#horizontals-block ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#horizontals-block li {
	width: 27%;
	padding: 3% 3% 0 3%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
#horizontals-block li span {
	min-height: 50px;
	display: block;
}
#horizontals-block h2 {
	color: #005596;
	font-size: 20px;
	font-weight: 300;
}
#horizontals-block a {
	text-decoration: none;
	display: block;
	color: #005596;
}
#horizontals-block a:hover {
	color: #1266b9;
}
#horizontals-block i {
	font-size: 105px;
}
#horizontals-block li:hover i {
	color: #1266b9;
}
#horizontals-block span {
	color: #666666;
	font-size: 12px;
	line-height: normal;
	margin: 0;
	padding: 0
}
#horizontals-block span i {
	display: block;
	color: #666666;
	font-size: 12px;
	line-height: normal;
}

.LearnMore {
	margin-top: 22px;
	display: inline-block;
	height: 27px;
	padding: 0 10px;
	line-height: 27px;
	background-color: #FF9933;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 11px!important;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff!important;
	text-decoration: none;
}
.LearnMore:hover {
	background-color: #005596;
}


#corporate-block {
	width: 100%;
	margin: 0;
	min-height: 250px;
	padding: 20px 0;
	float: left;
	background-color: #F1F1F1;
	border: 1px 0 solid #DDDDDD;
	margin-top: 340px;
	}
.corporate-block-wrap {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

h3 {
	color: #005596;
	font-weight: 200;
	font-size: 28px;
	margin: 0;
	padding: 12px 20px 20px 20px;
}

.corporate-block-wrap div {
	width: 15%;
	height: 130px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	transition: color 0.1s linear 0s;
	float: left;
	margin-left: 14px;
	background-color: #FFFFFF;
}

.corporate-block-wrap div:hover {
	width: 15%;
	height: 130px;
	border: 1px solid #999999;
	box-shadow: 0 0 8px #CCCCCC;
	transition: color 0.1s linear 0s;
	float: left;
	margin-left: 14px;
}

.corporate-block-wrap a i {
	position: inherit!important;
	font-size: 50px;
	margin: 19px auto 11px auto;
	display: block;
}
.corporate-block-wrap a {
	text-decoration: none;
	font-size: 20px;
	display: block;
	line-height: 19px;
	font-weight: 300;
}

.banking a {
	color: #99cc33;
}
.more a {color: #FF9933}
.healthcare a {
	color: #cc3366;
}
.insurance a {
	color: #663399;
}
.gaming a {
	color: #0099ff;
}
.government a {
	color: #146287;
}
.news-block-bg {
	width: 100%;
	padding: 0px;
	background-color: #FFFFFF;
	bottom: 0;
	float: left;
	padding-top: 30px;
}
#news-block {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align: left;
}
#news-block li {
	padding: 0 0 10px 0;
	margin-left: 0px;
	font-size: 15px;
	list-style-type: none;
	line-height: 20px;
}
#news-block li a {
	text-decoration: none;
	color: #005596
}
#news-block li a:hover {
	color: #0a4471;
}
#news-block h2 {
	font-weight: 200;
	margin-top: 0px;
	padding: 0;
	width: 90%;
	color: #005596;
	font-size: 20px;
	margin-bottom: 20px;
}
#news-block h2 a {
	color: #005596;
	text-decoration: none;
}

#news-block i {
	margin-right: 10px;
}


.news-block-wrap {
	width: 100%;
	display: inline-block;
}
.cta-block-wrap {
	width: 100%;
	display: inline-block;
	padding-bottom: 40px;
}
.news-cta {width: 31%; 	margin-right: 3%; float: left}
.news-cta {width: 31%; float: left}
.events-cta {width: 31%; float: right}

.news-cta a, .news-cta a, .events-cta a {text-decoration: none; font-size: 15px; color: #005596; font-weight: 400}
.news-cta a:hover, .news-cta a:hover, .events-cta a:hover {text-decoration: underline}

.news {
	width: 31%;
	margin: 0 auto;
	margin-right: 3%;
	top: 0;
	float: left;
	display: inline-block;
}
.news li {
	margin-bottom: 5px;
}
.blog {
	width: 31%;
	margin: 0 auto;
	top: 0;
	float: left;
}
.blog iframe {
	min-height: 220px;
	border: 0px;
	width: 100%;
}
.events {
	min-height: 150px;	
	width: 31%;
	margin: 0 auto;
	margin-right: 0%;
	top: 0;
	float: right;
}

.events li {
	display: block;
	width: 100%;
	float: left;
	list-style-type: none;
	font-size: 13px;
	margin: 0 0 5px 0; padding: 0;
}
.events li p {
	margin: 0px; padding: 0;
	color: #1E1E1E;
}
.events a {
	margin-left: 0px;
	color: #005596;
	text-decoration: none;
}
.events a:hover {
	color: #0A4471;
}




.banner-bottom-wrap {
	width: 100%;
	margin: 0;
	min-height: 250px;
	padding: 20px 0;
	float: left;
	background-color: #F1F1F1;
	border: 1px 0 solid #DDDDDD;
	text-align: center;
}

.banner-bottom {width: 1000px; margin: 0 auto;}

.banner-bottom span {width: 450px; float: left;}

h4 {
	color: #1E1E1E!important;
	font-weight: 200;
	font-size: 20px;
	text-align: center;
	margin-top: 5px;
}

.banner-bottom-video {
	float: left;
}


.banner-bottom-wrap img {
	float: right;
	margin: 10px 18px 0 0;
}

.banner-bottom-cta {width: 45%; float: right; text-align: right; margin-right: 40px;  margin-top: 10px;}
.banner-bottom-cta-vid {width: 100%; float: left; text-align: left; margin-left: 40px; margin-top: 20px;}
.banner-bottom-cta a, .banner-bottom-cta-vid a {text-decoration: none; font-size: 15px; color: #005596; font-weight: 400;}
.banner-bottom-cta a:hover, .banner-bottom-cta-vid a:hover {text-decoration: underline; }
.banner-bottom-cta i, .banner-bottom-cta-vid i {	margin-right: 10px;}

.feeds-links {text-align: left; margin: 0 15px 0 0; padding: 0;}
.feedlink {margin: 0px 0px 15px 0px; display: block; float: left; /*width: 100%; margin-left: -40px;*/}
.feedlink img {width: 60px; height: auto; float: left; margin: 0 15px 10px 0;}
.feedlink a {color: #005596;/*line-height: 20px;*/text-decoration: none;}


.GoogleAddsWrapper iframe {height: 0px; display: inline}