/* 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-attachment: scroll;
	background-repeat: repeat;
	background-position: top left;
	background-color: #363e46;
	background-image: url('bg.jpg');
	font-weight: normal;
	line-height: 1.5;
	font-size: 15px;
	font-family: 'Ubuntu', Arial, sans-serif;
	color: #fefefe;
}
/* Typography
================================================= */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', Arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: #000 1px 1px 1px;
	color: #fefefe;
}
h1 {
	margin: 10px 0 4px;
	font-size: 2.8em;
	line-height: 1.2;
}
h2 {
	margin: 36px 0 4px;
	font-size: 2.1em;
	font-weight: 700;
	line-height: 1.2;
}
h3 {
	margin: 36px 0 4px;
	font-size: 2.1em;
	font-weight: 500;
	line-height: 1.2;
}
h4 {
	margin: 36px 0 4px;
	font-size: 2.1em;
	line-height: 1.2;
}
h5 {
	margin: 36px 0 4px;
	font-size: 1.4em;
	line-height: 1.3;
	font-weight: 700;
}
h6 {
	margin: 36px 4px;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1.3;
}
a:link, a:visited, a:active {
	color: #c8dd65;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input, textarea {
	padding: 6px 8px;
	background-color: #363e46;
	color: #fff;
	border: 1px solid #c8dd65;
	font-size: 14px;
	font-family: 'Ubuntu', Arial, sans-serif;
}
input[type=checkbox], input[type=radio] {
	border: 0;
	box-shadow: none;
	background: none;
}
input[type="submit"], input[type="button"] {
	font-family: 'Ubuntu', Arial, sans-serif;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
	padding: 6px 15px;
	background-color: #c8dd65;
	color: #596718;
	border: 2px solid #9eb23f;
	text-transform: uppercase;
	box-shadow: none;
}
input[type="submit"]:hover, input[type="button"]:hover {
	background-color: #9eb23f;
	color: #fff;
}
input[type="submit"]:active, input[type="button"]:active {
	box-shadow: inset 0 1px 1px #666;
	background-color: #9eb23f;
	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 #c8dd65;
	border-bottom: 1px solid #000;
	font-size: 1px;
	line-height: 0;
}
legend {
	color: #c8dd65;
}
fieldset {
	border: 1px solid #e4e4e4;
}
blockquote {
	color: #fff;
	margin: 20px 0;
	padding: 20px 30px;
	font-style: italic;
	background: url('widget.png') 0 0 repeat;
}
blockquote p {
	margin: 0;
}
pre {
	color: #fff;
	font-family: "Consolas","Monaco","Courier";
	font-size: 12px;
	border: 1px solid #e4e4e4;
	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 {
	background: url('bg_light.png') 50% 0 no-repeat;
	min-width: 980px;
}
/* Top
================================================= */
.px_tray {
	width: 980px;
	line-height: 24px;
	margin: 0 auto;
	font-size: 12px;
}
.px_tray a {
	color: #fff;
}
.px_tray_group1 {
	float: left;
	margin-top: 5px;
}
.px_tray_group2 {
	float: right;
	margin-top: 5px;
}
.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;
}
.px_language a:hover span {
	text-decoration: underline;
}
.px_language a img {
	margin-right: 4px;
	border: none;
	display: block;
	float: left;
}

