@charset "UTF-8";
/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
body {
	text-align: left;
	background-color: white;
	padding-top: 0;
	margin-top: 0;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
a, a:link, a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0;
	padding: 0 0 15px 0;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding: 0 0 3px 0;
}
ul, li {
	list-style:none;
}

input, textarea, select {
	border: 0;
	border: 1px solid #6366a2;
	padding: 1px;
	vertical-align: middle;
}
.longerInput {
	width: 250px;
	padding: 3px;
	display: block;
	border: 1px solid #cccadd;
}
.sideInput {
	width: 184px;
	padding: 3px;
	display: block;
	border: 1px solid #cccadd;
}
textarea {
	height: auto;
	min-height: inherit;
}
.checkBoxStyle {
	width: 12px;
	height: 12px;
	min-height: 12px;
	margin: 0;
}
#wrapper {
	width: 997px;
	text-align: left;
	margin: 0px auto 0 auto;
	background-color: white;
}
#header {
	width: 997px;
}

#mainMenu {
	height: 45px;
	width: 997px;
	background-image: url(/images/menu_bgrnd.jpg);
	background-repeat: no-repeat;
}

.dateBlock {
	float: left;
	width: 207px;
}
.dateBlock span {
	display: block;
	width: 207px;
	text-align: center;
	padding-top: 11px;
	font-size: 10px;
	color: #0d286e;
}
.mainMenuBlock {
	float: left;
	width: 584px;
	padding-top: 10px;
}
.mainMenuBlock a {
	font-size: 13px;
}
.mainMenuBlock a, .mainMenuBlock a:visited, .mainMenuBlock a:active {
	text-decoration: none;
	color: #415ea7;
}

.mainMenuBlock a:hover {
	text-decoration: underline;
}


.mainMenuLink {
	padding: 0 9px 0 9px;
}

.mainMenuLink, .mainMenuAcitiveLink {
	border-right: 1px solid #dcdada;
}

.mainMenuAcitiveLink {
	padding: 0 15px 0 9px;
}

.lastLink {
	border: 0;
}
.searchBlock {
	float: left;
	width: 206px;
	padding-top: 5px;
}
.searchBlockInput {
	width: 110px;
	margin-left: 10px;
}
.searchButton {
	border: 0;
}

#content {
	padding: 0 0 10px 0;
	width: 997px;
}
/* -------------- 3 column Layout -------------- */

#leftMiddleBlock {
	float: left;
	width: 791px;
}
#left, #right {
	width: 206px;
	float: left;
}
#middle {
	width: 584px;
	float: right;
}
.middlePad {
	padding: 0 12px 0 12px;
}
/* ----------- Additional blocks  --------------- */

.sideBlock {
}

.sideBlockHeaderTop {
	background-image: url(/images/side_dblue_block_header.gif);
	background-repeat: no-repeat;
	height: 11px;
}

.sideBlockHeader {
	background-color: #182761;
	color: white;
	font-size: 1.1em;
	padding: 0 10px 10px 10px;
}

.sideBlockContent {
	background-image: url(/images/side_block_bgrnd.gif);
}

.sideBlockFooter {
	background-image: url(/images/side_block_footer.gif);
	background-repeat: no-repeat;
	height: 11px;
	margin-bottom: 8px;
}

.sideBlockPadding {
	padding: 15px 10px 0 10px;
}

.sideBlockPadding h4 {
	padding: 5px 0 5px 0;
	margin: 0;
	color: #2d306f;
	font-size: 1.0em;
}

.sideSearchHldr {
	 text-align: right;
	 padding-top: 9px;
}

a.sideMenuLinks, a.sideMenuLinks:visited, a.sideMenuLinks:active {
	background-image: url(/images/li_passive.gif);
	background-repeat: no-repeat;
	background-position: 10px 13px;
	margin: 0;
	padding: 8px 8px 8px 21px;
	display: block;
	color: #392e7a;
	text-decoration: none;
}

