.todo{
  padding: 10px;
  margin: 10px;
  border: 1px solid #FF0000;
  background: rgba(255, 0, 0, 0.1);
  -moz-border-radius: 9px; 
  -webkit-border-radius: 9px; 
}

*{
  margin: 0;
  padding: 0;
}

body{
  background-image: url("/images/pagepg.jpg");
  background-repeat: repeat-x;
  background-color: #FFFFFF;
  font-family: Georgia, serif;
  font-size: 13px;
  line-height: 22px;
  color: #555555;
}

h1{
  font-size: 34px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #556D4A;
  font-weight: normal;
}

h1 a{
  font-weight: normal;
  text-decoration: none;
}

h2{
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #556D4A;
  font-weight: normal;
}

h2 a{
  font-weight: normal;
  text-decoration: none;
  color: #556D4A;
}

h3{
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #556D4A;
  font-weight: normal;
}

h3 a{
  color: #556D4A;
  font-weight: normal;
  text-decoration: none;
}

h4{
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;
  color: #556D4A;
  font-weight: normal;
}


h4 a{
  color: #556D4A;
}

/* used for online forms */

h5{
  font-size: 16px;
  line-height: 18px;
  color: #556D4A;
  font-weight: normal;
}

h6{
  font-size: 14px;
  line-height: 18px;
  color: #556D4A;
  font-weight: normal;
}

/* end used for online forms */


p{
  margin-bottom: 15px;
}

ul, ol{
  margin-left: 30px;
  margin-bottom: 15px;
}

a{
  color: #267297;
  text-decoration: underline;
  /* font-weight: bold; */
}

a:hover{
  text-decoration: underline;
  color: #4CACD2;
}

a:focus{
  outline: none;
}



#container{
  width: 880px;
  margin: 0 auto;
  position: relative;
}

#header{
  height: 233px;
  background-image: url(/images/logo.jpg);
  background-repeat: no-repeat;
}

#homelink{
  position: absolute;
  top: 50px;
  left: 90px;
}

#navbar{
  padding-top: 174px;
  text-align: right;
}

#ausbutton{
  position: absolute;
  top: 80px;
  left: 735px;
}

#breadcrumbs{
  line-height: 24px;
  height: 24px;
  margin-left: 205px;
  margin-bottom: 20px;
}

#breadcrumbs a{
  color: #555555;
  text-decoration: none;
  font-weight: normal;
}

#breadcrumbs a:hover{
  color: #556D4A;
}

#breadcrumbs .left{
  float: left;
  width: 3px;
  height: 24px;
  background-image: url("/images/breadcrumb-left.jpg");
}

#breadcrumbs .link{
  float: left;
  background-image: url("/images/breadcrumb-bg.jpg");
  height: 24px;
  padding: 0 15px 0 15px;
}

#breadcrumbs .join{
  float: left;
  background-image: url("/images/breadcrumb-join.jpg");
  width: 13px;
  height: 24px;
}

#breadcrumbs .right{
  float: left;
  background-image: url("/images/breadcrumb-right.jpg");
  height: 24px;
  width: 3px;
}



#homeright{
  width: 264px;
  float: right;
}

#homeright .heading{
  width: 264px;
  height: 33px;
}

#homeright .box{
  padding: 5px 10px 10px 15px;
  background-image: url("/images/rightbox-bg.jpg");
  font-size: 12px;
}
#homeright .box p{
  margin-bottom: 5px;
}


#homeright .bottom{
  width: 264px;
  height: 7px;
  background-image: url("/images/rightbox-bottom.jpg");
  margin-bottom: 15px;
}


#box{
  margin: 0 auto;
  background-image: url("/images/box-bg.jpg");
  padding: 10px 40px 20px 40px;
  min-height: 200px;
}

#box-top{
  width: 891px;
  height: 21px;
  background-image: url("/images/box-top.jpg");
}

#box-bottom{
  width: 891px;
  height: 24px;
  background-image: url("/images/box-bottom.jpg");
}



#sidebar{
  width: 266px;
  float: right;
  margin-right: -20px;
}

#sidebar .top{
  width: 266px;
  height: 35px;
}

#sidebar .box{
  padding: 5px 10px 10px 15px;
  background-image: url("/images/sidebar-bg.jpg");
}


#sidebar .bottom{
  width: 266px;
  height: 8px;
  background-image: url("/images/sidebar-bottom.jpg");
  margin-bottom: 15px;
}




#footer{
  clear: both;
  text-align: right;
  font-size: 10px;
  line-height: 13px;
  color: #777777;
  margin-bottom: 20px;
}

