  * {
    margin: 0pt;
    padding: 0pt;
    }
	
img {border:none;}
html, body {
	height:100%;}
	
hr {height:3px; clear:both; color:#EBE5CA; background:#EBE5CA; width:70%; margin:0 auto; }

/*
=Layout
-------------*/

body {  background: rgb(250, 248, 235);
	font: normal 84% verdana,geneva,arial,sans-serif;
	text-align: center;
	line-height: 1.5;
	height: 100%;
	}
#container {
    position: relative;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	}
	
html>body #container {
    height: auto;
	}

#header { 
	background: url(/images/bgs/bg1.jpg) repeat-x;
	height: 75px;
	text-align:left;
	}
*html #header {position:relative;}

#header img { 
	float:left;
	}

#title { 
	margin: 0pt auto;
	width: 840px;
	position: relative;
	}

#page { 
	margin: 1.5em auto 3em;
	text-align: left;
	background: url(/images/bgs/main-bg.gif) repeat-y 525px 0;
	width: 820px;
	padding: 0 0 13em 0;	
	}

#content { 
	float: left;
    width: 500px;
	}
	
#whatson #content {width: 815px;}
#whatson #page {background: url(#) #FAF8EB;}

#column { 
	float: right;
	width: 245px;
	}

#footer { 
	border-top: 1px dotted rgb(51, 51, 153);
	clear: both;
	background: #F0ECD1 url(/images/bgs/footer-bg.gif) repeat-x left top;
	text-align: center;
	font-size: 0.8em;
	padding: 1.5em 0;
	position:absolute;
	bottom: 0;
	width:100%;
	left:0;
	}


#top-bit { 
	border-top: 1px solid #EBE5CA;
	border-bottom: 3px solid #EBE5CA;
	background:  url(/images/bgs/info-bg2.gif) repeat-x left bottom;
	padding-left: 30px;
	clear: both;
	margin-bottom: 1.5em;
	}
#home #top-bit {padding-left:0;}
#top-bit img { 
	border: 10px solid #fffef5;
	margin-left: 10px;
	float:right;
	}
	
#home #top-bit img { border: 1px solid rgb(217, 224, 230);  padding: 4px; background: rgb(255, 255, 255);  margin:0 20px 0 0; float: left; }

 #class-info { 
	border-top: 1px solid #EBE5CA;
	border-bottom: 3px solid #EBE5CA;
	margin-bottom: 1.5em;
	background: url(/images/bgs/info-bg2.gif) repeat-x left bottom;
	}

/* =Home page layout 

#home #page { 
	background: url(/images/bgs/main-bg.gif) repeat-y 580px 0pt;
      }

#home #content { 
	float: left;
    	width: 39.5em;
	}
#home #column { 
	float: right;
	width: 16em;
	}
*/
#features { background: url(/images/bgs/features-bg.gif) repeat-x left top; border-bottom: 2px solid rgb(235, 229, 202); margin: 0pt 0pt 20px; padding: 15px 0pt 20px; }
#features div {width:230px; float:left; margin: 0 0px 10px ; height:100px;}
#features div:hover {background:#fff;}
#features div h5{font: bold 1.1em Georgia; 	padding:0 0 5px; }
#features div a {text-decoration:none;display:block;line-height:1.2;}
#features div a img {width:65px; height:65px; float:left; margin: 0 8px 0 0;
  	padding: 4px;
  	border: 1px solid #D9E0E6;
  	background: #fff;
	}
#features .first {margin-right:20px;}

/* =feature boxes */
.row { 
	border-top: 1px solid rgb(230, 223, 206);
	padding: 1em 0pt;
	clear: left;
	}
.row div { 
	margin: 0 0 1em 1.2em;
	width: 13em;
	font-size: 95%;
	line-height: 1.4;
	float: left;
	display: inline;
	}
.row.narrow div {
	width: 12.2em;
	}

.row .first { 
	margin-left: 0pt;
	}

.row div a { 
	font-weight: bold;
	text-decoration: none;
	font-size: 110%;
	}

.row div a:hover { 
	text-decoration: underline;
	}

.row div a img {
	border: solid 1px #2b2b91;
	}
