@charset "UTF-8";
/* CSS Document */

<style>


html { 
  height: 100%;
}

* {
	margin: 0;
	padding: 0px;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}

body {
	font: normal, verdana, sans-serif;
	color: #000;
	width:800px;
	margin:0 auto;
	height:100%;
}



p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	color:#000;
	padding: 0 0 15px 0;
	line-height: 1.5em;
}

img { 
  border: 0;
}


a { 
  border: 0;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size:11pt;
	font-weight:200;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	font-weight:200;
	color: #0071BC;
	margin: 0;
	padding: 15px 0 8px 0;
}

h3 {
	font: normal 1.2em verdana;
	color: #03F;
	padding: 15px 0 15px 0;
}

h4, h5, h6 { 
  margin: 0;
  padding: 0 0 5px 0;
  font: normal 110% arial, sans-serif;
  color: #6648B0;
  line-height: 1.5em;
}

h5, h6 { 
  font: italic 95% arial, sans-serif;
  padding-bottom: 15px;
}


#main {
	height:100%;
}



#top_container {
	width:800px;
	float:none;
	height: inherit;
	}


header {
	width: 800px;
	height: inherit;
}

#navigator {
	width: 800px;
	height:60px;
}

#navigator li {
	height:inherit;
	background-color:#3fa9f5;
	background: -moz-linear-gradient(#09F, #3fa9f5, #06F);
	background: -o-linear-gradient(#09F, #3fa9f5, #06F);
	background: -webkit-linear-gradient(#09F, #3fa9f5, #06F);
	display:block;
	float:left;
	width: 113px;
	margin-right: 1px;
}




#site_content {
	margin: 0;
	padding: 0;
	overflow: visible;
	height: inherit;
	clear: both;
	width: 800px;
	
} 


#content {
	text-align: left;
	width: inherit;
	margin: 0;
	background-color: #FFF;
	display: block;
	height: auto;
	overflow: hidden;
	clear: both;
	padding: 25px 50px 25px 50px;
	-webkit-box-shadow: 0 4px 4px -2px #888;
	-moz-box-shadow: 0 4px 4px -2px #888;
	box-shadow: 0 4px 4px -2px #888;
	border: solid 1px #ccc;
}

footer {
	width: 800px;
	height:20px;
	padding:5px 0 0 0;
	font-family: Verdana;
	font-size: 8pt;
	text-align: left;
	color: #FFF;
	background-image: url(../images/footer_bar.png);
	margin: 10px 0 20px 0;
	-moz-box-shadow: 1px 2px 4px #888;
	-webkit-box-shadow: 1px 2px 4px #888;
	box-shadow: 1px 2px 4px #888;
}


footer a {
	text-decoration:none;	
	color:#FFF;
}


footer a:active, a:hover {
	color: #6FF;
	text-decoration:underline
}

footer a:visited {
	color: #6FF;
	text-decoration:underline
}



.logo {
	width: inherit;
	height: inherit;
	float:left;
}
	
#image_bar {
	width:800px;
	height:auto;
	margin:0;
	padding:0;
}

.slideshow {
	width: 800px;
	float: none;
	vertical-align: middle;
	height: 400px;
}


ul.slideshow {
	overflow: hidden;
	position: absolute;
	top: 0;
}
  
ul.slideshow li {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
	list-style: none;
	top: 0;
}
 
ul.slideshow li.show {
  z-index: 500;}
 
ul img {
  border: none;}
 



nav {
	height: 30px;
	width: 800px;
	float: right;
} 


nav ul
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
float:right
}


nav li
{
float:left;
} 

#main_menu td {
	background-color:#3fa9f5;
	background: -moz-linear-gradient(#09F, #3fa9f5, #06F);
	background: -o-linear-gradient(#09F, #3fa9f5, #06F);
	background: -webkit-linear-gradient(#09F, #3fa9f5, #06F);
}


.menu {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9pt;
	display:block;
	font-weight:normal;
	color:#FFFFFF;
	text-align:center;
	text-transform:uppercase;
	text-shadow:1px 1px #666;
	padding-top: 4px;
	padding-bottom: 4px;
}

.menu_bar {
	padding:0;
	margin:0;
	color:#FFF;
	width:1px;
	text-align:center;
	padding:4px 0 0 0;
}


a.menu:link,a.menu:visited
{
font-weight:normal;
color:#FFFFFF;
text-decoration:none;
}

a.menu:hover,a.menu:active
{
background-color:#09F;
color:#6FF;
font-weight:normal;
}


#navigator li.online {
	height:inherit;
	/*background-color:#333;
	background: -moz-linear-gradient(#333, #666, #333);
	background: -o-linear-gradient(#333, #666, #333);
	background: -webkit-linear-gradient(#333, #666, #333);*/
	display:block;
	float:left;
	margin-right: 0px;
}

a.online {
	font-family:Verdana, Geneva, sans-serif;
	font-size:7pt;
	display:block;
	font-weight:lighter;
	color:#3fa9f5;
	text-align:center;
	text-transform:uppercase;
}


a.online:link, a.online:visited {
	
	text-decoration:none;
}

a.online:active, a.online:hover {
	color:#FFF;
	
	font-weight:lighter;
}



#top_bar {
	float: right;
}

