/* Main site styles --- PLEASE DO NOT EDIT --- */

/***** GENERAL *****

* @colordef  #D82231; Red (for headings, buttons and links)

*/


@font-face {
 font-family: 'TradeGothicLTStdRegular';
 src: url('fonts/tradegothicltstd-webfont.eot');
 src: url('fonts/tradegothicltstd-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/tradegothicltstd-webfont.woff') format('woff'), url('fonts/tradegothicltstd-webfont.ttf') format('truetype'), url('fonts/tradegothicltstd-webfont.svg#TradeGothicLTStdRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'TradeGothicLTStdBold';
 src: url('fonts/tradegothicltstd-bold-webfont.eot');
 src: url('fonts/tradegothicltstd-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/tradegothicltstd-bold-webfont.woff') format('woff'), url('fonts/tradegothicltstd-bold-webfont.ttf') format('truetype'), url('fonts/tradegothicltstd-bold-webfont.svg#TradeGothicLTStdBold') format('svg');
 font-weight: normal;
 font-style: normal;
}
body {
	color:#666666;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
}
a {
	color:#002138;
	text-decoration:underline;
}
a:hover {
	color:#D82231;
	text-decoration:underline;
}
a h2,
h2 a {
    color: #002138;
    text-decoration:underline;
}
a h2:hover,
h2 a:hover {
    color:#D82231;
    text-decoration:underline;
}
img {
	display:block;
}

ul {
    display:block;
	margin: 0;
    padding:0;
    list-style:none;
}
ul li {
	background: url(../images/sprites/li_arrow.jpg) no-repeat 0 3px;
	margin: 10px 0;
	padding-left: 10px;
}
ul li a {
	color: #002138;
	text-decoration: underline;
}
ul li a:hover {
	color:#D82231;
	text-decoration: underline;
}

p {
	margin: 10px 0;
}
.top,
.footer {
	padding:10px 0;
	background:#000;
}
.top a,
.footer a {
	/*color:#FFF;*/
	text-decoration:none;
}
.top a:hover,
.footer a:hover {
	color: #D82231;
	text-decoration:underline;
}
.top {
	padding: 0;
}
.main {
	padding:20px 0;
	background:#FFF;
}
.sticky {
	background: #f3f4f6;
}
.sticky .main {
	background: #f3f4f6;
	padding: 0;
}
/*.footer.white {
	background:#FFF;
	color:#666;
}*/
.container {
	background: #FFF;
	padding: 0 22px;
	overflow: hidden;
}
.footer.white {
	background: #f3f4f6;
	/*color: #666; */
	padding:0;
}
/***** TEXT *****/

.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.white {
	color:#FFF;
}
.black {
	color:#000;
}
/***** ALIGNMENT *****/

.pull-left {
	float:left;
	display:inline;
}
.pull-right {
	float:right;
	display:inline;
}
/***** LISTS *****/

ul {
	margin-left:0;
	padding-left:0;
	list-style:none;
}
.dl-horizontal {
	display:inline-block;
	padding-left:80px;
}
.dl-horizontal dt {
	clear:both;
	float:left;
	display:inline;
	width:70px;
	margin-left:-80px;
	text-align:left;
}
.dl-horizontal dd {
	float:left;
	display:inline;
	margin-left:0;
	width:100%;
}
.ul-inline {
	display:inline;
	margin:0 0 0 -10px;
	padding:0;
	list-style:none;
}
.ul-inline li {
	display:inline;
	margin:0 0 0 10px;
	padding:0;
}

/***** TABLES *****/

.table {
	width:100%;
	margin:16px 0;
}
.table th, .table td {
	text-align:left;
	vertical-align:bottom;
	padding:8px 10px;
	border-top:1px solid #CCC;
}
.table th {
	border-top:none;
	border-bottom:1px solid #CCC;
}
.table-bordered, .table-bordered th, .table-bordered td {
	border:1px solid #CCC;
}
.table-striped tr:nth-child(2n+1) td {
 background:#F3F3F3;
}
.table-striped tr.stripe td {
	background:#F3F3F3;
}
.table tr:hover td {
	background:#E5E5E5;
}
.table-condensed td, .table-condensed th {
	padding:3px 5px;
}
/***** BLOCKQUOTES *****/

blockquote {
	position:relative;
	font-size:16px;
	line-height:20px;
	padding:3px 30px 0 30px;
	quotes:"\201C" "\201D";
 *background:url(../images/quote-left.png) 0 0 no-repeat;
}
blockquote:before,
blockquote:after {
    position: absolute;
    font-size: 80px;
    line-height: 20px;
    color: #e5e5e5;
}
blockquote:before {
    top: 21px;
    left: 0;
    content: open-quote;
}
blockquote:after {
    bottom: -30px;
    right: 0;
    content: close-quote;
}
blockquote p {
	margin:0 0 6px 0;
}
blockquote small {
	display:block;
	margin-top:6px;
	font-size:12px;
	line-height:16px;
	color:#999;
}
blockquote small:before {
	content:"— ";
}
/***** ERRORS *****/

.error, code {
	color:#CC0000;
}
/*****  *****/

.clear {
	clear:both;
 *height:0px;
}
.no-clear {
	clear:none;
}
.inline {
	display:inline;
}
.inline-block {
	display:inline-block;
	vertical-align:middle;
}
.hide {
	display:none;
}
.show {
	display:block;
}
/* ==|== primary styles =====================================================
   Author: CR-87
   ========================================================================== */
   
/* == Required fix for Android portrait view ================================ */
h1, h2, h3, h4, h5, h6, blockquote, p {
	background-image: url(../images/png-8/blank.png);
	background-repeat: repeat;
}
h1, h2, h3, h4 {
	font-family:'TradeGothicLTStdRegular', sans-serif;
	font-weight:normal;
}
h2 {
	color:#002138;
	font-size:21px;
}
h3 {
	font-size:14px;
}
#primaryNavigation li, #primaryNavigation li a {
	float: left;
	text-decoration:none;
}
#primaryNavigation {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 10px;
}
#primaryNavigation ul li a {
	font-family:'TradeGothicLTStdRegular', sans-serif;
	font-weight:normal;
	padding: 2px 35px;
	color:#999999;
	border: 0;
	font-size: 14px;
	display: block;
	position:relative;
	background:#FFF;
}
#primaryNavigation ul li.active a, #primaryNavigation ul li a:hover {
	color:#002138;/*font-family:'TradeGothicLTStdBold', sans-serif;
	font-weight:normal;
	font-size:16px;*/
}
#primaryNavigation ul {
	margin: 8px;
	position: relative;
	z-index: 10;
	float: left;
    padding: 0;
}
.ie7 #primaryNavigation ul {
	padding-bottom:10px;	
}
#primaryNavigation li {
	z-index:1;
    margin:0;
    padding:0;
    background:none;
}
#primaryNavigation li.first a {
	border:0;
	padding-left:0;
}
#primaryNavigation li.last a {
	padding-right:0;
}
#quaternaryNavigation ul {
	float: left;
	clear: both;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#quaternaryNavigation ul li {
	border-bottom: 1px solid #CCC;
	clear: both;
    margin:0;
    padding:0;
    background:none;
}
#quaternaryNavigation ul.level-1 {
	border:0;
}
#quaternaryNavigation ul.level-1 li:last-child, #quaternaryNavigation ul.level-1 li.last-child {
	border:0;
}
#quaternaryNavigation ul.level-1 ul li {
	border-bottom:0;
}
#quaternaryNavigation ul.level-2 {
	border-bottom: 1px solid #CCC;
	padding: 10px 0;
}
#quaternaryNavigation ul li.active-li a {
	/*background: url(../images/sprites/li_arrow.jpg) no-repeat 0 11px;*/
	color:#D82231;
}
#quaternaryNavigation ul li.active-li ul {
}
#quaternaryNavigation ul li.active-li ul li a {
	background:none;
	color:#666;
	padding: 2px 0 2px 12px;
}
#quaternaryNavigation ul li a {
	color: #666;
	text-decoration: none;
	padding:9px 0 9px 12px;
	display: block;
}
#quaternaryNavigation ul li a:hover {
   color: #D82231;
   text-decoration: underline;
} 
#quaternaryNavigation .active-ul.level-2 a{
	padding-left: 10px;
	margin-left: 10px;
	color:#D82231; 
}
#quaternaryNavigation .active-ul.level-3 a{
	margin-left: 20px;

}
#quaternaryNavigation .active-ul.level-2 .inactive-li a {
    color: #666;
}
/* ==|== general =====================================================*/
.header {
	position:relative;
	padding-top:30px;
}
.top {
	background-color:transparent;
}
.wave {
	background:transparent url(../images/backgrounds/wave.gif) no-repeat 0 100%;
    height: 123px;
}
.ie7 .wave {
    height: auto; /* Bug fix - BTCLIENT-317 */
}
.mainLogo {
	margin-left:-7px;
	margin-top:-7px;
	float:left;
}
.languageDropdown {
	/* width:200px; */
	float:right;
	font-family: 'TradeGothicLTStdRegular', sans-serif;
	font-weight: normal;
	color:#999999;
	height: 14px;
	overflow: hidden;
	position:absolute;
	top: 10px;
	right:20px;
}
.dd-label {
	float:left;
}
.languageDropdown ul {
	background: #FFFFFF url(../images/sprites/ul-arrow.jpg) no-repeat 112px -190px;
	padding-right: 30px;
	float: right;
	margin: 0 0 0 10px;
	cursor:pointer;
}
.languageDropdown li {
    margin:0;
    padding:0;
    background:none;
}
.languageDropdown li a, .languageDropdown a:hover {
	color:#999999;
	text-decoration:none;
}
.languageDropdown li a span {
	color:#002138;
	padding-left: 5px;
}
.languageDropdown:hover {
	height:auto;
}
.languageDropdown:hover ul {
	background-position:112px 4px;
}
.languageDropdownNoArrow {
	float:right;
	font-family: 'TradeGothicLTStdRegular', sans-serif;
	font-weight: normal;
	color:#999999;
	height: 14px;
	overflow: hidden;
	position:absolute;
	top: 10px;
	right: 0px;
}
.dd-label {
	float:left;
	padding-right: 10px;
}
.languageDropdownNoArrow ul {
	background: #FFFFFF;
	padding-right: 30px;
	float: right;
	margin: 0;
	cursor:pointer;
}
.languageDropdownNoArrow li a, .languageDropdownNoArrow a:hover {
	color:#999999;
	text-decoration:none;
}
.languageDropdownNoArrow li a span {
	color:#002138;
	padding-left: 5px;
}
.languageDropdownNoArrow:hover {
	height:auto;
}
.languageDropdownNoArrow:hover ul {
	background-position:112px 4px;
}