.row div a:hover img {
	border: solid 1px #c30000;
	}

/* = Courses summary display */
.courses  {padding:20px 0; border-top:solid 2px #e6dfce;}
.courses img  {float:left; margin:0 20px 0 0; padding: 4px; border: 1px solid #D9E0E6; background: #fff; width:160px; height:80px;}
.courses h5 {font: bold 1.4em Georgia,"Time New Roman",serif; color:#2B2B91; line-height:1;}
.courses h6 {font: bold 1.2em Georgia,"Time New Roman",serif;, color:#000; margin:7px 0 20px;}
.courses a{font-weight:bold; text-decoration:none;}
.courses a:hover{text-decoration:underline;}
#home .courses a:hover h5{text-decoration:underline;}
#home .courses img{width:185px; height:137px;}

a.courses {padding:20px 0; border-top:solid 2px #e6dfce;text-decoration:none; display:block; font: bold 1.4em Georgia,"Time New Roman",serif; color:#2B2B91; line-height:1;}
a.courses img {float:left; margin:0 20px 0 0; padding: 4px; border: 1px solid #D9E0E6; background: #fff; width:160px; height:80px;}
a.courses span {font: bold 0.85em Georgia,"Time New Roman",serif;, color:#000; margin:7px 0 20px;line-height:2;}
a.courses:hover, a.courses:hover span{background:#fff;color:#c30000;}
a.courses:hover img  {background: #c30000;}


/* =Clearfix - clears floated elements */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}


 /* =Links
-------------------*/

 a, a:visited { 
	color: rgb(43, 43, 145);
	}

 a:hover, #top-bit a:hover, a:active, a:focus { color: #C30000;
    }

/* =Logo */

#sparkle { background:url(/images/logo-spark.jpg) no-repeat  left top;
    display: block;
    float: left;
    height: 75px;
    width: 141px;
    }

  #sparkle:hover { background-position: left bottom;
    }

 /* #sparkle span { position: absolute;
    right: 99999px;
    }*/

/* =thought for the day */

 #header #thought { background: transparent url(/images/bgs/thought.gif) no-repeat scroll 0 0;
    width: 138px;
    height: 74px;
    position: absolute;
    right: 0pt;
    top: 0pt;
    }

  #header #thought:hover { background: rgb(255, 0, 0) url(/images/bgs/thought.gif) repeat scroll left bottom;
   }

  /*#header #thought span { position: absolute;
    right: 99999px;
    }*/

#quote, #notice {
	background-color: #fff2ce;
	border-top: solid 2px #fddc9a;
	border-bottom: solid 2px #fddc9a;
	padding:1em;
	margin: 0 0 1em 0;}
#quote {
	font-size:110%;
	}

/* =hidden */
.hidden {
	position: absolute;
	right: 99999px;
    }
	

/* =navbar */


  #navbar { 
    background: #005785 url(/images/bgs/bg_sky.gif) repeat-x;    
    xbackground: url(/images/bgs/menu_bg.gif) repeat-x;
    border-top: solid 3px rgb(102, 102, 204);
    border-bottom: solid 3px rgb(75, 75, 158);
    }

  #navbar ul { list-style-type: none;
    margin: 0 auto;
    width: 840px;
    }

  #navbar ul li { display: inline;
    float: left;
    }

  #navbar ul li a, #navbar ul li a:visited { padding: 0pt 0.9em;
    text-decoration: none;
    float: left;    
    font: bold 1.1em georgia, times, serif;
    text-align: center;
    color: rgb(255, 255, 229);
    line-height: 2.5;
    }

  #navbar ul li a:hover, #navbar ul li a:focus { background-color: rgb(102, 102, 204);
    }

 #navbar #currentsection { background-color: #660066;
    }

 #currentsection.homelink, #currentsection.contactlink, #currentsection.whatsonlink { cursor: default;
    }

  
/* =sidemenu */

  #sidemenu  { border-bottom: 2px solid #C30000;
    list-style-type: none;
    padding-bottom: 20px;
    }

