﻿/* Reset */
:link, :visited {
	text-decoration: none;
	outline: none;
}
ul, ol {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, pre, code, kbd, input, select, textarea, table {
	font-size: 1em;
}
dl, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, div, p, blockquote, fieldset, legend, input, select, textarea {
	margin: 0;
	padding: 0;
}
a img, :link img, :visited img, abbr, acronym, fieldset, iframe {
	border: 0;
}
address, abbr, cite {
	font-style: normal;
}
caption {
	text-align: left;
}
q:before, q:after {
	content: '';
}
/* Generic elements */
html, body {
	height: 100%;
}
body {
	color: #000;
	font: .75em/normal Arial, Helvetica, sans-serif;
	text-align: center;
}
p {
	margin-bottom: 1em;
}
small, big {
	line-height: normal;
}
small {
	font-size: .92em;
}
big {
	font-size: 130%;
}
img {
	vertical-align: middle;
}
img.port {
	float: left;
	margin: 3px 10px 10px 0;
}
img.star {
	float: right;
	margin: 3px 0 10px 10px;
}
/* Custom paragraphs, links, images, etc. */
.divider {
	padding-bottom: 5px;
	border-bottom: solid 1px #1a99bd;
}
/* Links & Buttons */
a, :link, :visited {
	color: #1a99bd;
	text-decoration: underline;
}
a:hover, a.important, a.on {
	color: #1a99bd;
	text-decoration: none;
}
.more, a.more, a.more:link, a.more:visited {
	padding-right: 15px;
	background: url(../../images/arrow3-rightwards-double-darkgray.png) 100% 50% no-repeat;
	white-space: nowrap;
}
a.more:hover {
}
a.btn, a.btn:link, a.btn:visited {
	text-decoration: none;
}
a.btnA {
	float: left;
	padding: 5px 10px;
	border: solid 1px #1c2f5a;
	background: #d5d5d5 url(../../images/grad3.png) 0 0 repeat-x;
	text-transform: lowercase;
}
a.btnA, a.btnA:link, a.btnA:visited {
	color: #333;
}
a.icon {
	padding: 7px 0 7px 25px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}
a.brochure {
	background-image: url(../../images/icon2_brochure.png);
}
a.case-study {
	background-image: url(../../images/icon2_case-study.png);
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5em;
	font-family: Calibri, Arial, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 35px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 100%;
}
/* Layout models */
.inner {
	padding: 15px 15px 1px;
}
.section {
	margin-bottom: 2em !important;
}
.outwards {
	width: 100%;
	min-width: 980px;
}
.inwards {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
}
.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
/* Column group model */
.colgroup {
	clear: both;
}
.colgroup .colset {
	clear: both;
}
.colgroup .col {
	display: inline;
	float: left;
	width: 49.9%;
}
.colgroup .port {
	float: left;
}
.colgroup .star {
	float: right;
}
.pillars .col {
	width: 33.3%;
}
/* Custom column groups */
.colgroup1 {
	padding: 40px 46px 0 65px;
}
.colgroup1 .colA {
	width: 200px;
	margin-right: 35px;
}
.colgroup1 .colB {
	width: 360px;
}
.colgroup1 .colC {
	float: right;
	width: 230px;
}
.colgroup2 {
	padding: 40px 46px 0 65px;
}
.colgroup2 .colA {
	width: 200px;
	margin-right: 35px;
}
.colgroup2 .colB {
	width: 560px;
}
.colgroup2 .colC {
	float: right;
	width: 30px;
}
/* Box models */
.box {
	margin-bottom: 1em;
}
.boxA {
	width: 185px;
	background: url(../../images/box3-bg.png) repeat-y;
}
.boxA .boxA-before {
	background: url(../../images/box3-top.png) no-repeat;
}
.boxA .boxA-after {
	background: url(../../images/box3-bottom.png) 0 100% no-repeat;
}
.boxA .boxA-inner {
	padding: 0 5px 4px 5px;
}
.boxA h3 {
	margin: 5px 5px 0 5px;
	padding: 9px 7px 9px 24px;
	background: url(../../images/box3-top-over.png) 0 0 no-repeat;
	color: #1a99bd;
	font-weight: bold;
	font-size: 17px;
}
.boxB {
	position: relative;
}
.boxB h3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../../images/box2-top.png) 50% 0 no-repeat;
	color: #fff;
	font-weight: normal;
}
.boxB h3 em {
	display: block;
	font-style: normal;
	text-transform: uppercase;
}
.boxB h3 span {
	display: block;
	padding: 5px 35px 5px 15px;
}
.boxB .btnA {
	position: absolute;
	top: 95px;
	right: 10px;
}
/* List models */
ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
}
ul.dropdown li {
	position: relative;
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
}
ul.dropdown li.hover, ul.dropdown li:hover {
	z-index: 599;
	cursor: default;
}
ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}
ul.dropdown ul li {
	float: none;
}
ul.dropdown ul ul {
	top: 1px;
	left: 99%;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}
