

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'ubuntu', Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #757575;
	background: url(../images/background.jpg) no-repeat center top fixed;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}

/* Main Wrapper */

#mainWrapper {
	text-align: left;
	width: 990px;
	margin: 0 auto;
	font-size: 15px;
}

/* Header */

#header {
	position: relative;
	height: 101px;
	z-index: 100000;
}

#header h1 {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
	width: 283px;
	height: 233px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999em;
}

#header #topNavi ul {
	float: right;
	margin: 30px 0 0;
	padding: 0;
}

#header #topNavi ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left; 
}

#header #topNavi ul li a {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding: 13px 21px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-transform: uppercase;
}

#header #topNavi ul li.Current a {
	background: #01c8f5;
}

#header #topNavi ul ul {
	position:absolute; 
	display:none;
	padding-left:0; 
	z-index: 100;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #0238a5;
	margin: 0 15px;
}
#header #topNavi ul li:hover ul {
	display:block;
	
}
#header #topNavi ul ul li { 
	float:none;
	padding: 0;
}
#header #topNavi ul ul li a { 
	text-align:left; 
	width: 185px;
	white-space:nowrap;
	padding: 0 8px;
	height: 31px;	
	line-height: 31px; 
	border-radius:0;
}
/* Slider */

#slider {
	position: relative;
	padding: 0 0 18px;
	overflow: hidden;
	background: #faa41a;
	z-index: 1;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
}

#slider .title {
	float: left;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 52px;
	padding: 0;
}

#slider .leftArrow a ,
#slider .rightArrow a {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9999em;
}

#slider .rightArrow {
	float: right;
	margin-right: 45px;
	margin-left: 8px;
	margin-top: 4px;
}

#slider .leftArrow {
	float: right;
	margin-top: 4px;
}

#slider .rightArrow a {
	background: url(../images/slider-right-arrow.png) no-repeat;
}

#slider .leftArrow a {
	background: url(../images/slider-left-arrow.png) no-repeat;
}

#slides {
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	overflow: hidden;
	margin: 0 0 19px;
}

#slides ul {
	margin: 0;
	padding: 0;
}

#slides ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slides ul li img {
	display: block;
}

/* Content */

#content {
	position: relative;
	margin-top: -30px;
	/*background: #fff url(../images/content-bg.jpg) no-repeat right bottom;*/
	background-color: #fff;
	padding: 60px 52px 42px;
	min-height: 310px;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}


/* Footer */

#footer {
	background: #d92732;
	padding: 55px 36px 20px 53px;
	margin: -30px 0 40px;
	color: #fff;
	overflow: hidden;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

#footer .links {
	float: left;
	margin: 0 0 6px;
	padding: 0;
}

#footer .links li {
	float: left;
	margin: 0 23px 0 0;
	padding: 0;
	list-style: none;
}

#footer .links li a {
	color: #fff;
	font-size: 13px;
}

#footer .facebook {
	float: right;
	width: 55px;
	height: 53px;
	background: url(../images/facebook-ico.png) no-repeat;
	text-indent: -9999em;
	margin-top: -7px;
}

#footer .copyright {
	float: left;
	clear: left;
	font-size: 13px;
	margin: 0;
}
#footer .copyright a {
	color: #fff;
}

#FormBlock td {
	padding: 2px 0;
}
#FormBlock .formtext {
	font-weight: bold;
}
/* Enrolment Form */

.fieldRequired {
	color: red;
}
form label.error {
	width: 220px; 
	color:red;
	font-style:italic;
	font-size: 11px;
}
form input.submit {
	margin-left: 53px;
}
input.checkbox {
	border:medium none;
}
input:focus {
	border:1px dotted black;
	}
input.error, textarea.error {
	border:1px dotted red;
}
.FromError { 
	color: red; 
	font-weight: bold; 
	}

div.error {
	border: 1px solid red;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 16px;
	text-align: center;
	color: red;
	font-weight: bold;
	}
#enrolmentForm h2 {
	font-family: Arial,sans-serif;
	color: #FFF;
	font-weight: normal;
	font-size: 22px;
}
#enrolmentForm .small {
	font-size: 11px;
}
#enrolmentForm li {
	font-size: 15px;
	font-weight: bold;
}
#enrolmentForm .header {
	font-size: 13px;
	font-weight: bold;
}
#enrolmentForm td.col1 { 
	width: 140px;
}
#enrolmentForm td.col2 { 
	width: 280px;
}
#enrolmentForm td.col3 { 
	width: 180px;
}
#enrolmentForm td.col4 { 
	width: 280px;
}
#enrolmentForm td.col5 { 
	width: 120px;
}
#enrolmentForm td.col6 { 
	width: 400px;
}
#enrolmentForm td.col7 { 
	width: 120px;
}
label.error {
	display: block;
	font-weight: normal;
}
.grecaptcha-badge {
	z-index: 999!important;
}