* {
	margin:0px;
	padding:0px;
}
html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background:#e5ebeb;
}
/*  ==============================
			MAIN BODY
	==============================  */
.container {
	background:#FFFFFF;
	overflow:hidden;
	margin:0px auto 0px 0px;
	width:578px;
	padding-left:222px; /* The width of the rail */
}
* html .container{
  /*height:1%;*/ /* So IE plays nice */
}
/*  ==============================
			BODY PANEL
	==============================  */
.content {
	background-color:#FFFFFF;
	width:100%;
	border-left:222px solid #b0c908;
	margin-left:-222px;
	float:right;
}
.content .bodyArea {
	padding:25px 25px 30px 25px;
}

.bodyArea H2 {
	font-size: 15px;
	color: #003F4A;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
	padding:0px 0px 13px 0px;
	clear:both;
}
.bodyArea H3 {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
	padding:0px 0px 13px 0px;
}
.bodyArea H3 a:link,
.bodyArea H3 a:visited,
.bodyArea H3 a:active {
	color: #333333;
	text-decoration: none;
}
.bodyArea H3 a:hover {
	color: #008896;
	text-decoration: none;
}
.bodyArea P {
	line-height:20px;
	padding:0px 0px 16px 0px;
}
.bodyArea a.hplink:link,
.bodyArea a.hplink:visited {
    color:#008896;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 12px;
}
.bodyArea a.hplink:hover{
    color:#333333;
    text-decoration:underline;
}
.bodyArea a.hplink:active{
    color:#013f4a;
}
.textbold {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
}
a.textbold {
	font-size: 12px;
	color: #333333;
	text-decoration: none;

	font-weight: bold;
}
a.textbold:hover {
	font-size: 12px;
	color: #555555;
	text-decoration: none;

	font-weight: bold;
}
a.textbold:visited {
	font-size: 12x;
	color: #777777;
	text-decoration: none;

	font-weight: bold;
}
.bodyArea ul {
	padding:0px 0px 0px 40px;
}
.bodyArea ul li {
	line-height:20px;
	padding:0px 0px 10px 0px;
}
.bodyArea ol {
	padding:0px 0px 20px 40px;
}
.bodyArea ol li {
	line-height:20px;
}
HR {
	padding:0px 0px 10px 0px;
}
.bodyArea .specialServices {
	display:block;
	padding:0px 0px 20px 0px;
}
.specialServices ul {
	display:block;
	line-height:normal;
	background:url(images/ad_career_bkg.gif) no-repeat;
	width:527px;
	height:77px;
	list-style:none;
	padding:0px;
	margin:0px;
}
.specialServices ul li {
	float:left;
	padding:0px;
	margin:0px;
}
.specialServices ul li.first {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #013F4A;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	display:block;
	padding:20px 0px 0px 60px;
	margin:0px;
	width:160px;
}
.specialServices ul li.first a {
	color: #013F4A;
	text-decoration:none;
}
.specialServices ul li.second {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	display:block;
	width:250px;
	padding:20px 0px 0px 20px;
	margin:0px;
}
.specialServices ul li.second a {
	color: #000000;
	text-decoration:none;
}
.programmes {
	padding:0px 0px 20px 0px;
}
.prices {
	padding:0px 0px 20px 0px;
}
.prices ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.prices ul.row1 {
	height:30px;
	background:#FFFFFF;
}
.prices ul.row2 {
	height:30px;
	background:#dfedc1;
}
.prices ul li {
	padding:0px 0px 0px 6px;
	margin:0px;
	line-height:30px;
	float:left;
}
.prices ul li.col1 {
	width:50%;
	display:block;
}
.prices ul li.col2 {
	width:35%;
	display:block;
}
.prices ul li.col3 {
	display:block;
}
.team {
	display:block;
	clear:both;
	padding:0px 2px 20px 2px;
}
.team dl {
	display:block;
	clear:both;
}
.team dl dt {
	display:block;
	width:22%;
	float:left;
}
.team dl dd {
	display:block;
	float:left;
	width:76%;
}
a.readon:link {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	line-height: 12px;
}

