@media print {
	*{background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}
body {
	background: #ffffff;
	color: #3e3739;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
a {
	color: #a0003c;
}
a:hover {
	font-style: normal;
	text-decoration: underline;
}
a:focus {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
ul {
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
h2 a {
	text-decoration: none;
}
h2 a:hover, h2 a:focus, h2 a:active, h2 a:visited {
	text-decoration: none;
}

/* Header */
#header {
	background: #ffffff;
	height: 150px;
}
#header-inner {
	width: 960px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.header-right {
	float: right;
	font-size: 24px;
	line-height: 30px;
	color: #a0003c;
	text-align: right;
}
.header-right h1 {
	font-size: 24px;
	margin-top: 50px;
	font-weight: normal;
}
.headerLogo {
	float: left;
}

/* Navigation */
#nav-container {
	background: #231f20;
	height: 44px;
	border-bottom: 1px solid #434343;
}
#nav-inner {
	width: 960px;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 999999;
}
#nav-inner ul {
	list-style: none;
}
#nav-inner .each-nav {
	float: left;
	padding: 11px 32px;
}
#nav-inner .each-nav .active, #nav-inner .each-nav:hover {
	background: url(/template_images/menu-bg-active.jpg) repeat-x;
}
#nav-inner .each-nav a, #nav-inner .each-nav a:hover, #nav-inner .each-nav a:active, #nav-inner .each-nav a:visited, #nav-inner .each-nav a:focus {
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
}
#nav-home {
	float: left;
	background: url(/template_images/icon-home-sprite.jpg) no-repeat -1px -44px;
	width: 45px;
	height: 44px;
}
#nav-home.active, #nav-home:hover {
	background-position: 0 0;
}
.logouticon{
	padding: 0 !important;
	float: right !important;
}
.logouticon a{
	float: right;
	background: url(/template_images/icon-logout.jpg) no-repeat;
	background-size: contain;
	width: 45px;
	height: 44px;
}
ul#nav {
	float: left;
	background: #231f20;
	height: 44px;
	border-bottom: 1px solid #434343;
	width: 960px;
}
ul#nav, ul#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
ul#nav li {
	float: left;
	width: auto;
	padding: 14px 27px;
}
ul#nav li.homeicon {
	padding: 0;
}
#nav li ul {
	position: absolute;
	margin-left: -999em; /* hide menu from view */
	top: 45px;
	left: 0;
	width: 960px;
}
#nav li ul li {
	width: 960px;
	border-top: none;
	background: #595253;
	float: left;
	padding: 23px 0px;
}
#nav li ul ul {
	position: relative;
	float: left;
	display: inline;
	top: 0;
	border: none;
	width: 170px;
	margin-right: 30px;
	margin-left: 30px;
}
#nav li ul ul.newsCatUL {
	width: 960px;
}
#nav li ul ul.newsCatUL li.nav-subhead {
	clear: both;
	width: 900px;
}
#nav li ul li li {
	border: none;
	padding: 0;
	width: 170px;
	float: left;
	margin-right: 30px;
	margin-left: 30px;
}
ul#nav li a {
	display: block;
	min-height: 0;
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
}
#nav li li a {
	padding: 2px 5px;
	color: #fff;
	border: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#nav li li a span:hover {
	color: #AEAEAE;
}
#nav li li a span {
	float: left;
	max-width: 155px;
}
#nav li li a img {
	display: none;
}
#nav li li a:hover img {
	display: inline;
	width: 10px;
	float: left;
	position: relative;
	top: 5px;
	margin-left: 5px;
}
ul#nav li.over a, ul#nav li:hover a, #nav li.active a {
	border-bottom: none;
	position: relative;
	z-index: 99;
	padding-bottom: 5px;
}
ul#nav li.over li a, ul#nav li:hover li a {
	top: 0;
	border: none
}

/* commented backslash mac hiding hack \ */
* html ul#nav  li a {
	height: 1%;
	position: relative;
}

/* end hack */
#nav li:hover ul, #nav li.over ul {
	margin-left: 0;
}

/* show menu */
#nav li:hover a, #nav  li.over a {
	border-bottom: 1px solid #06c;
	color: #fff;
}
#nav li:hover li a:hover, #nav li.over li a:hover {
	color: #aeaeae;
}

/* #ffffff */
#nav li:hover li a, #nav li.over li a {
	color: #fff;
}
#nav li:hover, #nav li.active {
	background: url(/template_images/menu-bg-active.jpg) repeat-x;
}
#nav li:hover li {
	background: none repeat scroll 0 0 #595253;
}
#nav li .nav-subhead {
	padding-bottom: 5px;
	border-bottom: 1px solid #847b7c;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#nav li .nav-subhead a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0px;
	height: 35px;
}
#bg-container {
	background: #231f20;
	height: 275px;
}
#main-container {
	margin-top: -274px;
	display: block;
	overflow: hidden;
}
#main-inner {
	width: 960px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 55px;
	background: #ffffff;
}

