
	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, sup, sub, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	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: inherit;
	}
	html {
		font-size: 0.875em; 
	}
	
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1em;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	
	a {color: #2a85e8; text-decoration: none; line-height: inherit; }
	a:hover {color: #11639d; }
	a:focus {color: #cc4714; outline: none; }
	p a, p a:visited {line-height: inherit; }
	

	ul, ol {margin-bottom: 18px; }
	ul {list-style: none outside; }
	ol {list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc {margin-left: 15px; }
	ul.square {list-style: square outside; }
	ul.circle {list-style: circle outside; }
	ul.disc {list-style: disc outside; }
	li {margin-bottom: 0px; }
	ul.large li {line-height: 21px; }
	
	ul.disc li {padding-left: 5px;}
	

	table { background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin: 0; border: 0; }
	table thead tr th,
	table tfoot tr th,
	table tbody tr td,
	table tr td,
	table tfoot tr td {line-height: 18px; text-align: left; }
	table thead tr th {font-weight: bold; border-bottom: 1px solid #ed2e24;}
	table tfoot tr td {padding: 8px 10px 9px; font-weight: bold; color: #222;}
	table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; }
	table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }

	table tbody tr.even,
	table tbody tr.alt { background: #f9f9f9; }
	table tbody tr td { color: #333; padding: 5px 10px; border: none; }


	.left        { float: left; }
	.right       { float: right !important; }
	.text-left   { text-align: left !important; }
	.text-right  { text-align: right; }
	.text-center { text-align: center !important; }
	.hide        { display: none; }
	.highlight   { background: #ff0; }
	
	
	
nav ul, nav li {
	margin: 0;
}
nav ul, ul {
	list-style: none;
}
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.col {
	margin-left: 1.5%;
}
.col:first-child {
	margin-left: 0;
}

.row-fluid {width: 100%;}

.row-fluid [class*="span"] {
    -moz-box-sizing: border-box;
    display: block;
    float: left;
	margin-left: 1.5%;
}
.row-fluid [class*="span"]:first-child, .row-fluid [class*="span"].first-child {
    margin-left: 0;
}

.span1 {
	width: 6.95833333333%;
}
.span2 {
	width: 15.4166666667%;
}
.span3 {
	width: 23.875%;
}
.span4 {
	width: 32.3333333333%;
}
.span5 {
	width: 40.7916666667%;
}
.span6 {
	width: 49.25%;
}
.span7 {
	width: 57.7083333333%;
}
.span8 {
	width: 66.1666666667%;
}
.span9 {
	width: 74.625%;
}
.span10 {
	width: 83.0833333333%;
}
.span11 {
	width: 91.5416666667%;
}

.offset1 {
	margin-left: 6.95833333333% !important;
}
.offset2 {
	margin-left: 15.4166666667% !important;
}
.offset3 {
	margin-left: 23.875% !important;
}
.offset4 {
	margin-left: 32.3333333333% !important;
}
.offset5 {
	margin-left: 40.7916666667% !important;
}
.offset6 {
	margin-left: 49.25% !important;
}
.offset7 {
	margin-left: 57.7083333333% !important;
}
.offset8 {
	margin-left: 66.1666666667% !important;
}
.offset9 {
	margin-left: 74.625% !important;
}
.offset10 {
	margin-left: 83.0833333333% !important;
}
.offset11 {
	margin-left: 91.5416666667% !important;
}

.span12 {
	width: 100%;
	margin-left: 0;
}

.span6.full {
	width: 50%;
	margin-left: 0;
}


html, body {height: 100%;}

body {
	font-size: 0.8571em;
	color: #252e35;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.5em;
	background-color: #f2f2f2;
}
h1 {
	font-size: 2.0333em; 
	line-height: 1.0571em; 
}
h2 {
	font-size: 2.0833em; 
	line-height: 2.0833em;
}
h3 {
	font-size: 1.8333em; 
	line-height: 1.8333em; 
}
h4 {
	font-size: 1.5833em;
	line-height: 1.5833em; 
}
h5 {
	font-size: 1.3333em; 
	line-height: 1.3333em;
}
h6 {
	font-size: 1.0833em; 
	line-height: 1.0833em;
}
p {
	font-size: 1em; 
	line-height: 1.5em; 
	margin-bottom: 1.5em;
}
strong {font-weight: bold;}
em {font-style: italic;}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

#outer-wrap {
	position: relative;
	overflow: hidden;
	overflow-y: scroll;
	overflow-y: hidden\9;
	min-height: 97.5%;
	width: 100%;
}

#container, .inner {
	margin: 0 auto;
}

header h1 {
	margin: 7px 0 0 0;
}
header .block {
	padding: 3.05em;
}
.container {
	clear: both;
	width: 1024px;
	margin: 0 auto;
 	*zoom: 1;
}
.inner .container {
	padding-top: 0;
}
.container:before, .container:after {
	display: table;
	content: "";
	line-height: 0;
}
.container:after {
	clear: both;
}
.container-fluid {
	padding-right: 20px;
	padding-left: 20px;
	*zoom: 1;
}
.container-fluid:before, .container-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.container-fluid:after {
	clear: both;
}
.alt {
	color: #fff;
	color: rgba(255,255,255, 0.9);
	letter-spacing: 0.05em;
}

.nav {
	height: 40px;
	background: #e5e5e5;
	background: #dddddf\9;
	*zoom: 1;
	width: 100%;
}
.nav ul, .nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.nav li {
	line-height: 2.4em;
	float: left;
	width: 10.935%;
	text-align: center;
	text-transform: uppercase;
	vertical-align : middle;
	border-right: 2px solid #000;
	height: 40px;
	position: relative;
	background: url(../img/navi-tile.jpg) 0 0 repeat-x;
}

.safari .nav li.last {width: 11.55%;} 

.nav li.subcurrent {
	background : #e92530;
	border-left: 1px solid #e92530;
}
.nav li li.subcurrent a, .nav li.current > a, .nav li.current > a:hover {
	color : #fff;
}
.nav .last {
	border-right: none;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav > li {
	float: left;
}
.nav > li > a {
	display: block;
	color: #000;
}
.nav li {
	font-size: 11px;
}
.nav li a {
	color: #000;
	display: block;
    padding: 7px 0;
}
.nav li a:hover {
	color: #000;
	text-decoration: underline;
}
.nav li ul {
	position: absolute;
	left: -9999px;
	margin-top: -1px;
}
.nav li ul li {font-size: 12px;}
.nav li li ul {
	position: absolute;
	left: -9999px;
	margin-top: -1px;
	z-index: 270;
	margin-left: 1px;
}
.nav li li, .safari .nav li li {
	background: #fff;
	float: none;
	width: 135px;
	text-align: left;
	text-transform: none;
	padding: 0;
	border-bottom: 1px solid #e92530;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	height: 35px;
	margin-bottom: 0;
	padding: 5px 15px 0;
	z-index: 390;
}
.nav li li.third-line:hover {
	width: 135px;
}
.nav li li li, .safari .nav li li li {
	background: #ee2e24;
	float: none;
	width: 140px;
	text-align: left;
	text-transform: none;
	padding: 0;
	border: 0;
	height: 35px;
	margin-bottom: 0;
	padding: 5px 15px 0;
	z-index: 380;
}
.nav li li:first-child {
	border-top: 1px solid #E92530;
}
.nav li li li:first-child {
	border-top: 0px;
	margin-top: 0px;
}
.nav > ul > li.hover > ul {
	left: 0;
}
.nav li li.hover ul {
	left: 100%;
	top: 0;
}
.nav li li li.hover ul {
	left: 100%;
	top: 0;
}
.nav li li a {
	display: block;
	color: #000;
	position: relative;
	z-index: 100;
	padding: 0;
}
.nav li li i, #nav li li i {
	color: #FF0000;
	font-style: italic;
}
.nav li li li a {
	display: block;
	color: #fff;
	position: relative;
	z-index: 100;
}
.nav li li.is-active:after {
	border-bottom: 21px solid transparent;
	border-left: 21px solid #e92530;
	border-right: 0px;
	border-color: rgba(255, 255, 255, 1);
	border-top: 21px solid transparent;
	content: "";
	display: block;
	margin-top: -21px;
	position: absolute;
	right: -21px;
	top: 50%;
	z-index: 50;
}
.nav li li:hover {
	background-color: #ee2e24;
}

.nav li li.nohover:hover {
	background-color: #ffffff;
	border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}
.nav li li.hover > a, .nav li li a:hover {
	color: #fff;
	background-color: #ee2e24;
	text-decoration: underline;
}
.nav .double-line {
	line-height: 1.2em;
}
nav {
	margin: 0 0 7px 0;
}
nav ul {
	overflow: auto;
	width: 100%;
}
nav ul li {
	margin: 0;
	overflow: auto;
}
nav a {
	text-decoration: none;
	margin: 0;
	display: block;
	padding: 7px 0 7px 5%;
	margin: 0 0 0 4%;
	border: 0;
}

#nav {
	z-index: 200;
	position: relative;
	overflow: hidden;
	width: 100%;
	color: #fff;
	display: none;
}
#nav .close-btn {
	display: none;
}
#nav .block-title {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
#nav .block {
	z-index: 2;
	position: relative;
	padding: 0.75em 1.25em;
	background: #333333;
}
#nav ul {
	*zoom: 1;
	display: block;
}
#nav ul:before, #nav ul:after {
	content: "";
	display: table;
}
#nav ul:after {
	clear: both;
}
#nav li {
	display: block;
}
#nav li a {
	display: block;
	color: #333;
	font-size: 0.875em;
	line-height: 1.28571em;
	font-weight: bold;
	outline: none;
}
#nav li a:hover {
	color: #ee2e24;
	text-decoration: none;
}
#nav li a:focus {text-decoration: none;}


