@import "all.css"; /* just some basic formatting, no layout stuff */

body {
	margin:10px 10px 0px 10px;
	}

#container
{
/*	background-color:  Lime;*/
	width: 900px;
	margin: 0 auto;
	text-align:left;
}
#content
{
	width: 900px;
	background: #ffffff;
	background-image: url(images/ContentBackground.gif);
}
#contentgradient
{
	width: 900px;
	background-image: url(images/ContentBackgroundGradient.gif);
	background-repeat: no-repeat;
}
#contenttop
{
	width: 900px;
	height: 25px;
	background-image: url(images/ContentBackgroundTop.gif);
}
#contentbottom
{
	width: 900px;
	height: 25px;
	background-image: url(images/ContentBackgroundBottom.gif);
}

#main 
{
/*	border: 1px solid blue;*/
/*	background: yellow;*/
	float: right;
	width: 630px;
	padding: 5px 10px 10px 35px;
	}

#left 
	{
/*	border: 1px solid red;*/
/*	background: cyan;*/
	padding: 5px 10px 10px 20px;
	}

#menu {
	border: 1px solid #000000;
	}

#banner 
{
	height: 130px;
	}


/*	
#leftFrameContent
{
	width: 190px;
	border-left:solid 1px #888888;
	border-right:solid 1px #888888;
}
#leftFrameHeader, #leftFrameFooter
{
	width: 190px;
	border: none;
	border-left:solid 1px #888888;
	border-right:solid 1px #888888;
	border-top:solid 1px #888888;
	background-image: url(images/LeftFrameHeaderBackground.gif); 
	background-repeat: repeat-x;
	background: url(images/tr.gif) no-repeat top right; 
}
#leftFrameFooter
{
	background: url(images/br.gif) no-repeat top right; 
}
#leftFrameHeader h2
{
	display: inline;
}
*/

#FrameRightWindow
{
	float:left;
	margin: 10px 10px 10px 10px;
	padding: 0px;
	border: solid 1px red;
}
#FrameRightWindowContent
{
	border-left:solid 1px #888888;
	border-right:solid 1px #888888;
	border-bottom:solid 1px #888888;
}
#FrameRightWindowHeader
{
	border-left:solid 1px #888888;
	border-right:solid 1px #888888;
	border-top:solid 1px #888888;
/*	background-image: url(images/LeftFrameHeaderBackground.gif);*/
	background-repeat: repeat-x;
}
div.StandardFrame {
	float:left;
	margin: 10px 10px 10px 10px;
	padding: 0px;
	}
div.floatleft
{
	float: left;
}
div.floatright
{
	float: right;
}


/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */

		
	
	
h1 { /* Page Headings */
	font-size:140%;
	letter-spacing:2px;
	color: #CC0000;
	padding: 5px 15px 10px 0px;
	margin: 0px;
	text-align: center;
	}
	
h2 { /* Section Headings */
	font-size:105%;
	padding: 5px 0px 10px 0px;
	margin: 0px;
	}

h3 { /* Sub Headings */
	font-size:105%;
	padding: 5px 0px 10px 0px;
	margin: 0px;
	}
h4 { /* Frame Headings */
	font-size:100%;
	padding: 5px 0px 10px 0px;
	margin: 0px;
	}
h5 { /* Question headings */
	font-size:105%;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	}
	
hr {
	width: 97%;
	margin: 0px 0px 0px 0px;
}
p {
	padding: 0px 15px 10px 0px;
	margin:0px;
	}
marquee {
	color: #cc0000;
	font-style: italic;
	font-weight: bold;
	padding-right:15px;
}
ul {
	margin:0px;
	padding: 0px 15px 10px 30px;
}
.highlight, .question
{
	color: #FF0000;
	font-weight: bold;
}
.letters
{
	font-size: 65%;
	font-weight: bold;
}
ul.close {
	margin:0px;
	padding: 0px 0px 0px 30px;
}
li.close {
	margin:0px;
	padding: 0px;
}
img.standalone 
{
}
img.block
{
	display:block;
}
img.inlineblock
{
	display:inline-block;
}
img.inline
{
	display:inline;
}

.alignleft { text-align:left; }

a.newsLink, a.programmesLink, a.merchandiseLink {
	padding: 2px 20px 2px 0px;
	display: inline-block;
}
img.galleryThumb {
	padding: 2px 20px 20px 0px;
}
p.Footer, p.Footer a, p.Footer a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
p.Footer 
{
	font-size:80%;
}
p.FooterBig, p.FooterBig a, p.FooterBig a:hover {
	font-size:90%;
	color: #bbbbbb;
	text-decoration: none;
	font-weight: normal;
}
p.NewsHighlight
{
	color: #cc0000;
	text-decoration: underline;
	font-weight:bold;
	text-align:center;
}


