/* 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 {
	line-height: 1.42;
	background-color: #000000;
	background-image: none;
	background-position: top left;
	background-repeat: repeat;
	background-attachment: scroll;
	font-size: 16px;
	color: #e8e8e8;
	font-family: 'PT Sans', sans-serif;
}

/* Typography
================================================= */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Amarante', cursive;
}
h1 {
	margin: 10px 0 4px;
	font-size: 3em;
	line-height: 1.2;
}
h2 {
	margin: 36px 0 4px;
	font-size: 2em;
	line-height: 1.25;
	font-weight: bold;
}
h3 {
	margin: 36px 0 4px;
	font-size: 2em;
	line-height: 1.25;
}
h4 {
	margin: 36px 0 4px;
	font-size: 1.4em;
	line-height: 1.36;
	font-weight: bold;
}
h5 {
	margin: 36px 0 4px;
	font-size: 1.4em;
	line-height: 1.36;
}
h6 {
	margin: 36px 0 4px;
	font-size: 1em;
	line-height: 1.42;
	font-weight: bold;
}
a:link, a:visited, a:active {
	color: #f9f9f9;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
input, textarea {
	padding: 6px 8px;
	border: 1px solid #444;
	color: #e8e8e8;
	background-color: #000000;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif;
	box-shadow: inset 0 0 1px #444;
}
input:focus, textarea:focus {
	box-shadow: 0 0 3px #333, inset 0 0 1px #444;
}
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: #000000;
	border: 1px solid #444;
	padding: 4px 15px;
	font: bold 15px/24px 'PT Sans', sans-serif;
	text-decoration: none;
	color: #e8e8e8;
	cursor: pointer;
	text-align: center;
	box-shadow: 0 1px 1px #444;
}
input[type="submit"]:hover, input[type="button"]:hover {
	background: #f9f9f9;
	border: 1px solid #f9f9f9;
	color: #000000;
	text-shadow: 0 1px 0 #f9f9f9;
}
input[type="submit"]:active, input[type="button"]:active {
	box-shadow: 0 1px 1px #999 inset;
	background: #000000;
	position: relative;
	text-shadow: none;
	top: 1px;
	color: #e8e8e8;
}
hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 6px auto;
	height: 2px;
	max-height: 0;
	border: none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #444;
	font-size: 1px;
	line-height: 0;
}
legend {
	color: #e8e8e8;
}
fieldset {
	border: 1px solid #444;
}
blockquote {
	margin: 1.25em 0;
	padding: 30px 40px;
	border: 1px solid #444;
	font-style: italic;
}

blockquote p {
	margin: 0;
}
pre {
	color: #e8e8e8;
	font-family: "Consolas","Monaco","Courier";
	font-size: 12px;
	border: 1px solid #444;
	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: 0 auto;
}

/* Top
================================================= */
.px_tray {
	width: 978px;
	line-height: 24px;
	padding: 8px 0;
	height: 24px;
	margin: 10px auto 30px auto;
	font-size: 14px;
}
.px_tray a {
	color: #f9f9f9;
}
.px_tray a:hover {
	color: #f9f9f9;
}
.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: 14px;
	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;
}
.top:before,
.top:after {
	content: "";
	display: table;
}
.top:after {
	clear: both;
}
.top h1:first-child {
	width: 938px;
}
.logo {
	margin: 0;
	width: 168px;
	height: 80px;
	float: left;
}
.top h1 {
	width: 770px;
	height: 80px;
	margin: 0 20px;
	padding: 0;
	color: #f9f9f9;
	line-height: 80px;
	display: block;
	float: right;
	font-size: 3.157em;
	text-align: center;
	overflow: hidden;
}

/* Header
================================================= */
.header {
	width: 978px;
	height: 540px;
	padding: 0;
	margin: 30px 0;
}
.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: #000000;
	background: rgba(0,0,0, 0.8);
	left: 0;
	width: 938px;
}
.px_header_caption h2 {
	font-size: 22px;
	line-height: 28px;
	margin: 10px 0;
	color: #e8e8e8;
}
.px_header_caption h2 a {
	color: #e8e8e8;
}
.bx-wrapper .bx-pager {
	text-align: right;
	color: #444;
	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: #444;
	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: #f9f9f9;
}
.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: -62px;
	background: url("arrows.png") no-repeat 0 0;
}
.bx-wrapper .bx-next {
	right: -62px;
	background: url("arrows.png") no-repeat -32px 0;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 -32px;
}
.bx-wrapper .bx-next:hover {
	background-position: -32px -32px;
}

/* Navigation Main
================================================= */
.navigation {
	font-size: 16px;
	margin-bottom: 30px;
}
.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: #e8e8e8;
}
.navigation ul ul {
	padding-left: 30px;
}
.navigation a.px_menu_selected,
.navigation a:hover {
	background-color: #333;
}

