/* 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 {
	color: #222;
	font-weight: normal;
	line-height: 1.472;
	font-size: 15px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	background: #92c6d1 url('pattern.jpg') top center repeat;
}

/* Typography
================================================= */
h1, h2, h3, h4, h5, h6 {
	color: #111;
	font-weight: normal;
}
h1 {
	margin: 10px 0 4px;
	font-size: 2.9em;
	line-height: 1.2;
}
h2 {
	margin: 40px 0 4px;
	font-size: 2.1em;
	line-height: 1.2;
	font-weight: bold;
}
h3 {
	margin: 40px 0 4px;
	font-size: 2.1em;
	line-height: 1.2;
}
h4 {
	margin: 40px 0 4px;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.25;
}
h5 {
	margin: 40px 0 4px;
	font-size: 1.5em;
	line-height: 1.25;
}
h6 {
	margin: 40px 0 4px;
	font-size: 1.2em;
	line-height: 1.3;
	font-weight: bold;
}

input, textarea {
	padding: 3px 6px;
	line-height: 20px;
	font-size: 1em;
	border: 1px solid #60a3b3;
	color: #333;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
input:focus, textarea:focus {
	box-shadow: 0 0 3px #888;
}
input[type=checkbox], input[type=radio] {
	border: 0;
	box-shadow: none;
}
input[type="submit"], input[type="button"] {
	border: 1px solid #346a77;
	background-color: #a6d0db;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	text-shadow: #fff 0 1px 0;
	border-radius: 4px;
	color: #346a77;
	cursor: pointer;
	font-weight: bold;
	display: block;
	font-size: 1em;
	line-height: 1.416;
	outline: medium none;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}

input[type="submit"]:hover, input[type="button"]:hover {
	border: 1px solid #346a77;
	text-shadow: #fff 0 1px 0;
	background-color: #fff;
	color: #346a77;
}
input[type="submit"]:active, input[type="button"]:active {
	text-shadow: #fff 0 1px 0;
	border: 1px solid #346a77;
	background-color: #a6d0db;
	color: #346a77;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0;
}
input[type="submit"]:focus, input[type="button"]:focus {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
a:link, a:active, a:visited {
	color: #d99d2c;
	text-decoration: underline;
}
a:hover {text-decoration: none;}
hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 6px auto;
	height: 2px;
	max-height: 0;
	border: none;
	width: 100%;
	clear: both;
	font-size: 1px;
	line-height: 0;
	border-top: 1px solid #60a3b3;
}
fieldset {
	border: 1px solid #60a3b3;
}
legend {
	color: #60a3b3;
}
blockquote {
	margin: 10px 10px 10px 20px;
	border-left: 10px solid #a6d0db;
	padding: 0 20px;
}
pre {
	color: #222;
	font-family: "Consolas","Monaco","Courier";
	font-size: 12px;
	border: 1px solid #60a3b3;
	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
================================================= */
.wrapper {
	margin: 0 auto;
	width: 960px;
}

/* Top
================================================= */
.top {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding: 10px 20px;
	margin: 0;
	width: 920px;
	color: #111;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	z-index: 9997;
}


/* Header
================================================= */
.header {
	position: relative;
	padding: 0;
	z-index: 1;
	background: url('bg.png') 0 0 repeat;
}
.header .image:first-child {
	padding-top: 18px;
}
.header .image:first-child .mask_right {
	top: 19px;
}
.image {
	padding: 0 18px 18px 18px;
	position: relative;
	width: 924px;
	height: 350px;
	overflow: hidden;
}
.px_header {
	margin: 0;
	padding: 0;
}
.px_header img {
	width: 924px;
}
.px_header_caption {
	text-align: right;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 197px;
	padding-right: 20px;
	width: 697px;
	z-index: 9999;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
}
.px_header_caption h2 {
	font-size: 24px;
	line-height: 30px;
	margin: 10px 0;
	color: #222;
}
.px_header_caption h2 a {
	color: #222;
	text-decoration: underline;
}
.px_header_caption h2 a:hover {
	text-decoration: none;
}
.bx-wrapper {
	border-left: 5px solid #a9cedb;
	border-bottom: 6px solid #a9cedb;
	border-right: 5px solid #a9cedb;
	border-top: 6px solid #a9cedb;
}
.bx-wrapper .bx-pager {
	text-align: center;
	color: #fff;
	position: relative;
	bottom: -10px;
	min-width: 100%;
	z-index: 9999;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	outline: 0;
	background: #fff;
	text-indent: -9999em;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 5px;
	text-align: left;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #111;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999em;
	z-index: 9999;
}
.bx-wrapper .bx-prev {
	top: 40%;
	left: 20px;
}
.bx-wrapper .bx-next {
	right: 20px;
	top: 60%;
}

.mask_left {
	background: url('mask-left.png') 0 0 no-repeat;
	width: 197px;
	height: 196px;
	position: absolute;
	bottom: 19px;
	left: 18px;
	z-index: 9998;
}
.mask_right {
	background: url('mask-right.png') 0 0 no-repeat;
	width: 197px;
	height: 195px;
	position: absolute;
	top: 1px;
	right: 18px;
	z-index: 9998;
}


/* Navigation Main
================================================= */
.navigation {
	padding: 0;
	background: #92c6d1;
}
.navigationTop, .navigationBottom {
	height: 6px;
	line-height: 1px;
	font-size: 0;
	overflow: hidden;
	background: url('bg2_t.png') 0 0 repeat-x;
}
.navigationBottom {
	background-image: url('bg2_b.png');
}
.navigation ul {
	list-style-type: none;
	padding: 0 5px;
	margin: 0;
	font-size: 15px;
	z-index: 3;
	position: relative;
}
.navigation ul li {
	float: left;
	display: block;
	width: 148px;
	padding: 6px 5px 6px;
	margin: 0;
	position: relative;
}
.navigation ul li a {
	color: #fff;
	line-height: 1.4;
	text-decoration: none;
	padding: 0;
	display: block;
	text-align: center;
	padding: 3px 0;
}
.navigation ul li a:hover,
.navigation ul li .px_menu_selected,
.navigation ul li .px_menu_selected_parent {
	color: #fff;
	background: #60a3b3;
}
.navigation ul ul {
	display: none;
	position: absolute;
	background: #60a3b3;
	border-top: 1px solid #8bb7c0;
	width: 148px;
	z-index: 3;
	left: 5px;
	font-size: 13px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	list-style-type: none;
	margin: -5px 0 0 0;
	padding: 0;
	top: 100%;
}
.navigation ul ul li {
	width: 100%;
	display: block;
	float: none;
	border-bottom: 1px solid #8bb7c0;
	padding: 0;
	background: none;
}
.navigation ul ul li:first-child{
	padding: 0;
}
.navigation ul ul li a {
	display: block;
	padding: 6px 8px;
	color: #fff;
	text-shadow: none;
	text-align: center;
	background: none;
}
.navigation ul ul li a:hover,
.navigation ul ul li .px_menu_selected,
.navigation ul ul li .px_menu_selected_parent {
	background: #a6d0db;
	color: #215275;
}
.navigation ul ul ul {
	list-style-type: none;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 100%;
	top: 0;
}

/* Content
================================================= */
.px_tray {
	line-height: 24px;
	height: 24px;
	font-size: 13px;
	margin-bottom: 10px;
}
.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;
	text-decoration: underline;
}
.px_language a:hover span {
	text-decoration: none;
}
.px_language a img {
	margin-right: 4px;
	border: none;
	display: block;
	float: left;
}

.content {
	position: relative;
	z-index: 1;
	background: url('bg.png') 0 0 repeat;
	padding: 22px 25px;
}
.px_column_left .px_column_wrap {
	margin-right: 20px;
	padding-right: 19px;
	border-right: 1px solid #a6d0db;
}
.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 #a6d0db;
}
/* Separator between modules */
.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;
	border-top: none;
}
.px_column_left .px_cell_wrap,
.px_column_main .px_cell_wrap,
.px_column_right .px_cell_wrap {
	margin-top: 30px;
	border-top: 1px solid #a6d0db;
}
.px_column_left .px_cell,
.px_column_main .px_cell,
.px_column_right .px_cell {
	margin-top: 30px;
}