#menu ul, #menu li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a.nav, a.current, a.link
{
	display:inline;
	float:left;
	margin: 10px 0px 10px 23px;
	height: 31px;
	background-color: transparent;
	background-repeat: no-repeat;
}
a.nav:hover, a.link:hover {
background-position: 0 -31px;
}
a.current {
background-position: 0 -62px;
}
a.link {
	margin: 0px 0px 0px 0px;
}
a.home
{
	background-image: url(images/Buttons/buttonhome.gif);
	width: 52px;
}

a.ourhistory
{
	background-image: url(images/Buttons/buttonourhistory.gif);
	width: 75px;
}

a.news
{
	background-image: url(images/Buttons/buttonnews.gif);
	width: 50px;
}

a.freetrial
{
	background-image: url(images/Buttons/buttonfreetrial.gif);
	width: 103px;
}
a.contactus
{
	background-image: url(images/Buttons/buttoncontactus.gif);
	width: 92px;
}
a.howcanijoin
{
	background-image: url(images/Buttons/buttonhowcanijoin.gif);
	width: 99px;
}
a.instructorslocations
{
	background-image: url(images/Buttons/buttoninstructorslocations.gif);
	width: 135px;
}
a.classtimes
{
	background-image: url(images/Buttons/buttonclasstimes.gif);
	width: 75px;
}
a.locations
{
	background-image: url(images/Buttons/buttonlocations.gif);
	width: 69px;
}
a.programs
{
	background-image: url(images/Buttons/buttonprogrammes.gif);
	width: 83px;
}
a.leadershipprogrammeevents
{
	background-image: url(images/Buttons/buttonLPEwhitebg.gif);
	width: 172px;
}

a.name, a.name:hover {
	text-decoration: none;
	color: #000000;
}

#LessonTimes table
{
	border: solid 1px #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
	text-align: center;
	font-size: .9em;
}
#LessonTimes tr
{
	background:#ffffff;
}
#LessonTimes td
{
	padding: 5px 10px 5px 10px;
}
#LessonTimes th
{
	padding: 0px 0px 0px 0px;
}
#LessonTimes tr.head
{
	background:#aaaaaa;
}
#LessonTimes tr.positive
{
	background:#ff99ff;
}
#LessonTimes tr.diploma
{
	background:blue;
	color:#ffffff;
}
#LessonTimes tr.leadership
{
	background:gold;
}
#LessonTimes tr.lildragons
{
	background:#ff99ff;
}
#LessonTimes tr.yellow, #LessonTimes td.yellow
	{
		background:yellow;
	}
#LessonTimes tr.green, #LessonTimes td.green
	{
		background:green;
	}
#LessonTimes tr.blue, #LessonTimes td.blue
	{
		background:blue;
		color:#ffffff;
	}
#LessonTimes tr.red, #LessonTimes td.red
	{
		background:red;
		color:#ffffff;
	}
#LessonTimes tr.black, #LessonTimes td.black
	{
		background:black;
		color:#ffffff;
	}
#LessonTimes tr.aid, #LessonTimes td.aid
	{
		background:black;
		color:orange;
	}
#LessonTimes tr.aid td { border-top: solid 4px red; border-right: solid 2px red; border-bottom: solid 4px red; border-left: solid 2px red; }
#LessonTimes tr.leadership
	{
		background:orange;
		color:red;
		border: solid 2px red;
		font-weight: bold;
	}
#LessonTimes p span.highlight, #LessonTimes tr.leadership .highlight, #LessonTimes td.leadership .highlight { color: blue;}
#LessonTimes td {width:130px;}