/* Content
================================================= */
.content_wrap {
	width: 978px;
	margin: 30px 0;
	background: url("bg_content.gif") 0 0 repeat-y;
}
.sidebar {
	width: 252px;
	float: left;
	padding: 30px 0;
}
.content {
	width: 642px;
	float: right;
	padding: 30px 0;
}
.px_column_main,
.px_column_right {
	float: left;
}
.px_column_right .px_column_wrap {
	margin-left: 20px;
	padding-left: 19px;
	border-left: 1px solid #444;
}
/* 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: 0;
}
.px_column_left .px_cell,
.px_column_main .px_cell,
.px_column_right .px_cell {
	margin-top: 30px;
}

.breadcrumbs {
	margin-bottom: 1em;
}

/* Footer
================================================= */
.footer {
	border-top: 1px solid #444;
	padding: 30px 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: 60px;
}
.px_footer_cell:first-child {
	margin: 0;
}

.provider {
	width: 978px;
	line-height: 24px;
	height: 24px;
	font-size: 14px;
	text-align: center;
	border-top: 1px solid #444;
	padding: 30px 0;
}
#px_menu_responsive_button {
	display: none;
}

.px_column_left {width:252px;}
.px_column_main {width:642px;}
.px_footer_cell_GyRHNEiKx4sSN0lUlQXswQ_x {width:459px;}


/* Responsive
================================================= */
@media only screen and (max-width: 767px) {
	h1 {
		font-size: 2.6em;
	}
	h2 {
		font-size: 1.8em;
	}
	h3 {
		font-size: 1.8em;
	}
	.wrapper,
	.px_tray,
	.top,
	.content_wrap,
	.content,
	.sidebar,
	.provider {
		width: 520px;
	}
	.top {
		height: auto;
	}
	.px_tray {
		height: auto;
		margin: 10px 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;
	}
	.logo {
		float: none;
		margin: 0 auto;
	}
	.top h1:first-child {
		width: 520px;
		margin: 0;
	}
	.top h1 {
		width: 520px;
		float: none;
		font-size: 2.15em;
		height: 60px;
		line-height: 60px;
		margin: 10px 0 0;
	}
	.header {
		width: 520px;
		height: 281px;
		margin: 10px 0;
	}
	.px_header_caption {
		width: 480px;
	}
	.px_header_caption h2 {
		font-size: 14px;
		line-height: 22px;
		margin: 5px 0;
	}
	.bx-wrapper .bx-prev {
		left: -42px;
	}
	.bx-wrapper .bx-next {
		right: -42px;
	}
	.navigation {
		display: none;
	}
	#px_menu_responsive_button {
		display: block;
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	#px_menu_responsive_button span {
		margin-left: 10px;
	}
	#px_menu_responsive {
		margin-bottom: 20px;
	}
	#px_menu_responsive ul {
		margin: 0;
		list-style-type: none;
		padding: 0;
	}
	#px_menu_responsive ul ul {
		padding-left: 30px;
	}
	#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: #e8e8e8;
	}
	#px_menu_responsive a.px_menu_responsive_selected,
	#px_menu_responsive a:hover {
		background-color: #333;
	}
	.sidebar {
		padding: 15px 0;
	}
	.sidebar .px_column_wrap {
		padding-top: 15px;
		border-top: 0;
	}
	.content {
		padding: 15px 0;
	}
	.content_wrap {
		background: none;
	}
	.px_column_left table,
	.px_column_main table,
	.px_column_right table,
	.px_footer_cell table {
		width: 100% !important;
	}
	.px_footer_cell,
	.px_column_left,
	.px_column_right,
	.px_column_main {
		width: 520px !important;
	}
	.px_column_right .px_column_wrap {
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
	}
	.px_footer_cell {
		margin-left: 0;
		margin-top: 20px;
		padding-top: 19px;
		border-top: 1px solid #444;
	}
	.px_footer_cell:first-child {
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
	}
	.footer {
		border-top-width: 2px;
	}

	.px_footer_wrap {
		margin-bottom: 0;
	}
	.provider {
		padding: 15px 0;
		height: auto;
	}
}

@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;
	}
	body {
		font-size: 15px;
	}
	.wrapper,
	.px_tray,
	.top,
	.content_wrap,
	.content,
	.sidebar,
	.provider {
		width: 300px;
	}
	.top h1:first-child {
		width: 300px;
	}
	.top h1 {
		width: 300px;
		font-size: 1.25em;
		height: 40px;
		line-height: 40px;
	}
	.header {
		width: 300px;
		height: 162px;
	}
	.px_header_caption {
		width: 260px;
	}
	.px_header_caption h2 {
		font-size: 12px;
		line-height: 14px;
		margin: 3px 0;
	}
	.bx-wrapper .bx-prev {
		left: -32px;
	}
	.bx-wrapper .bx-next {
		right: -32px;
	}
	.px_footer_cell,
	.px_column_left,
	.px_column_right,
	.px_column_main {
		width: 300px !important;
	}
}

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