a.sideMenuLinks:hover {
	background-image: url(/images/li_active.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	background-color: #e3e5ea;
}

.menuLinkBorder {
	border-bottom: 1px solid #f4f1f1;
}

.lastMenuLink {
	border: 0;
	
}

.sideBlueBlock {
	background-image: url(/images/side_block_mblue_block.gif);
	background-repeat: no-repeat;
	height: 41px;
	text-align: center;
	margin-bottom: 8px;
	overflow: hidden;
}

.sideBlueBlock a, .sideBlueBlock a:visited, .sideBlueBlock a:active {
	display: block;
	padding-top: 13px;
	padding-bottom: 10px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

.sideBlueBlock a:hover {
	text-decoration: underline;
}

.sideRedBlock {
	background-image: url(/images/side_block_red_block.gif);
	background-repeat: no-repeat;
	height: 41px;
	text-align: center;
	margin-bottom: 8px;
	overflow: hidden;
}

.sideRedBlock a, .sideRedBlock a:visited, .sideRedBlock a:active {
	display: block;
	padding-top: 13px;
	padding-bottom: 10px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

.sideRedBlock a:hover {
	text-decoration: underline;
}
/* ------- Middle block ----------------- */

.middleBlock {
}

.middleBlockHeaderTop {
	background-image: url(/images/middle_block_dblue_header.gif);
	background-repeat: no-repeat;
	height: 11px;
}

.middleBlockHeader {
	background-color: #182761;
	color: white;
	font-size: 1.1em;
	padding: 0 10px 10px 10px;
}

.middleBlockContent {
	background-image: url(/images/middle_block_bgrnd.gif);
}

.middleBlockFooter {
	background-image: url(/images/middle_block_table_footer_bgrnd.gif);
	background-repeat: no-repeat;
	height: 34px;
	margin-bottom: 8px;
}

.middleBlockFooter a {
	display: block;
	background-image: url(/images/double_arrow.gif);
	background-repeat: no-repeat;
	background-position: 340px 14px;
	color: #083e89;
	text-align: right;
	padding: 10px 15px 0 0;
}

.middeBlockPadding {
	padding: 15px 10px 0 10px;
}

.tableBorder {
	border-bottom: 1px solid #dde2ec;
}

.coursesTd a {
	color: #373737;
	display: block;
	padding: 15px;
}


/* ------- Index Showcase Blocks -------- */

.showcaseBlock {
	margin-bottom: 8px;
}

.showcaseTabHldr {
}

.showcaseTab {
	display: block;
	float: left;
	width: 121px;
	height: 31px;
	
}

.showcaseTab a, .showcaseTab a:visited, .showcaseTab a:active {
	display: block;
	color: white;
	font-size: 1.1em;
	text-decoration: none;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 9px;
	background-image: url(/images/index_showcase_passive_tab.jpg);
	background-repeat: no-repeat;
}

.showcaseTab a:hover {
	background-image: url(/images/index_showcase_active_tab.jpg);
	background-repeat: no-repeat;
}

.activeShowcaseTab {
	display: block;
	float: left;
	width: 121px;
	height: 31px;
	background-image: url(/images/index_showcase_active_tab.jpg);
	background-repeat: no-repeat;
}

.activeShowcaseTab span {
	display: block;
	text-align: center;
	padding-top: 9px;
	color: white;
	font-size: 1.1em;
}

.showcaseContent {
	width: 560px;
	height: 305px;
}

.showcaseContent h1 {
	font-size: 1.5em;
	color: white;
	font-weight: bold;
	padding: 15px 11px 15px 11px;
}

.showcaseTextLeft {
	height: 210px;
	width: 50%;
	float: left;
}

.showcaseTextLeft p { color: white; padding: 0 10px 0 11px; }

.showcaseTextRight {
	height: 210px;
	width: 50%;
	float: left;
}

.showcaseTextRight p { color: white; padding: 0 11px 0 10px; }

.showcaseTextLeft p a, .showcaseTextRight p a { color: white; }

.showcaseBigNumber {
	clear: both;
	color: #b6c4e9;
	font-size: 1.7em;
	font-weight: bold;
	padding: 15px 0 0 27px;
}

.showcaseBigNumber a { font-size: 1.0em; font-weight: bold; color: white; text-decoration : none;}

.dubaiBgrnd {
	background-image: url(/images/index_showcase_dubai_screen.jpg);
	background-repeat: no-repeat;
}

.abuDhabiBgrnd {
	background-image: url(/images/index_showcase_abu_dhabi_screen.jpg);
	background-repeat: no-repeat;
}

.qatarBgrnd {
	background-image: url(/images/index_showcase_qatar_screen.jpg);
	background-repeat: no-repeat;
}

.submitButton {
	margin-left: 5px;
	padding: 1px 4px 1px 4px;
	background-color: white;
}
.rightImg {
	float: right;
	padding: 0 10px 0 5px;
}
.leftImg {
	float: left;
	padding: 0 5px 5px 0;
}
.breadcrumMenu {
	font-weight: bold;
	padding-bottom: 15px;
}
/* Footer */

#footer {
	padding-top: 2px;
	text-align: center;
	background-image: url(/images/footer_bgrnd.gif);
	background-repeat: no-repeat;
}
#footer p, #footer p a {
	color: #adacac;
}
.clearer {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.middleAlign {
	text-align: center;
}
.leftAlign {
	float: left;
}
.padding20pxTop {
	margin-top: 20px;
}
.padding15pxTop {
	margin-top: 15px;
}


/*------ Left Menu -----*/

li.Over{
    display:block;
}

li.hover{
    display:block;
}


li a {
    display:block;
}


li  a:hover  {
        display:block;
}


ul#Navigation   li:hover ul  {
	display:block;
        border:solid 3px green;

}

li ul {
	display:none;
	position:absolute;
	left:160px;
        background-image: url(/images/middle_block_bgrnd.gif);
        float:left;
}

