/* 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: #5b2a14 url('pattern.jpg') 50% 0 repeat;
	font-weight: normal;
	line-height: 1.5;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #3e3e3e;
}
/* Typography
================================================= */
h1, h2, h3, h4, h5, h6 {
	color: #3e3e3e;
	font-weight: normal;
}
h1 {
	margin: 10px 0 4px;
	font-size: 2.7em;
	line-height: 1.2;
	font-weight: bold;
}
h2 {
	margin: 40px 0 4px;
	font-size: 1.85em;
	line-height: 1.2;
	font-weight: bold;
}
h3 {
	margin: 40px 0 4px;
	font-size: 1.85em;
	line-height: 1.2;
}
h4 {
	margin: 40px 0 4px;
	font-size: 1.35em;
	line-height: 1.25;
	font-weight: bold;
}
h5 {
	margin: 40px 0 4px;
	font-size: 1.35em;
	line-height: 1.25;
}
h6 {
	margin: 40px 0 4px;
	font-size: 1.1em;
	line-height: 1.3;
	font-weight: bold;
}
a:link, a:visited, a:active {
	color: #c68d22;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
input, textarea {
	padding: 6px 8px;
	background-color: #f8f8f8;
	color: #222;
	border: 1px solid #c68d22;
	font-size: 14px;
}
input[type=checkbox], input[type=radio] {
	border: 0;
	box-shadow: none;
	background: none;
}
input[type="submit"], input[type="button"] {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
	padding: 6px 15px;
	background-color: #cfb178;
	color: #845d15;
	border: 1px solid #845d15;
	font-weight: 700;
	font-size: 14px;
}
input[type="submit"]:hover, input[type="button"]:hover {
	background-color: #845d15;
	color: #fff;
}
input[type="submit"]:active, input[type="button"]:active {
	box-shadow: inset 0 1px 1px #444;
	background-color: #845d15;
	position: relative;
	top: 1px;
	color: #fff;
}
hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 6px auto;
	height: 2px;
	max-height: 0;
	border: none;
	border-top: 1px solid #c68d22;
	font-size: 1px;
	line-height: 0;
}
legend {
	color: #c68d22;
}
fieldset {
	border: 1px solid #c68d22;
}
blockquote {
	color: #3e3e3e;
	margin: 20px 0;
	padding: 20px 30px;
	font-style: italic;
	background-color: #f8f8f8;
}
blockquote p {
	margin: 0;
}
pre {
	color: #3e3e3e;
	font-family: "Consolas","Monaco","Courier";
	font-size: 12px;
	border: 1px solid #888;
	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: 968px;
	position: relative;
}

/* Top
================================================= */
.top {
	width: 696px;
	height: 45px;
	overflow: hidden;
	padding: 5px 10px 5px;
	text-align: center;
	z-index: 9999;
	text-shadow: none;
	margin: 10px auto;
	line-height: 45px;
	color: #000;
	font-size: 30px;
	background: #fff;
	font-weight: bold;
	position: relative;
	box-shadow: 0 2px 2px rgba(0,0,0,0.5);
}