#OurHistoryTable
{
	background-image: url(images/OurHistoryTableBackground.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	
}
#OurHistoryTable table
{
	width: 530px;
	border-collapse: collapse; 
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 42px;
}
#OurHistoryTable th, #OurHistoryTable td
{
	border: solid 1px #000000;
	padding: 5px 10px 5px 10px;
}
#OurHistoryTable th
{
	background-image: url(images/FrameBorders/HeaderBackground.gif);
	background-repeat: repeat-x;
}


#ContactUsTable table
{
	width: 590px;
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#ContactUsTable th, #ContactUsTable td
{
	padding: 5px 10px 5px 10px;
}
#ContactUsTable td.Label
{
	text-align:right;
	width: 170px;
}
#ContactUsTable th
{
	background-repeat: repeat-x;
}
#ContactUsTable input.text
{
	width: 300px;
}
#ContactUsTable textarea
{
	width: 300px;
	height:200px;
}
#ContactUsTable input.radio
{
	vertical-align: text-bottom;
	margin-right: 6px;
}



#FreeTrialTable table
{
	width: 610px;
	background: #ffffff;
	border-collapse: collapse; 
	border: solid 1px #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#FreeTrialTable img
{
	margin: 10px 10px 10px 10px;
}


#MembersNewsTable table
{
	width: 580px;
	border-collapse: collapse; 
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#MembersNewsTable img
{
	margin: 10px 10px 10px 10px;
}
#MembersNewsTable h1
{
	font-size: 125%;
	color: #FF0000;
	letter-spacing: normal;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#MembersNewsTable h2
{
	font-size: 115%;
	color: #FF0000;
	letter-spacing: normal;
	text-align: center;
	margin: 0px;
}


#BirthdayPartyTable
{
	background: url(images/BirthdayParty.jpg) no-repeat center;
}
#BirthdayPartyTable h1
{
	font-size: 125%;
	color: #000000;
	letter-spacing: normal;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#BirthdayPartyTable h2
{
	font-size: 90%;
	color: #000000;
	letter-spacing: normal;
	text-align: center;
	margin: 0px;
}
#BirthdayPartyTable h3
{
	text-align: center;
}
#BirthdayPartyTable .highlight
{
	color: #FF0000;
}
#BirthdayPartyTable .lowlight
{
	font-size: 80%;
	font-style: italic;
}

#MerchandiseTable table
{
	width: 590px;
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#MerchandiseTable h3
{
	font-size: 120%;
}
#MerchandiseTable h4
{
	font-size: 110%;
	color: #cc0000;
}
#MerchandiseChristmas
{
	width: 615px;
	background-image: url(images/christmas.jpg);
	margin:10px 0 10px 0;
}
#MerchandiseChristmas p
{
	font-weight:bold;
	padding:10px 10px 10px 110px;
	color:#dddddd;
}

#HowToJoinAlternatives {
	width: 280px;
	text-align:center;
	float:left;
	display:inline;
}
#HowToJoinJoinTodayButton 
{
	margin: 8px 0 0 0;
	display: inline;
	float:left;
}

#OurHistoryAspects {
	width: 200px;
	float:left;
	display:inline;
}
#OurHistoryImage1 {
	margin: 0 0 0 30px;
	display: inline;
	float:left;
}

div.clear, .clear {clear: both;}
div.break {font-size: 1px;}
.hidden {visibility:hidden; display:none;}




/*
img.corner {
   border: none;
   display: block !important;
   margin: none;
   padding: none;
}





#Frame 
{
	background: url(images/FrameBorders/bl.gif) no-repeat bottom left;
	border:solid 1px blue;
	height: 100%;
}
#FrameBR 
{
	background: url(images/FrameBorders/br.gif) no-repeat bottom right;
	border:solid 1px red;
}
#FrameLeft
{
	width: 15px;
	border: none;
	display: inline;
	float: left;
}
#FrameContentright
{
	background-image: url(images/FrameBorders/LeftFrameHeaderBackground.gif);
	background-repeat: repeat-x;
	display: inline;
	float: left;
	width: 590px;
	border-bottom: solid 1px #999999;
}
#FrameContentleft
{
	background-image: url(images/FrameBorders/LeftFrameHeaderBackground.gif);
	background-repeat: repeat-x;
	display: inline;
	float: left;
	width: 165px;
	border-bottom: solid 1px #999999;
}
#FrameContentleft p, #FrameContentleft h2
{
	padding-left: 0px;
	padding-right: 0px;
}
#FrameRight
{
	width: 15px;
	height: 100%;
	border: none;
	background-repeat: repeat-x;
	background: url(images/FrameBorders/br.gif) no-repeat bottom left; 
	display: inline;
	float: left;

}


#RoundFrameTop
{
	background: url(images/FrameBorders/tr.gif) no-repeat top right; 
}

#RoundFrameTop img
{
	display: inline;
	text-align: right;
}

#RoundFrameContent
{
	padding: 0px 5px 0px 15px;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
}

#RoundFrameBottom
{
	background: url(images/FrameBorders/br.gif) no-repeat bottom right; 
}
*/

.RoundFrame .t {background: url(images/FrameBorders/dot.gif) 0 0 repeat-x}
.RoundFrame .b {background: url(images/FrameBorders/dot.gif) 0 100% repeat-x}
.RoundFrame .l {background: url(images/FrameBorders/dot.gif) 0 0 repeat-y}
.RoundFrame .r {background: url(images/FrameBorders/dot.gif) 100% 0 repeat-y}
.RoundFrame .bl {background: url(images/FrameBorders/bl.gif) 0 100% no-repeat}
.RoundFrame .br {background: url(images/FrameBorders/br.gif) 100% 100% no-repeat}
.RoundFrame .tl {background: url(images/FrameBorders/tl.gif) 0 0 no-repeat}
.RoundFrame .tr {background: url(images/FrameBorders/tr.gif) 100% 0 no-repeat; padding:15px}

.RoundFrame .left
{
	width: 195px;
	border: none;
}
.RoundFrame .right
{
	width: 620px;
	border: none;
}





