/* 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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}
/* //RESET */

.chromeframe {margin: 0em 0;background: #8a1800;color: #fff;padding: 0.5em;}
.chromeframe a{color:#fff;cursor:pointer;}
.chromeframe .close_chromeframe {margin-left: 2em;float:right}

html, body {
	height: 100%;
}

body
{
	/*background:url(/img/bg.gif) repeat-x top left;*/
	font-family:Arial;
	font-size:12px;
	color:#000;
}

a
{
	color:#023296;
}
a.back
{
	display:block;
	width:61px;
	height:15px;
	line-height:14px;
	padding-left:15px;;
	background:url(/img/back_bg.gif) no-repeat;
	color:#fff;
	font-size:11px;
	text-decoration:none;
}
a.flag_link{
	text-decoration:none;
	margin-bottom:5px;
	display:block;
}
	a.flag_link:hover{
		text-decoration:underline;
	}
	a.flag_link img{
		margin-right:10px;
	}
h1
{
	font-family:Helvetica;
	font-weight:bold;
	font-size:24px;
	margin-bottom:10px;
}

h2
{
	font-family:Helvetica;
	font-weight:bold;
	font-size:16px;
	color:#023296;
	margin-bottom:10px;
}

h3
{
	font-family:Helvetica;
	font-weight:bold;
	font-size:12px;
	color:#023296;
	margin-bottom:10px;
}

td
{
	vertical-align:top;
}

td p,p
{
	color:#000;
	margin-bottom:10px;
}
strong,b
{
	font-weight:bold;
}

span.news_list_date
{
	font-size:11px;
}

/* ==========================================================================
   Grid
   ========================================================================== */
*, *:after, *:before {webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
[class*='col-'] {float: left;padding-left: 20px;}
[class*='col-'] img,[class*='col-'] input[type=image] {max-width: 100%;height: auto;}
/*.img-2-3 img{width:640px;}*/
.row{ margin-left:-20px; }
.row:after {content: "";display: table;clear: both;}
.col-1-1 {width: 100%;}
.col-2-3, .col-8-12 {width: 66.66%;}
.col-1-2, .col-6-12, .col-2-4 {width: 50%;}
.col-1-3, .col-4-12 {width: 33.33%;}
.col-1-4, .col-3-12 {width: 25%;}
.col-1-5 {width: 20%;}
.col-2-5 {width: 40%;}
.col-3-5 {width: 60%;}
.col-1-6, .col-2-12 {width: 16.667%;}
.col-1-7 {width: 14.28%;}
.col-1-8 {width: 12.5%;}
.col-1-9 {width: 11.1%;}
.col-1-10 {width: 10%;}
.col-1-11 {width: 9.09%;}
.col-1-12 {width: 8.33%;}
.col-11-12 {width: 91.66%;}
.col-10-12 {width: 83.333%;}
.col-9-12, .col-3-4 {width: 75%;}
.col-5-12 {width: 41.66%;}
.col-7-12 {width: 58.33%}

/* ==========================================================================
   Custom styles
   ========================================================================== */

#mainContainer
{
	max-width:960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -135px;
}

.wrap{
	max-width:960px;
	margin: 0 auto;
}
	
#headerContainer
{
/*	background:url(/img/header_bg.png) no-repeat top left;
	height:144px;*/
	background:url(/img/header_container_bg.gif) repeat-x top left;
}
	#headerContainer img{
		display:block;
	}
.main_navigation{
	background-color:#000;
	border-top:1px solid #7f7f7f;
}
	.mobile_menu{display:none;}
	.main_navigation ul
	{
	}
	
		.main_navigation ul li
		{
			display:block;
			float:left;			
		}
			.main_navigation ul li.selected,.main_navigation ul li:hover
			{
				background-color:#494949;
			}
			.main_navigation ul li a
			{
				font-family:Helvetica;
				font-weight:bold;
				font-size:12px;
				color:#c4c4c4;
				text-decoration:none;
				line-height:28px;
				padding:0px 18px;				
			}
				
			.main_navigation ul li ul{
				display:none;
			}
			
#contentContainer
{
	margin-top:20px;
}

/*#menuContainer
{
	width:220px;
	float:left;
}
	#menuContainer ul
	{
		width:220px;
	}*/
		#menuContainer ul a
		{
			text-decoration:none;
			color:#000;
		}
		#menuContainer ul li
		{			
			border-bottom: 1px solid #e9e8e8;			
		}
		#menuContainer ul li.first
		{
			border-top: 1px solid #e9e8e8;
		}
			#menuContainer ul li a
			{
				line-height:28px;
				display:block;
				padding:0 20px;
			}
			#menuContainer ul li.selected a, #menuContainer ul li a:hover
			{
				background-color:#e9e8e8;
			}
				#menuContainer ul li ul li
				{
					border:none;
					padding:0 10px;
					
				}
					#menuContainer ul li.selected ul li a
					{
						line-height: 20px;
						background-color:#fff;
						font-size:11px;
					}
					
					#menuContainer ul li.selected ul li a:hover, #menuContainer ul li.selected ul li.selected a
					{
						font-weight:bold;
					}

/*#mainContentContainer
{
	margin-left:20px;
	width:700px;
	float:left;
}*/
	#mainContentContainer blockquote
	{
		margin-left:20px;
	}
	#mainContentContainer ul
	{
		list-style-type: disc;
		margin:0 0 20px 10px;
		padding:0 0 0 15px;
		overflow: hidden; 
	}

	#mainContentContainer ol
	{	
		list-style-type: decimal;
		margin:0 0 20px 10px;
		padding:0 0 0 20px;
	}
		
	
#pusher
{
	height:136px;
}

#footerContainer
{
	background-color:#023296;
	height:136px;
	width:100%;
	
}
	#footerContainer > div{
		background-color:#000;
		text-align:center;
	}
			#footerContainer a
			{
				color:#fff;
				text-decoration:none;
				font-size:11px;
				padding: 0 35px;
				line-height:26px;
				white-space:nowrap;
			}
	/*#footerContainer div
	{
		max-width:960px;
		margin: 0 auto;		
	}
		#footerContainer div ul li
		{			
			padding: 0 35px;
			display:block;
			float:left;
		}
			#footerContainer div ul li a
			{
				line-height:26px;
				color:#fff;
				text-decoration:none;
				font-size:11px;
			}
			#footerContainer div ul li a:hover
			{
				text-decoration:underline;
			}
*/
/*-------------frontpage----------------*/
#frontpageTopLeftContainer
{
	/*width:700px;
	float:left;*/
}
	#frontpageMainText
	{
		margin-top:12px;
		padding-right:20px;
	}
	#frontpageLogos1,#frontpageLogos2
	{
		margin-top:30px;
	}
	#frontpageLogos1
	{
		border-left:1px solid #ccc;

	}
		#frontpageLogos1 img,#frontpageLogos2 img
		{
			margin-top:5px;
		}
	#frontpageChart{
		border-left:1px solid #ccc;
		margin-top:12px;
	}

