﻿/* using HTML5 ✰ Boilerplate */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

q:before, q:after { content: ""; content: none; }
ins { color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
button {  width: auto; overflow: visible; }

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

::-moz-selection{ background:#1a91bc; color:#fff; text-shadow: none; }
::selection { background:#1a91bc; color:#fff; text-shadow: none; }

@font-face {
    font-family: 'almoni2';
    src: url('/fonts/almoni-dl-aaa-300.eot');
    src: url('/fonts/almoni-dl-aaa-300.eot?#iefix') format('embedded-opentype'),
         url('/fonts/almoni-dl-aaa-300.woff') format('woff'),
         url('/fonts/almoni-dl-aaa-300.ttf') format('truetype');
    font-weight:300;
    font-style: normal;
}

@font-face {
    font-family: 'almoni2';
    src: url('/fonts/almoni-dl-aaa-400.eot');
    src: url('/fonts/almoni-dl-aaa-400.eot?#iefix') format('embedded-opentype'),
         url('/fonts/almoni-dl-aaa-400.woff') format('woff'),
         url('/fonts/almoni-dl-aaa-400.ttf') format('truetype');
    font-weight:400;
    font-style: normal;
}


html, body, td, input, select, textarea{
	color:#4c4a4a;
	font-family:"almoni2",Helvetica,Arial;
	font-weight:400;
	font-size:16px;
	line-height:25px;
	direction:rtl;
	-webkit-font-smoothing:antialiased;
}

h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}

hr{
	clear:both;
	border:0 none;
}

em{
	font-style:italic;
}

blockquote{
	margin-right:30px;
	font-style:italic;
}

a:link, a:visited, a:active, a:hover{color:#3c3c3c; text-decoration:underline; background-color:transparent;}
a:hover{color:#000; text-decoration:underline;}

.clsWhiteLink, .clsWhiteLink:link, .clsWhiteLink:visited, .clsWhiteLink:active{color:#ffffff; text-decoration:none; cursor:pointer;}
.clsWhiteLinkU:link, .clsWhiteLinkU:visited, .clsWhiteLinkU:active{color:#ffffff; text-decoration:underline;}
.clsWhiteLink:hover, .clsWhiteLinkU:hover{text-decoration:underline; }

.clsBlackLink, .clsBlackLink:link, .clsBlackLink:visited, .clsBlackLink:active{color:#4c4a4a; text-decoration:none; cursor:pointer;}
.clsBlackLinkU, .clsBlackLinkU:link, .clsBlackLinkU:visited, .clsBlackLinkU:active{color:#4c4a4a; text-decoration:none; cursor:pointer;}
.clsBlackLinkU:hover, .clsBlackLink:hover, .clsBlackLinkU:hover{color:#000; text-decoration:underline;}

.clsLink{
	cursor:pointer;
}

.clsPageAlign{
	position:relative;
	width:1205px;
	margin:auto;
}

.clsErrorMsg {
	padding:30px;
	text-align:center;
	font-size:17px;
	color:red;
}



/*********************************************************/
header{
	height:157px;
	border-bottom:14px solid #1c1b1b;
	background:#666464;
}

header .clsLogoKids{
	float:right;
	margin:20px 20px 0 0;
}

header .clsLogo{
	float:right;
	margin:4px 20px 0 0;
}

nav.clsDisciplinesMenu{
	padding:0;
	margin:0;
}

nav.clsDisciplinesMenu ul{
	float:left;
	font-size:0;
	line-height:0;
	padding:0;
	margin:32px 0 0 0;	
}

nav.clsDisciplinesMenu ul li{
	position:relative;
	display:inline-block;
	vertical-align:top;
	top:0;
	width:95px;
	list-style:none;
	text-align:center;
	cursor:pointer;
	padding:0;
	margin:0 41px 0 0;
	transition: all .15s ease-in-out;
}

nav.clsDisciplinesMenu ul li:hover{
	top:10px;
}

nav.clsDisciplinesMenu ul li .clsImgBox{
	position:relative;
	width:95px;
	height:64px;
	margin:0 0 20px 0;
	background:#eee;
}

nav.clsDisciplinesMenu ul li .clsImgBox:before{
	content:"";
	position:absolute;
	z-index:2;
	left:50%;
	margin-left:-10px;
	bottom:-10px;
	border-right:10px solid transparent;
	border-left:10px solid transparent;
	border-top:10px solid red;
	border-top-color:inherit;
}

nav.clsDisciplinesMenu a:link,
nav.clsDisciplinesMenu a:visited,
nav.clsDisciplinesMenu a:active,
nav.clsDisciplinesMenu a:hover{
	color:#ffffff;
	font-size:18px;
	line-height:11px;
	letter-spacing: -1px;
	text-decoration:none;
}

nav.clsDisciplinesMenu a:hover{
	text-decoration:underline;
}

nav.clsDisciplinesMenu ul ul{
	display:none;
}



/*****************************************************/
.clsTopBanner{
	position:relative;
	height:125px;
	background:url(/images/top_banner.jpg) no-repeat center top;
}

.clsTopBanner .clsImg{
	float:left;
	margin:15px 8px 0 0;
}

.clsTopBanner .clsText{	
}

.clsTopBanner .clsText h1{	
	padding:0;
	margin:0;
}

.clsTopBanner .clsText .clsTitle{	
	font-size:40px;
	line-height:40px;
	display:block;
	padding-top:20px;
}

.clsTopBanner .clsText .clsSubTitle{	
	font-size:26px;
	line-height:26px;
	letter-spacing:0.5px;
	display:block;
}



/*****************************************************/
.clsHeadBox{
	width:100%;
	height:104px;
	margin-top:25px;
	background:url(/images/top_purple.jpg) no-repeat center top;
}

.clsHeadBox .clsTopTitle{
	color:#fff;
	font-size:60px;
	line-height:60px;

	float:right;
	padding:25px 0 0 0;
	margin:0 0 0 30px;
}

.clsHeadBox .clsSearchForm{
	float:left;
	padding:35px 30px 0 0;
	margin:0;
}

.clsHeadBox .clsSearchForm input{
	font-size:24px;
	width:400px;
	height:38px;
	padding:2px 10px 0 0;
	border:1px solid #b9b5b5;
	background:#fff url(/images/icon_search.png) no-repeat 3px 5px;
}

.clsHeadBox .clsCombo{
	float:left;
	width:300px;
	margin:35px 30px 0 0;
}

.clsHeadBox a.clsHeadBtn:link,
.clsHeadBox a.clsHeadBtn:visited,
.clsHeadBox a.clsHeadBtn:active,
.clsHeadBox a.clsHeadBtn:hover{
	color:#ffffff;
	font-size:30px;
	line-height:24px;
	text-decoration:none;
	text-align:center;

	float:right;
	height:40px;
	padding:10px 15px 0 15px;
	margin:30px 40px 0 0;
}

.clsHeadBox a.clsHeadBtn:hover{
	text-decoration:underline;
}

.clsHeadBox a.clsHeadBtn.clsHeadBtnSelected{
	border:1px solid #fff;
}


/***************************************************************/
.clsContentText{
	font-size:24px;
	line-height:30px;
	font-weight:normal;

	width:770px;
	padding:50px 0 50px 0;
	margin:auto;
}

.clsContentText h2{
	font-size:30px;
	line-height:30px;
	font-weight:600;
	margin:0 0 10px 0;
}

.clsContentText h3{
	font-size:24px;
	line-height:30px;
	font-weight:600;
	margin:0 0 5px 0;
}

.clsContentText strong{
	font-weight:600;
}

.clsContentText ol{
	margin:0 0 0 20px;
}

.clsContentText ul{
	margin:0 0 20px 0;
}

.clsContentText ul li{
	padding:0 0 0 18px;
	margin:0;
}

.clsContentText p{
	padding:0;
	margin:0 0 20px 0;
}

.clsContentText img{
	max-width:100%;
	position:relative;
}

.clsContentText th,
.clsContentText td{
	padding:3px 6px 3px 6px;
	border:1px dotted #888;
}

.clsContentText hr{
	margin:15px 0 15px 0;
	border-top:1px dotted #888;
}

.clsContentText a:link,
.clsContentText a:visited,
.clsContentText a:active,
.clsContentText a:hover{
	color:#00588a;
	text-decoration:underline;
}



/**************************************************/
.clsCombo{
	position:relative;
	display:inline-block;
	height:36px;
	width:304px;
	background:#666464;

	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.clsCombo .clsArrow{
	content:"";
	position:absolute;
	left:0;
	top:0;
	z-index:11;
	cursor:pointer;
	width:39px;
	height:38px;
	background:#666464 url(/images/arrow1.png) no-repeat center center;
	background-color:inherit;
}

.clsCombo ul{
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	width:100%;
	border:1px solid #b9b5b5;
}

.clsCombo ul li{
	font-size:27px;
	line-height:23px;
	list-style:none;
	
	display:none;
	height:36px;
	padding:7px 10px 0 0;
	margin:0;
	background:#fff;
}

.clsCombo ul li a{
	display:block;
	text-decoration:none;
}

.clsCombo ul li:first-child,
.clsCombo.clsExpanded ul li{
	display:block;
}



.clsCombo ul li:first-child{
	cursor:pointer;
}

.clsCombo ul li:hover{
	background:#eee;
}

.clsCombo.clsExpanded ul li:first-child,
.clsCombo.clsExpanded ul li:first-child:hover{
	color:#bbbaba;
	cursor:default;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
#oLightboxDimmer{
	display:none;
	position:fixed;
	top:0 !important;
	bottom:0;
	right:0;
	left:0;
	z-index:100000;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background:#000;
	background:rgba(0,0,0,0.7);
}

#oLightboxFrame,.lightbox{
	display:none;
	position:fixed;
	left:0;
	line-height:0;
	z-index:100001;
	padding:0;
	margin:0;
	background:#fbfbfb url(/images/ajax-loader.gif) no-repeat center center;

	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 0 10px 5px rgba(0,0,0,0.35);
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.35);
}

#oLightboxFrame .clsCloseIcon{
	width:17px;
	height:16px;
	font-size:0;
	position:absolute;
	right:-26px;
	top:0;
	cursor:pointer;
	z-index:10;
	background:url(../images/icon_close_white.png) no-repeat center center;}

#oLightboxFrame .clsCloseIcon:hover{
	
}

#oLightboxFrame .clsCloseIcon2{
	width:17px;
	height:16px;
	font-size:0;
	position:absolute;
	right:-26px;
	top:0;
	cursor:pointer;
	z-index:10;
	background:url(../images/icon_close_green.png) no-repeat center center;
}

#oLightboxFrame .clsCloseIcon:hover{
	
}




/******************************************************************************/
footer{
	clear:both;
	height:325px;
	padding:10px 0 10px 0;
	background:#656464;
}

footer ul{
	padding:0;
	margin:0;
}

footer a:link,
footer a:visited,
footer a:active,
footer a:hover{
	color:#fff;
	text-decoration:none;
}
footer a:hover{
	color:#fff;
	text-decoration:underline;
}



/**************************************************/
footer ul.clsSiteMenu{
	float:right;
	width:260px;
	height:265px;
	padding:5px 0 0 0;
	border-left:1px solid #ddd;
}

footer ul.clsSiteMenu li{
	font-size:28px;
	line-height:36px;
	list-style:none;
	
	display:block;
	padding:0 0 0 0;
	margin:0;
}



/**************************************************/
footer ul.clsDisciplinesFooterMenu{
	float:right;
	width:200px;
	height:265px;
	padding:5px 20px 0 0;
	border-left:1px solid #ddd;
}

footer ul.clsDisciplinesFooterMenu li{
	font-size:28px;
	line-height:36px;
	list-style:none;
	
	display:block;
	padding:0 0 0 0;
	margin:0;
}


/**************************************************/
footer .clsSubscribe{
	color:#fff;
	font-size:28px;
	line-height:36px;

	float:right;
	width:330px;
	height:265px;
	padding:5px 30px 0 30px;
	border-left:1px solid #ddd;
}

footer .clsSubscribe form{
	width:270px;
	padding:0;
	margin:10px 0 0 0;
}

footer .clsSubscribe form .clsField{
	color:#fff;
	font-size:30px;
	line-height:38px;

	width:270px;
	height:38px;
	padding:8px 10px 0 10px;
	margin:0 0 12px 0;
	border:0 none;
	background:#adabab;
}

footer .clsSubscribe input::-webkit-input-placeholder {color:#fff;}
footer .clsSubscribe input:-moz-placeholder {color:#fff;}
footer .clsSubscribe input:-ms-input-placeholder {color:#fff;}

footer .clsSubscribe form .clsButton{
	color:#fff;
	font-size:30px;
	text-decoration:underline;

	float:left;
	width:auto;
	height:30px;
	padding:0;
	margin:0;
	border:0 none;
	background:transparent;
}

footer .clsSubscribe form .clsFormErrorMsg,
footer .clsSubscribe form .clsFormThanksMsg{
	color:#de4e2a;
}



/**************************************************/
footer .clsAddresses{
	color:#fff;
	font-size:28px;
	line-height:36px;

	float:right;
	width:415px;
	height:265px;
	padding:5px 30px 0 30px;
}

footer .clsAddresses .clsContactDetails{	
	width:360px;
	height:120px;
	padding:0 0 0 0;
	border-bottom:1px solid #ddd;
}

footer .clsAddresses .clsIcons{	
	text-align:left;
	direction:ltr;
	padding:80px 0 0 0;
}

footer .clsCredits{	
	color:#fff;
	padding:20px 0 0 0;
}


/*/////////////////////////////////////////////////////////////////////////////////////////*/
#oLightboxDimmer{
	display:none;
	position:fixed;
	top:0 !important;
	bottom:0;
	right:0;
	left:0;
	z-index:100000;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background:#000;
	background:rgba(0,0,0,0.7);
}

#oLightboxFrame{
	display:none;
	position:fixed;
	left:0;
	line-height:0;
	z-index:100001;
	padding:0;
	margin:0;
	background:#fbfbfb url(/images/ajax-loader.gif) no-repeat center center;

	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 0 10px 5px rgba(0,0,0,0.35);
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.35);
}

#oLightboxFrame img{
	max-width:100%;
	height:auto;
	background:#fbfbfb;
}

#oLightboxFrame .clsCloseIcon{
	width:21px;
	height:24px;
	font-size:0;
	position:absolute;
	right:-10px;
	top:-12px;
	cursor:pointer;
	z-index:10;
	background:url(../images/icon_close.png) no-repeat center center;
}


/*********************************************************/
#oAccessibility #oAccessibilityBtn{
	color:#fff;
	font-size:12px;
	line-height:12px;
	font-family:Arial;
	cursor:pointer;
	
	position:absolute;
	right:0;
	top:0;
	padding:2px;
	background:#000;
}

#oAccessibility #oAccessibilityBtn:hover,
#oAccessibility.clsOpened #oAccessibilityBtn{
	font-size:20px;
	text-decoration:underline;
	padding:15px 20px 20px 20px;
}