/* Header
================================================= */
.headerWrap {
	width: 968px;
	height: 409px;
	background: url("mask_bg.png") 0 0 repeat;
	position: relative;
	margin-bottom: 10px;
	margin-top: -70px;
}
.header_mask {
	width: 968px;
	height: 112px;
	background: url("mask_top.png") 0 0 repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
.header_bottom {
	width: 968px;
	height: 27px;
	background: url("mask_bottom.png") 0 0 repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1000;
}
.header {
	width: 916px;
	height: 338px;
	padding: 44px 0 0 26px;
}
.px_header {
	margin: 0;
	padding: 0;
}
.px_header img {
	width: 916px;
}
.px_header_caption {
	margin: 0;
	padding: 0 20px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	width: 876px;
}
.px_header_caption h2 {
	font-size: 22px;
	line-height: 28px;
	margin: 10px 0 10px;
	color: #000;
	text-shadow: none;
}
.px_header_caption h2 a {
	color: #000;
}
.bx-wrapper .bx-pager {
	text-align: center;
	color: #000;
	position: relative;
	bottom: -6px;
	min-width: 100%;
	z-index: 9999;
	line-height: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	outline: 0;
	background: #000;
	text-indent: -9999em;
	width: 8px;
	height: 8px;
	margin: 0 3px;
	border-radius: 4px;
	text-align: left;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #c68d22;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999em;
	z-index: 9999;
}
.bx-wrapper .bx-prev {
	left: 10px;
}
.bx-wrapper .bx-next {
	right: 10px;
}

/* Navigation Main
================================================= */
.navigation_top, .navigation_bottom {
	height: 5px;
	overflow: hidden;
	background: url('menu_t.png') 0 0 no-repeat;
	margin: 0 4px;
}
.navigation {
	margin: 0 4px;
	padding: 4px 0;
	background: url('menu.png') 0 0 repeat-y;
	width: 960px;
}
.navigation_bottom {
	background: url('menu_b.png');
}
.navigation ul {
	list-style-type: none;
	margin: 0;
	position: relative;
	padding: 0 0 0 5px;
	z-index: 3;
}
.navigation ul li {
	float: left;
	display: block;
	position: relative;
	width: 148px;
	margin: 6px 5px 6px;
}
.navigation ul li a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 1px;
}
.navigation ul li a span {
	display: block;
	padding: 3px 4px;
}
.navigation ul li a.px_menu_selected_parent span,
.navigation ul li a.px_menu_selected span,
.navigation ul li a:hover span {
	background: #572a15;
	color: #fff;
	border: 1px solid #724a36;
	padding: 2px 4px;
}
.navigation ul ul {
	display: none;
	position: absolute;
	background: #502411 url('sub.png') 0 0 repeat;
	border: 1px solid #39180b;
	width: 146px;
	z-index: 3;
	padding: 0;
	top: 100%;
	left: 0;
}
.navigation ul ul ul {
	list-style-type: none;
	position: absolute;
	left: 100%;
	top: 0;
}
.navigation ul ul li {
	width: 100%;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #7f5a49;
	background: none;
}
.navigation ul ul li:last-child {
	border: 0;
}
.navigation ul ul li a {
	display: block;
	padding: 6px 8px;
	color: #fff;
	text-shadow: none;
	background: none;
}
.navigation ul ul li a:hover,
.navigation ul ul li a.px_menu_selected_parent,
.navigation ul ul li a.px_menu_selected {
	background: #c46511;
	color: #fff;
}
.navigation ul ul li a span,
.navigation ul ul li a:hover span,
.navigation ul ul li a.px_menu_selected_parent span,
.navigation ul ul li a.px_menu_selected span {
	padding: 0;
	border: 0;
	background: none;
}

/* Content
================================================= */
.px_tray {
	line-height: 24px;
	height: 24px;
	font-size: 12px;
	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;
}

.contentWrap {
	width: 968px;
	background: url('content_t.png') 0 0 no-repeat;
	position: relative;
	padding: 62px 0 0 0;
	margin: 10px 4px 0;
	z-index: 1;
}
.content {
	background-color: #fff;
	margin: 0;
	width: 910px;
	padding: 25px 25px 30px;
}
.content_bottom {
	width: 960px;
	margin: 0 4px;
	height: 8px;
	background: url('line.png') 0 0 repeat-x;
}
.px_column_left .px_column_wrap {
	margin-right: 20px;
	padding-right: 19px;
	border-right: 1px solid #ddd;
}
.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 #ddd;
}
/* 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 #ddd;
}
.px_column_left .px_cell,
.px_column_main .px_cell,
.px_column_right .px_cell {
	margin-top: 30px;
}

.breadcrumbs {
	margin-bottom: 20px;
}

/* Footer
================================================ */
.footer {
	width: 920px;
	overflow: hidden;
	padding: 20px;
	background: #fff;
	margin: 20px 4px 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;
	margin-left: 20px;
	padding: 20px;
}
.px_footer_cell:first-child {
	margin: 0;
}
/* Bottom
================================================ */
.bottom {
	padding: 8px 0 7px;
	width: 960px;
	background: url('line.png') 0 0 repeat-x;
	margin: 0 4px 0;
}
.provider {
	text-align: center;
	margin-bottom: 10px;
}