#top {
	z-index: 100;
	position: relative;
	color: #fff;
	height: 74px;
	background: #ee2e24;
}
#top .block-title {
	margin: 0;
	font-size: 1.875em;
	line-height: 50px;
	white-space: nowrap;
	float: right;
}
#top .nav-btn {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 28px 28px 29px;
}
header .block {display: block;}


@media screen and (max-width: 768px) {
nav .span4 {
	width: 100%;
}
.container {
	width: 90%;
	padding: 0 5% 0 5%;
}
}
@media screen and (max-width: 480px) {
nav ul li {
	width: 100%;
	margin: 0 0 5px 0;
}
nav a {
	margin: 0;
	padding: 14px 0 14px 0;
}
}

@media screen and (min-width: 978.0625px) {
header .block {display: none;}
#top .nav-btn {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	float: right;
}
#nav .close-btn {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
#nav .block-title {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
#nav ul {
	text-align: center;
	white-space: nowrap;
}
#nav li {
	display: inline-block;
 *display: inline;
	zoom: 1;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#nav li:last-child {
	border-right: none;
}
#nav li a {
	padding: 0.42857em 0.85714em;
}
}

@media screen and (max-width: 979px) {
.nav {
	display: none;
}
#nav {
	display: block;
}
#nav {
	position: absolute;
	top: 0;
	padding-top: 5.25em;
}
#nav:not(:target) {
	z-index: 1;
	height: 0;
}
#nav:target .close-btn {
	display: block;
}
#nav .close-btn {
	position: absolute;
	top: -3.75em;
	left: 1.875em;
}
#nav .block {
	position: relative;
	padding: 0;
}
#nav li {
	position: relative;
}
#nav li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#nav li.is-active:after {
	z-index: 50;
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: -0.03125em;
	margin-top: -0.625em;
	border-top: 0.625em transparent solid;
	border-bottom: 0.625em transparent solid;
	border-right: 0.625em white solid;
}
#nav li a, #nav li i {
	padding: 0.85714em 2.14286em;
}