#oAccessibility  #oAccessibilityMenu{
	display:none;
	position:absolute;
	right:0;
	top:40px;
	padding:15px 20px 20px 20px;
	margin:0;
	background:#000;
}

#oAccessibility.clsOpened  #oAccessibilityMenu{
	display:block;
}

#oAccessibility #oAccessibilityMenu li{
	color:#fff;
	font-size:20px;
	line-height:25px;
	font-family:Arial;
	list-style:none;
	cursor:pointer;
	
	padding:0;
	margin:0 0 5px 0	;
}

#oAccessibility #oAccessibilityMenu li:hover{
	text-decoration:underline;
}

html.clsAccessibilityDark{
	color:yellow;
	background-color:#000!important;
}

html.clsAccessibilityDark *{
	color:inherit!important;
	background-color:inherit!important;
}

html.clsAccessibilityOutline *:focus,
#oAccessibilityMenu li:focus{
	outline:4px solid blue;
}

html.clsAccessibilityDyslexic *{
	font-family: 'Arial';
	font-weight:normal!important;
}

html.clsAccessibilityBlackAndWhite *{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

html.clsAccessibilityLinkUnderline a,
html.clsAccessibilityLinkUnderline .clsLink,
html.clsAccessibilityLinkUnderline *[onclick]{
	text-decoration:underline!important;
}




/******************************************************************************/
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  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; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


#oPostFrame{
	display:none;
}