#sidemenu dt {font-weight:bold; padding:0.4em 0}

  #sidemenu li, #sidemenu dd{ margin: 0pt 0pt 0.3em 1em;
    }

  #sidemenu  a { text-decoration: none;
    color: #C30000;
    background: url(/images/bgs/icon-bullet.gif) no-repeat left center;
    padding-left: 15px;
    }

  #sidemenu  a:hover, #sidemenu a:focus { color: rgb(0, 0, 0);
    text-decoration: underline;
    background: url(/images/bgs/icon-bullet-hover.gif) no-repeat left center;
    }

/* ------ =page markers ----- */
  #sidemenu #currentpage { color:#000080;
    font-weight: bold;
    background: url(/images/bgs/arrow-left.gif) no-repeat left center;
    text-decoration:none;
    cursor: default;
    }

#top-bit .page, #top-bit .page:hover {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    cursor: text;
    }

#sidemenu ul {
	list-style: circle;
	margin: 0.5em 0 1em 1em ;
	}
#sidemenu ul li a, #sidemenu ul li a:hover, #sidemenu ul #currentpage {
	background: none;
	padding: 0;
	}

/* =hovertext */
/* Credit to Stu Nicholls of cssplay.co.uk for this styling */

.hovertext {display:inline; width:150px;float:left; text-decoration:none; margin:0 0 20px 15px; color:rgb(0, 0, 102);background:#fffef5;}
.hovertext em {font-style:normal; }
.hovertext em.txt, .hovertext b {display:none; font-weight:normal;}
.hovertext .head {font-weight:bold; padding:2px 0 0 3px; display:block; background:url(2.gif); height:22px; }

.hovertext img {border:0; display:block; height:75px; width:150px;}


.hovertext:hover { color:#C30000; position:relative; cursor:pointer;}
.hovertext:hover b {display:block; position:absolute; top:24px; left:0; width:150px; background:#fff; height:75px; opacity:0.7;}


.hovertext:hover em.txt {display:block; position:absolute; top:27px; width:135px; font-size:0.9em;left:5px; xheight:50px; padding-right:5px;color:#000; margin:0; line-height:1.3em;}

.hovertext.first {margin-left: 0;#fffef5}


/* =typography 
---------------------------- */ 

 #content p { margin-bottom: 1em;
    }


#home #top-bit h2 a {padding: 0 3px ;}

  h1, h2, h3 { font-family: Georgia,"Time New Roman",serif;
    color:#000080;
    }

/* =headers-content */

  #header h1 { padding: 6px 0pt 0pt 25px;
     font-size: 2.3em ;  
    }
 
#header h1 span {
    font-size: 0.35em;
    display: block;
 }
  
  #content h1 { margin-bottom: 0.5em;
    font-size: 1.7em;
    }

#top-bit h1 { padding-top: 0.2em;
    font-size: 1.6em;
    margin: 0;}
    
#content h2 { border-bottom: 2px solid rgb(230, 223, 206);
    margin-bottom: 1em;
    font-size: 1.4em;
    }

#content h2.course {
	margin: 2em 0 0.5em 0;
	}

#top-bit h2, #column h1 {
	font: bold 1.1em georgia, times, serif;
	line-height: 1.7;
	margin:0;
	border:0;
	color: #000;}


 #content h3 {margin-bottom: 1em;
    font-size: 1.4em;
    }

 #content h4 { border-bottom: 1px solid;
    font-family: georgia,times,serif;
    font-size: 1.3em;    
    letter-spacing: 1px;
    margin: 0 0 0.5em;
    }

 small {
	display: block;
	color: #000;
	font-size: 0.8em;
	}

 strong { font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 1em;
    }

 /* =headers-column */

  #column h2 { margin-bottom: 1em;
    padding-bottom: 0.1em;
    text-transform: uppercase;
    font-size: 1.1em;
    letter-spacing: 1px;
    border-bottom: solid 2px;
    color: #C30000;
    }

#column h3 {border-bottom: solid 1px #C30000;
	margin: 0 0 0.5em;
    font-size: 1em;
    color: #C30000;
	}
 


/* ----- =lists ----- */

/* =ul's */
#access  {
	list-style:none;
	right:150px;
	position: absolute;
	z-index:50;
    }
    