/* Homepage Slider */
#home-slider {
	display: block;
	overflow: hidden;
	margin-bottom: 40px;
	position: relative;
	z-index: 9999;
	height: 407px;
}
#home-slider .slider-img {
	display: block;
	overflow: hidden;
}
#home-slider-overlay {
	background: url(/template_images/home-slider-overlay-bg.png) repeat-x;
	position: absolute;
	top: 0px;
	width: 929px;
	height: 80px;
	padding: 14px 17px 14px 14px;
}
#home-slider-overlay span {
	font-size: 18px;
	color: #231f20;
	margin-top: 35px;
	float: right;
}
.home-slider-overlay-more {
	background: url(/template_images/arrow-right-sprite.png) no-repeat right -40px;
	padding-right: 39px;
	font-size: 18px;
	color: #231f20;
	margin-top: 30px;
	float: right;
	text-decoration: none;
	line-height: 23px;
	height: 36px;
	padding-top: 3px;
}
#home-slider-overlay .overlay-arrow {
	float: right;
	margin-top: 32px;
	margin-left: 20px;
}
.thumbNav {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#home-slider-nav ul {
	list-style: none;
}
#home-slider-nav ul li {
	float: left;
	width: 161px;
	border-right: 1px solid #ffffff;
	height: 48px;
	background: #cacaca;
	padding: 6px 15px;
}
#home-slider-nav ul li.active, #home-slider-nav ul li:hover {
	background: url(/template_images/homeslider-menu-bg-active.jpg) repeat-x;
}
#home-slider-nav ul li.home-slider-nav-last {
	border-right: none;
}
#home-slider-nav ul li a {
	color: #ffffff;
	text-decoration: none;
	line-height: 22px;
	font-size: 22px;
}
.slider-logo {
	float: left;
}

/* Homepage */
#home-cta {
	display: block;
	overflow: hidden;
	margin-bottom: 40px;
}
.home-cta-left {
	background: url(/template_images/homecta-bg.jpg) repeat-x;
	width: 594px;
	height: 94px;
	padding: 33px 23px;
	float: left;
}
.home-cta-left p {
	color: #ffffff;
	font-size: 24px;
	line-height: 30px;
}
#home-cta .home-cta-img {
	float: left;
}
.home-cta-right {
	float: left;
	width: 132px;
	background: #cacaca;
	height: 133px;
	padding: 27px 14px 0 14px;
}
.home-cta-right p {
	color: #231f20;
	font-size: 18px;
	margin-bottom: 2px;
}
.home-cta-right span {
	font-size: 14px;
	color: #231f20;
	display: block;
}
.home-cta-go {
	position: relative;
	bottom: -45px;
	right: -96px;
	background: url(/template_images/arrow-box-sprites.jpg) no-repeat -50px -50px;
	width: 50px;
	height: 50px;
	display: block;
	background-position: -50px -51px\0/;
}
.home-cta-go:hover {
	background: url(/template_images/arrow-box-sprites.jpg) no-repeat -50px 0px;
}

