@charset "utf-8";
/* CSS Document */

body {
	background: #035175 url(../img/footer_bkgd.jpg) repeat-x bottom;
	color: #333;
	font: 12px/17px Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}
a, a:visited {
	color: #067AB4;
	text-decoration: none;
}
a:hover, a:active {
	color: #333;
}
h1 {
	color: #067AB4;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 8px;
}
h2 {
	border-top: 1px solid #BBB;
	color: #067AB4;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 8px;
	padding-top: 8px;
}
h3 {
	color: #067AB4;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}
hr {
	background-color: #CCC;
	border: 0 none;
	color: #CCC;
	height: 1px;
}
img {
	border: 0 none;
	vertical-align: middle;
}
input, textarea {
	color: #333;
	font: 12px/17px Arial, Helvetica, sans-serif;
}
li, ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 10px;
}
sup {
	font-size: 9px;
	vertical-align: text-top;
}
/* SITEWIDE CLASSES */
.checkmark li {
	list-style-image: url(../img/bullet_blue_checkmark.gif);
	margin: 5px 20px;
}
.bullet li {
	list-style-image: url(../img/bullet_blue_arrow.gif);
	margin: 5px 20px;
}
.column {
	float: left;
	padding: 0 20px 0 0;
	margin: 15px 0;
}
.column img {
	float: right;
	padding-left: 10px;
}
.content {
	padding: 15px;
}
.copyright {
	clear: both;
	padding: 10px 0 50px;
}
.extra_pad {
	padding: 0 5px;
}
.list li {
	border-top: 1px solid #CCC;
	padding: 10px 0;
}
.nsk {
	float: left;
	margin: 30px 0 0 20px;
}
.section {
	clear: both;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	width: 920px;
}
.shell {
	background: #FFF url(../img/tech_bkgd.jpg) repeat-x  50% 350px;
}
/* ROUNDED CORNERS */
.rcBottom, .rcSides, .rcTopBottom {
	border-style: solid;
}
.rcBottom {
	border-width: 0 0 1px;
}
.rcSides {
	border-width: 0 1px;
	margin: 0 -1px;
}
.rcTopBottom {
	border-width: 1px 0;
}
/* NAVIGATION */
.navigation {
	float: right;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
}
.navigation .item {
	border-right: 1px solid #CCC;
	float: left;
	margin-top: 8px;
}
.navigation .item a {
	padding: 8px;
}
.navigation .tab {
	filter: alpha(opacity=100);
	float: left;
	opacity: 1.00;
	margin: 0 4px;
	padding: 0 1px;
}
.navigation .tab:hover {
	filter: alpha(opacity=85%);
	opacity: 0.85;
}
.navigation .tab a {
	color: #FFF;
}
.navigation .tab .rcSides {
	height: 22px;
	padding-top: 8px;
}
.navigation .tab .rcSides a {
	padding: 8px;
}
.navigation .tab .rcBottom, .navigation .tab .rcSides {
	background: #3982A5 url(../img/blue_bkgd.png) repeat-x;
	border-color: #3982A5;
}
/* HOMEPAGE */
.showcase {
	margin: 5px 0 10px;
	overflow: hidden;
	position:absolute;
	top: 60px;
}
.showcase .mainImg {
	height: 348px;
}
.showcase .arrow a {
	filter: alpha(opacity=70);
	float: left;
	opacity: 0.70;
	padding: 21px 8px;
}
.showcase .arrow a:hover {
	background: url(../img/promo_highlight.png) repeat-x;
	filter: alpha(opacity=100);
	opacity: 1.00;
}
.showcase .promos {
	float: left;
}
.showcase .promos a {
	border-color: #2396C6 #055683 #055683 #2396C6;
	border-style: solid;
	border-width: 0 1px;
	color: #86D4FA;
	display: inline-block;
	height: 90px;
	padding: 12px 5px 0 8px;
	width: 191px;
	vertical-align: top;
}
.showcase .promos a:hover {
	background: url(../img/promo_highlight.png) repeat-x;
}
.showcase .promos b, .showcase .promos strong {
	color: #FFF;
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
}
.shadow {
	background: url(../img/shadow_900px.png) no-repeat;
	clear: both;
	height: 20px;
}
/* HEADER FOOTER */
.footer {
	background: url(../img/footer_bkgd.png) repeat-x;
	color: #FFF;
}
.footer a, .header a {
	color: #86d4fa;
	padding: 0 4px;
}
.footer a:hover, .header a:hover {
	color: #FFF;
}
.footer .column a {
	clear: left;
	float: left;
	line-height: 18px;
}
.footer .column b, .header .column b, .footer .column strong, .header .column strong {
	color: #FFF;
	float: left;
	padding: 0 4px;
}
.footer .icon {
	filter: alpha(opacity=50);
	float: right;
	opacity: 0.50;
}
.footer .icon:hover {
	filter: alpha(opacity=100);
	opacity: 1.00;
}
.footer .section {
	border-width: 0 0 1px;
}
.footer .section h1 {
	color: #FFF;
}
.header {
	background: #05608A url(../img/footer_bkgd.jpg) repeat-x center -150px;
	color: #FFF;
	display: none;
	overflow: hidden;
	width: 100%;
}
.header .column a {
	clear: left;
	float: left;
	line-height: 18px;
}
/* TWITTER */
.twitter_container {
	height: 37px;
	overflow: hidden;
}
.twitter {
	float: left;
	margin-top: 0;
}
.twitter li {
	height: 17px;
	overflow: hidden;
	padding: 10px 0 20px;
	width: 849px;
}
.twitter li a {
	font-size: 12px !important; /* override the inline style of the link tag Twitter writes */
	margin-left: 4px;
}
.twitter li span a {
	border: 0 none;
	margin: 0;
	padding: 0;
}
/* SITE PAGES */
.crumbs {
	border-bottom: 1px solid #DDD;
	color: #CCC;
	overflow: auto;
}
.crumbs li {
	background: url(../img/crumb_chevron.gif) no-repeat right center;
	float: left;
	padding: 5px 14px 5px 10px;
}
.panel {
	margin-bottom: 7px;
	padding: 0 1px;
}
.panel .bluebkgd {
	background: #05608A url(../img/footer_bkgd.jpg) repeat-x 50% 0%;
}
.panel .content {
	background: url(../img/pane_bkgd_gradient.png) repeat-x bottom;
	overflow: auto;
	padding: 15px;
}
.panel .content b, .panel .content strong {
	color: #067AB4;
}
.panel .form input[type="text"], .panel .form textarea {
	border-color: #3982A5 #66BBE4 #66BBE4 #3982A5;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 6px;
	width: 169px;
}
.panel .form .content, .panel .form .content b, .panel .form .content strong {
	color: #FFF;
}
.panel .form .heading {
	font-size: 18px;
}
.panel .form .rcTopBottom, .panel .form .rcSides {
	border-color: #66BBE4 #3982A5 #3982A5 #66BBE4;
}
.panel .greenbkgd {
	background: #639D1C url(../img/green_bkgd.png) repeat-x;
}
.panel .rcTopBottom, .panel .rcSides {
	border-color: #DDD #BBB #BBB #DDD;
}
.panel .rcSides {
	background: url(../img/clear_white_bkgd.png);
}
.pullquote {
	background: #FFF url(../img/white_grad_bkgd.png) repeat-x;
	border: 1px solid #CCC;
	color: #067AB4;
	font-size: 15px;
	line-height: 20px;
	padding: 15px;
}
.section .left {
	float: left;
	margin: 40px 10px 25px 1px;
	width: 209px;
}
.section .center {
	float: left;
	margin: 40px 10px 25px 0;
	width: 470px;
}
.section .right {
	float: left;
	margin: 40px 0;
	width: 209px;
}
/* SUBNAVIGATION */
.subNavigation {
	padding: 15px;
}
.subNavigation b, .subNavigation strong {
	color: #067AB4;
	font-size: 18px;
	font-weight: bold;
}
.subNavigation ul {
	margin-top: 10px;
}
.subNavigation li a {
	display: block;
	padding: 5px;
}
.subNavigation li a:hover {
	background: #4D9CC2 url(../img/arrow_bar_end.gif) no-repeat right center;
	color: #FFF;
}
.subNavigation li.selected {
	background: url(../img/arrow_bar_end_blue.gif) no-repeat right top;
	font-weight: bold;
}
.subNavigation li.expanded {
	border-width: 1px 0;
	border-style: solid;
	border-color: #CCC;
}
.subNavigation li.expanded ul {
	font-weight: normal;
	margin: 0 0 0 10px;
}
/* TABLE CHART */
table.chart {
	border: 1px solid #CCC;
	border-collapse: collapse;
	width: 100%;
}
table.chart th, table.chart td {
	padding: 2px 6px;
	text-align: left;
}
table.chart th {
	color: #067AB4;
}
table.chart tr.alternate {
	background-color: #DDD;;
}
table.chart tr.reverse {
	background-color: #067AB4;
	color: #FFF;
}
/* SITE MAP */
.popup {
	background: transparent url(../img/white70.png);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1337;
}
.popup a {
	color: #86d4fa;
	padding: 0 4px;
}
.popup a:hover {
	color: #FFF;
}
.popup .section {
	margin-top: 150px;
	position: relative;
	width: 90%;
}
.popup .section .content {
	background: #05608A;
	color: #FFF;
	overflow-x: hidden;
	overflow-y: auto;
}
.popup .column a {
	clear: left;
	float: left;
	line-height: 18px;
}
.popup .column b, .popup .column strong {
	color: #FFF;
	float: left;
	padding: 0 4px;
}
.popup .section .btn {
	position: absolute;
	right: 10px;
	top: 12px;
}