.listA {
}
.listA li {
	padding-left: 14px;
	background: url(../../images/icon1_news-item.png) 0 3px no-repeat;
}
.listA li .date {
	color: #1a99bd;
}
.listA li h4 {
	margin: 0;
}
.listB {
}
.listB li {
	position: relative;
	display: inline;
	float: left;
	width: 308px;
	margin: 0 5px;
	border: solid 1px #fff;
}
.listB li.hover {
	border-color: #193f90;
}
.listB li img {
	display: block;
	float: left;
}
.listB li .overlay {
	background: url(../../images/trans1-blue.png) 0 0 repeat;
	font-size: 16px;
	font-family: Calibri, Arial, sans-serif;
}
.listB li .overlay .inner {
	padding: 7px 28px;
}
.listB li .overlay a, .listB li .overlay a:link, .listB li .overlay a:visited {
	color: #fff;
	text-decoration: none;
}
.listB li .overlay .inner h4 {
	margin-bottom: 0;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}
.listB li.typeB .overlay {
	background-image: url(../../images/trans1-deep-sky-blue.png);
}
.listB li.typeC .overlay {
	background-image: url(../../images/trans1-dodger-blue.png);
}
.listC {
}
.listC li {
	margin: 1.5em 0 2em;
}
.listC li a, .listC li a:link, .listC li a:visited {
	color: #333;
	text-decoration: none;
}
.listC li a:hover span {
	text-decoration: underline;
}
/* Story section */
.story p, .story blockquote, .story ul, .story ol {
	margin-bottom: 1em;
}
.story h2, .story h3, .story h4, .story h5, .story h6 {
	color: #1c2f5a;
	font-weight: normal;
}
.story ul {
	list-style: disc;
	margin-bottom: 1em;
	padding-left: 2em;
}
.story ol {
	list-style: decimal;
	margin-bottom: 1em;
	padding-left: 2em;
}
.story .entry {
	padding: 7px 0 0 8px;
}
.story .hgroup h2 {
	margin-bottom: 0;
	font-size: 33px;
}
.story .hgroup h3 {
	color: #666;
	font-size: 20px;
}
/* The Header */
.header {
	position: fixed;
	z-index: 20;
	padding: 7px 0 9px;
	min-height: 87px;
	width: 995px;
	background-color: #f4f3f4;
}
.header-after {
	position: absolute;
	bottom: -9px;
	left: -82px;
	z-index: 21;
	width: 1159px;
	height: 115px;
	background: url(../../images/box1-bottom.png) 50% 100% no-repeat;
	font-size: 1px;
}
.header .logo {
	display: inline;
	float: left;
	margin: 0 0 0 5px;
}
.header .cap {
	position: absolute;
	top: 7px;
	left: 0;
	width: 995px;
	height: 87px;
	z-index: 25;
}
/* Single layers */
.wrapper {
	min-height: 100%;
	background: #f4f3f4 url(../../images/grad1.png) 0 100% repeat-x;
	background-attachment: fixed;
}
.container {
	min-height: 536px;
	width: 995px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
}
.sheet {
	min-height: 500px;
	padding-top: 104px;
	background-color: #fff;
}
.content {
	clear: both;
	width: 100%;
}
/* Navigation */
.navbar {
	position: absolute;
	top: 132px;
	left: -47px;
	z-index: 22;
	width: 1078px;
	height: 40px;
	padding: 2px 10px 10px 2px;
	background: url(../../images/bg1.png) 50% 50% no-repeat;
}
.nav {
	height: 26px;
	padding: 7px 87px;
	font: 20px/26px Calibri, Arial, sans-serif;
}
.nav li {
	float: left;
	width: 225px;
	border-right: solid 1px #fff;
	text-align: center;
}
.nav li.last {
	border-right: none;
}
.nav a {
	position: relative;
	display: block;
}
.nav a, .nav a:link, .nav a:visited {
	color: #f4f4f4;
	text-decoration: none;
}
.nav a:hover, .nav a.on, .nav a.open {
	margin: -6px 0;
	padding: 6px 0;
}
.nav > li:hover > a {
	margin: -6px 0;
	padding: 6px 0;
}
.nav ul {
	margin-top: 6px;
	padding: 12px 0 25px;
	background: url(../../images/trans1-slategray.png) repeat;
	font-size: 16px;
}
.nav ul li {
	width: auto;
	margin: 0 23px;
	border: none;
	background: url(../../images/pattern2-horizontal-white.png) 0 100% repeat-x;
	text-align: left;
}
.nav ul a {
	padding: 12px 3px;
}
.nav ul a, .nav ul a:link, .nav ul a:visited {
}
.nav ul a:hover, .nav ul a.on {
	margin: 0;
	padding: 12px 3px;
}
.topnav {
	display: inline;
	float: right;
	margin-top: 75px;
	font-size: 11px;
	text-transform: lowercase;
}
.topnav li {
	float: left;
	padding: 0 5px;
	border-right: solid 1px #333;
	line-height: 1.1em;
}
.topnav li.first {
	padding-left: 0;
}
.topnav li.last {
	padding-right: 0;
	border-right: none;
}
.topnav a, .topnav a:link, .topnav a:visited {
	color: #333;
	text-decoration: none;
}
.topnav a:hover, .topnav a.on {
	text-decoration: underline;
}
.subnavbar {
	clear: both;
}
.subnav {
	float: left;
	width: 175px;
	font: 15px/normal Calibri, Arial, sans-serif;
}
.subnav li {
	min-height: 1px;
	float: left;
	width: 100%;
	padding-bottom: 1px;
	background: url(../../images/pattern1-horizontal-slategray.png) 0 100% repeat-x;
}
.subnav li.last {
	background: none;
}
.subnav a {
	position: relative;
	display: block;
	min-height: 1px;
	padding: 9px 12px;
}
* html .subnav a {
	height: 1px;
}
.subnav a, .subnav a:visited {
	color: #1a99bd;
	text-decoration: none;
}
.subnav a:hover, .subnav a.on {
	background-color: #76c2d7;
	color: #fff;
}
.subnav a span {
	display: block;
	padding-right: 8px;
	background: url(../../images/arrow2-rightwards-slategray.png) 100% 50% no-repeat;
}
.subnav a:hover span, .subnav a.on span {
	background-image: url(../../images/arrow2-rightwards-darkblue.png);
}
.subnav li.last a {
	padding-bottom: 11px;
}
.subnav li.last a:hover, .subnav li.last a.on {
	margin-bottom: -1px;
	padding-bottom: 12px;
	background: url(../../images/box3-bottom-over.png) 50% 100% no-repeat;
}
/* The Main Banner */
.banner {
	position: relative;
	z-index: 4;
	width: 100%;
	height: 294px;
}
.home .banner {
	height: 440px;
}
.banner h2.overlay {
	bottom: 0;
	left: 0;
	width: 434px;
	margin: 0;
	padding: 18px 48px;
	background: url(../../images/trans1-deep-sky-blue.png) repeat;
	color: #fff;
}
.banner .listB {
	position: absolute;
	bottom: 0;
	left: 18px;
	z-index: 15;
}
.banner .slides img {
	display: block;
	float: left;
}
.banner .slides .desc {
	position: absolute;
	top: 115px;
	left: 50px;
	z-index: 10;
	width: 295px;
	font-family: Calibri, Arial, sans-serif;
}
.banner .slides .desc h2 {
	margin-bottom: 10px;
	color: #193f90;
	font-weight: normal;
	line-height: 32px;
}
.banner .slides .desc h3 {
	color: #5a525f;
	font-weight: normal;
	font-size: 20px;
}
.banner .slides .desc a, .slides .banner .slides .desc a:link, .banner .slides .desc a:visited {
	font-size: 20px;
	text-decoration: none;
}
.banner .slides .desc a:hover {
	color: #193f90;
}
.banner .slides1 {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 440px;
}
.banner .slides1 .slides_container, .banner .slides1 .slides_container .slide {
	width: 100%;
	height: 440px;
}
.banner .slides1 .pagination {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 40px;
	z-index: 12;
}
.banner .slides1 .pagination, .banner .slides1 .pagination li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.banner .slides1 .pagination li {
	display: inline;
	float: left;
	margin-right: 5px;
}
.banner .slides1 .pagination a, .banner .slides1 .pagination a:link, .banner .slides1 .pagination a:visited {
	float: left;
	color: #999;
}
.banner .slides1 .pagination a:hover {
	color: #000;
}
.banner .slides1 .pagination li.current a, .banner .slides1 .pagination li.current a:link, .banner .slides1 .pagination li.current a:visited {
	border-bottom: solid 1px #66caf0 !important;
	color: #000 !important;
}
.banner .slides1 .prev, .banner .slides1 .next {
	position: absolute;
	top: 170px;
	z-index: 12;
	overflow: hidden;
	width: 42px;
	height: 0;
	padding-top: 42px;
	background-repeat: no-repeat;
}
.banner .slides1 .prev {
	left: -40px;
	background-image: url(../../images/arrow1-leftwards-black.png);
}
.banner .slides1 .next {
	right: -40px;
	background-image: url(../../images/arrow1-rightwards-black.png);
}
/* The Footer */
.footer {
	clear: both;
	width: 100%;
	padding: 40px 0 26px;
	background: #84828e url(../../images/grad2.png) 100% 0 no-repeat;
	color: #fff;
	text-align: center;
}
.footer a, .footer a:visited {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer ul {
	margin-bottom: 40px;
	text-transform: uppercase;
}
.footer ul li {
	display: inline;
	padding: 0 18px 0 15px;
	border-right: solid 1px #fff;
	line-height: 1.1em;
}
.footer ul li.last {
	border-right: none;
}
/* DO NOT EDIT OR ADD CODE BELOW */
.clearfix:after, .box:after, .colgroup:after, .colset:after, .section:after, .after:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix, .box, .colgroup, .colset, .section, .after {
	display: inline-block;
}
/* hide from ie/mac \*/
* html .clearfix, * html .box, * html .colgroup, * html .colset, * html .section, * html .after {
	height: 1%;
}
.clearfix, .box, .colgroup, .colset, .section, .after {
	display: block;
}
/* end hide */

