/* Reset
================================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	padding-left: 25px;
	margin: 10px 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* Body
================================================= */
.clear:before,
.clear:after {
	content: "";
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
body {
	background: #20262c url("bg.jpg") top left repeat-x;
	font-weight: 300;
	line-height: 1.5;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	color: #adbcba;
}
/* Typography
================================================= */
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
h1 {
	margin: 10px 0 6px;
	font-size: 2.3em;
	line-height: 1.4;
	font-weight: 300;
}
h2 {
	margin: 45px 0 6px;
	font-size: 1.6em;
	line-height: 1.4;
	font-weight: 700;
}
h3 {
	margin: 45px 0 6px;
	font-size: 1.6em;
	line-height: 1.4;
}
h4 {
	margin: 45px 0 6px;
	font-size: 1.3em;
	line-height: 1.5;
	font-weight: 700;
}
h5 {
	margin: 45px 0 6px;
	font-size: 1.3em;
	line-height: 1.5;
}
h6 {
	margin: 45px 0 6px;
	font-size: 1.05em;
	line-height: 1.55;
}
a:link, a:visited, a:active {
	color: #8aacb1;
	text-decoration: underline;
	font-weight: 400;
}
a:hover {
	color: #b0d2ce;
	text-decoration: none;
}
input, textarea {
	padding: 6px 8px;
	font-size: 14px;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	background-color: #adbcba;
	color: #13161a;
	border: 1px solid #13161a;
}
input[type=checkbox], input[type=radio] {
	border: 0;
	box-shadow: none;
	background: none;
}
input[type="submit"], input[type="button"] {
	display: block;
	white-space: nowrap;
	border: 1px solid #323c45;
	padding: 5px 15px;
	font: bold 20px/24px 'Oswald', sans-serif;
	text-decoration: none;
	color: #adbcba;
	text-shadow: #000 0 1px 0;
	background: #13161a;
	cursor: pointer;
	text-align: center;
}
input[type="submit"]:hover, input[type="button"]:hover {
	border: 1px solid #8aacb1;
}
input[type="submit"]:active, input[type="button"]:active {
	border: 1px solid #13161a;
	background: #20262c;
	text-shadow: none;
	position: relative;
	top: 1px;
	text-shadow: #000 0 -1px 0;
}
hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 6px auto;
	height: 2px;
	max-height: 0;
	border: none;
	border-bottom: 1px solid #323c45;
	font-size: 1px;
	line-height: 0;
}
legend {
	color: #8aacb1;
}
fieldset {
	border: 1px solid #323c45;
}
blockquote {
	margin: 20px 0;
	padding: 20px 30px;
	font-style: italic;
	background-color: #13161a;
	border: 1px solid #323c45;
}
blockquote p {
	margin: 0;
}
pre {
	color: #adbcba;
	font-family: "Consolas","Monaco","Courier";
	font-size: 13px;
	border: 1px solid #323c45;
	padding: 10px;
}
p {
	margin: 1.25em 0;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
em, i, dfn, var {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
code, samp, kbd {
	font-family: "Consolas","Monaco","Courier";
}
abbr {
	border-bottom: .1em dotted;
	cursor: help;
}
small {
	font-size: 80%;
}
/* Layout
================================================= */
.top_bg {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: transparent;
	background-image: url('top_bg.jpg');
	min-width: 978px;
	position: relative;
}
.wrapper {
	width: 978px;
	margin: 0 auto;
	padding-top: 350px;
	position: relative;
}
.heading {
	position: absolute;
	top: 49px;
	left: 50%;
	width: 420px;
	height: 45px;
	font-size: 22px;
	margin: 0 0 0 -217px;
	line-height: 45px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	color: #b0d2ce;
}
.logo {
	position: absolute;
	top: 141px;
	left: 50%;
	margin-left: -120px;
	width: 220px;
	height: 90px;
}

/* Navigation Main
================================================= */
.navigation {
	width: 978px;
	height: 50px;
}
.navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.navigation ul li {
	font-size: 0; /*ie7:(*/
	position: relative;
	float: left;
}
.navigation ul li a {
	float: left;
	color: #89abb0;
	font-size: 17px;
	text-decoration: none;
	height: 48px;
	line-height: 50px;
	padding: 0;
	letter-spacing: 0.3px;
	font-weight: 300;
	text-shadow: 0 1px 0 #000;
	border: 1px solid #13161a;
}
.navigation ul li a span {
	display: block;
	padding: 0 20px;
}
.navigation ul li a.px_menu_selected_parent,
.navigation ul li a.px_menu_selected {
	background: #20262c;
	color: #b0d2ce;
	font-weight: 400;
}
.navigation ul li a:hover {
	background: #20262c;
	color: #b0d2ce;
}

.navigation ul ul {
	width: 200px;
	position: relative;
	z-index: 9999;
	background: #13161a;
}
.navigation > ul li > ul {
	list-style-type: none;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 10px;
	top: 50px;
}
.navigation ul ul ul {
	list-style-type: none;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 100%;
	top: 0;
}
.navigation ul ul a:link span,
.navigation ul ul a:visited span,
.navigation ul ul a:active span {
	line-height: 39px;
}
.navigation ul ul a:link,
.navigation ul ul a:visited,
.navigation ul ul a:active {
	height: auto;
	width: 198px;
	margin: 0;
	line-height: 39px;
	border: 1px solid #20262c;
	background: none;
	padding: 0;
}
.navigation ul ul a.px_menu_selected_parent,
.navigation ul ul a.px_menu_selected,
.navigation ul ul a:hover {
	background: #20262c;
	border: 1px solid #13161a;
}

/* Content
================================================= */
.content {
	padding: 20px 0 40px;
}
.px_column_left .px_column_wrap {
	margin-right: 20px;
	padding-right: 19px;
	border-right: 1px solid #13161a;
}
.px_column_left,
.px_column_main,
.px_column_right {
	float: left;
}
.px_column_right .px_column_wrap {
	margin-left: 20px;
	padding-left: 19px;
	border-left: 1px solid #13161a;
}
/* Separator between modules */
.px_column_left .px_cell_wrap:before,
.px_column_left .px_cell_wrap:after,
.px_column_main .px_cell_wrap:before,
.px_column_main .px_cell_wrap:after,
.px_column_right .px_cell_wrap:before,
.px_column_right .px_cell_wrap:after {
	content: "";
	display: table;
}
.px_column_left .px_cell_wrap:after,
.px_column_main .px_cell_wrap:after,
.px_column_right .px_cell_wrap:after {
	clear: both;
}
.px_column_left .px_cell_wrap:first-child,
.px_column_main .px_cell_wrap:first-child,
.px_column_right .px_cell_wrap:first-child,
.px_column_left .px_cell_wrap:first-child .px_cell,
.px_column_main .px_cell_wrap:first-child .px_cell,
.px_column_right .px_cell_wrap:first-child .px_cell {
	margin-top: 0;
	background: none;
}
.px_column_left .px_cell_wrap,
.px_column_main .px_cell_wrap,
.px_column_right .px_cell_wrap {
	margin-top: 30px;
}
.px_column_left .px_cell,
.px_column_main .px_cell,
.px_column_right .px_cell {
	margin-top: 30px;
}

.px_tray {
	line-height: 24px;
	height: 24px;
	font-size: 15px;
	margin-bottom: 20px;
}
.px_tray_group1 {
	float: left;
}
.px_tray_group2 {
	float: right;
}
.px_tray_group2 a {
	margin-left: 10px;
}
.px_tray_group2 a:first-child {
	margin-left: 0;
}
.px_language a span {
	display: block;
	float: left;
	line-height: 24px;
}
.px_language a:hover span {
	text-decoration: underline;
}
.px_language a img {
	margin-right: 4px;
	border: none;
	display: block;
	float: left;
}

.breadcrumbs {
	margin-bottom: 1.25em;
}
/* Footer
================================================ */
.footer_wrap {
	background-color: #13161a;
}
.footer {
	width: 978px;
	padding: 30px 0;
	margin: 0 auto;
	font-size: 18px;
	overflow: hidden;
}
.px_footer_wrap:before,
.px_footer_wrap:after {
	content: "";
	display: table;
}
.px_footer_wrap:after {
	clear: both;
}
.px_footer_wrap {
	margin-bottom: 20px;
	zoom: 1;
}
.px_footer_cell {
	float: left;
	margin-left: 40px;
}
.px_footer_cell:first-child {
	margin: 0;
}

.provider {
	width: 978px;
	padding: 20px 0 10px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
}

.px_column_main {width:978px;}
.px_footer_cell_sqQnlvUjdKTZIc0vqJwFaQ_x {width:469px;}


#px_menu_responsive_button {
	display: none;
}
/* Responsive
================================================= */
@media only screen and (max-width: 767px) {
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.5em;
	}
	h3 {
		font-size: 1.5em;
	}
	h4 {
		font-size: 1.2em;
	}
	h5 {
		font-size: 1.2em;
	}
	.top_bg {
		min-width: auto;
		min-width: initial;
	}
	.wrapper,
	.navigation,
	.footer,
	.provider {
		width: 540px;
	}
	.navigation > ul {
		display: none;
	}
	#px_menu_responsive_button {
		display: block;
		line-height: 50px;
	}
	#px_menu_responsive_button span {
		margin-left: 10px;
	}
	#px_menu_responsive {
		background-color: #13161a;
		margin-top: -20px;
		margin-bottom: 20px;
	}
	#px_menu_responsive ul {
		margin: 0;
		padding: 7px 0 7px 15px;
		list-style-type: none;
	}
	#px_menu_responsive ul li a {
		padding: 7px 0;
		display: block;
		letter-spacing: 0.3px;
		line-height: 30px;
		font-weight: 300;
		font-size: 18px;
	}
	#px_menu_responsive ul ul {
		padding: 7px 0 7px 35px;
	}
	.px_tray {
		width: 540px;
		height: auto;
	}
	.px_tray_group1 {
		float: none;
		padding: 6px 0;
	}
	.px_tray_group1 > div {
		float: none;
		clear: both;
		padding-top: 8px;
		margin: 0;
	}
	.px_tray_group2 {
		float: none;
		clear: both;
		padding: 6px 0;
	}
	.px_column_left table,
	.px_column_main table,
	.px_column_right table,
	.px_footer_cell table {
		width: 100% !important;
	}
	.px_column_left,
	.px_column_right,
	.px_column_main {
		width: 540px !important;
		margin-bottom: 30px;
	}
	.px_column_left .px_column_wrap {
		margin-right: 0;
		padding-right: 0;
		border-right: 0;
	}
	.px_column_right .px_column_wrap {
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
	}

	.px_footer_wrap {
		margin-bottom: 0;
	}
	.px_footer_cell {
		width: 540px !important;
		margin: 0 0 30px 0;
	}
	.px_footer_cell:first-child {
		margin: 0 0 30px 0;
	}
}

@media only screen and (max-width: 540px) {
	h1 {
		font-size: 1.7em;
	}
	h2 {
		font-size: 1.4em;
	}
	h3 {
		font-size: 1.4em;
	}
	h4 {
		font-size: 1.15em;
	}
	h5 {
		font-size: 1.15em;
	}
	.wrapper,
	.navigation,
	.px_tray,
	.footer,
	.provider {
		width: 320px;
	}
	.px_column_left,
	.px_column_right,
	.px_column_main,
	.px_footer_cell {
		width: 320px !important;
	}
	.heading {
		font-size: 18px;
	}
	#px_menu_responsive ul ul {
		padding: 0 0 0 30px;
	}
	.content {
		font-size: 0.875em;
	}
	.footer {
		font-size: 0.875em;
	}
}
/* Print
================================================= */
@media print {
	.navigation, .provider, .breadcrumbs {
		display: none;
	}
}