#footer a{
  color: #777777;
  font-weight: normal;
  text-decoration: none;
}

#randomquote{
  width: 350px;
  color: #bbbbbb;
  float: left;
  text-align: left;
  font-size: 11px;
  line-height: 12px;
}

#randomquote #quote{
  font-size: 14px;
  line-height: 20px;
}

#randomquote a{
  color: #bbbbbb;
}


.arrow{
  float: right;
  padding-left: 5px;
}




#home-smallboxes .container{
  width: 140px;
  margin-right: 10px;
  float: left;
}

#home-smallboxes .heading{
  width: 140px;
  height: 93px;
}

#home-smallboxes .box{
  background-image: url("/images/home-smallboxes-bg.jpg");
  padding: 5px 10px 5px 10px;
  min-height: 70px;
}

#home-smallboxes .bottom{
  width: 140px;
  height: 10px;
  background-image: url("/images/home-smallboxes-bottom.jpg");
  margin-bottom: 15px;
}



#home-bigboxes .container{
  width: 291px;
  margin-right: 10px;
  float: left;
}

#home-bigboxes .heading{
  width: 291px;
  height: 48px;
}

#home-bigboxes .box{
  background-image: url("/images/home-bigboxes-bg.jpg");
  padding: 5px 10px 5px 15px;
  min-height: 30px;
}

#home-bigboxes .bottom{
  width: 291px;
  height: 11px;
  background-image: url("/images/home-bigboxes-bottom.jpg");
  margin-bottom: 15px;
}












#programmes-index .programme{
  clear: both;
  padding-top: 30px;
}

#programmes-index .image{
  float: left;
}

#programmes-index .blurb{
  margin-left: 230px;
}





#datesfees td{
  padding: 10px 5px 10px 5px;
  border-top: 1px solid #333333;
}

#datesfees .heading{
  border: 0;
}



.testimonial{
  padding-bottom: 25px;
  margin-bottom: 25px;
  clear: right;
  border-bottom: 1px solid #DFDFDF;
}

.testimonial p{
  margin-right: 180px;
}

.testimonial img{
  float: right;
  margin: 0 0 30px 30px;
}



#testimonialsidebar{
  float: left;
  border: 1px solid #CCC;
  padding: 5px 10px 5px 5px;
  background-color: #f1f1f1;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
}

#testimonialwithsidebar{
  margin-left: 140px;
}







.form .row{
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #CCC;
  padding-right: 30px;
  padding-left: 10px;
}

.form .heading{
  background-color: #f1f1f1;
  border-bottom: 1px solid #CCC;
  color: #333333;
}

.form td{
  padding-right: 15px;
  padding-bottom: 5px;
}

.form .checkbox{
  float: left;
  width: 320px;
}

.form .line input{
  width: 300px;
  border: 1px solid #CCC;
  padding: 3px;
  color: #556D4A;
  font-family: Georgia, serif;
  font-size: 12px;
}

.form .line textarea{
  width: 300px;
  height: 60px;
  border: 1px solid #CCC;
  padding: 3px;
  color: #556D4A;
  font-family: Georgia, serif;
  font-size: 12px;
}

.form .line select{
  width: auto;
  border: 1px solid #CCC;
  padding: 3px;
  color: #556D4A;
  font-family: Georgia, serif;
  font-size: 12px;
}


#gallery a{
  padding: 5px;
  background-color: #f1f1f1;
  border: 1px solid #CCC;
  display:block;
  float:left;
  margin: 0 10px 10px 0;
  width: 239px;
  height: 160px;
  text-align: center;
  overflow: hidden;
}

#gallery a:hover{
  border: 1px solid #556D4A;
}


#coachingright{
  float: right;
  width: 200px;
  padding-left: 30px;
}

#coachingleft{
  margin-right: 250px;
  border-right: 1px solid #333;
  padding-right: 20px;
}




#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Georgia, serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-size: 11px; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }




#print{
  display:none;
}



.table td{
  padding-right: 10px;
  padding-bottom: 10px;
}






.greenbutton{
  width: 266px;
  height: 35px;
  border: 0;
  background: 0;
  background-image: url(/images/greenbutton.jpg);
  text-align: left;
  color: #FFFFFF;
  padding-left: 15px;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
  font-family: Georgia;
  font-size: 14px;
} 



.credentials td{
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #f1f1f1;
}


.credentials .left{
  padding-right: 10px;
  width: 200px;
  vertical-align: top;
}

.credentials h3{
  margin-top: 35px;
}