#frontpageTopRightContainer
{
	/*width:220px;
	float:left;
	margin-left:20px;*/
}

#frontpageNewsContainer
{
	border-top:1px solid #ccc;
	padding:20px 10px;
	/*width:920px;*/
	margin-top:10px;
}

div.frontpage_box
{
	background-color:#efefef;
	padding:15px 12px;
	margin-bottom:4px;
}
	div.frontpage_box h3
	{
		font-size:12px;
		color:#333;
		border-bottom:1px solid #ccc;
	}
	
	div.frontpage_box input.text, div.frontpage_box input.btn
	{
		border:1px solid #c7d1dc;
		width:140px;
		color:#666;
		font-size:11px;
		padding:3px;
	}
	div.frontpage_box input.btn
	{
		color:#000;
		border-color:#003c74;
		width:40px;
		padding:2px;
	}
	
	div.frontpage_box a
	{
		display:block;
		font-weight:bold;
		color:#000;
		font-size:11px;
		text-decoration:none;
		height:19px;
		line-height:19px;
		background:url(/img/frontpage_link_bg.gif) no-repeat;
		margin-bottom:6px;
	}
	
	div.frontpage_box p
	{
		font-size:11px;
		color:#666;
		margin-bottom:20px;
	}
	div.frontpage_box img
	{
		float:left;
		margin-right:9px;
		padding: 4px;
		border: 1px solid #bbbbbb;
	}
