/* 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
================================================= */
body {
	background-color: #451e04;
	background-image: none;
	background-position: top left;
	background-repeat: repeat;
	background-attachment: scroll;
	color: #e3c09a;
	font: 400 16px/1.5 'Comic Sans MS', cursive, sans-serif;
}
.clear:before,
.clear:after {
	content: "";
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
/* Typography
================================================= */
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}
h1 {
	margin: 10px 0 4px;
	font-size: 2.6em;
	line-height: 1.35;
}
h2 {
	margin: 36px 0 4px;
	font-size: 2em;
	line-height: 1.35;
	font-weight: bold;
}
h3 {
	margin: 36px 0 4px;
	font-size: 2em;
	line-height: 1.35;
}
h4 {
	margin: 36px 0 4px;
	font-size: 1.4em;
	line-height: 1.4;
	font-weight: bold;
}
h5 {
	margin: 36px 0 4px;
	font-size: 1.4em;
	line-height: 1.4;
}
h6 {
	margin: 36px 0 4px;
	font-size: 1.1em;
	line-height: 1.45;
	font-weight: bold;
}
a:link, a:visited, a:active {
	color: #c2a480;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
input, textarea {
	padding: 6px 8px;
	border: 1px solid #754205;
	color: #e3b48f;
	background-color: #4a1d10;
	font-size: 14px;
	font-family: 'Comic Sans MS', cursive, sans-serif;
}
input:focus, textarea:focus {
	box-shadow: 0 0 2px #ccc;
}
input[type=checkbox], input[type=radio] {
	border: 0;
	box-shadow: none;
	background: none;
}
input[type="submit"], input[type="button"] {
	display: block;
	white-space: nowrap;
	background-color: #c2a480;
	border: 1px solid #c2a480;
	padding: 4px 15px;
	font-family: 'Comic Sans MS', cursive, sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #451e04;
	text-shadow: 0 1px 0 #e3b48f;
	cursor: pointer;
	text-align: center;
	box-shadow: none;
}
input[type="submit"]:hover, input[type="button"]:hover {
	background: #451e04;
	border: 1px solid #754205;
	color: #c2a480;
	text-shadow: 0 1px 0 #754205;
}
input[type="submit"]:active, input[type="button"]:active {
	box-shadow: 0 1px 1px #754205 inset;
	background: #451e04;
	position: relative;
	text-shadow: none;
	top: 1px;
	color: #c2a480;
}
hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 6px auto;
	height: 2px;
	max-height: 0;
	border: none;
	border-top: 1px solid #4a1d10;
	border-bottom: 1px solid #c2a480;
	font-size: 1px;
	line-height: 0;
}
legend {
	color: #c2a480;
}
fieldset {
	border: 1px solid #754205;
}
blockquote {
	font-size: 16px;
	margin: 1.25em 0;
	padding: 20px 30px;
	border: 1px solid #754205;
	background-color: #451e04;
	font-style: italic;
}

blockquote p {
	margin: 0;
}
pre {
	color: #3d3d3d;
	font-family: "Consolas","Monaco","Courier";
	font-size: 12px;
	border: 1px solid #754205;
	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 {
	width: 978px;
	margin: 40px auto;
	border-radius: 5px;
	background-color: #4a1d10;
	box-shadow: 0 0 25px #faf1eb;
}

/* Top
================================================= */
.px_tray {
	width: 962px;
	line-height: 24px;
	padding: 8px;
	height: 24px;
	margin: 0 auto;
	font-size: 12px;
	background-color: #c2a480;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.px_tray a {
	color: #451e04;
}
.px_tray a:hover {
	color: #451e04;
}
.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;
	font-size: 12px;
	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;
}