a.readon:visited {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
a.readon:hover {
	font-size: 13px;
	color: #008896;
	text-decoration: none;
}
.formPanel {
	display:block;
	clear:both;
}
.formPanel dl {
	display:block;
	clear:both;
}
.formPanel dl dt {
	display:block;
	float:left;
}
.formPanel dl dd {
	display:block;
	float:left;
}
.formPanel .textField {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	height:20px;
	border:solid 1px #7f9db9;
}
.contact {
	display:block;
	clear:both;
	padding:20px 200px 0px 0px;
	height:220px;
}
.contact dl {
	display:block;
	clear:both;
	width:100%;
}
.contact dl dt {
	width:25%;
	padding:2px 0px;
}
.contact dl dt label {
	height:20px;
}
.contact dl dd {
	padding:2px 0px;
}
.contact .textField {
	width:175px;
}
.registerForm {
	display:block;
	clear:both;
}
.registerForm dl {
	display:block;
	clear:both;
	width:100%;
	padding:0px 0px 20px 0px;
	overflow:hidden;
}
.registerForm dl dt {
	width:25%;
	padding:4px 4px 0px 0px;
	text-align:right;
}
.registerForm dl dt label {
	height:20px;
}
.registerForm dl dd {
	padding:2px 0px;
	width:70%;
}
.registerForm dl dd ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.registerForm dl dd ul li {
	padding:2px 0px;
}
.registerForm dl dd span {
	font-size:10px;
	line-height:10px;
}
.registerForm .textField {
	width:205px;
}
.registerForm .textField1 {
	width:70px;
}
.registerForm .textField2 {
	width:145px;
}
.registerForm .textField3 {
	width:265px;
}
.registerForm .textArea {
	width:340px;
	height:50px;
}
.directEmail {
	display:block;
	clear:both;
	padding:0px 0px 20px 0px;
}
.directEmail ul {
	list-style:none;
	display:block;
	clear:both;
	margin:0px;
	padding:0px;
}
.directEmail ul li {
	display:inline;
	padding:0px 1px 0px 0px;
	margin:0px;
}
.directEmail label {
	line-height:24px;
	padding:0px 5px 0px 0px;
}
.directEmail .textField {
	width:175px;
}
.textArea {
	width:220px;
	height:70px;
}
.bodyArea .news {
	display:block;
	padding:0px 0px 20px 0px;
	overflow:hidden;
}
.bodyArea .news ul {
	list-style:none;
	display:block;
	clear:both;
	margin:0px;
	padding:0px;
}
.bodyArea .news ul li {
	float:left;
	display:block;
	color:#000080;
	line-height:19px;
	font-size:16px;
	margin:0px;
	padding:0px;
}
.bodyArea .news ul li strong {
	color:#000000;
	line-height:40px;
}
.bodyArea .news ul li.colOne {
	width:55%;
}
.bodyArea .news ul li.colTwo {
	width:15%;
	text-align:right;
}
.bodyArea .blackLink {
	text-decoration:none;
	color:#000000;
}
.corporate {
	display:block;
	clear:both;
	margin:0px 0px 20px 0px;
}
.corporate H4 {
	display:block;
	clear:both;
	background:#013F4A;
	text-align:center;
	line-height:23px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.corporate H4 a:link,
.corporate H4 a:visited,
.corporate H4 a:active {
	color:#FFFFFF;
	text-decoration:none;
}
.corporate H4 a:hover {
	color:#008896;
	text-decoration:none;
}
.corporate ul {
	display:block;
	clear:both;
	background:#91B11B;
	list-style:none;
	padding:0px 0px 5px 5px;
	margin:0px;
	overflow:hidden;
	height:100%;
	width:99%;
}
.corporate ul li {
	display:block;
	background:#d2dadc;
	font-family:Arial, Helvetica, sans-serif;
	line-height:14px;
	float:left;
	text-align:center;
	color:#333333;
	margin:5px 5px 0px 0px;
	width:auto;
	display:block;
}
.corporate ul li.first {
	width:169px;
	padding:10px 0px 0px 0px;
	height:40px;
}
.corporate ul li.second {
	width:125px;
	padding:10px 0px 0px 0px;
	height:50px;
}
.corporate ul li a:link,
.corporate ul li a:visited,
.corporate ul li a:active {
	color:#333333;
	text-decoration:none;
}

.corporate ul li a:hover {
	color:#000000;
	text-decoration:none;
}
.bodyArea .bottomLink {
	font-size:10px;
	line-height:20px;
	color:#333333;
	clear:both;
	display:block;
	padding:20px 0px 0px 0px;
}
.bottomLink a:link,
.bottomLink a:visited,
.bottomLink a:active {
	color:#333333;
	text-decoration:none;
}
.bottomLink a:hover {
	color:#008896;
	text-decoration:none;
}
/*  ==============================
			LEFT PANEL
	==============================  */
.leftPanel {
	background-color:#b0c908;
	width:222px;
	float:right;
	margin-left:-222px;
	color:#FFFFFF;
}
.leftPanel .leftColumn {
	padding:20px 0px 20px 0px;
}
.leftPanel h3 {
	font-size: 13px;
	color: #003F4A;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
	text-align:right;
	margin:0px 38px 0px 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.register {
	width:107px;
	height:20px;
	background:url(images/btn_register-now.jpg) no-repeat;
	display:block;
	margin:10px 38px 0px auto;
}
.register a {
	width:107px;
	height:20px;
	display:block;
	text-indent:-10000px;
}
/*  ==============================
			HEADER AREA
	==============================  */
.header {
	background:#013f4a;
	height:121px;
}
.header .accessability {
	width:25px;
	height:25px;
	display:block;
	float:left;
}
.header .accessability a {
	width:25px;
	height:25px;
	display:block;
	text-indent:-10000px;
}
.header .accessability a:hover {
	width:25px;
	height:25px;
	display:block;
	background:url(images/accessability.jpg) no-repeat;
}
.header .logoArea {
	width:143px;
	height:121px;
	float:right;
	display:block;
}
.header .logoArea H1 {
	width:143px;
	height:121px;
	background:url(images/logo.jpg) no-repeat;
	display:block;
}
.header .logoArea H1 a {
	width:143px;
	height:121px;
	display:block;
	text-indent:-10000px;
}
.headerBanner1 {
	width:578px;
	height:121px;
}
/*  ==============================
			LEFT MENU
	==============================  */
.leftMenu {
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:10px 0px 0px 0px;
}
.leftMenu ul {
	list-style:none;
}
.leftMenu ul li {
	text-align:right;
	line-height:24px;
}
.leftMenu ul li a:link,
.leftMenu ul li a:visited,
.leftMenu ul li a:active {
	text-align:right;
	line-height:24px;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 40px 0px 0px;
}
.leftMenu ul li a:hover {
	color:#008896;
	text-decoration:none;
}
.leftMenu ul li.current a {
	color:#FFFFFF;
	text-decoration:none;
	background:url(images/arrow.jpg) no-repeat right center;
}
.leftMenu .menuDivider {
	height:3px;
	font-size:1px;
	background:url(images/menu-divider.gif) repeat-x;
	display:block;
	margin:0px 38px 0px auto;
	width:128px;
}
/*  ==============================
			FOOTER
	==============================  */
.footerArea {
	height:20px;
	margin:0px auto 0px 0px;
	width:800px;
	background:#b0c908;
	clear:both;
	display:block;
}
.footerLeft {
	width:222px;
	height:20px;
	float:left;
	display:block;
	background:#003f4a;
}
.footerRight {
	width:578px;
	height:20px;
	float:right;
	display:block;
}
/*  ==============================
			Blog
	==============================  */
h1{
	font-size: 15px;
	color: #003F4A;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
	padding:0px 0px 13px 0px;
	clear:both;
}

a:link {
	color:#008896;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 12px;
}
a:visited {
	color:#008896;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 12px;
}
a:hover {
	color:#008896;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 12px;
}
a:active {
	color:#008896;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 12px;
}

a.pay:link {
	color:#bdbfbf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 12px;
}
a.pay:visited {
	color:#bdbfbf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 12px;
}
a.pay:hover {
	color:#008896;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: bold;
	line-height: 12px;
}
a.pay:active {
	color:#bdbfbf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 12px;
}

.rightPanel {
	width:222px;
	float:right;
	margin-left:-222px;
	color:#FFFFFF;
}

ul.NoBullet {
  list-style-type: none}
  
  li.NoBullet {
  list-style-type: none}

.leftMenu h2
{
font-size: 12px;
padding-left: 57px;
padding-right: 22px;
	
}

.leftMenu .menuDivider {
	clear: both;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			20em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			110%;
	background:#c1d53a;
	text-align:left;
}

.sf-menu ul li a{
	text-align:left !important;
	padding-left:10px !important;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			20em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			19em; /* match ul width */
	top:			0;
}


/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}




/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	20em;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	20em; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}/*********************//* Content Plus NOHP *//*********************/#nohp {	width: 160px;	margin-left: 20px;	margin-top: 50px;	background-color: #E5EBEB;	border: 1px solid #008896;	padding: 10px;}#nohp h2{	padding: 0;	margin-bottom:10px;}a.nohp-link{	color: #008896;	font-weight: bold;}#nohp h2 a{	color: #034249;	font-size:14px;}#nohp p{	width:100%;	text-align: center;}.nohp-item{	margin-bottom:10px;}.nohp-description{	color: #000000;}.nohp-date{	color: #000000;	font-style: italic;}