.clsMobileMenuIcon{
	display:none;
}




/****************************************************************************/
@media only screen and (max-width : 768px) {

	body{
		min-width:320px;
		padding-top:70px;
	}

	.clsPageAlign{
		width:100%;
	}

	#oAccessibilityBtn{
		display:none;		
	}
	

	/*********************************************************/
	header{
		position:fixed;
		z-index:101;
		top:0;
		left:0;
		
		height:70px;
		width:100%;
		border-bottom:4px solid #1c1b1b;
		background:#666464;
	}

	header .clsMobileMenuIcon{
		display:block;
		position:absolute;
		left:15px;
		top:15px;
		width:32px;
	}

	header .clsLogoKids{
		width:50px;
		margin:9px 10px 0 20px;
	}

	header .clsLogo{
		width:90px;
		height:64px;
		overflow: hidden;
		margin:6px 0 0 0;
	}

	header .clsLogo img{
		width:90px;
	}

	nav.clsDisciplinesMenu{
		position:fixed;
		z-index:99;
		left:0;
		top:-600px;
		width:100%;
		height:auto;
		padding:0 0 30px 0;
		background:#999;
		transition: all .15s ease-in-out;
	}

	nav.clsDisciplinesMenu.clsOpened{
		top:70px;
	}

	nav.clsDisciplinesMenu ul{
		float:none;
		text-align:center;
		margin:0;	
	}

	nav.clsDisciplinesMenu ul li,
	nav.clsDisciplinesMenu ul li:hover{
		margin:30px 20px 0 20px;
	}



	/*****************************************************/
	.clsTopBanner{
		position:relative;
		height:auto;
		background:url(/images/top_banner.jpg) repeat-y center left;
		background-size:auto 100%;
	}

	.clsTopBanner .clsImg{
		height:50px;
		margin:20px 0 0 5px;
	}

	.clsTopBanner .clsText{	
		padding:10px 0 0 0;
		background:rgba(255,255,255,0.5)
	}

	.clsTopBanner .clsText h1{	
		padding:0;
		margin:0;
	}

	.clsTopBanner .clsText .clsTitle{	
		color:#000;
		font-size:20px;
		line-height:21px;
		display:block;
		padding:0 10px 0 0;
		margin:0;
	}

	.clsTopBanner .clsText .clsSubTitle{	
		color:#000;
		font-size:16px;
		line-height:16px;
		display:block;
		padding:0 10px 10px 0;
		margin:0;
	}



	/*****************************************************/
	.clsHeadBox{
		height:60px;
	}

	.clsHeadBox .clsTopTitle{
		font-size:40px;
		line-height:10px;
		margin:0 20px 0 30px;
	}

	.clsHeadBox .clsSearchForm{
		float:left;
		padding:35px 30px 0 0;
		margin:0;
	}

	.clsHeadBox .clsSearchForm input{
		font-size:24px;
		width:400px;
		height:38px;
		padding:2px 10px 0 0;
		border:1px solid #b9b5b5;
		background:#fff url(/images/icon_search.png) no-repeat 3px 5px;
	}

	.clsHeadBox .clsCombo{
		float:left;
		width:300px;
		margin:35px 30px 0 0;
	}

	.clsHeadBox a.clsHeadBtn:link,
	.clsHeadBox a.clsHeadBtn:visited,
	.clsHeadBox a.clsHeadBtn:active,
	.clsHeadBox a.clsHeadBtn:hover{
		font-size:24px;
		line-height:20px;

		float:right;
		height:40px;
		padding:10px 5px 0 5px;
		margin:10px 20px 0 0;
	}

	.clsHeadBox a.clsHeadBtn:hover{
		text-decoration:underline;
	}

	.clsHeadBox a.clsHeadBtn.clsHeadBtnSelected{
		border:1px solid #fff;
	}



	/***************************************************************/
	.clsContentText{
		font-size:20px;
		line-height:24px;
		font-weight:normal;

		width:auto;
		padding:30px 30px 50px 30px;
		margin:auto;
	}

	.clsContentText iframe{
		width:100%;
		height:200px;
	}
		


	/*/////////////////////////////////////////////////////////////////////////////////////////*/
	#oLightboxDimmer{
		display:none;
		position:fixed;
		top:0 !important;
		bottom:0;
		right:0;
		left:0;
		z-index:100000;
		width:100%;
		height:100%;
		padding:0;
		margin:0;
		background:#000;
		background:rgba(0,0,0,0.7);
	}

	#oLightboxFrame,.lightbox{
		display:none;
		position:fixed;
		left:0;
		line-height:0;
		z-index:100001;
		padding:0;
		margin:0;
		background:#fbfbfb url(/images/ajax-loader.gif) no-repeat center center;

		-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.35);
		-moz-box-shadow: 0 0 10px 5px rgba(0,0,0,0.35);
		box-shadow: 0 0 10px 5px rgba(0,0,0,0.35);
	}

	#oLightboxFrame .clsCloseIcon{
		width:17px;
		height:16px;
		font-size:0;
		position:absolute;
		right:-26px;
		top:0;
		cursor:pointer;
		z-index:10;
		background:url(../images/icon_close_white.png) no-repeat center center;}

	#oLightboxFrame .clsCloseIcon:hover{
	
	}

	#oLightboxFrame .clsCloseIcon2{
		width:17px;
		height:16px;
		font-size:0;
		position:absolute;
		right:-26px;
		top:0;
		cursor:pointer;
		z-index:10;
		background:url(../images/icon_close_green.png) no-repeat center center;
	}

	#oLightboxFrame .clsCloseIcon:hover{
	
	}




	/******************************************************************************/
	footer{
		clear:both;
		height:auto;
		padding:20px 0 10px 0;
		background:#656464;
	}



	/**************************************************/
	footer ul.clsSiteMenu{
		width:50%;
		height:auto;
		padding:5px 20px 15px 0;
		margin:0 0 20px 0;
	}

	footer ul.clsSiteMenu li{
		font-size:18px;
		line-height:26px;
		list-style:none;
	
		display:block;
		padding:0 0 0 0;
		margin:0;
	}



	/**************************************************/
	footer ul.clsDisciplinesFooterMenu{
		width:50%;
		height:auto;
		padding:5px 20px 15px 0;
		margin:0 0 20px 0;
		border:0 none;
	}

	footer ul.clsDisciplinesFooterMenu li{
		font-size:18px;
		line-height:26px;
		list-style:none;
	
		display:block;
		padding:0 0 0 0;
		margin:0;
	}


	/**************************************************/
	footer .clsSubscribe{
		font-size:18px;
		line-height:26px;

		clear:both;
		float:none;
		width:auto;
		height:auto;
		padding:20px 0 0 0;
		margin:20px;
		border-left:0 none;
		border-top:1px solid #ddd;
	}

	footer .clsSubscribe form{
		width:auto;
		padding:0;
		margin:10px 0 0 0;
	}

	footer .clsSubscribe form .clsField{
		font-size:18px;
		line-height:26px;

		width:100%;
		height:30px;
		padding:2px 10px 0 10px;
	}

	footer .clsSubscribe form .clsButton{
		font-size:22px;
		line-height:26px;
	}



	/**************************************************/
	footer .clsAddresses{
		font-size:18px;
		line-height:26px;

		clear:both;
		float:none;
		width:auto;
		height:auto;
		padding:5px 0 20px 0;
		margin:55px 20px 0 20px;

		border-left:0 none;
		border-top:1px solid #ddd;
		
	}

	footer .clsAddresses .clsContactDetails{	
		width:auto;
		height:auto;
		padding:0 0 10px 30px;
		border-bottom:1px solid #ddd;
	}

	footer .clsAddresses .clsIcons{	
		text-align:center;
		direction:ltr;
		padding:20px 0 0 0;
	}

	footer .clsAddresses .clsIcons img{	
		height:30px;
	}




	/*/////////////////////////////////////////////////////////////////////////////////////////*/
	#oLightboxFrame{
		display:none;
		position:fixed;
		left:0;
		line-height:0;
		z-index:100001;
		padding:0;
		margin:0;
		max-width:90%;
		background:#fbfbfb url(/images/ajax-loader.gif) no-repeat center center;

		-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.35);
		-moz-box-shadow: 0 0 10px 5px rgba(0,0,0,0.35);
		box-shadow: 0 0 10px 5px rgba(0,0,0,0.35);
	}

	#oLightboxFrame img{
		max-width:100%;
		height:auto;
		background:#fbfbfb;
	}

	#oLightboxFrame .clsCloseIcon{
		width:21px;
		height:24px;
		font-size:0;
		position:absolute;
		right:-10px;
		top:-12px;
		cursor:pointer;
		z-index:10;
		background:url(../images/icon_close.png) no-repeat center center;
	}

}