.top h1:first-child {
	width: 980px;
}
.top {
	margin: 0 auto;
	width: 980px;
	padding: 0;
	height: 127px;
}
.top h1 {
	text-align: center;
	margin: 21px 0 21px 0;
	color: #fefefe;
	font-size: 40px;
	line-height: 85px;
	height: 85px;
	display: block;
	overflow: hidden;
	float: right;
	width: 780px;
}
.logo {
	width: 160px;
	height: 85px;
	margin: 21px 24px 21px 0;
	float: left;
}
/* Navigation Main
================================================= */
.navigation {
	margin: 0 auto;
	width: 980px;
	background: #d8d8d9 url('menu.png') 0 0 repeat;
	border-left: 1px solid #323942;
	border-right: 1px solid #323942;
	border-top: 1px solid #323942;
	border-bottom: none;
	height: 48px;
	overflow: hidden;
}
.navigation ul {
	padding: 0 10px;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
.navigation ul li {
	float: left;
	padding: 0;
	margin: 0;
	line-height: 48px;
	list-style-type: none;
}
.navigation ul li a {
	color: #676565;
	text-decoration: none;
	padding: 0 17px;
	display: block;
	float: left;
}
.navigation ul li a.px_menu_selected_parent,
.navigation ul li a.px_menu_selected  {
	color: #000;
}
.navigation ul li a:hover {
	color: #000;
	text-decoration: underline;
}
/* Header
================================================= */
.header {
	width: 950px;
	margin: 0 auto;
	border-left: 1px solid #323942;
	border-right: 1px solid #323942;
	border-bottom: 1px solid #323942;
	border-top: none;
	background: #fff;
	padding: 15px;
	margin-bottom: 20px;
}
.px_header {
	margin: 0;
	padding: 0;
}
.px_header img {
	width: 950px;
}
.px_header_caption {
	margin: 0;
	padding: 0 20px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	background: rgba(0, 0, 0, 0.6);
	width: 910px;
}
.px_header_caption h2 {
	font-size: 22px;
	line-height: 28px;
	margin: 10px 0;
	color: #fff;
	text-transform: none;
}
.px_header_caption h2 a {
	color: #c8dd65;
}
.bx-wrapper .bx-pager {
	text-align: right;
	color: #fff;
	position: relative;
	bottom: -3px;
	min-width: 100%;
	z-index: 9999;
	line-height: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	outline: 0;
	background: #363e46;
	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: #000;
}
.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: 20px;
}
.bx-wrapper .bx-next {
	right: 20px;
}
/* Navigation Sub
================================================= */
.sub_navigation ul {
	padding: 6px 0 6px 10px;
	margin: 0 0 20px 0;
	background: url('widget.png') 0 0 repeat;
}
.sub_navigation ul ul {
	padding: 0 0 0 15px;
	margin: 0;
	background: none;
}
.sub_navigation ul li {
	list-style-type: none;
	margin: 0;
}
.sub_navigation ul li a:link,
.sub_navigation ul li a:active,
.sub_navigation ul li a:visited {
	display: block;
	line-height: 18px;
	padding: 8px 10px 8px 15px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color: #e4e4e4;
	text-decoration: none;
	background: url('arrow.png') 0 12px no-repeat;
	margin: 5px 0;
}
.sub_navigation ul li a:hover {
	color: #c8dd65;
	background-image: url('arrow2.png');
	text-decoration: underline;
}
.sub_navigation ul li a.px_menu_selected_parent,
.sub_navigation ul li a.px_menu_selected {
	color: #c8dd65;
	background-image: url('arrow2.png');
}
.sub_navigation ul li a.px_menu_selected_parent.px_menu_has_child {
	background-image: url('arrow4.png');
}
.sub_navigation ul li a.px_menu_has_child {
	background: url('arrow3.png') 0 12px no-repeat;
}
.sub_navigation ul li a.px_menu_has_child:hover {
	background-image: url('arrow4.png');
}
/* Content
================================================= */
.content_wrap {
	width: 980px;
	margin: 0 auto;
}
.content {
	margin: 30px 0 30px 40px;
	width: 680px;
	float: right;
}
.sidebar {
	float: left;
	width: 260px;
	padding: 10px 0 0 0;
}

.px_column_left .px_cell_wrap {
	margin-bottom: 20px;
	background: url('widget.png') 0 0 repeat;
}
.px_column_left .px_cell {
	margin: 20px;
}
.px_column_left .px_cell_wrap:before,
.px_column_left .px_cell_wrap:after {
	content: "";
	display: table;
}
.px_column_left .px_cell_wrap:after {
	clear: both;
}

.px_column_main,
.px_column_right {
	float: left;
}
.px_column_right .px_column_wrap {
	margin-left: 20px;
	padding-left: 19px;
	border-left: 1px solid #323942;
}
/* Separator between modules */
.px_column_main .px_cell_wrap:first-child,
.px_column_right .px_cell_wrap:first-child,
.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_main .px_cell_wrap,
.px_column_right .px_cell_wrap {
	margin-top: 30px;
	border-top: 1px solid #323942;
}
.px_column_main .px_cell,
.px_column_right .px_cell {
	margin-top: 30px;
}

.breadcrumbs {
	margin-bottom: 1.25em;
}

/* Footer
================================================ */
.line {
	width: 980px;
	border-bottom: 1px solid #c8dd65;
}
.footer {
	margin: 20px 0 0 0;
	width: 980px;
	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;
	background: url('widget.png') 0 0 repeat;
	padding: 20px;
	margin-left: 20px;
}
.px_footer_cell:first-child {
	margin: 0;
}

.provider {
	width: 980px;
	margin: 10px auto 20px auto;
	text-align: center;
}

.px_column_left {width:260px;}
.px_column_main {width:680px;}
.px_footer_cell_iTBlU7LjzZHOoXBDci9rUw_x {width:273px;}


#px_menu_responsive_button {
	display: none;
}

