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

/*=============================================================================*
 *                                                                             *
 *	Body.  Main colors:                                                        *
 *  - light green: Pantone 363 C (#419639)                                     *
 *  - dark green: Pantone 350 C(#207675)                                       *
 *                                                                             *
 *=============================================================================*/

body {
	background: #ABABAB url(../images/bg_main.jpg) center top no-repeat;
	font: 14px Cambria, Georgia, Serif;
}
/*=============================================================================*
 *                                                                             *
 *	Main wrapper that contains and centers the whole page                      *
 *                                                                             *
 *=============================================================================*/
 
#wrap {
	width: 920px;
	height: 560px;
	position: absolute;
	margin: 0;
	top: 50%;
	left: 50%;
	margin-left: -460px;
	margin-top: -280px;
}
/*=============================================================================*
 *                                                                             *
 *	Header tags                                                                *
 *                                                                             *
 *=============================================================================*/
 
#head {
	height: 60px;
	margin-bottom: 20px;
}
a {
	color: #20a7df;
	text-decoration: none;
}
h1 {
	width: 270px;
	height: 65px;
	background: url(../images/logo.png);
	background-repeat: no-repeat;
	float: left;
}
h1 a {
	width: 270px;
	height: 65px;
	display: block;
	text-indent: -9999px;
}
#head ul {
	float: right;
	height: 60px;
	width: 640px;
	background: url(../images/bg_nav.gif);
	padding-left: 0px;
	border-bottom: 5px solid #aaa;
}
#head ul li {
	float: left;
}
#head ul li.enrol {
	float: right;
}
#head li a {
	padding: 20px 12px;
	display: block;
	height: 20px;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
#head li a:hover {
	color: #20a7df;
	border-bottom: 5px solid #20a7df;
}
#head li a.current {
	color:#207675;
	border-bottom: 5px solid #207675;
}
/*=============================================================================*
 *                                                                             *
 *	Wrappers for the content (= everything minus the header)                   *
 *                                                                             *
 *=============================================================================*/
 
#cont {
	background: url(../images/bg_repeat.png) right repeat-y;
	height: 480px;
}
#conttop {
	height: 20px;
	background: url(../images/bg_top.png);
}
/*=============================================================================*
 *                                                                             *
 *	Side bar tags                                                              *
 *                                                                             *
 *=============================================================================*/

#side {
	width: 280px;
	height: 440px;
	float: left;
	margin-top: 0px;
	padding: 0px;
}
#side ul {
	border-bottom: 1px solid #ccc;
	margin-left: 2px;
	padding: 0px;
}
#side li a {
	display: block;
	padding: 8px 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #555;
	border-top: 1px solid #ccc;
}
#side li a:hover, #side li.current a {
	padding-left: 21px;
	background: #fff;
	color: #207675;
	margin-left: -1px;
	background: url(../images/bg_nav.png) bottom left;
}
#side .subList {
	border-top: none;
	border-bottom: none;
	padding: 0;
	margin: 0;
}
#side .subList li a {
	display: block;
	padding: 2px 30px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	border-top: none;
	border-bottom: none;
}
#side .subList li a:hover, #side .subList li.current a {
	padding-left: 31px;
}
#side .gmaps {
	margin: -10px 0 0 20px;
	display: block;
}
/*=============================================================================*
 *                                                                             *
 *	Text area tags                                                             *
 *                                                                             *
 *=============================================================================*/

#text {
	margin: 12px 15px 3px 305px;
	width: 580px;
	height: 415px;
	overflow-y: auto;
	padding-right: 10px;
	scrollbar-3dlight-color:#ccc;
	scrollbar-arrow-color:#20a7df;
	scrollbar-base-color:#ccc;
	scrollbar-darkshadow-color:#fff;
	scrollbar-face-color:#eee;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#ccc;
}
#text p {
	text-align: justify;
}
#text ul, #text ol {
	margin-left: 20px;
	list-style: disc;
	margin-bottom: 20px;
}
#text ol {
	list-style-type: decimal;
}
#text img.align-right {
	float:right;
	margin: 0 0 8px 20px;
	border: 1px solid #CCC;
	text-align: right;
}
#text img.align-left {
	float:left;
	margin: 0 20px 8px 0;
	border: 1px solid #CCC;
}
#text .textButton {
	float: right;
	color: white;
	height: 22px;
	text-align:center;
	margin-right: 15px;
	padding: 0 10px;
	font-size: 120%;
	background-color: #20a7df;
	border: 2px solid #207675;
}
#text .textButton a {
	color: white;
	text-decoration: none;
}
#text #locationEdition {
	padding-bottom: 5px;
}
#text .socialNetworks {
	float: right;
	text-align: right;
}
/*=============================================================================*
 *                                                                             *
 *	Location tags (used for the countries)                                     *
 *                                                                             *
 *=============================================================================*/