.px_column_main {width:910px;}
#px_column_XhvsRKs7IpfLJr-m1rEkmA_x {width:602px;}
#px_column_JXW8jxYuGILAJSelaRN-RQ_x {width:308px;}
#px_column_pkuhmLIVTLfcWnAkat0qGA_x {width:288px;}
#px_column_Xq4g7juK9fiTTcYHfIoibA_x {width:622px;}
.px_footer_cell_W6zYS5kHRwdCHKfqpIQUdw_x {width:880px;}


#px_menu_responsive_button {
	display: none;
}
/* Responsive
================================================= */
@media only screen and (max-width: 767px) {
	h1 {
		font-size: 2.5em;
	}
	h2 {
		font-size: 1.75em;
	}
	h3 {
		font-size: 1.75em;
	}
	h4 {
		font-size: 1.3em;
	}
	h5 {
		font-size: 1.3em;
	}
	.wrapper {
		width: 548px;
	}
	.top {
		width: 326px;
		height: 35px;
		margin: 20px auto 15px;
		line-height: 35px;
		font-size: 14px;
	}
	.headerWrap {
		width: 548px;
		height: 254px;
		background: url("mask_bg_m.png") 0 0 repeat;
	}
	.header_mask {
		width: 548px;
		height: 112px;
		background: url("mask_top_m.png") 0 0 repeat;
	}
	.header_bottom {
		width: 548px;
		height: 27px;
		background: url("mask_bottom_m.png") 0 0 repeat;
	}
	.header {
		width: 496px;
		height: 183px;
	}
	.px_header img {
		width: 496px;
	}
	.px_header_caption {
		padding: 0 10px;
		width: 476px;
	}
	.px_header_caption h2 {
		font-size: 14px;
		line-height: 21px;
		margin: 5px 0;
	}
	.navigation {
		width: 540px;
	}
	.navigation > ul {
		display: none;
	}
	#px_menu_responsive_button {
		color: #fff;
		font-size: 15px;
		text-decoration: none;
		display: block;
		text-align: center;
		border: 1px solid #724a36;
		padding: 6px 4px;
		margin: 6px 10px 6px;
	}
	#px_menu_responsive_button.px_menu_responsive_button_selected {
		background: #572a15;
	}
	#px_menu_responsive_button span {
		margin-left: 10px;
	}
	#px_menu_responsive ul {
		list-style-type: none;
		position: static;
		padding: 0;
		margin: 0 10px;
		z-index: 3;
	}
	#px_menu_responsive ul li {
		float: none;
		display: block;
		position: static;
		width: auto;
		margin: 0;
	}
	#px_menu_responsive ul li a {
		color: #fff;
		font-size: 15px;
		text-decoration: none;
		display: block;
		text-align: left;
		padding: 0;
		margin-bottom: 6px;
	}
	#px_menu_responsive ul li a span {
		display: block;
		padding: 6px 5px;
		border: 1px solid #724a36;
	}
	#px_menu_responsive ul li a.px_menu_responsive_selected_parent span,
	#px_menu_responsive ul li a.px_menu_responsive_selected span,
	#px_menu_responsive ul li a:hover span {
		background: #572a15;
		color: #fff;
		border: 1px solid #724a36;
		padding: 6px 5px;
	}
	#px_menu_responsive ul ul {
		display: block;
		position: static;
		background: none;
		border: 0;
		width: auto;
		z-index: 3;
		padding: 0;
		margin: 0 0 0 30px;
		top: 0;
		left: 0;
	}
	#px_menu_responsive ul ul ul {
		list-style-type: none;
		position: static;
		left: 0;
		top: 0;
	}
	#px_menu_responsive ul ul li {
		width: auto;
		display: block;
		float: none;
		margin: 0;
		padding: 0;
		border-bottom: 0;
		background: none;
	}
	#px_menu_responsive ul ul li:last-child {
		border: 0;
	}
	#px_menu_responsive ul ul li a {
		display: block;
		padding: 0;
		color: #fff;
		text-shadow: none;
		background: none;
	}
	#px_menu_responsive ul ul li a:hover,
	#px_menu_responsive ul ul li a.px_menu_responsive_selected_parent,
	#px_menu_responsive ul ul li a.px_menu_responsive_selected {
		background: #c46511;
		color: #fff;
	}
	#px_menu_responsive ul ul li a span {
		display: block;
		padding: 6px 5px;
		border: 1px solid #724a36;
	}
	#px_menu_responsive ul ul li a:hover span,
	#px_menu_responsive ul ul li a.px_menu_responsive_selected_parent span,
	#px_menu_responsive ul ul li a.px_menu_responsive_selected span {
		background: #572a15;
		border: 1px solid #724a36;
		padding: 6px 5px;
	}
	.contentWrap {
		width: 548px;
		background: url('content_t_m.png') 0 0 no-repeat;
	}
	.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;
	}
	.content {
		width: 490px;
		padding: 25px 25px 30px;
	}
	.content_bottom {
		width: 540px;
	}
	.px_column_left table,
	.px_column_main table,
	.px_column_right table,
	.px_footer_cell table {
		width: 100% !important;
	}
	.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_column_left,
	.px_column_main,
	.px_column_right {
		width: 490px !important;
		margin-bottom: 30px;
	}
	.footer {
		width: 500px;
	}
	.px_footer_wrap {
		margin-bottom: 0;
	}
	.px_footer_cell {
		padding: 20px;
		width: 460px !important;
		margin: 0 0 30px 0;
	}
	.px_footer_cell:first-child {
		margin: 0 0 30px 0;
	}
	.bottom {
		width: 540px;
	}
}

