body {
  padding:0;
  margin:0;
  font-family: arial,verdana;
  font-size:12px;  
  text-align:center;
  color:#222;
  background:#fff;
}

#frame {
  width:880px;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
}

#header {
  background:#004578 url("images/header.jpg") top right no-repeat;  
  border-bottom:1px solid #03a8fe;
  height:110px;
}

#header img {
  border:none;
  padding:20px 10px;
}
#horz-nav {
  width:880px;
  background:#fef9c3;
  clear:both;
}


#inner-frame {
  clear:both;
  background:#fef9c3;
}
#content-border {  
  background:#FFF;
  float:right;
  border-left:1px solid #7f9698;
  min-height:500px;
  height:500px;
  width:702px;  
}
html>body #content-border {height:auto;}

#page {
  padding:10px 0px 5px 8px;  
  line-height:1.4em;
}

#vert-nav {
  width:177px;
  padding:20px 0px 0px 0px;
  margin:0;
  float:left;
  background-color:#004577;
  border-top:1px solid #1e70ab;
  z-index:2;
}
#vert-nav img {
  border:none;
}
#vert-menu {
  border-top:1px solid #1e70ab;
}
#vert-menu, #vert-menu ul { 
  padding: 0;
  margin: 0;
  list-style: none;
  float : left;
  background-color:#004577;
  width:177px;
  z-index:2;

}
	
#vert-menu li { 
  position : relative;
  float : left;
  line-height : 20px;
  /* margin-bottom : -1px;*/
  width: 177px;    
}
	
#vert-menu li ul {
  position : absolute;
  left: -999em;
  margin-left : 177px;
  margin-top : -28px;
  border : 1px solid black;
 }		
#vert-menu li a {
  display : block;
  color : white;
  font-weight : bold;
  text-decoration : none;
  background-image: url(images/arrow_sub5.gif);
  background-position:center right;
  background-repeat:no-repeat;
  border-bottom:1px solid #1e70ab;
  padding : 3px 6px;
}
	
#vert-menu li:hover {
  position:static;
}
#vert-menu li:hover a, #vert-menu li.sfhover a {
  color : #004577;
  background-color : #fef9c3;
  background-image: url(images/arrow_sub6.gif);
}

#vert-menu ul li:hover a, #vert-menu ul li.sfhover a {
  color : white;
  background-color: #004577;
  background-image:none;
}	
#vert-menu li:hover ul ul, #vert-menu li:hover ul ul ul, #vert-menu li.sfhover ul ul, #vert-menu li.sfhover ul ul ul {
  left: -999em;
}
	
#vert-menu li:hover ul, #vert-menu li li:hover ul, #vert-menu li li li:hover ul, #vert-menu li.sfhover ul, #vert-menu li li.sfhover ul, #vert-menu li li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}




#horz-menu, #horz-menu ul {
	float: left;
	width: 880px;
	list-style: none;
	line-height: 1;
	background:#fef9c3;	
	padding: 0;
	border: solid #c2c2c2;
	border-width: 1px 0;
	margin: 0;
	z-index:10;
}
 
#horz-menu a {
        color:#004577;
	display: block;
	font-weight: bold;
	width: 146px;
	w\idth: 136px;
	text-decoration: none;
	padding: 0.50em 5px;
	text-align:center;
}
 
 
#horz-menu li {
	float: left;
	padding: 0;
	width: 146px;
}
 
#horz-menu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 146px;
	w\idth: 144px;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
}
 
#horz-menu li li {

	width: 144px;
}
 
#horz-menu li ul a {
	width: 146px;
	w\idth:136px;
}
 
#horz-menu li:hover {
  position: static;
}
#horz-menu li:hover ul ul, #horz-menu li:hover ul ul ul, #horz-menu li.hzhover ul ul, #horz-menu li.hzhover ul ul ul {
	left: -999em;
}
 
#horz-menu li:hover ul, #horz-menu li li:hover ul, #horz-menu li li li:hover ul, #horz-menu li.hzhover ul, #horz-menu li li.hzhover ul, #horz-menu li li li.hzhover ul {
	left: auto;
}
 
#horz-menu li:hover, #horz-menu li.hzhover {
	background-image:none;
	background: #c2c2c2;
}

#footer {
  border-top:1px solid #7f9698;
  background:#004578;
  text-align:center;
  color:#fffccf;
  font-size:0.9em;
  padding:5px 0px;
  clear:both;
  width:880px;
  margin-left:auto;
  margin-right:auto;
}
#footer a {
  text-decoration:none;
  color:#fffccf;
}
#footer a:hover {
  text-decoration:underline;
  color:white;
}
#footer span {
  color:#777;
  font-size:0.8em;
}

h1 {
  padding:0;
  margin:0;
  color:#004578;
  font-size:1.4em;
  font-family:tahoma;
}
h2 {
  font-size:1.3em;
  
}

#page ul {
  list-style-image:url("/content/list-blue.gif");
}
#page li {
  padding-bottom:2px;
}

#page a {
  color:#004578;

}
#page a:hover {
  text-decoration:none;
  color:#fef9c3;
  background:#004578;
}


