html,
body {
	display: table;
	width: 100%;
}
body {
	margin: 0;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
	background-color: #e3e3e3;
}
a,
.link-color {
	color: #275da6;
	text-decoration: none;
}
a:hover {
	color: #275da6;
	text-decoration: underline;
}
h3 {
	line-height: 24px;
	font-size: 18px;
	color: #183966;
	margin: 0 0 5px 0;
}

img {
	border: 0;
}

/*------------------------------------------------------------------------------
Grid
------------------------------------------------------------------------------*/
.row {
	margin-left: -24px;*zoom:1;
}
.row:before,
.row:after {
	display: table;
	content: "";
}
.row:after {
	clear: both;
}
[class*="span"] {
	float: left;
	margin-left: 24px;
}
.span1 {
	width: 58px;
}
.span2 {
	width: 140px;
}
.span3 {
	width: 222px;
}
.span4 {
	width: 304px;
}
.span5 {
	width: 386px;
}
.span6 {
	width: 468px;
}
.span7 {
	width: 550px;
}
.span8 {
	width: 632px;
}
.span9 {
	width: 714px;
}
.span10 {
	width: 796px;
}
.span11 {
	width: 878px;
}
.span12,
.container {
	width: 960px;
}
.offset1 {
	margin-left: 106px;
}
.offset2 {
	margin-left: 188px;
}
.offset3 {
	margin-left: 270px;
}
.offset4 {
	margin-left: 352px;
}
.offset5 {
	margin-left: 434px;
}
.offset6 {
	margin-left: 516px;
}
.offset7 {
	margin-left: 598px;
}
.offset8 {
	margin-left: 680px;
}
.offset9 {
	margin-left: 762px;
}
.offset10 {
	margin-left: 844px;
}
.offset11 {
	margin-left: 926px;
}
.prepend-top {
	margin-top: 40px;
}
.append-bottom {
	margin-bottom: 40px;
}
.append-bottom-pad {
	padding-bottom: 40px;
}
.container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;*zoom:1;
	text-align: left;
}
.container:before,
.container:after {
	display: table;
	content: "";
}
.container:after {
	clear: both;
}
.clearfix {*zoom:1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}


/*------------------------------------------------------------------------------
Structure
------------------------------------------------------------------------------*/
.super-header {
	background: #181818 url(../_media/super-header-bg.png) 0 0 repeat-x;
	border-bottom: 1px solid #000000;
}

/*--| Super Nav |--*/
.super-nav {
	width: 685px;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}