#location {
	width: 565px;
	margin-left: 0;
	margin-top: 0;
}
#locationText {
	width: 365px;
	float: left;
}
#locationTable {
	font-size: 110%;
	font-family: inherit;
	font-weight: bold;
	line-height: 1;
	width: 343px;
	float: left;
	clear: left;
	background-color: #F3F3F3;
	padding: 10px;
	border: #CCC solid 1px;
	margin-bottom: 15px;
}
#locationTable .year {
	padding: 0 0 10px 0;
}
#locationInfo td {
	padding-bottom: 5px;
}
#locationInfo tr td {
	color: #20a7df;
	width: 243px;
}
#locationInfo tr td:first-child {
	color: #207675;
	width: 100px;
}
#locationImages {
	width: 182px;
	text-align: right;
	float: right;
}
#locationImage img {
	padding-bottom: 10px;
}
.locationDetails {
	background-color: #EEE;
	border: 1px solid #CCC;
	position: relative;
	top: 0;
	padding: 10px;
	width: 343px;
	margin-bottom: 15px;
	display: none;
}
.locationDetails #topRight {
	float:right;
	text-align: right;
}
/*=============================================================================*
 *                                                                             *
 *	Index.html tags                                                            *
 *                                                                             *
 *=============================================================================*/

#slider {
	position: relative;
	height: 260px;
	margin-bottom: -40px;
}
#slider li {
	width: 920px;
	height: 260px;
	background: url(../images/visual_0.jpg) no-repeat;
}
#slider li.slide0 {
	background: url(../images/visual_0.jpg) no-repeat;
}
#slider li.slide1 {
	background: url(../images/visual_1.jpg) no-repeat;
}
#slider li.slide2 {
	background: url(../images/visual_2.jpg) no-repeat;
}
#slider li.slide3 {
	background: url(../images/visual_3.jpg) no-repeat;
}
#slider li.slide4 {
	background: url(../images/visual_4.jpg) no-repeat;
}
#slider li.slide5 {
	background: url(../images/visual_5.jpg) no-repeat;
}
#slider li.slide6 {
	background: url(../images/visual_6.jpg) no-repeat;
}
#slider li.slide7 {
	background: url(../images/visual_7.jpg) no-repeat;
}
#slider li.slide8 {
	background: url(../images/visual_8.jpg) no-repeat;
}
#slider li.slide9 {
	background: url(../images/visual_9.jpg) no-repeat;
}
#slider li.slide10 {
	background: url(../images/visual_10.jpg) no-repeat;
}
#slider p {
	position: absolute;
	width: 240px;
	height: 160px;
	padding: 30px 20px;
	color: #fff;
	background: url(../images/bg_70_percent.png);
	z-index: 200;
	font: inherit;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
}
#slider li a {
	position: absolute;
	right: 28px;
	bottom: 32px;
	width: 242px;
	height: 62px;
	background: url(../images/try_our_demo.gif);
	text-indent: -9999em;
}
#foot {
	margin-top: 30px;
}
#video a {
	display: block;
	float: left;
	width: 280px;
	height: 220px;
	background: url(../images/video1.jpg);
	text-indent: -9999em;
}
#video2 a {
	display: block;
	float: right;
	width: 280px;
	height: 220px;
	background: url(../images/video2.jpg);
	text-indent: -9999em;
}
#video h2, #video2 h2, #partners h2, #sponsors h2, #universities h2 {
	display: none;
}
#partners {
	background: url(../images/bg_logos.png);
	background-repeat: no-repeat;
	width: 260px;
	height: 210px;
	margin-left: 40px;
	float: left;
	padding-left: 20px;
	padding-top: 10px;
}
#sponsors {
	float: left;
	width: 240px;
	height: 80px;
	margin-bottom: 40px;
}
#universities {
	float: left;
	width: 240px;
	height: 80px;
}
#universities li, #sponsors li {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 5;
	opacity: 0;
}
#demo {
	position:relative;
	padding-top: 158px;
	padding-left: 10px;
	font-weight: bold;
}
/*=============================================================================*
 *                                                                             *
 *	photos.php tags                                                            *
 *                                                                             *
 *=============================================================================*/

#photos table {
	width: 530px;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 10px;
}
#photos h4 {
	margin-top: 4px;
}
#photos table td {
	width: 78px;
	height: 78px;
	background-color: #EEE;
	border: 1px solid #CCC;
	vertical-align: middle;
	text-align: center;
}
#photos table td.empty {
	background-color: #FFF;
	border: 1px solid #FFF;
}
/*=============================================================================*
 *                                                                             *
 *	General tags                                                               *
 *                                                                             *
 *=============================================================================*/

p {
	margin-bottom: 14px;
}
h2, h3, h4 {
	font-size: 200%;
	font-family: inherit;
	line-height: 1;
	font-weight: bold;
	color: #20a7df;
	margin-bottom: 20px;
}
h3 {
	font-size: 150%;
	margin-bottom: 10px;
	color: #20a7df;
}
h4 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #20a7df;
}
h5 {
	font-size: 100%;
	margin-bottom: 10px;
	font-weight: bold;
}
address {
	font-style: normal;
}
address strong {
	width: 70px;
	display: block;
	float: left;
}
#termsAndConditions p {
	background-color: #FFF;
	font: inherit;
	font-size: 10px;
}
#accordion h3 {
	font-size: 100%;
}
#accordion div {
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 8px;
	margin: 0px 0px 10px 0px;
}
#enrol {
	margin: -12px 0 10px 0;
}
.smallText {
	font-size: 90%;
	color: #207675
}