.top {
	width: 978px;
	height: 100px;
	background-color: #451e04;
}
.top .heading:first-child {
	width: 938px;
}
.logo {
	margin: 10px 0;
	width: 242px;
	height: 80px;
	float: left;
}
.heading {
	margin: 10px 20px;
	color: #c2a480;
	text-shadow: 0 1px 0 #754205;
	width: 696px;
	height: 80px;
	line-height: 80px;
	display: block;
	float: left;
	font-size: 36px;
	text-align: center;
	overflow: hidden;
	padding: 0;

}
/* Header
================================================= */
.header {
	padding: 0;
	width: 978px;
	height: 300px;
}
.px_header {
	margin: 0;
	padding: 0;
}
.px_header img {
	width: 978px;
	display: block;
}
.px_header_caption {
	margin: 0;
	padding: 0 20px;
	text-align: center;
	position: absolute;
	bottom: 0;
	background: #fff;
	background: rgba(255,255,255, 0.8);
	left: 0;
	width: 938px;
}
.px_header_caption h2 {
	font-size: 20px;
	line-height: 26px;
	margin: 7px 0;
	color: #444;
}
.px_header_caption h2 a {
	color: #444;
}
.bx-wrapper .bx-pager {
	text-align: right;
	color: #754205;
	position: relative;
	bottom: -6px;
	right: 6px;
	min-width: 100%;
	z-index: 9999;
	line-height: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	outline: 0;
	background-color: #754205;
	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-color: #c2a480;
}
.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: 16px;
}
.bx-wrapper .bx-next {
	right: 16px;
}
/* Navigation Main
================================================= */
.navigation {
	font-size: 12px;
	margin-bottom: 20px;
}
.navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.navigation a:link,
.navigation a:visited,
.navigation a:active {
	text-decoration: none;
	line-height: 20px;
	padding: 10px 5px 10px 20px;
	display: block;
	text-align: left;
	color: #e3b48f;
}
.navigation a:link span,
.navigation a:visited span,
.navigation a:active span {
	display: block;
	background: url("arrow_close.png") center left no-repeat;
	padding-left: 15px;
}
.navigation a.px_menu_has_child span {
	display: block;
	background: url("arrow_open.png") center left no-repeat;
	padding-left: 15px;
}
.navigation a.px_menu_selected,
.navigation a:hover {
	background-color: #c2a480;
	color: #451e04;
}
.navigation ul ul a:link,
.navigation ul ul a:visited,
.navigation ul ul a:active {
	padding-left: 40px;
}
.navigation ul ul ul a:link,
.navigation ul ul ul a:visited,
.navigation ul ul ul a:active {
	padding-left: 60px;
}
.navigation ul ul ul ul a:link,
.navigation ul ul ul ul a:visited,
.navigation ul ul ul ul a:active {
	padding-left: 80px;
}
.navigation ul ul ul ul ul a:link,
.navigation ul ul ul ul ul a:visited,
.navigation ul ul ul ul ul a:active {
	padding-left: 100px;
}
/* Content
================================================= */
.content_wrap {
	width: 978px;
	margin: 10px 0;
	background: url("bg_content.gif") 0 0 repeat-y;
	padding-bottom: 20px;
}
.sidebar {
	width: 242px;
	float: left;
	padding-bottom: 40px;
}
.px_column_left {
	margin: 0 10px 0 20px;
}
.px_column_main,
.px_column_right {
	float: left;
}
.px_column_right .px_column_wrap {
	margin-left: 20px;
	padding-left: 19px;
	border-left: 1px solid #754205;
}
/* Additional styling for spaces and separators 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 #754205;
}
.px_column_left .px_cell,
.px_column_main .px_cell,
.px_column_right .px_cell {
	margin-top: 30px;
}
.content {
	width: 645px;
	padding: 40px;
	float: right;
}

.breadcrumbs {
	margin-bottom: 1.25em;
}
/* Footer
================================================= */
.footer {
	width: 928px;
	padding: 25px;
	overflow: hidden;
	color: #8f4615;
	background-color: #451e04;
}
.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: 50px;
}
.px_footer_cell:first-child {
	margin: 0;
}

.provider {
	width: 962px;
	line-height: 24px;
	padding: 8px;
	height: 24px;
	font-size: 12px;
	background-color: #c2a480;
	color: #451e04;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
	font-weight: bold;
}
.provider a {
	color: #451e04;
}

.px_column_left {width:212px;}
.px_column_main {width:645px;}
.px_footer_cell_ECh-yyTu6BvgxjSgNi8GwA_x {width:928px;}


#px_menu_responsive_button {
	display: none;
}