#access  a {
    font-size: 10px;
    float: left;
    margin-left: 2em;
    color:#fff
    }

#content ul { 
	margin: 0 3em;    
	list-style: none;
    }

#content ul li  { 
	margin-bottom: 1em;
	background: url(/images/bgs/bullet.gif) no-repeat 0 0.5em;
	padding-left: 12px;
    }

#top-bit ul,  #class-info ul  {
	 margin: 0;
	 xdisplay:inline-block;  /*for ie , no idea why */
	 }

#top-bit ul li,  #class-info ul li { 
	margin:0 0 0.4em 0;
	}

#course-details dt, #listofcentres dt {
    border-bottom: 1px solid;
    font-family: georgia,times,serif;
    font-size: 1.4em;    
    letter-spacing: 1px;
    margin:10px 0 10px;
}


#course-details dd, #listofcentres dd{
    padding-bottom: 15px;
}

#listofcentres .jump {
    font-size: 0.75em;
    padding: 10px 0;
}


.programme { 
	margin: 20px 0pt 3em 0;	
    }

.programme dt { 
    margin: 0pt 0pt 0.5em;
    padding: 10px 0 0 0;  
    float: left;
    clear: left;
    width: 155px;
    text-transform: capitalize;
    border-top: solid 1px #EBE5CA;
    }

.programme  dd { 
    margin: 0pt 0pt 0.5em 155px;
    padding: 10px 0 0 0;
    display:inline-block;
    border-top: solid 1px #EBE5CA;
    }

x.programme  dd:first-line {
    text-transform: capitalize;
    }

.monthly dt {
    font-weight: bold;
    }
	
#weekly-schedule dt {
	font: bold 1em georgia, serif;
	border-top: solid 1px #EBE5CA;
	margin: 1em 0 2px 0;
	padding: 1em 0 0 0;
	}
	
#weekly-schedule {
	margin: 0 0 30px 0;
	}

#weekly-schedule :first-child {
    border:none;
  }

.class-programme dt{ float:left; width:140px;font-weight:bold;}
.class-programme dd { margin-left:141px; text-indent:none;padding:0;}
.class-programme .description {margin:0 0 15px 141px;font-style:italic;}

.monthly-programme dt{font-weight:bold;margin-top:10px;}
.monthly-programme dd {padding-left:20px;}

#updates dt { 
	font: bold 1.1em Georgia;
	padding:10px 0 5px; 
	}
	
	#updates dt:first-child  { padding:0 0 5px;
 	}
	
#updates dd {
  	line-height:1.2;
  	padding: 0 0 20px;
	border-bottom:solid rgb(230, 223, 206) 1px;}

#updates  a {	text-decoration:none;display:block;	min-height:75px; padding:3px 0;}
#updates a:hover {background:#fff;}

#updates  dd.img {
   	margin: 0;
   	}
#updates dd img {
  	float: left;
  	margin: 0 8px 0 0;
  	padding: 4px;
  	border: 1px solid #D9E0E6;
  	background: #fff;
	height:65px; width:65px;
  	}

 
  
  
	#footer ul {
	list-style:none;
	margin: 1em 0;
	}

#footer ul li {
	display: inline;
	margin-left: 2em;
	}
#footer #back-to-top {
    width: 72em;
    display:block;
    margin: 0 auto;	
    text-align: left;
    }


/* =picboxes */
  

  .picbox { border-style: outset;
    border-width: 1px;
    padding: 10px;
    xwidth: 160px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    font-size: 0.8em;
    margin: 0 0 1.5em}

#class-info .picbox {margin:0 20px 0 0;}


   .picbox img { border-style: none;
    margin: 0 0 5px 0;
    display: block;
    }

  .wide { width: 250px;
    }

  .floatl { float: left;
    margin-right: 20px;
    }

  .floatr { float: right;
    margin-left: 20px;
    }


/* =Contact Form 
-------------------------- */

#contactform , #subscribeform {
	margin: 0 0 25px 0;
	padding: 20px;
	background: #F0ECD1 url(/images/bgs/form-bg.gif) repeat-x left top;
	}

#contactform input, #contactform textarea, #subscribeform input {
	border: inset 2px;
	}
