#pageHeader { height: 86px; }
body { background-position: center 66px; }
#pageHeader { background-image: url(../../images/bg/pageheader_home.jpg); }
#pageHeader img.logo { display: none; }
#nav { height: 86px;width: 840px; overflow: hidden; } #nav:hover { height: auto; overflow: visible; }	/* Mac Safari fix */
#nav .mainMenu { top: 44px; }
#nav ul.breadcrumb { display: none; }



.primary {
	background: #f3f3f3;
	background: -moz-linear-gradient(top, #f3f3f3, #b0b0b0);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#b0b0b0));
	-pie-background: linear-gradient(top, #f3f3f3, #b0b0b0);
	border: 2px solid #6479a2;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	behavior: url(/_inc/css/PIE.htc);
}
.secondary {
	margin: 25px 0;
}
.tertiary {
	width: 67%;
	margin: 0 auto;
}



.primary {
	width: 840px;
	height: 298px;
}

.primary .intro,
.primary ul.slides,
.primary img.logo,
.primary img.frame {
	position: absolute;
}
.primary .intro {
	z-index: 1;
	left: 535px;
	width: 235px;
}
.primary ul.slides,
.primary ul.slides li {
	z-index: 2;
	width: 517px;
	height: 298px;
	overflow: hidden;
	position: relative;
}
.primary img.logo {
	z-index: 3;
	display: block;
	left: 6px;
	top: -13px;
}
.primary img.frame {
	z-index: 4;
	display: block;
	left: 0px;
	top: -2px;
}



.primary h1 {
	font-size: 210%;
	font-weight: normal;
	position: relative;
	top: 1.25em;
	margin-bottom: 2.25em;
}
.primary ul.slides {
	display: block;
	-moz-box-shadow: 3px 0px 5px #999;
	-webkit-box-shadow: 3px 0px 5px #999;
	box-shadow: 3px 0px 5px #999;
	behavior: url(/_inc/css/PIE.htc);
}
.primary ul.slides li h2 {
	z-index: 12;
	position: absolute;
	top: 240px;
	width: 330px;
	text-align: right;
	padding: 7px 15px 10px 30px;
	overflow: hidden;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	background: #14467c;
	background: -moz-linear-gradient(left, #0a223d, #14467c);
	background: -webkit-gradient(linear, left top, right top, from(#0a223d), to(#14467c));
	/*
	-pie-background: linear-gradient(left, #0a223d, #14467c);
	behavior: url(/_inc/css/PIE.htc);
	*/
}
.primary ul.slides li img {
	z-index: 11;
}



.secondary h2 { display: none; }

.secondary ul.features li {
	display: table-cell;
	width: 25%;
}
.secondary ul.features li h3 {
	z-index: 3;
	position: absolute;
	top: 15px;
	width: 175px;
	padding: 4px 0 6px 8px;
	font-size: 11px;
	background: #000;
}
.secondary ul.features li h3 a {
	color: #fff;
}
.secondary ul.features li img {
	z-index: 1;
	display: block;
	width: 172px;
	height: 86px;
	padding: 40px 11px 80px;
}
.secondary ul.features li:first-child img {
	border-left: none;
}
.secondary ul.features li h4 {
	z-index: 2;
	position: absolute;
	top: 135px;
	margin-left: 10px;
	width: 175px;
	font-size: 18px;
	color: #fff;
	behavior: url(/_inc/css/PIE.htc);
}
.secondary ul.features li p {
	margin: 10px;
	font-size: 85%;
}

.secondary ul.features li.feature-1 img {
	background: #256a8d;
	background: -moz-linear-gradient(top, #59a3c8, #256a8d);
	background: -webkit-gradient(linear, left top, left bottom, from(#59a3c8), to(#256a8d));
	-pie-background: linear-gradient(top, #59a3c8, #256a8d);
	border-radius: 15px 0 0 15px;
	-moz-border-radius: 15px 0 0 15px;
	-webkit-border-radius: 15px 0 0 15px;
	-khtml-border-radius: 15px 0 0 15px;
}
.secondary ul.features li.feature-2 img {
	background: #255a8d;
	background: -moz-linear-gradient(top, #5992c8, #255a8d);
	background: -webkit-gradient(linear, left top, left bottom, from(#5992c8), to(#255a8d));
	-pie-background: linear-gradient(top, #5992c8, #255a8d);
}
.secondary ul.features li.feature-3 img {
	background: #5981c8;
	background: -moz-linear-gradient(top, #5981c8, #254a8d);
	background: -webkit-gradient(linear, left top, left bottom, from(#5981c8), to(#254a8d));
	-pie-background: linear-gradient(top, #5981c8, #254a8d);
}
.secondary ul.features li.feature-4 img {
	background: #5970c8;
	background: -moz-linear-gradient(top, #5970c8, #253a8d);
	background: -webkit-gradient(linear, left top, left bottom, from(#5970c8), to(#253a8d));
	-pie-background: linear-gradient(top, #5970c8, #253a8d);
	-moz-border-radius: 0 15px 15px 0;
	-webkit-border-radius: 0 15px 15px 0;
	-khtml-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
}

.secondary ul.features li:hover {
	background: #dfeaf9;
	cursor: pointer;
}
.secondary ul.features li:hover img {
	background: #2a6fd4;
}



.tertiary h2 {
	font-size: 167%;
	font-weight: normal;
	margin: 1em 0 0.5em;
}
.tertiary a.btn {
	text-align: center;
}