@media only screen and (max-width: 540px) {
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.55em;
	}
	h3 {
		font-size: 1.55em;
	}
	h4 {
		font-size: 1.25em;
	}
	h5 {
		font-size: 1.25em;
	}
	.wrapper {
		width: 328px;
	}
	.top {
		width: 158px;
		height: 48px;
		margin: 10px auto 15px;
		line-height: 24px;
		font-size: 14px;
	}
	.headerWrap {
		width: 328px;
		height: 173px;
		background: url("mask_bg_s.png") 0 0 repeat;
	}
	.header_mask {
		width: 328px;
		height: 112px;
		background: url("mask_top_s.png") 0 0 repeat;
	}
	.header_bottom {
		width: 328px;
		height: 27px;
		background: url("mask_bottom_s.png") 0 0 repeat;
	}
	.header {
		width: 276px;
		height: 102px;
	}
	.px_header img {
		width: 276px;
	}
	.px_header_caption {
		padding: 0 10px;
		width: 256px;
	}
	.px_header_caption h2 {
		font-size: 12px;
		line-height: 18px;
		margin: 2px 0;
	}
	.navigation {
		width: 320px;
	}
	#px_menu_responsive ul ul {
		margin: 0 0 0 20px;
	}
	.contentWrap {
		width: 328px;
		background: url('content_t_s.png') 0 0 no-repeat;
	}
	.px_tray {
		width: 300px;
	}
	.content {
		width: 300px;
		padding: 20px 10px 20px;
	}
	.content_bottom {
		width: 320px;
	}
	.px_column_left,
	.px_column_main,
	.px_column_right {
		width: 300px !important;
	}
	.footer {
		width: 320px;
		padding: 0;
	}
	.px_footer_cell {
		padding: 10px;
		width: 300px !important;
	}
	.bottom {
		width: 320px;
	}
}
/* Print
================================================= */
@media print {
	.headerWrap, .navigation, .provider, .breadcrumbs {
		display: none;
	}
}