.imgright {
  float:right;
  padding:2px 0px 2px 2px;
}

.imgcentre {
  margin-right:auto;
  margin-left:auto;
  display: block;

}


.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.newBFC {
	overflow: hidden;
}

/* Hide from ie Mac \*/
* html .newBFC {
	overflow: visible;
	overflow-x:hidden;
	height: 0;
}
/* End hide */

/*\*//*/ 
.newBFC {display: inline-block;}
/**/

#logos {
  clear:both;
  width:100%;
  float:left;
}
#logos a {
  display:block;
  float:left;
  margin-left:20px;
  margin-top:12px;
  height:70px;
}
#logos img {
  border:none;
}

.box {
  border:1px solid #d8e2ed;
  padding-left:63px;  
}

.boxtitle {
  background:#fef9c3;
  color:#004578;
  line-height:1.6em;
  font-size:1.4em;
  text-indent:5px;
}
.boxinner {
  background:#fff;
}
.boxcontent {
  padding:5px 5px 5px 8px;
}


#home-box-courses {
  background: #d8e2ed url('/content/home-courses-box.jpg') top left no-repeat;
  float:left;
  width:275px;
}
#home-box-courses ul {
  margin:4px 0px 8px 14px;
  padding:0px;
  list-style-type:square;  
}
#home-box-courses li {
  padding:1px;
}
#home-box-courses a {
  text-decoration:none;

  font-size:1.1em;
  color:#004578;
}
#home-box-courses a:hover {
  text-decoration:underline;
}
#home-box-courses span {
  font-size:0.8em;
}
#home-box-services {
  background: #d8e2ed url('/content/home-services-box.jpg') top left no-repeat;
  float:right;
  width:275px;
}


#home-box-services ul {
  margin:4px 0px 8px 14px;
  padding:0px;
  list-style-type:square;  
}
#home-box-services li {
  padding:1px;
}
#home-box-services a {
  text-decoration:none;
  font-size:1.1em;
  color:#004578;
}
#home-box-services a:hover {
  text-decoration:underline;
}

#home-special-event {
  border:1px solid #ccc;
  padding-left:63px;  
  background: #d8e2ed url('/content/home-special-event.gif') center left no-repeat;
  float:left;
  margin-top:10px;
  clear:both;
  width:629px;
}
#home-special-inner {
  background: #d8e2ed url('/content/home-special-event.gif') center right no-repeat;  
  padding-right:63px;
}


#home-box-upcoming {
  width:629px;
  margin-top:10px;
  background: #d8e2ed url('/content/home-upcoming-box.jpg') top left no-repeat;
  clear:both;
  float:left;  
}


#courselist {
  width:100%;
  background-color:#dddddd;
  
}
#courselist th {
  text-align:left;
}
#courselist td {
  background-color:#eeeeee;
  padding:4px;
  border-spacing:2px;
}

#courselist a {
  color:black;
}

#courselist a:hover {
  text-decoration:none;
}

.coursepoint {
  border:2px solid #000;
  margin-bottom:5px;
}

.coursepoint h5 {
  margin:0;
  background:#000;
  color:white;
  padding:5px;
}

.coursepoint div {
  margin-bottom:5px;
  padding:5px;
}

* html .coursepoint {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	zoom: 1;
}
#dateselect {
  width:100%;
    
}
#dateselect td {
  vertical-align:top;
  padding:2px;
}

#dateselect span {
  font-size:0.9em;
  color:#333;
}

.booking-element {  
  float: left;    
  clear: left;    
  width: 99%;    
  margin: 1em 0 0.5em 0;    
  padding: 0;
  border-color:#004578;
  position: relative; 
}

.booking-element ol {   
  padding: 1em 0 0 1em;   
  margin:0;
  list-style: none;  
}  
.booking-element li {   
  padding-bottom: 0.5em;  
} 

.booking-element legend {
  color: #FFF;   
  font-weight: bold;  
  position: relative;     
  padding:0.5em;  
  border:1px solid #004578;
  background:#004578;
  margin-left:0.2em;
  top: -1.0em; 
  left:7px;

}
.booking-element label { 
  float: left;    
  width: 8.5em;    
  margin-right: 1em;    
  text-align: right;   
  font-weight:bold;
}

.booking-column {
  float:left;
  border:1px solid #ddd;
  margin-left:0.3em;
  margin-bottom:0.5em;  
  margin-top:0.5em;
  width:48.5%;
  background:#eee;
}
.booking-fullwidth {
  float:none;
  width:auto;
  margin-right:0.6em;
}
.booking-column div {
  background:#ccc;
  font-weight:bold;
  padding:4px;  
}

.booking-element span {
  font-weight:normal;
  font-size:0.8em;
}
.booking-confirm {
  width:99%;
  border:1px solid #004578;
  background:#eee;
}
.booking-confirm td {
  padding:2px 5px;
}
.booking-confirm span {
  font-weight:bold;
}
.booking-heading {
  background:#ddd;
  font-weight:bold;
  font-size:1.1em;
  padding:3px;

}
.submit {
  margin-top:5px;
  margin-left:10.3em;
  padding:3px;
  
}