.languageNoDropDown {
    float:right;
	font-family: 'TradeGothicLTStdRegular', sans-serif;
	font-weight: normal;
	color:#999999;
	overflow: hidden;
	position:absolute;
	top: 10px;
	right:20px;
}
.countryISOCode {
    color: #000
}

.inputBox {
	border:1px solid #E6E6E6;
	float:left;
}
.inputBox input {
	border:0;
	color: #B2B2B2;
}
.searchSurround {
	margin: 0 10px 30px 0;
}
.searchSurround form {
	float:left;
}
.searchIcon input, .submitBtn input {
	border-radius:0;
	-webkit-appearance: none;
	border: 0;
	cursor: pointer;
	display: block;
	float: left;
	background: #D82232;
	padding: 5px 12px;
	color: white;
	font-family: 'TradeGothicLTStdRegular', sans-serif;
	font-weight: normal;
	font-size:12px;
	line-height:15px;
}
.piranha {
    display: none;
}
.ie7 .searchIcon input, .ie7 .submitBtn input {
	padding:3px 12px 4px 12px;
}
.box-1 {
	width: 148px;
	height:23px;
}
.box-1 input {
	padding: 4px 8px;
	width:132px;
	float:left;
	outline:none;
}
.link {
	background: white;
	color: #002138;
	padding: 5px 10px;
	float: left;
	clear: both;
	text-decoration: none;
}
.searchIcon input:hover, .submitBtn input:hover {
	background-color:#0080C0;
}
.carouselSurround {
	float:left;
	clear:both;
	width:960px;
	height:300px;
	overflow:hidden;
	margin-bottom: 10px;
	position: relative;
}
.carouselSurround ul.unstyled {
	float: left;
	width: 960px;
	height: 300px;
	margin: 0;
	position:relative;
}
.carouselSurround ul li {
	position:relative;
	float:left;
    margin:0;
    padding:0;
    background:none;
}
.carouselSurround ul li img {
	/*position:absolute;
	left:0;
	top:0;*/
	z-index:1;
}
.captionContainer {
	background:url(../images/backgrounds/transBlue.png) repeat;
	width:373px;
	position:absolute;
	top:45px;
	left:0;
	z-index:2;
	padding-bottom: 25px;
}
.captionContainer .inner {
	padding:20px;
}
.captionContainer .link {
	margin: 15px 0 0 0;
}
.captionContainer .link:hover {
	background:#002138;
	color:#FFFFFF;
	text-decoration:none;
}
.captionContainer h2 {
	color:#FFFFFF;
	font-size:30px;
	margin:0 0 10px 0;
}
.captionText {
	color:#FFFFFF;
	font-family: 'TradeGothicLTStdRegular', sans-serif;
	font-weight: normal;
	font-size:14px;
	width: 320px;
	float: left;
	margin: 5px 0;
	clear:both;
}
.callout-3-col, .callout-2-col {
	width:300px;
	float:left;
	display:inline;
	margin:0 10px;
}
.callout-2-col {
	width:620px;
}
.callout {
	width:100%;
	display:inline;
	float:left;
	overflow:hidden;
}
.callout .inner {
	padding:10px 15px;
	float: left;
}
.callout-3-col h2, .callout-2-col h2, .callout h2 {
	border-bottom:5px solid #E6E6E6;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-indent: 0px;
}
.callout h2 {
	text-indent: 0px;
}
.callout-2-col .inner {
	padding: 5px 0;
}
.callout-3-col .inner {
	padding: 5px 10px;
}
.callout-3-col .link, .callout-2-col .link, .callout .link, .content .link {
	background-color:#D82231;
	color:#FFFFFF;
	margin: 8px 0;
}
.callout-3-col .link:hover, .callout-2-col .link:hover, .callout .link:hover, .content .link:hover {
	text-decoration:none;
	background-color:#0080C0;
	color:#FFF;
}
.content p.date {
	margin: -10px 0 0 0;
	clear: both;
	color: #B2B2B2;
    display: inline-block;
}
.content.detail p.date {
	margin: -10px 0 20px 0;
}
.content form {
	background:#F7F7F7 url(../images/backgrounds/form.jpg) no-repeat 100% 0;
	float:left;
	width: 659px;
	padding: 20px;
}
/*.content fieldset {
	width:265px;
	float:left;
	padding: 0;
	margin: 0;
	border:0;
}
.content fieldset label {
	width:235px;
	border:1px solid #F0F0F0;
	background:#FFF;
	margin: 10px 0;
	padding:0;
	float:left;
	clear:both;
}
.content fieldset input {
	border:0;
	background:none;
	padding: 5px 8px;
	width: 217px;
	color:#B2B2B2;
	outline:none;
}
.content fieldset label.selectSurround {
	background:#FFF;
	border: 1px solid #F0F0F0;
	position:relative;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
}
.no-js .content fieldset label.selectSurround {
	background:none;
}
.content fieldset label.selectSurround select {
	width: 235px;
	padding: 4px 6px;
	border:none;
	color: #B2B2B2;
	outline:none;
	float: left;
}
.content .textarea {
	border: 1px solid #F0F0F0;
	color: #B2B2B2;
	margin: 10px 0;
	float:left;
	clear:both;
	width:650px;
}
.content .textarea textarea {
	border: 0;
	color: #B2B2B2;
	width: 633px;
	padding: 5px 8px;
	resize:vertical;
	height:130px;
	outline:none;
}*/
.text-only-li li {
	margin:10px 0;
}
.text-only-li li a {
	background: url(../images/sprites/li_arrow.jpg) no-repeat 0 2px;
	padding-left: 10px;
	/* color: #D82231; */
	font-family: 'TradeGothicLTStdRegular', sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-decoration:none;
}
.text-only-li a:hover {
	text-decoration:underline;
}
.image-li {
	margin: 0;
	float: left;
	width: 280px;
}
.image-li a {
	text-decoration:none;
}
.image-li a:hover h3 {
	text-decoration:underline;
	color: #D82231;
}
.image-li li, .image-li li a {
	margin:0 0 25px 0;
	float:left;
	/*clear:both;*/
	width: 280px;
}
.image-li li {
    padding:0;
    background:none;
}
.callout-2-col .image-li li {
	width:620px;
    margin:0;
    padding:0;
    background:none;
}
.callout-2-col .image-li li a {
	width:197px;
	margin:0 14px 0 0;
}
.ie6 .callout-2-col .image-li li a, .ie7 .callout-2-col .image-li li a, .ie8 .callout-2-col .image-li li a {
	margin:0 9px 0 0;
}
.callout-2-col .image-li li a:last-child, .callout-2-col .image-li li a.last-child {
	margin:0 0 0 0;
}
.callout-2-col .image-li .detail {
	width:197px;
	float:left;
	margin:10px 0;
	background:#FFF;
}
.callout-2-col .image-li {
	width: 619px;
}
.side-1 .image-li, .side-1 .image-li li, .side-1 .image-li li a, .side-1 .image-li .detail {
	width:208px;
}
.side-1 .image-li .detail {
	margin:10px 0;
}
.side-1 .image-li li {
    margin:0;
    padding:0;
    background:none;
}
.side-1 .image-li li, .side-1 .image-li li a {
	margin:0 0 5px 0;
}
.side-1 {
	width:232px;
	float:left;
	display:inline;
}
.side-1.pull-right {
	float:right;
	margin-top: 35px;
}
.side-1.pull-right.img-col {
	margin-top: 0;
}
.image-li li img {
	float:left;
}
.image-li li h3 {
	font-size:14px;
	line-height:15px;
    text-decoration:underline;
}
.image-li li .date {
	color:#B2B2B2;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	background:#FFF;
}
.image-li .detail {
	width: 165px;
	float: right;
}
.image-li .detail h3, .image-li .detail .date {
	background:#FFF;
}
.border-top {
	border-bottom: 5px solid #E6E6E6;
}
.span-13 {
	width: 185px;
	float:left;
	margin: 25px;
}
.span-13:first-child {
	margin-left: 10px;
}
.span-14 {
	width: 260px;
	float: left;
	margin: 25px 0px 0 10px;
}
.span-15 {
	width:460px;
	float:left;
	display:inline;
	margin: 0 0 0 18px;
}
.span-17 {
	width:700px;
	float:left;
	display:inline;
	margin:0 0 0 18px;
}
.col-img-3 {
	width: 710px;
	float: left;
	display: inline;
	margin: 0 0 0 15px;
}
.col-img-3 .span-15 {
	margin:0 0 0 5px;
}
.footer {
	font-size:10px;
	line-height: 14px;
}
.footer,
.footer a {
	color:#B2B2B2;
}
.footer h3 {
	margin: 0 0 15px 0;
	color: #666;
}
.footer ul, .footer p {
	margin:5px 0;
}
/*.footer ul li a {*/
.footer ul li {
	background: url(../images/sprites/li-sprite.gif) no-repeat -10px 0;
	margin: 4px 0;
	padding-left: 8px;
}
/*.footer ul li a:hover {
	background-position: 0 -10px;
}*/
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-bottom:20px	
}
.footnote ul li a {
	float:left;
	background:none;
}
.footnote ul {
	float:right;
	margin: 0;
}
.footnote ul li {
	float: left;
	color: #B2B2B2;
	background: url(../images/backgrounds/fSlash.jpg) no-repeat 100% 3px;
	padding-right: 15px;
}
.footnote ul li.last {
	background:none;
	padding-right:0;
}
.footer .span-6 {
	float:left;
}
.flexslider-2 {
	float: left;
	/*height: 205px;*/
	position: relative;
}
.no-js .flexslider-2, .side-1 .flexslider-2 {
	height: auto;
}
.flexslider-2 .flex-control-nav {
	top: -45px;
	width: 280px;
	right: 0;
    left: auto;
}
.callout-2-col .flexslider-2 .flex-control-nav {
	width: 610px;
}
.flexslider-2 .flex-control-nav li {
	float:left;
}
.content h1 {
	font-size:30px;
	margin: 0 0 20px 0;
}
.content h2 {
	font-size: 21px;
	margin: 15px 0;
	line-height: 24px;
	display: inline-block;
}
.content .sub {
	font-size:16px;
	margin:10px 0;
	line-height: 24px;
	display: inline-block;
}
.content h3 {
	font-size:16px;
}
.content p {
	margin: 10px 0;
	line-height: 18px;
}
.content p a {
	color:#002138;
}
/*.content ul,
.ul-arrows {
	margin: 0 5px;
}
	.content ul li,
	.ul-arrows li {
		background: url(../images/sprites/li_arrow.jpg) no-repeat 0 3px;
		margin: 10px 0;
		padding-left: 10px;
	}
	.ul-arrows a {
		color: #666;
		text-decoration: underline;
	}
		.ul-arrows a:hover {
			color:#D82231;
			text-decoration: underline;
		}*/
	.ul-large {
		font-family:'TradeGothicLTStdRegular', Tahoma, Arial, sans-serif;
		font-size: 14px;
	}