#top_bar div {
	list-style-type:none;
	overflow:hidden;
	float:left;
	height:40px;
}

#top_bar div {
	width:auto;
	vertical-align:middle;
	display:inline-block;
}

#top_bar img {
	vertical-align:top;	
}


#top_bar a{
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
	color:#999;
	background-color: #ECEDEB;
	width: 160px;
	height:24px;
	text-align: center;
	vertical-align:middle;
	float: right;
}

# top_bar a:link, #top_bar a:visited {
	text-decoration:none;
	color:#999;
}

#top_bar a:active, #top_bar a:hover {
	color:#09F;
	background:#E6E6E6;
	border: 1px solid #6CF;
}


#submenu {
	width:800px;
	height:auto;
	display:block;
	float:left;
	list-style: none;
	z-index: 5;
	margin:0;
	}

#submenu ul {
	list-style-type:none;
	overflow:hidden;
	float:left;	
	margin:0;

	}	
	
#submenu li {
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
	font-weight:300;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:auto;
	height:auto;
	vertical-align:text-bottom;
	display:inline-block;
	margin:0px 2px 0 2px;
	float:left;
	overflow:hidden;
	
	}

li.active_sm {
	border-top:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-left:solid 1px #ccc;
	
}

#submenu a {
	text-decoration:none;
	vertical-align:baseline;
	background-color:#3FA9F5;
	padding:4px 20px 4px 20px;
	color: #FFF;
	display: block;
}

#submenu a:link, #submenu a:visited {
	text-decoration:none;	
	color:#6FF;
}

#submenu a:active, #submenu a:hover {
	color:#6CF;
	background-color:#03F;
}

 


.training {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	color:#000000;
	line-height: 1.4em;
	padding-left:25px;
	list-style-type:decimal;
}

ol.training {
	margin-bottom:20px;	
	
}

li.training {
	padding-bottom:5px;
}


.cycle-slideshow {
	width: 100%;
	top: 0;
	}

img.cycle-slideshow {
	position: absolute;
	top: 0px;
}


/* pager */
.cycle-pager { 
    text-align: center; 
    width: 100%; 
    z-index: 999; 
    position: relative; 
    overflow: hidden; 
}


.cycle-pager span { 
    font-family: arial; 
    font-size: 35px;
    letter-spacing:6px;
    line-height:70%
    width: 16px; 
    height: 16px; 
    display: inline; 
    color: #A6CAF0; 
    cursor: pointer;     
}
	
	
.cycle-pager span.cycle-pager-active { 
	color: #2A9FFF;
}

.cycle-pager > * { 
	cursor: pointer;
}


a.control_prev, a.control_next {
	  position: absolute;
	  top: 40%;
	  z-index: 999;
	  display: block;
	  /*padding: 4% 3%;*/
	  width: auto;
	  height: auto;
	  text-decoration: none;
	  font-weight: 600;
	  font-size: 50px;
	  opacity: 0.4;
	  filter:alpha(opacity=40);
	  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
		opacity: 0.7;
		filter:alpha(opacity=70)
		  -webkit-transition: all 0.2s ease;
}

a.control_prev:active, a.control_next:active {
  	opacity: 0.8;
		filter:alpha(opacity=80);

}

a.control_prev:focus, a.control_next:focus {
  	outline: none;
}



 a.control_prev {
  	border-radius: 0 2px 2px 0;
}

a.control_next {
	  right: 0;
	  border-radius: 2px 0 0 2px;
}

span.HeaderBoldOnly {
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
}
span.HeaderBoldItalise {
    font-family:Arial;
    font-size:16px;
    font-style:italic;
    font-weight:bold;
    text-decoration:underline;
}
.PrivacyPolicy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	color:#000000;
	line-height: 1.4em;
	padding-left:25px;
	list-style-type:decimal;
}
ol.PrivacyPolicy { margin-bottom:20px; }
li.PrivacyPolicy { padding-bottom:5px; }