/* Responsive
================================================= */
@media only screen and (max-width: 767px) {
	h1 {
		font-size: 2.4em;
	}
	h2 {
		font-size: 1.8em;
	}
	h3 {
		font-size: 1.8em;
	}
	h4 {
		font-size: 1.8em;
	}
	.wrapper {
		min-width: auto;
		min-width: initial;
	}
	.top h1:first-child {
		width: 540px;
	}
	.top {
		width: 540px;
	}
	.top h1 {
		font-size: 27px;
		line-height: 42px;
		height: 85px;
		width: 356px;
	}
	.px_tray {
		width: 540px;
		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 {
		width: 540px;
		display: none;
	}
	.sub_navigation {
		display: none;
	}
	#px_menu_responsive_button {
		display: block;
		margin: 0 auto;
		width: 538px;
		text-align: center;
		background: #d8d8d9 url('menu.png') 0 0 repeat;
		border-left: 1px solid #323942;
		border-right: 1px solid #323942;
		border-top: 1px solid #323942;
		border-bottom: none;
		height: 48px;
		line-height: 48px;
		font-size: 16px;
		color: #676565;
	}
	#px_menu_responsive_button span {
		padding-left: 15px;
	}
	#px_menu_responsive_button.px_menu_responsive_button_selected {
		text-decoration: underline;
	}
	#px_menu_responsive {
		width: 500px;
		margin: 0 auto;
		padding: 20px;
		background: url('widget.png') 0 0 repeat;
	}
	#px_menu_responsive ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#px_menu_responsive ul ul {
		padding: 0 0 0 25px;
	}
	#px_menu_responsive ul li a:link,
	#px_menu_responsive ul li a:active,
	#px_menu_responsive ul li a:visited {
		line-height: 18px;
		padding: 8px 10px 8px 15px;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 500;
		color: #e4e4e4;
		text-decoration: none;
		background: url('arrow.png') 0 12px no-repeat;
		margin: 5px 0;
		display: block;
	}
	#px_menu_responsive ul li a:hover {
		color: #c8dd65;
		background-image: url('arrow2.png');
		text-decoration: underline;
	}
	#px_menu_responsive ul li a.px_menu_responsive_selected_parent,
	#px_menu_responsive ul li a.px_menu_responsive_selected {
		color: #c8dd65;
		background-image: url('arrow2.png');
	}
	#px_menu_responsive ul li a.px_menu_responsive_selected_parent.px_menu_responsive_has_child {
		background-image: url('arrow4.png');
	}
	#px_menu_responsive ul li a.px_menu_responsive_has_child {
		background: url('arrow3.png') 0 12px no-repeat;
	}
	#px_menu_responsive ul li a.px_menu_responsive_has_child:hover {
		background-image: url('arrow4.png');
	}
	.header {
		width: 508px;
	}
	.px_header img {
		width: 508px;
	}
	.px_header_caption {
		padding: 0 10px;
		width: 488px;
	}
	.px_header_caption h2 {
		font-size: 15px;
		line-height: 22px;
		margin: 5px 0;
	}
	.content_wrap {
		width: 540px;
		margin: 0 auto;
	}
	.content {
		margin: 30px 0;
		width: 540px;
		float: none;
	}
	.sidebar {
		float: none;
		width: 540px;
		padding: 10px 0 0 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_right .px_column_wrap {
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
	}
	.line {
		width: 540px;
	}
	.footer {
		width: 540px;
	}
	.px_footer_wrap {
		margin-bottom: 0;
	}
	.px_footer_cell {
		width: 500px !important;
		padding: 20px;
		margin: 0 0 30px 0;
	}
	.px_footer_cell:first-child {
		margin: 0 0 30px 0;
	}
	.provider {
		width: 540px;
	}
}

@media only screen and (max-width: 540px) {
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.5em;
	}
	h3 {
		font-size: 1.5em;
	}
	h4 {
		font-size: 1.5em;
	}
	h5 {
		font-size: 1.2em;
	}
	h6 {
		font-size: 1.2em;
	}
	.top h1:first-child {
		width: 320px;
	}
	.top {
		width: 320px;
		height: auto;
	}
	.top h1 {
		font-size: 27px;
		margin: 11px 0;
		line-height: 42px;
		height: 85px;
		width: 320px;
	}
	.logo {
		margin: 0 auto;
		float: none;
	}
	.px_tray {
		width: 320px;
	}
	.navigation {
		width: 320px;
	}
	#px_menu_responsive_button {
		width: 318px;
	}
	#px_menu_responsive {
		width: 300px;
		padding: 10px;
	}
	.header {
		width: 298px;
		padding: 10px;
	}
	.px_header img {
		width: 298px;
	}
	.px_header_caption {
		padding: 0 5px;
		width: 288px;
	}
	.px_header_caption h2 {
		font-size: 13px;
		line-height: 18px;
		margin: 1px 0;
	}
	.bx-wrapper .bx-pager {
		bottom: -2px;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		width: 6px;
		height: 6px;
		border-radius: 3px;
	}
	.px_column_left,
	.px_column_right,
	.px_column_main {
		width: 320px !important;
	}
	.px_column_left .px_cell {
		margin: 10px;
	}
	.content_wrap,
	.content,
	.sidebar,
	.footer,
	.provider,
	.line {
		width: 320px;
	}
	.px_footer_cell {
		width: 300px !important;
		padding: 10px;
	}
}
/* Print
================================================= */
@media print {
	.header, .navigation, .sub_navigation, .provider, .breadcrumbs {
		display: none;
	}
}