#nav ul li ul li {padding-left: 15px;}

#nav ul ul {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
#nav ul ul.active {
	max-height: 55em;
}
#nav > div > ul > li.has-submenu > a:after {
	content: '+';
	position: absolute;
	top: 0;
	right: 20px;
	display: block;
	font-size: 1.5em;
	padding: 0.55em 0.5em;
}
#nav > div > ul > li.has-submenu > a.active:after {
	content: "-";
}
#nav > div > ul > li.has-submenu > a.active {
    color: #d52920;
}


#nav ul ul ul {
	max-height: none;
}

#nav li li a.parent {
    color: #D52920;
	text-decoration: underline;
	cursor: default;
}

.js-ready #nav {
	height: 100%;
	width: 70%;
	background: #fff;
	-webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
	box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
}
.js-ready #nav .block {
	background: transparent;
}
.js-ready #nav .close-btn {
	display: block;
 	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	color: red;
	margin-left: 0;
	padding-left: 0;
}
.js-ready #nav .close-btn:focus, .js-ready #nav .close-btn:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.js-ready #nav {
	left: -70%;
}
.js-ready #inner-wrap {
	left: 0;
}
.js-nav #inner-wrap {
	left: 70%;
}
.csstransforms3d.csstransitions.js-ready #nav {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.csstransforms3d.csstransitions.js-ready #inner-wrap {
	left: 0 !important;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 500ms ease;
	-moz-transition: -moz-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	transition: transform 500ms ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.csstransforms3d.csstransitions.js-nav #inner-wrap {
	-webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
	-moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
	-ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
	-o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
	transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
}
.csstransforms3d.csstransitions.js-ready #nav .block {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
	-webkit-transition-delay: ease, 0s;
	-moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
	-o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
	transition: opacity 300ms 100ms ease, transform 500ms ease;
	-webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
	-moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
	-ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
	-o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
	transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}