/* Responsive
================================================= */
@media only screen and (max-width: 767px) {
	h1 {
		font-size: 2.4em;
	}
	h2 {
		font-size: 1.75em;
	}
	h3 {
		font-size: 1.75em;
	}
	h4 {
		font-size: 1.35em;
	}
	h5 {
		font-size: 1.35em;
	}
	.wrapper {
		width: 540px;
	}
	.top {
		width: 540px;
	}
	.top .heading:first-child {
		width: 520px;
	}
	.heading {
		margin: 10px;
		width: 278px;
		height: 80px;
		line-height: 40px;
		font-size: 24px;
	}
	.px_tray {
		width: 524px;
		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;
	}
	.header {
		padding: 0;
		width: 540px;
		height: 166px;
	}
	.px_header img {
		width: 540px;
	}
	.px_header_caption {
		padding: 0 10px;
		width: 520px;
	}
	.px_header_caption h2 {
		font-size: 16px;
		line-height: 24px;
		margin: 4px 0;
	}
	.navigation {
		display: none;
	}
	#px_menu_responsive {
		font-size: 12px;
		margin-bottom: 20px;
	}
	#px_menu_responsive ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	#px_menu_responsive a:link,
	#px_menu_responsive a:visited,
	#px_menu_responsive a:active {
		text-decoration: none;
		line-height: 20px;
		padding: 10px 5px 10px 20px;
		display: block;
		text-align: left;
		color: #e3b48f;
	}
	#px_menu_responsive a:link span,
	#px_menu_responsive a:visited span,
	#px_menu_responsive a:active span {
		display: block;
		background: url("arrow_close.png") center left no-repeat;
		padding-left: 15px;
	}
	#px_menu_responsive a.px_menu_responsive_has_child span {
		display: block;
		background: url("arrow_open.png") center left no-repeat;
		padding-left: 15px;
	}
	#px_menu_responsive a.px_menu_responsive_selected,
	#px_menu_responsive a:hover {
		background-color: #c2a480;
		color: #451e04;
	}
	#px_menu_responsive ul ul a:link,
	#px_menu_responsive ul ul a:visited,
	#px_menu_responsive ul ul a:active {
		padding-left: 40px;
	}
	#px_menu_responsive ul ul ul a:link,
	#px_menu_responsive ul ul ul a:visited,
	#px_menu_responsive ul ul ul a:active {
		padding-left: 60px;
	}
	#px_menu_responsive ul ul ul ul a:link,
	#px_menu_responsive ul ul ul ul a:visited,
	#px_menu_responsive ul ul ul ul a:active {
		padding-left: 80px;
	}
	#px_menu_responsive ul ul ul ul ul a:link,
	#px_menu_responsive ul ul ul ul ul a:visited,
	#px_menu_responsive ul ul ul ul ul a:active {
		padding-left: 100px;
	}
	#px_menu_responsive_button {
		display: block;
		text-align: left;
		padding: 10px 5px 10px 20px;
		font-size: 22px;
		background-color: #451e04;
		margin-top: 10px;
	}
	#px_menu_responsive_button span {
		padding-left: 15px;
	}
	.content_wrap {
		width: 540px;
		background: none;
	}
	.sidebar {
		width: 540px;
	}
	.px_column_left {
		margin: 0 40px;
	}
	.content {
		width: 460px;
		padding: 40px;
	}
	.px_column_left,
	.px_column_main,
	.px_column_right,
	.px_footer_cell {
		overflow-x: scroll;
		word-wrap: break-word;
	}
	.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: 460px !important;
		margin-bottom: 30px;
	}
	.px_column_right .px_column_wrap {
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
	}
	.footer {
		width: 460px;
		padding: 40px;
	}
	.px_footer_wrap {
		margin-bottom: 0;
	}
	.px_footer_cell {
		width: 460px !important;
		margin: 0 0 30px 0;
	}
	.px_footer_cell:first-child {
		margin: 0 0 30px 0;
	}
	.provider {
		width: 524px;
		line-height: 24px;
		padding: 8px;
		height: 24px;
		font-size: 12px;
	}
}

@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;
	}
	h6 {
		font-size: 1.05em;
	}
	.wrapper {
		width: 320px;
	}
	.top {
		width: 320px;
		height: auto;
	}
	.top .heading:first-child {
		width: 300px;
	}
	.heading {
		padding: 10px;
		margin: 0;
		width: 300px;
		height: 80px;
		line-height: 40px;
		font-size: 24px;
		float: none;
	}
	.logo {
		margin: 0 auto;
		float: none;
		padding: 10px;
	}
	.px_tray {
		width: 304px;
	}
	.header {
		padding: 0;
		width: 320px;
		height: 98px;
	}
	.px_header img {
		width: 320px;
	}
	.px_header_caption {
		padding: 0 10px;
		width: 300px;
	}
	.px_header_caption h2 {
		font-size: 13px;
		line-height: 18px;
		margin: 1px 0;
	}

	.content_wrap {
		width: 320px;
	}
	.sidebar {
		width: 320px;
	}
	.px_column_left {
		margin: 0 10px;
	}
	.content {
		width: 300px;
		padding: 10px;
	}
	.px_column_left,
	.px_column_right,
	.px_column_main {
		width: 300px !important;
	}
	.px_column_right .px_column_wrap {
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
	}
	.footer {
		width: 300px;
		padding: 10px;
	}
	.px_footer_cell {
		width: 300px !important;
	}
	.provider {
		width: 304px;
		line-height: 24px;
		padding: 8px;
		height: auto;
		font-size: 12px;
	}
}

/* Print
================================================= */
@media print {
	.header, .navigation, .provider, .breadcrumbs {
		display: none;
	}
}