/* Latest News Box Homepage */
#latest-news-box {
	width: 960px;
	display: block;
	overflow: hidden;
}
#latest-news-header {
	height: 50px;
	background: #595253;
	padding: 0 0 0 30px;
	width: 930px;
	display: block;
	overflow: hidden;
}
#latest-news-header h1 {
	color: #ffffff;
	font-size: 24px;
	float: left;
	margin-top: 15px;
	font-weight: normal;
}
#latest-news-header h1 a {
	color: #ffffff;
	text-decoration: none;
}
#latest-news-header .latest-news-btns {
	float: right;
}
#latest-news-header .latest-news-btns a {
	float: left;
	width: 50px;
	height: 50px;
}
.latest-news-prev {
	background: url(/template_images/arrow-box-sprites.jpg) no-repeat 0 0;
}
.latest-news-prev:hover {
	background: url(/template_images/arrow-box-sprites.jpg) no-repeat 0 -50px;
}
.latest-news-next {
	background: url(/template_images/arrow-box-sprites.jpg) no-repeat -50px 0;
	margin-left: 1px;
}
.latest-news-next:hover {
	background: url(/template_images/arrow-box-sprites.jpg) no-repeat -50px -50px;
}
.latest-news-body {
	height: 175px;
	background: #ededed;
	display: block;
}
.latest-news-each {
	padding: 25px 25px 20px 25px;
	width: 269px;
	float: left;
	height: 131px;
}
.latest-news-each span {
	color: #231f20;
	font-size: 13px;
	text-transform: uppercase;
}
.latest-news-each h3 {
	color: #a0003c;
	font-size: 18px;
	margin-bottom: 16px;
	margin-top: 0px;
}
.latest-news-each h3 a {
	color: #a0003c;
	text-decoration: none;
	font-weight: normal;
}
.latest-news-each h3 a:hover {
	color: #595253
}
.latest-news-each p {
	color: #231f20;
	font-size: 13px;
}
#latest-news-more {
	border: 1px solid #ededed;
	height: 59px;
	width: 957px;
}
.latest-news-more-each {
	float: left;
	width: 319px;
}
.latest-news-more-first {
	width: 318px;
}
.latest-news-more-each .latest-news-more-logo {
	float: left;
}
.latest-news-more-each a {
	color: #a0003c;
	font-size: 14px;
	text-decoration: none;
	float: right;
	width: 153px;
	margin-top: 12px;
	background: url(/template_images/arrow-right-sprite.png) no-repeat 164px 0px;
	padding-right: 39px;
	text-align: right;
	height: 36px;
}
.latest-news-more-each a:hover {
	color: #595253;
	background-position: 164px -36px;
}
.latest-news-last {
	border-right: none;
}
#latest-news-more .latest-news-last {
	width: 318px;
}
.subpage {
	background: url(/template_images/subpage-bg.jpg) repeat-y !important;
}
#sidebar {
	width: 180px;
	float: left;
	padding: 48px 30px;
	color: #231f20;
}
#sidebar a {
	text-decoration: none;
	color: #231f20;
}
#sidebar li.active a, #sidebar a:hover {
	color: #a0003c;
}
#sidebar li.d-active a {
	color: #231F20;
}
#sidebar li.d-active a:hover {
	color: #A0003C;
}
#sidebar h2 {
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-top: 0px;
	font-weight: normal;
}
#sidebar ul {
	list-style: none;
}
#sidebar ul li {
	margin-bottom: 7px;
}
.sidebar-submenu {
	padding-left: 20px;
	margin: 15px 0;
}
.sidebar-submenu li {
	font-size: 12px;
}
#content-container {
	width: 650px;
	background: #ededed;
	float: left;
	padding: 40px 35px;
	min-height: 400px;
	position: relative;
}
#content-container h1 {
	font-size: 30px;
	color: #a0003c;
	font-weight: normal;
	padding-bottom: 17px;
	margin-bottom: 40px;
	border-bottom: 1px solid #c8c8c8;
}
#content-container h2 {
	color: #231F20;
	font-family: "ff-meta-serif-web-pro", serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 18px;
}
#content-container h3 {
	color: #a0003c;
	font-family: "ff-meta-serif-web-pro", serif;
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 20px;
}
#content-container p {
	margin-bottom: 25px;
}

/* #content-container img {
	margin-bottom: 35px;
}
*/
#content-container img.otherIMG {
	margin-bottom: 0;
	margin-left: 5px;
}
#content-container ul {
	list-style: circle inside none;
	margin-bottom: 25px;
	padding-left: 30px;
}
#content-container ol {
	list-style: decimal inside none;
	margin: 0px 0px 25px 0px;
	padding-left: 30px;
}

/* Footer */
#footer {
	height: 31px;
	background: #231f20;
	color: #7e7274;
	font-size: 12px;
	padding-top: 15px;
}
#footer-inner {
	width: 960px;
	margin: 0 auto;
}
#footer-inner a {
	color: #7e7274;
	text-decoration: none;
}
#footer-inner a:hover {
	color: #ffffff;
}
#footer-bwired {
	float: right;
}

/* News */
.newsItem {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
.newsItem h2.news-header {
	margin-top: 0;
}
.newsImage {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.newsSummary {
	float: left;
}
#content-container .newsSummary h2 {
	margin-bottom: 15px;
}
#content-container .newsSummary p {
	text-align: justify;
}
.news-date {
	font-size: 12px;
}
.newsDetail img {
	padding-right: 10px;
}
.newsDetail p {
	text-align: justify;
}
.pager_left {
	margin: 0 auto;
	width: 391px;
	margin-top: 70px;
}
.pager-left-arrow {
	float: left;
	height: 36px;
	width: 32px;
}
.pager-right-arrow {
	float: right;
	height: 36px;
	width: 32px;
}
.pager-numbers {
	float: left;
	text-align: center;
	width: 320px;
	font-size: 19px;
	height: 36px;
}
.pager-numbers a {
	text-decoration: none;
	padding: 2px;
}
.pager-numbers a.pselected {
	font-weight: bold;
}
.pager-numbers a:hover {
	color: #3E3739;
}
.pager-right-arrow {
	background: url(/template_images/arrows-sprite.png) 32px 0;
	height: 36px;
	width: 32px;
	font-size: 18px;
}
.pager-right-arrow a {
	/* padding: 9px 16px;
	*/
	text-decoration: none;
	height: 36px;
	width: 32px;
}
.pager-right-arrow a > div {
	height: 36px;
	width: 32px;
}
.pager-left-arrow {
	background: url(/template_images/arrows-sprite.png) 0px -36px;
	height: 36px;
	width: 32px;
	font-size: 18px;
}
.pager-left-arrow a {
	/* padding: 9px 16px;
	*/
	text-decoration: none;
	height: 36px;
	width: 32px;
}
.pager-left-arrow a > div {
	height: 36px;
	width: 32px;
}