#carousel
{
	width:100%;
	height:345px;
}

/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

div.frontpageNews
{
	/*width:200px;
	float:left;
	margin-right:40px;*/
}
	div.frontpageNews h2
	{
		margin-bottom:3px;
	}
	
	div.frontpageNews div.date
	{
		border-top: 1px dotted #dfdfdf;
		border-bottom: 1px dotted #dfdfdf;
		font-size:11px;
		padding:5px 0;
		margin-bottom:10px;;
	}
	
	div.frontpageNews p
	{
		color:#002c3f;
		font-size:11px;
	}
	div.frontpageNews a
	{
		display:block;
		width:61px;
		height:15px;
		line-height:14px;
		padding-left:5px;;
		background:url(/img/read_more_bg.gif) no-repeat;
		color:#fff;
		font-size:11px;
		text-decoration:none;
	}
	
#newsletter_order input[type=text]{width:100%;}
/*----calendar--------------------------------------*/

table.calendar
{
	background-color:#0249e3;
}
table.calendar td,table.calendar th
{
	padding: 5px 8px;
	width:80px;
	text-align:left;
	vertical-align:top;
}

table.calendar th
{
	color:#fff;
	background-color:#000;
	border:1px solid #5d87e3;
	font-size:12px;
	font-weight:bold;
}
table.calendar td
{
	color:#fff;
	font-size:11px;
	border-bottom:1px dashed #5d87e3;
	border-right:1px dashed #5d87e3;
}
	table.calendar td.first
	{
		border-left:1px solid #000;
	}
	
	table.calendar td.last
	{
		border-right:1px solid #000;
	}
	
	table.calendar tr.odd td
	{
		background-color:#023296;
	}
	
	table.calendar tr.last td
	{
		border-bottom:1px solid #000;
	}
	table.calendar a
	{
		color:#fff;
		text-decoration:none;
	}
	table.calendar a:hover
	{
		text-decoration:underline;
	}
	
/*----payment--------------------------------------*/

table.payment
{
	border:1px solid #dedede;
}
	table.payment td
	{
		font-size:11px;
	}
	
	table.payment td.payment_top, table.payment td.payment_footer
	{
		background-color:#f4f4f4;
		height:9px;
	}
	
	table.payment td.payment_header,table.payment td.payment_data
	{
		border-bottom:1px solid #f4f4f4;
		padding-left:23px;
	}
	
	table.payment td.payment_header
	{
		font-weight:bold;
	}
	
	table.payment td.payment_logo
	{
		width:130px;
		text-align:center;
	}
	
	table.payment tr.payment_first td
	{
		padding-top:10px;
	}
	
	table.payment tr.payment_last td
	{
		padding-bottom:10px;
		border-bottom: none;
	}
	
.training_calendar{
	width:100%;
}
	.training_calendar tr{
		border-bottom:1px solid #000;
	}
	.training_calendar td{
		padding:5px;
	}
		.training_calendar td:first-child{
			background-color:#ccc;
		}
		.training_calendar td[colspan="6"]{
			text-transform:uppercase;
			font-weight:bold;
			font-size:1.2em;
			background-color:#000;
			color:#fff;
		}
		
.training_group{
	min-width:50%;
}
	.training_group tr{
		border-bottom:1px solid #000;
	}
	.training_group td{
		padding:5px;
		vertical-align:top;
	}
		.training_group td:first-child{
			background-color:#ccc;
		}
		.training_group td:nth-child(2){
			background-color:#eee;
		}
		.training_group tr:first-child{
			text-transform:uppercase;
			font-weight:bold;
			font-size:1.2em;
			background-color:#000;
			color:#fff;
		}
			.training_group tr:first-child  td:first-child,.training_group tr:first-child  td:nth-child(2){
				background-color:#000;
			}
		
/* ==========================================================================
   Helper classes
   ========================================================================== */


.text_center { text-align: center }