.super-nav > li {
	z-index: 2;
	float: right;
	position: relative;
	list-style-type: none;
	line-height: 13px;
}
.super-nav > li > a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	padding: 11px 17px 10px 17px;
	cursor: default;
}
.super-nav li.super-nav-contact a {
	cursor: auto;
}
.super-nav > li > a:hover,
.super-nav > li.hover > a {
	background: #161616 url(../_media/super-nav-hover.png) 0 0 repeat-x;
	text-decoration: none;
	color: #fff;
}
/*--| Super Dropdown |--*/
.super-nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -2px;
	border-top: 1px solid #000;
	width: 166px;
	padding: 0 7px 8px 2px;
	margin: 0;
	background: url(../_media/super-nav-sub-bg.png) 0 100% no-repeat;
}
.super-nav li ul li {
	list-style-type: none;
}
.super-nav li ul li:first-child {
	padding-top: 5px;
	border-top: 1px solid #3e3e3e;
}
.super-nav li ul li a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
	padding: 5px 18px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	cursor: auto;
}
.super-nav li ul li a:hover {
	background: #1d467d url(../_media/super-nav-sub-hover.png) 0 0 repeat-x;
	border-top: 1px solid #2b67b7;
	border-bottom: 1px solid #142f54;
	text-decoration: none;
	color: #FFF;
}
.search-wrap {
	width: 160px;
	float: left;
	margin: 0 24px 0 0;
	padding: 4px 0 0 0;
}
.search-wrap .type-search {
	-webkit-appearance: textfield;
	box-sizing: content-box;
	display: inline-block;
	width: 129px;
	height: 17px;
	padding: 2px 10px 2px 20px;
	margin: 0;
	font-size: 13px;
	line-height: 17px;
	color: #FFF;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	background: transparent url(../_media/search-bg.png) 0 0 no-repeat;
}
.search-wrap input[type="search"]:focus {
	outline: none;
}
.header-login {
	display: block;
	float: left;
	width: 62px;
	text-align: right;
	text-transform: uppercase;
	color: #f89728;
	font-weight: bold;
	padding: 9px 0 4px 0;
}
a:hover.header-login {
	text-decoration: none;
	color: #fff;
}
.header {
	background: #dbdbdb url(../_media/header-bg.png) 0 0 repeat-x;
	border-bottom: 1px solid #999;
	border-top: 1px solid #FFF;
}
.logo-wrap {
	display: block;
	padding: 9px 0 0;
}
/*--| Main Nav |--*/
.main-nav {
	margin: 0;
	padding: 0;
}
.main-nav li {
	list-style-type: none;
	float: left;
}
.main-nav li a,
.main-nav li a:link,
.main-nav li a:visited,
.main-nav li a:active {
	font-family: "myriad-pro-n6","myriad-pro",Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: 600;
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	color: #333333;
	display: block;
	padding: 0 20px;
	line-height: 44px;
	-moz-text-shadow: #ffffff 0 1px 0;
	-webkit-text-shadow: #ffffff 0 1px 0;
	text-shadow: #ffffff 0 1px 0;
	behavior: url(/_js/PIE.htc);
	position: relative;
}
.main-nav li a:hover {
	color: #275DA6;
	text-decoration: none;
}
.main-nav li.active a {
	height: 45px;
	margin-top: -1px;
	color: #fff;
	-moz-text-shadow: transparent 0 1px 0;
	-webkit-text-shadow: transparent 0 1px 0;
	text-shadow: transparent 0 1px 0;
	background: #265ba2;
	background: -webkit-gradient(linear,0 0,0 100%,from(#265ba2) to(#1d467d));
	background: -webkit-linear-gradient(#265ba2,#1d467d);
	background: -moz-linear-gradient(#265ba2,#1d467d);
	background: -ms-linear-gradient(#265ba2,#1d467d);
	background: -o-linear-gradient(#265ba2,#1d467d);
	background: linear-gradient(#265ba2,#1d467d);
	-pie-background: linear-gradient(#265ba2,#1d467d);
	behavior: url(/_js/PIE.htc);
	position: relative;
}
.main-content-wrap {
	position: relative;
}
.main-content {
	background-color: #FFF;
	padding-bottom: 17px;
	padding-top: 25px;
	position: relative;
	z-index: 0;
	width: 100%;
}
.main-content li {
	line-height: 1.3;
	margin-bottom: 8px;
}
.main-content ol ul {
	margin-top: 8px;
}
.main-content ol li li {
	margin-left: 5px;
}
.footer {
	background: #ebebeb;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 14px 0;
}
/*--| Sub Header |--*/
.sub-header {
	display: none;
	position: relative;
	height: 170px;
	background: #e8e8e8;
}
.sub-header-inner {
	border-top: 1px solid #FFF;
	padding: 15px 0 20px;
}
.collapse-bar {
	background: #cccccc url(../_media/collapse-arrow.png) 50% 50% no-repeat;
	display: block;
	height: 20px;
	cursor: pointer;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #FFF;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.front .collapse-bar {
	border-bottom: 1px solid #333333;
}
.collapse-shadow {
	display: block;
	position: absolute;
	background: url(../_media/collapse-shadow.png) 0 0 repeat-x;
	height: 5px;
	bottom: -5px;
	left: 0;
	width: 100%;
	z-index: 100;
}
.nav-wrap {
	position: relative;
}
.nav-content {
	position: absolute;
	background: #e8e8e8;
	display: none;
	width: 100%;
}
.nav-content hr {
	background: #ccc;
	color: #ccc;
	margin: 5px 0 10px;
}
.sub-nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sub-nav li a {
	font-size: 12px;
}
.nav-content h3 {
	font-family: "myriad-pro-n3","myriad-pro",Helvetica,Arial,sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 0;
	line-height: 1;
}
.sub-nav li h3 a {
	font-size: 18px;
}
/*--| Footer |--*/
.footer h5 {
	color: #666666;
	font-size: 14px;
	margin-bottom: 15px;
}
.footer ul {
	margin: 0 0 15px 0;
	padding: 0;
}
.footer ul li {
	list-style-type: none;
	font-size: 12px;
	color: #666666;
}
.sub-footer {
	padding-top: 10px;
	font-size: 11px;
	color: #999999;
	text-align: left;
}
.sub-footer p {
	font-size: 11px;
	margin: 0;
}
.link-separators a {
	padding: 0 5px 0 0;
}
.link-separators a:before {
	content: "|";
	padding: 0 7px 0 0;
}
.link-separators a:first-child:before {
	content: "";
	padding: 0;
}
.link-separators-narrow .link-separator {
	padding: 0 2px 0 0;
}
.link-separators-narrow .link-separator:before {
	content: "|";
	padding: 0 2px 0 0;
}
.link-separators-narrow .link-separator:first-child:before {
	content: "";
	padding: 0;
}
.sub-footer .pad-top {
	padding-top: 15px;
}
.sub-footer a,
.sub-footer a:before {
	color: #999;
}

.share-icon {
	padding-bottom: 6px;
	display: block;
}
.share-icon span {
	display: block;
	height: 16px;
	width: 16px;
	float: left;
	margin-right: 5px;
	background-image: url(../_media/icon-share.png);
	background-repeat: no-repeat;
}
.share-icon .icon-facebook {
	background-position: 0 0;
}
a:hover.share-icon .icon-facebook {
	background-position: 0 -16px;
}
.share-icon .icon-twitter {
	background-position: 0 -32px;
}
a:hover.share-icon .icon-twitter {
	background-position: 0 -48px;
}
.share-icon .icon-linkedin {
	background-position: 0 -64px;
}
a:hover.share-icon .icon-linkedin {
	background-position: 0 -80px;
}
.icon-map {
	background: url('../_media/icon-map.png') 0 0 no-repeat;
	padding-left: 113px;
	height: 69px;
}