/* .pager-right-arrow a.pnormal, */
.pager-right-arrow.pnormal {
	color: #595253;
	background-position: 0 0;
}

/* .pager-left-arrow a.pnormal, */
.pager-left-arrow.pnormal {
	color: #595253;
	background-position: 32px -36px;
}

/* Help */
.helpQuestion {
	background: none repeat scroll 0 0 #595253;
	border-bottom: 1px solid #EDEDED;
	color: #FFFFFF;
	cursor: pointer;
	padding: 10px;
}
#content-container .helpQuestion p {
	margin-bottom: 0px;
}
.helpAnswer {
	padding: 10px;
}
.openlanguage {
	background: #A0003C;
}

/* Feedback */
#feedback {
	position: relative;
}
.feedback-left {
	float: left;
	width: 285px;
}
.feedback-right {
	float: right;
	width: 330px;
}
#form_body label {
	width: 110px;
	float: left;
	padding: 5px 0;
}
.each-field {
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
	width: 330px;
}
#form_body input.text {
	width: 203px;
	padding: 5px;
	font-family: arial, helvetica, sans-serif;
	margin-top: 0px;
	vertical-align: top;
}
#form_body textarea {
	font-family: Ariel, Helvetica, sans-serif;
	width: 209px;
	font-size: 13px;
}
#form_body  select {
	width: 215px;
	padding: 5px;
}
#form_body .submit-btn {
	margin-top: 20px;
}
#form_body img {
	margin-bottom: 0px;
}
.enter-captcha {
	float: left;
}
.enter-captcha p {
	margin-bottom: 15px;
}
.display-none {
	display: none
}
#captcha-form img {
	width: auto;
	height: auto
}
.LV_invalid_field {
	background: #FDA4AA;
	border: 1px solid #595253;
}
.LV_validation_message {
	color: #A0003C;
	margin-left: 110px;
	display: none;
}
.red-button {
	background: url(/template_images/btn-bg.jpg) repeat-x;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	border: none;
	height: 30px;
	line-height: 20px;
	padding: 0 15px 2px;
	text-align: center;
	cursor: pointer;
}
.errors, .error, .error-msg {
	color: #A0003C;
}
.errors .error {
	width: 100% !important;
	float: none !important;
	display: block;
}
.errors, .error-msg {
	margin-bottom: 10px;
}
.label-terms {
	width: 217px !important;
}
#recaptcha_widget {
	float: left;
	width: 216px;
}
#recaptcha_image, #recaptcha_challenge_image {
	width: 100% !important;
	height: auto !important;
}
#recaptcha_response_field {
	width: 203px;
	padding: 5px;
	font-family: arial, helvetica, sans-serif;
	margin-top: 0px;
	vertical-align: top;
	margin-bottom: 10px;
}
#recaptcha_image {
	margin-bottom: 7px;
}
.share {
	padding: 5px 10px;
	background-color: #f5f5f5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	z-index: 0;
	margin-bottom: 20px;
}
.logout {
	position: absolute;
	top: 35px;
	right: 40px;
	display: inline-block;
	vertical-align: bottom;
	line-height: 30px;
	text-decoration: none;
}

.section-title-accrdion h2{
	margin-left: 15px;
}
.section-title-accrdion:before {
content:"+";
color: #a0003c;
font-weight: bold;
position: absolute;
}
.section-title-accrdion.selected:before{
content:"-";
color: #a0003c;
font-weight: bold;
position: absolute;
}

.anythingSlider[data-count="2"] .anythingControls a {
  width: 449px !important;
}

.anythingSlider[data-count="2"] .anythingControls li.last a {
  width: 500px !important;
}

.anythingSlider[data-count="3"] .anythingControls a {
  width: 289px !important;
}

.anythingSlider[data-count="3"] .anythingControls li.last a {
  width: 290px !important;
}