.breadcrumbs {
	margin-bottom: 20px;
}

.content_bottom {
	height: 25px;
	background: #92c6d1 url('bg2_t.png') 0 0 repeat-x;
}
/* Footer
================================================ */
.footer {
	background: url('bg.png') 0 0 repeat;
	padding: 24px 0;
}

.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; /* For IE 6/7 (trigger hasLayout) */
}
.px_footer_cell {
	float: left;
	padding: 20px;
	margin-left: 20px;
}
.px_footer_cell:first-child {
	margin: 0;
}

/* Bottom
================================================ */
.bottom {
	padding: 0;
	line-height: 30px;
	color: #313131;
}
.bottom {
	padding: 8px 0 7px;
	background: url('footer.png') 0 0 repeat;
}
.provider {
	margin: 0 auto;
	text-align: center;
}

.px_column_main {width:910px;}
#px_column_XhvsRKs7IpfLJr-m1rEkmA_x {width:602px;}
#px_column_JXW8jxYuGILAJSelaRN-RQ_x {width:308px;}
.px_footer_cell_W6zYS5kHRwdCHKfqpIQUdw_x {width:920px;}


#px_menu_responsive_button {
	display: none;
}

/* Responsive
================================================= */
@media only screen and (max-width: 767px) {
	h1 {
		font-size: 2.5em;
	}
	h2 {
		font-size: 1.8em;
	}
	h3 {
		font-size: 1.8em;
	}
	h4 {
		font-size: 1.4em;
	}
	h5 {
		font-size: 1.4em;
	}
	.wrapper {
		width: 540px;
	}
	.top {
		line-height: 30px;
		height: 30px;
		padding: 10px;
		width: 520px;
		font-size: 18px;
	}
	.image {
		width: 504px;
		height: 195px;
	}
	.px_header img {
		width: 504px;
	}
	.px_header_caption {
		padding-left: 98px;
		padding-right: 10px;
		width: 386px;
	}
	.px_header_caption h2 {
		font-size: 16px;
		line-height: 24px;
		margin: 5px 0;
	}
	.mask_left {
		background: url('mask-left_m.png') 0 0 no-repeat;
		width: 99px;
		height: 98px;
	}
	.mask_right {
		background: url('mask-right_m.png') 0 0 no-repeat;
		width: 98px;
		height: 98px;
	}
	.px_tray {
		width: 490px;
		height: auto;
	}
	.px_tray_group1 {
		float: none;
		padding: 4px 0;
	}
	.px_tray_group1 > div {
		float: none;
		clear: both;
		padding-top: 5px;
		margin: 0;
	}
	.px_tray_group2 {
		float: none;
		clear: both;
		padding: 4px 0;
	}
	.navigation > ul {
		display: none;
	}
	#px_menu_responsive_button {
		display: block;
		color: #fff;
		line-height: 1.4;
		text-decoration: none;
		padding: 0;
		text-align: center;
		padding: 3px 0;
	}
	#px_menu_responsive_button span {
		padding-left: 15px;
	}
	#px_menu_responsive_button.px_menu_responsive_button_selected {
		text-decoration: underline;
	}
	#px_menu_responsive ul {
		padding: 0 0px;
		position: static;
		background: #60a3b3;
		border-top: 0;
		box-shadow: 0 3px 3px rgba(0,0,0,0.3);
		margin-bottom: 10px;
		font-size: 13px;
	}
	#px_menu_responsive ul li {
		float: none;
		display: block;
		width: auto;
		padding: 0;
		margin: 0;
		position: static;
		border-bottom: 0;
	}
	#px_menu_responsive ul li a {
		color: #fff;
		line-height: 1.4;
		text-decoration: none;
		padding: 0;
		display: block;
		padding: 7px 8px;
		text-shadow: none;
		text-align: left;
		background: none;
		border-bottom: 1px solid #8bb7c0;
	}
	#px_menu_responsive ul li a:hover,
	#px_menu_responsive ul li .px_menu_responsive_selected,
	#px_menu_responsive ul li .px_menu_responsive_selected_parent {
		background: #a6d0db;
		color: #215275;
	}
	#px_menu_responsive ul ul {
		display: none;
		position: static;
		width: auto;
		z-index: 3;
		left: 0;
		box-shadow: none;
		list-style-type: none;
		margin: 0 0 0 25px;
		padding: 0;
		top: 0;
	}
	#px_menu_responsive ul ul li {
		width: auto;
		display: block;
		float: none;
		border-bottom: 0;
		padding: 0;
		background: none;
	}
	#px_menu_responsive ul ul li:first-child {
		padding: 0;
	}
	#px_menu_responsive ul ul li a {
		display: block;
		padding: 7px 8px;
		color: #fff;
		text-shadow: none;
		text-align: left;
		background: none;
	}
	#px_menu_responsive ul ul ul {
		list-style-type: none;
		position: static;
		margin: 0 0 0 25px;
		padding: 0;
		left: 0;
		top: 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: 490px !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: 500px !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: 2.1em;
	}
	h2 {
		font-size: 1.6em;
	}
	h3 {
		font-size: 1.6em;
	}
	h4 {
		font-size: 1.3em;
	}
	h5 {
		font-size: 1.3em;
	}
	h6 {
		font-size: 1.1em;
	}
	.wrapper {
		width: 320px;
	}
	.top {
		line-height: 20px;
		height: 40px;
		padding: 10px;
		width: 300px;
		font-size: 15px;
	}
	.image {
		width: 286px;
		height: 115px;
	}
	.px_header img {
		width: 286px;
	}
	.px_header_caption {
		padding-left: 70px;
		padding-right: 5px;
		width: 201px;
	}
	.px_header_caption h2 {
		font-size: 13px;
		line-height: 17px;
		margin: 1px 0;
	}
	.mask_left {
		background: url('mask-left_s.png') 0 0 no-repeat;
		width: 99px;
		height: 98px;
	}
	.mask_right {
		background: url('mask-right_s.png') 0 0 no-repeat;
		width: 98px;
		height: 98px;
	}
	.bx-wrapper .bx-prev {
		top: 50%;
		left: 0;
	}
	.bx-wrapper .bx-next {
		right: 0;
		top: 50%;
	}
	.navigation > ul {
		display: none;
	}
	.px_tray {
		width: 300px;
	}
	.content {
		padding: 12px 10px;
	}
	.px_column_left,
	.px_column_right,
	.px_column_main {
		width: 300px !important;
	}
	.px_footer_cell {
		width: 300px !important;
		padding: 12px 10px;
	}
}
/* Print
================================================= */
@media print {
	.image, .navigation, .provider, .breadcrumbs {
		display: none;
	}
}