.csstransforms3d.csstransitions.js-nav #nav .block {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
@media screen and (min-width: 1200px) {
.container {
	width: 1140px;
}

.nav li {width: 10.955%; *width: 10.90%;}
}
@media screen and (max-width: 1024px) {

}

@media (min-width: 768px) and (max-width: 979px) {
.container {
	width: 740px;
}

}
@media screen and (max-width: 979px) {

#content-container > .span2 {display: none;}

#outer-wrap {overflow: hidden;}
}
@media screen and (max-width: 767px) {
nav ul li {
	float: none;
}
.container {
	width: 90%;
}
.container {
	width: auto;
}
.span1 {
	width: 100%;
}
.span2 {
	width: 100%;
}
.span3 {
	width: 100%;
}
.span4 {
	width: 100%;
}
.span5 {
	width: 100%;
}
.span6 {
	width: 100%;
}
.span7 {
	width: 100%;
}
.span8 {
	width: 100%;
}
.span9 {
	width: 100%;
}
.span10 {
	width: 100%;
}
.span11 {
	width: 100%;
}
.span12 {
	width: 100%;
	margin-left: 0;
}
.col {
    margin-left: 0;
}

[class*="span"], .row-fluid [class*="span"] {
    margin-left: 0 !important;
}

.span6.full {
	width: 100%;
	margin-left: 0;
}


}

@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}

@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
	.nav li ul {margin-top: 1px;}
	.nav li {width: 10.935%; font-size: 10px;}
	.nav li li, .safari .nav li li {
		height: auto;
		font-size: 11px;
		line-height: 1em;
		width: 80px;
		padding: 10px 15px;
	}
}



.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after, .row-fluid:before, .row-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after, .row-fluid:after {
	clear: both;
}