a.panel-1 {
	cursor:pointer;
	width:220px;
	float:left;
	background:#F7F7F7;
	margin:10px 0 10px 0;
	padding: 10px 0;
	text-decoration:none;
	display:block;
}
.panel-1.odd {
	margin:10px 20px 10px 0;
}
.panel-1 h4 {
	font-family: 'TradeGothicLTStdBold';
	font-size: 18px;
	padding: 0 33px 10px 15px;
	background:url(../images/backgrounds/gradient-1.jpg) no-repeat 100% 100%;
	width: 170px;
	line-height: 22px;
}
a.panel-1:hover h4, a.panel-1:hover p, a.panel-1 h4:hover, a.panel-1 p:hover {
	text-decoration:none;
}
a.panel-1:hover h4, a.panel-1 h4:hover {
    color: #D82231;
}
.panel-1 p {
	padding: 0 15px;
}
.content {
	margin-bottom:50px;
}
.content.news {
	margin-bottom:20px;
}
.side-1 .flexslider-2 .flex-control-nav {
	top: -49px;
	width: 198px;
}
.offset-12 {
	margin-bottom:20px;
}
.side-1 .flex-control-paging li a {
	width:9px;
	height:9px;
}
.news h1 {
	margin:30px 0 20px 0;
	line-height: 35px;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.breadcrumb, .breadcrumb a {
	color: #666;
	font-size: 11px;
	text-decoration: none;/*margin-bottom: 15px;*/
}
.breadcrumb a {
    color: #002138;
	text-decoration:underline;
}
.breadcrumb a:hover {
   color:#D82231;
}
.submitBtn {
	float:left;
	clear:both;
	margin:10px 0;
}
.uniform-1 {
	min-height:214px;
}
.uniform-2 {
	min-height:165px;
}
.errorMsg {
	color:#D82232;
	display:inline-block;
	float:left;
	clear:both;
	margin:-10px 0 0 0;
	display:none;
	width:100%;
}
.errorBorder, .content fieldset label.errorBorder, .content .textarea.errorBorder {
	border:1px #D82232 solid;
}
.ie6 .breadcrumb, .ie7 .breadcrumb {
	margin-top: 0;
}
.ie6 .mainLogo {
	margin:0;
}
.resultsContainer {
	width:700px;
	float:left;
	border-bottom:1px solid #E6E6E6;
	border-top:1px solid #E6E6E6;
	margin:20px 0;
	padding: 15px 0 10px 0;
	clear:both;
}
.item {
	width:700px;
	float:left;
	clear:both;
	display:block;
	margin: 0 0 25px 0;
	text-decoration:none;
}
.no-thumb .itemDetail {
    width: 700px;
    margin:0;
}
.item:hover {
	color:#000;
	text-decoration:none;
}
.item:last-child, .item.last-child {
	margin-bottom:0;
}
a h2:hover{
	color:#D82231;
}
.itemDetail {
	width: 455px;
	float: left;
	margin: 0 0 0 25px;
}
.itemDetail h2, .content .item .itemDetail p.date,  .content .itemDetail p {
    width: 455px;
    clear: both;
}
.no-thumb .itemDetail h2, .content .item.no-thumb  .itemDetail p.date, .content .no-thumb .itemDetail p {
    width:700px;
}
.thumb {
	float: left;
	width: 220px;
	height:150px;
	display: inline;
}
.miniThumb {
	float: left;
	width: 160px;
	height:110px;
	display: inline;
}
.item h2, .grid h2, .content.news .result h2 {
	color: #002138;
	font-family: 'TradeGothicLTStdBold', sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 10px 0;
	line-height: 21px;
}
.content.news .result h2:hover {
	color:#D82231;
}
.content .item p.date {
	margin:0;
}
.pagination {
	float: right;
	display: inline;
}
.pagination a {
	margin:0 2px;
	font-size:14px;
	color:#B2B2B2;
	text-decoration:none;
	float:left;
	display:block;
}
.pagination span {
	color:#B2B2B2;
	float: left;
	display: inline;
	margin-right:5px;
}
.pagination a.active {
	color:#D7232E;
	font-weight:bold;
}
.singleArrowL, .doubleArrowL, .singleArrowR, .doubleArrowR {
	background-image:url(../images/sprites/pagination.jpg);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	display:block;
	text-indent:-9999px;
}
.singleArrowL {
	background-position: -22px 4px;
}
.singleArrowL:hover {
	background-position: -22px -35px;
}
.singleArrowR {
	background-position: 4px -9px;
}
.singleArrowR:hover {
	background-position: 4px -22px;
}
.doubleArrowL {
	background-position: 0 4px;
}
.doubleArrowL:hover {
	background-position: 0 -35px;
}
.doubleArrowR {
	background-position: -18px -9px;
}
.doubleArrowR:hover {
	background-position: -18px -22px;
}
.pagination a.next {
	margin-left:20px;
}
.pagination a.prev {
	margin-right:20px;
}
.pagination a:hover {
	color:#002238;
}
.search .pagination {
	font-family: 'TradeGothicLTStdRegular', sans-serif;
	font-size:16px;
}
.search .pagination a {
	color:#002138;
}
.search h1 {
	margin:0;
}
.search.news h1 {
	margin:0 0 10px 0;
}
.search .pagination a.active, .search .pagination a:hover {
	color:#002138;
	font-weight:normal;
	text-decoration:underline;
}
.search.news .pagination, .search.news .pagination a {
margin: 0 2px;
font-size: 14px;
color: #B2B2B2;
text-decoration: none;
display: block;	
}
.search.news .pagination a.active {
color: #D7232E;
font-weight: bold;
}
.search form {
	background: none;
	padding: 10px 0 40px 0;
}
.results a {
	text-decoration:none;
	color:#666666;
}
.results a.active, .results a:hover {
	text-decoration:underline;
	color:#002138;
}
.grid {
	width:700px;
	float:left;
	clear:both;
	display:inline;
}
.grid a {
	display:block;
	float:left;
	margin:0 20px 25px 0;
	width:160px;
	text-decoration:none;
	cursor:pointer;
}
.grid a:hover {
	text-decoration:none;
}
.grid a.last {
	margin:0;
}
.grid img {
	margin:0 0 10px 0;
}
.search.news .grid {
	border-top:1px solid #E6E6E6;
	padding-top: 20px;
	margin-top: 20px;
}
.search.news .grid:last-child, .search.news .grid.last-child  {
	border-bottom:1px solid #E6E6E6;
	margin-bottom:20px;
	margin-top:0;
}
.search.news .resultsContainer {
	border-bottom:0;
	margin-top:10px;
}
.result {
	width:700px;
	float:left;
	display:inline;
	border-bottom:1px solid #E6E6E6;
	margin-bottom:10px;
	text-decoration:none;
}
.result:last-child, .result.last-child {
	border-bottom:0;
	margin-bottom:0;
}
.result.last-child {
	border:none;
	margin:0;
}
.result h2 {
	margin: 0;
	font-size:16px;
	display:block;
}
.result:hover {
	text-decoration:none;
}
.result:hover h2 {
	color:#D82231;
	text-decoration:underline;
}
.results {
	width: 350px;
	display:inline;
	float: left;
}
.section {
	float:left;
	display:inline;
	width:700px;
	clear:both;
	border-top:1px solid #CCC;
	padding-top: 10px;
}
.content .section ul li, .content .section ul li a {
	width:700px;
	clear:both;
	display:block;
	font-family: 'TradeGothicLTStdRegular', sans-serif;
	font-weight: normal;
	text-decoration:none;
	background:none;
	font-size:21px;
}
.content .section ul.level-1 {
	margin-left:0;
}
.content .section ul.level-1 li {
	padding-left:0;
}
.content .section ul.level-1 > li a {
	margin: 10px 0 5px 0;
}
.content .section ul.level-2 {
	margin-left:30px;
}
.content .section ul.level-2 li {
	padding-left:0;
	margin: 12px 0;
}
.content .section ul.level-3 {
	margin: 15px 0 5px 0;
}
.content .section ul.level-3 li {
	padding-left:0;
	float: left;
	clear: both;
	margin: 2px 0;
}
.content .section ul.level-3 li a, .content .section ul.level-3 li span {
	display:inline;
}
.content .section ul.level-2 li a {
	font-size:18px;
}
.content .section ul.level-3 li a {
	font-size:14px;
}
.content .section ul li a:hover {
	text-decoration:underline;
	color:#D82231;
}
.selectSurround option {
	text-indent:8px;
	z-index: 2;
}
.selectSurround select {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	display: block;
	margin: 0 0 4px 0;
	padding: 7px 0 0 5px;
	border: 0 none;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	border-left: 2px solid white;
	width: 100%;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #B2B2B2;
	outline: 0 none;
	text-indent: 0;
	overflow: hidden;
	cursor: pointer;
}
.no-js .selectSurround select {
	position:relative;
}
.no-js .selectSurround option {
	text-indent:0;
}
.form-faux-select-button {
	background: transparent url(../images/sprites/ul-arrow.jpg) no-repeat 8px -185px;
	float: right;
	display: inline;
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 0;
	font-size:0;
	text-align: center;
	text-indent: 1px;
	color: white;
	position:relative;
}
.form-faux-select {
	position: absolute;
	z-index: 1;
	top: 5px;
	right: 0;
	width: 100%;
	height: 15px;
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0 30px 0 0;
	text-indent: 40px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B2B2B2;
	line-height: 15px;/*background-color:#FFFFFF;*/
}
.searchInput {
	border-right:0;
}
.banner {
	padding-bottom: 10px;	
}
.ie7 .result h2, .ie6 result h2 {
	margin-bottom:10px;
}
.ie7 .grid, .ie6 .grid {
	margin-bottom:20px;
}
.socialNetworks {
	float: right;
	display:inline;
	margin-left:20px;
	margin-top: -3px;
}
.socialNetworks a {
	width:25px;
	height:25px;
	margin:0 5px;
	display:block;
	float:left;
	text-indent:-9999px;
	background:url(../images/socialnetworks.png) no-repeat 0 0;
}
.socialNetworks a.twitter {
	background-position:0 0;
}
.socialNetworks a.facebook {
	background-position:-34px 0;
}
.socialNetworks a.linkedin {
	background-position:-67px 0;
}

/* ==|== plug-in styles =====================================================*/
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px
}
/* Direction Nav */
.flex-direction-nav {
*height: 0;
	display:none;
}
.flex-direction-nav a {
	width: 30px;
	height: 30px;
	margin: -20px 0 0;
	display: block;
	background: url(../images/sprites/bg_direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -36px;
}
.flex-direction-nav .flex-prev {
	left: -36px;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	right: 5px;
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	left: 5px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter:alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.flex-control-nav {
	width: 500px;
	position: absolute;
	bottom: 15px;
	text-align: left;
	left: 15px;
}
.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	width: 8px;
	height: 8px;
	display: block;
	background: #FFF;
	cursor: pointer;
	text-indent: -9999px;
	box-shadow: inset 0 0 3px #FFF;
}
.flexslider-2 .flex-control-paging li a {
	background: #E6E6E6;
	box-shadow: inset 0 0 3px #E6E6E6;
	;
}
.flex-control-paging li a:hover {
	background: #002138;
	box-shadow: inset 0 0 3px #002138;
}
.flex-control-paging li a.flex-active {
	background: #002138;
	box-shadow: inset 0 0 3px #002138;
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
 @media screen and (max-width: 860px) {
 .flex-direction-nav .flex-prev {
opacity: 1;
left: 0;
}
 .flex-direction-nav .flex-next {
opacity: 1;
right: 0;
}
}
.ie6 .flex-viewport {
	overflow:hidden;
	clear:both;
	float:left;
}
.ie6 .flexslider-2 {
	width:280px;
	float:left;
}
.ie6 .span-13 {
	margin:15px;
}


/* Contour Styles */
/*.contactForm fieldset {
	width: 265px;
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
}
.contactForm fieldset label {
	width: 235px;
	border: 1px solid #F0F0F0;
	background: #FFF;
	margin: 10px 0;
	padding: 0;
	float: left;
	clear: both;
}
.contactForm fieldset input {
	border: 0;
	background: none;
	padding: 5px 8px;
	width: 217px;
	color: #B2B2B2;
	outline: none;
}
.contactForm .textarea {
	border: 1px solid #F0F0F0;
	color: #B2B2B2;
	margin: 10px 0;
	float: left;
	clear: both;
	width: 650px;
}
.contactForm .textarea textarea {
	border: 0;
	color: #B2B2B2;
	width: 633px;
	padding: 5px 8px;
	resize: vertical;
	height: 130px;
	outline: none;
}
.contactForm fieldset label.selectSurround select {
	width: 235px;
	padding: 4px 6px;
	border: none;
	color: #B2B2B2;
	outline: none;
	float: left;
}
.contactForm .checkboxlist,
.contactForm .radiobuttonlist {
    margin-bottom: 10px;
}
.contactForm .checkboxlist,
.contactForm .radiobuttonlist {
	clear: both;
	display: block;
}
.contactForm .checkboxlist label,
.contactForm .radiobuttonlist label {
	font-size: 13px;
	border: none;
	float: none;
	background: none;
}
.contactForm .checkboxlist input,
.contactForm .radiobuttonlist input {
	width: auto;
	float: none;
}
.contactForm .submitBtn {
	float: left;
	clear: both;
	margin: 10px 0;
}
.contactForm .submitBtn input {
	border-radius: 0;
	-webkit-appearance: none;
	border: 0;
	cursor: pointer;
	display: block;
	float: left;
	background: #D82232;
	padding: 5px 12px;
	padding: 0;
	color: #FFF;
	font-family: 'TradeGothicLTStdRegular', sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	padding: 5px 10px;
}
.contactForm .submitBtn input:hover {
	background-color: #0080C0;
}
.contactForm .field-validation-error {
	color: #D82232;
	display: inline-block;
	float: left;
	clear: both;
	margin: -6px 0 6px 0;
	width: 100%;
}
.contactForm small {
	background: #ccc;
	display: block;
	font-size: 11px;
	left: 207px;
	padding: 5px 8px;
	position: absolute;
	top: -10px;
	width: 200px;
	z-index: 10;
}
.contactForm .input-wrap { 
    float: left; 
    position: relative; 
}
    */



.form-heading,
.content .form-heading{
	margin:0 0 15px 0;
}

.form-set{
	margin:0;
	padding:0;
	border:0 none;
}

.form-legend{
	display:block;
	margin:0 0 15px 0;
	font-size:13px;
	font-weight:bold;
    max-width:100%;
}

.form-label{
	position:relative;
	display:block;
	margin:0 0 5px 0;
}

.form-element,
.form-search,
.form-file{
	position:relative;
	z-index:1;
	display:block;
	margin:0 0 15px 0;
	padding:5px 6px;
	width:auto;
	max-width:250px;
	border:1px solid #CCC;
	background:#FFF;
    font-family:Arial, Helvetica, sans-serif;
    line-height:normal;
	cursor:text;
}
.form-textarea{
	max-width:none;
}
.form-file{
	max-width:262px;
}

.form-element-focus{
	z-index:100;	
}
.form-element input,
.form-element textarea,
.form-element select,
.faux-select-text,
.faux-select-list li,
.form-search input,
.form-file:after{
	position:relative;
	z-index:1;
	display:block;
	margin:0;
	padding:0;
	border:0 none;
	border-radius:0;
	outline:none;
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
	vertical-align:middle;
	list-style:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:normal;
	text-indent:0;
	color:#666;
	background:transparent;
	box-shadow:none;
	-webkit-appearance:none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance:none;
	margin:0; 
}
input[type=number] {
    -moz-appearance:textfield;
}
.form-element textarea{
	overflow:auto;
	min-height:81px;
	height:81px;
}
.form-element select[multiple]{
	overflow:auto;
	min-height:81px;
	height:81px;
}
.iOS .form-element input{
	margin-left:-1px;
	width:-webkit-calc(100% + 1px);
	min-width:-webkit-calc(100% + 1px);
	max-width:-webkit-calc(100% + 1px);
}
.iOS .form-element textarea{
	margin-left:-3px;
	width:-webkit-calc(100% + 3px);
	min-width:-webkit-calc(100% + 3px);
	max-width:-webkit-calc(100% + 3px);
}
.iOS .form-element select[multiple]{
	min-height:0;
	height:auto;
}

.faux-select{
	cursor:pointer;
	*zoom:1;
}
.faux-select select{
	display:none;
}
.faux-select-mobile select{
	display:block;
	position:absolute;
	z-index:100;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:auto;
}
.faux-select-button{
	float:right;
	display:inline;
	margin:5px 4px 0 8px;
	width:0;
	height:0;
	max-width:0;
	max-height:0;
	overflow:hidden;
	border-left: 4px solid #FFF;
	border-right: 4px solid #FFF;
	border-top: 6px solid #999;
}
.faux-select-text,
.faux-select-text:focus{
	display:block;
	width:auto;
	min-width:0;
	max-width:none;
	overflow:hidden;
	white-space:nowrap;
	outline:0 none;
	cursor:pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.faux-select-text::selection {
	background:#FFF;
}
.faux-select-text::-moz-selection {
	background:#FFF;
}
.content .faux-select-list,
.inner .faux-select-list,
.faux-select-list{
	display:none;
	position:absolute;
	left:-1px;
	margin:6px 0 0 0;
	padding:0;
	list-style:none;
	border:1px solid #CCC;
	border-top:0 none;
	background:#FFF;
	overflow:auto;
	width:100%;
	max-height:230px;
	_height:230px;
	*zoom:1;
}
.faux-select-focus .faux-select-list{
	display:block;
}
.faux-select-focus .faux-select-button{
	border-top-color:#1A1A1A;
}
.faux-select-list li,
.content .faux-select-list li,
.inner .faux-select-list li{
	margin:0;
	padding:5px 6px;
	width:auto;
	min-width:0;
	max-width:none;
	border-top:1px solid #F0F0F0;
	background:none;
}
.faux-select-list li:first-child{
	border-top:0 none;
}
.faux-select-list li:hover{
	background:#F0F0F0;
}
.faux-select-list li.selected{
	color:#FFF;
	background:#CC0000;
}
.faux-select-focus{
	z-index:100;
}

.form-hidden{
	display:none;
}
.form-search{
	padding-right:60px;
	overflow:hidden;
}
.form-button{
	overflow:hidden;
	*overflow:visible;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	z-index:2;
	display:block;
	margin:0;
	padding:0 5px;
	width:auto;
	height:auto;
	border:0 none;
	border-left:1px solid #CCC;
	outline:none;
	font-size:12px;
	line-height:100%;
	text-align:center;
	color:#666;
	cursor:pointer;
	background:#F0F0F0;
}

.form-file{
	position:relative;
	cursor:pointer;
	padding:0;
}
.form-file input{
	position:absolute;
	top:0;
	left:-5000px;
	width:auto;
	min-width:0;
	max-width:none;
}
.form-file:after{
	content: attr(data-val) '\00a0';
	padding:4px 5px;
	white-space:nowrap;
	overflow:hidden;
	width:auto;
	min-width:0;
	max-width:none;
}
.form-file:before{
	content:'Browse';
	float:right;
	display:inline;
	margin:0 0 0 5px;
	padding:4px 5px;
	width:auto;
	height:auto;
	border:0 none;
	border-left:1px solid #CCC;
	outline:none;
	font-size:12px;
	line-height:normal;
	text-align:center;
	color:#666;
	cursor:pointer;
	background:#F0F0F0;
}

.form-button:hover,
.form-button:focus,
.form-file:hover:before,
.form-file:focus:before{
	color:#FFF;
	background:#D82232;
}

.form-checkbox,
.form-radio{
	position:relative;
	display:block;
	margin:0;
	padding:5px 0 0 20px;
	*zoom:1;
    font-family:Arial, Helvetica, sans-serif;
    line-height:normal;
}
.form-checkbox input,
.form-radio input{
	float:left;
	display:inline;
	margin:0 0 0 -20px;
	padding:0;
	cursor:pointer;
	outline:none;
}
.faux-checkbox,
.faux-radio{
	position:relative;
	overflow:hidden;
	float:left;
	display:inline;
	margin:-1px 0 0 -20px;
	padding:0;
	width:13px;
	height:13px;
	border:1px solid #CCC;
	background:#FFF;
	*zoom:1;
}
.faux-radio{
	border-radius:7px;
}
.faux-checkbox .faux-inner,
.faux-radio .faux-inner{
	overflow:hidden;
	float:left;
	display:inline;
	text-align:center;
}
.faux-checkbox .faux-inner{
	*margin-top:-1px;
	width:13px;
	height:13px;
	font-family:'Arial Unicode MS', 'DejaVu Sans';
	font-size:12px;
	line-height:13px;
	color:#F3F3F3;
}
.faux-radio .faux-inner{
	margin:2px;
	width:9px;
	height:9px;
	border-radius:5px;
	background:#F3F3F3;
}
.faux-checkbox input,
.faux-radio input{
	position:absolute;
	z-index:10;
	top:0;
	right:0;
	margin:0;
	outline:none;
}
.form-checkbox .checked{
	color:#537DA7;
}
.form-checkbox :checked + .faux-inner{
	color:#537DA7;
}
.form-radio .checked{
	background:#537DA7;
}
.form-radio :checked + .faux-inner{
	background:#537DA7;
}

.form-checkbox-list,
.form-radio-list{
	display:inline-block;
	*display:inline;
	*zoom:1;
	position:relative;
	margin:0 0 15px 0;
}

.form-error,
.field-validation-error{
	display:block;
	margin:-10px 0 15px 0;
	padding:0 0 1px 0;
	font-size:12px;
}
.error,
.form-error,
.field-validation-error{
	color:#C00;
}
.error-border,
.error-border *{
	border-color:#C00;
}

.button{
	display:inline-block;
	border:0 none;
	margin:5px 5px 0 0;
	padding:5px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#FFF;
	background:#D82232;
	vertical-align:middle;
	overflow:visible;
	zoom:1;
}
.button:hover{
	color:#FFF;
	text-decoration:none;
	background:#0080C0;
}

input::-webkit-input-placeholder{
   color:#666;
}
input:-moz-placeholder{
   color:#666;  
}
input::-moz-placeholder{
   color:#666;  
}
input:-ms-input-placeholder{  
   color:#666;  
}

.form-wrap{
	padding:20px;
}

.form-recaptcha{
	margin:0 0 15px 0;
}

.form-tooltip {
	background: #ccc;
	display: none;
	font-size: 11px;
	left: 100%;
	padding: 5px 8px;
	position: absolute;
	top:-1px;
	margin:0 0 0 10px;
	width: 200px;
	z-index: 10;
}

.form-textarea .form-tooltip{
	top:-20px;
	left:auto;
	right:-10px;
}

*:focus + .form-tooltip,
.faux-select-focus .form-tooltip,
.form-checkbox-list:hover .form-tooltip,
.form-radio-list:hover .form-tooltip{
	display:block;
}

.form-col{
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	width:230px;
	padding:0 30px 0 0;
}
    


.no_li_image{
	padding: 0 !important;
}
.no_li_image > li{ 
	background: none !important;
	padding-left: 0 !important; 
	list-style: none !important;
	padding-left: 0 !important;
	margin: 0 !important;
}
ol li{ 
	color: #666666 !important;
}
.font_fix *{
	font-family: arial !important;
}

.cookieLaw{
	font-family: arial;
	font-size: 13px;
	padding: 15px;
	border:solid 2px #E6E6E6;
}
.cookieLaw .btn{
	float: right;
	-webkit-appearance: none; 
	border: 0;
	cursor: pointer;
	background: #D82232; 
	padding: 5px 12px;
	color: white;
	font-family: 'TradeGothicLTStdRegular', sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	margin-top: 17px;
}
.cookieLaw .btn:hover{
	background-color: #0080C0;
}
.cookieLaw .text{
	overflow: hidden;
	padding-right: 60px;
}
.cookieLawWrapp .pad{
	padding: 50px 0px;
}

/* .lang_sk h1, .lang_sk h2, .lang_sk h3, .lang_sk h4{
	font-family: arial, sans-serif;  
}
.lang_sk #primaryNavigation ul li a {
	font-family: arial, sans-serif; 
}
.lang_sk .languageDropdown {
	font-family: arial, sans-serif; 
}
.lang_sk .languageDropdown .selectSurround .form-faux-select {
	font-family: arial, sans-serif; 
}
.lang_sk .searchIcon input, .submitBtn input {
	font-family: arial, sans-serif; 
}
.lang_sk .captionText {
	font-family: arial, sans-serif; 
}
.lang_sk .text-only-li li a {
	font-family: arial, sans-serif; 
}
.lang_sk .search .pagination {
	font-family: arial, sans-serif; 
}
.lang_sk .content .section ul li, .content .section ul li a {
	font-family: arial, sans-serif; 
}
.lang_sk.selectSurround select {
	font-family: arial, sans-serif; 
}
.lang_sk .languageDropdownNoArrow{
	font-family: arial, sans-serif;  
}
.lang_sk .contactForm .submitBtn input{
	font-family: arial, sans-serif; 
} */

.flex-direction-nav  > li{
	background: none !important;
}
.testing {
	color: #0f0;
}

/* 
    ***************************
    HOMEPAGE SLIDER REPLACEMENT
            14/10/2015
    ***************************
*/
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
div.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

div#banner-fade {
    margin-bottom: 10px;
}

ul.bjqs li {
    margin: 0;
    padding: 0;
    background: none;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding: 5px 7px;
    text-transform: lowercase;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

ol.bjqs-markers li a {
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

div.bjqs-caption {
    background: url(../images/backgrounds/transBlue.png) repeat;
    width: 450px;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 2;
    padding-bottom: 25px;
    max-height: 170px;
}

div.bjqs-caption h2 {
    color: #FFFFFF;
    font-size: 30px;
    margin: 0 0 10px 0;
}

div.bjqs-caption a {
    margin: 15px 0 0 0;
}

div.bjqs-caption a:hover {
	background:#002138;
	color:#FFFFFF;
	text-decoration:none;
}

/*hide slider navigation*/
.bjqs-markers {
    display: none;
}

.bjqs-prev {
    bottom: 30px;
    right: 55px;
    position: absolute;
}

.bjqs-next {
    position: absolute;
    bottom: 30px;
    right: 10px;
}