#contactform .button {
	border: none;
	}

#content form p, #content form dl dd, #subscribeform  p, #subscribeform  dd {
	margin: 0 0 8px 0;
	padding: 0;
	}
#comments-form p.note, #contactform p.note {
	margin-top: 20px;
	}
x#contactform dl {
	margin: 0;
	padding: 0;
	font-size: 90%;
	}
x#contactform dt {
	font-weight: normal !important;
	}
#contactform dt em, #contactform .note em ,#subscribeform dt em, #subscribeform  .note em {
	color: #c30000;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	vertical-align: middle;
	}
#contactform #name, #contactform #email , #subscribeform #name, #subscribeform #email, #subscribeform #last_name {
	width: 23em;
	padding: 2px;
	font-size: 110%;
		}
#contactform textarea {
	width: 31em;
	height: 12em;
	font-family: inherit;
	font-size: 110%;
	}

address, x#column em {margin-left: 0.5em;
	font:bold 101% georgia;
        font-style: normal;
	letter-spacing:1px;
	line-height: 1.8;
	margin-bottom: 2em;
	}

/* ----- =photos ----- */

/* change width of content area for photo section */
#photos #page, #pics #page {
	background:none;
	position:relative;}
#photos #content {
	width: 750px;
	position:relative;}
	
#pics #content { width:605px; position:relative;}
#pics #column {width: 175px;}
#photo-display {
	padding:5px; 
	background:#222; 
	width:625px; 
	height:400px; 
	text-align:left; 
	margin: 0 auto 2em;
	border: solid 2px #222;
	position:relative;}
*html #photo-display,*html #photo #content {
	
	}

#photo-display ul {
	list-style:none; 
	padding:0; 
	margin:0; 
	width:150px; 
	background:#444; 
	border:1px 
	solid #666; 
	position:relative;
	}

#photo-display ul li {
	display:inline; 
	width:24px; 
	height:24px; 
	float:left; 
	margin:6px;
	padding:0;
	background: none;
	}

#photo-display ul li a {
	display:block; 
	width:24px; 
	height:24px; 
	cursor:default; 
	background:url(/images/bgs/photos-arrow2.gif) no-repeat; 
	text-decoration:none;
	}

#photo-display ul li a img {
	display:block; 
	width:22px; 
	height:22px; 
	border:1px solid #666; 
	border-top-color:#ccc;
	}

#photo-display ul li a:hover {white-space:normal;position:relative;}

/* hover styles for default images (landscape) */
#photo-display ul li a:hover img {
	position:absolute; 
	left:-20px; 
	top:-12px; 
	width:64px; 
	height:48px; 
	border-color:#fc0;
	}
/* hover styles for portrait images */
#photo-display ul li a.port:hover img {
	position:absolute; 
	left:-12px; 
	top:-20px; 
	width:48px; 
	height:64px; 
	border-color:#fc0;
	}

#photo-display ul li a:active, #photo-display ul li a:focus {position:static; outline:0;}

/* display styles for default images (landscape) */
#photo-display ul li a:focus img, 
#photo-display ul li a:active img {
	background-color:#000; 
	position:absolute; 
	left:180px; top:0; 
	width:425px; 
	height:320px; 
	border:1px solid #fc0; 
	padding: 5px;
	}
/* display styles for portrait images */
#photo-display ul li a:focus.port img, 
#photo-display ul li a:active.port img {
	background-color:#000; 
	position:absolute; 
	left:240px; 
	top:0; 
	width:300px; 
	height:380px; 
	border:1px solid #fc0; 
	padding:5px;}

/* styles for caption display */
#photo-display ul li a b {display:none;}

#photo-display ul li em { 
	display:block; 
	font-weight: bold; 
	color:#fc0;
	}

#photo-display ul li a:focus b, 
#photo-display ul li a:active b {
	display:block; 
	position:absolute; 
	width:140px; 
	height:215px; 
	border:1px solid #666; 
	top:165px; 
	left:0; 
	color:#ddd; 
	font-weight:normal; 
	padding:6px;
	}
	


#photopage {display: none;}
 
 embed {margin-bottom: 50px;}

 

  

  

