/* CSS Document */

@charset "UTF-8";

/* colour palette
================================

background: #7d7e68;
h2,h3: #709030;
h1, menu dark green, menu top bar: #454c0c;
h1 background in rightPhotos div: #454c0c;
h1 background: #aaa277;
a: #3333aa;
menu yellow text: #f6f6cc;
menu a bg green not seen: #787800;
menu a bg red not seen: #a1986d; [use in page headers only]

================================= */

/* Zero down margin & padding on all elements */
* {
  margin: 0;
  padding: 0;
}

/* set body */

body
	{
	margin: 0 0;
	padding: 0;
	background-color: #7d7e68;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	}
	
	a {
	text-decoration:none;
	}
	
/* The structure of the page
================================= */


#container {
  position: relative;
  width: 780px; 
  margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
  background-color: none;
  text-align: left; /* this overrides the text-align: center on the body element. */
}

#mainContentContainer { 
position:absolute;
	top: 0px;
	left: 0px;
	width: 512px;
	background-color: #fff;
	margin: 0;
	padding: 8px;
}


#header { 
	width: 512px;
	
	background-color: #fff;
	margin: 0; /* zeroing the margins of the first element in the header will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#mainContent { 
width: 512px;
	background-image:url(images/content-bg.gif);
	background-position:right;
	background-repeat: repeat-y;
	margin: 0;
	padding: 12px 0 0 0;
}

#menuContainer { 
	position:absolute;
	top: 0;
	right: 0;
	width: 252px;
	background-color: none;
	margin: 0; /* zeroing the margins of the first element in the header will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#menu {
	width: 234px;
	margin: 0 0 16px 18px; /* zeroing the margins of the first element in the header will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #454c0c;

}

#rightPhotos {
width: 234px;
margin: 0 0 0 18px;
padding: 0;
}

#stencil {
  width: 252px;
  height: 310px; 
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  background-color: none;
  background-image:url(images/background.jpg);
  background-repeat:no-repeat;
}

#footer {
 padding: 6px 6px 6px 6px;
  margin: 0;
   background-color:#aaa277;
  background-image:url(images/h1-bg.gif);
  background-repeat: repeat-y;
}

#footer p {
  padding: 0;
  margin: 0;
  }
  
#footerTopLink {
float: right;
margin: 0;
padding: 0 0 0 25px;
}

#footerTopLink p {
text-align: right;
}

#footerTopLink a:link {
color: #000;
} 

#footerTop a:visited {
color: #000;
}

div.boxed {
border: thin solid #709030;
background-color:#d0e8a6;
margin: 0 0 20px 0;
padding: 12px;
} 

img.rightImage {
float:right;
margin: 0 0 12px 20px;
}
 
/* typography - general
================================= */

h1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: normal;
  font-style:italic;
  padding: 6px 6px 6px 6px;
  margin: 0 0 20px 0;
  color: #454c0c;
  background-color:#aaa277;
  background-image:url(images/h1-bg.gif);
  background-repeat: repeat-y;
}

h2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
   line-height: 17px;
   text-transform:uppercase;
  padding: 0 0 6px 0;
  margin: 8px 0 12px 0;
  color: #709030;
  border-bottom:dotted;
  border-bottom-style:solid;
  border-bottom-color:#aaa277;
  border-bottom-width:thin;
}

h3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
   line-height: 13px;
   text-transform:uppercase;
  margin: 20px 0 5px 0;
  color: #709030;
}

h4 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
   line-height: 14px;
  margin: 20px 0 5px 0;
}

h5 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
   line-height: 13px;
    margin: 8px 0 12px 0;
  color: #000;
}

p {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
   line-height: 20px;
  margin: 0 6px 12px 0;
}

p.smallSpaceBelow {
margin-bottom: 5px;
}

p.bottomStrip {
  padding: 6px 6px 6px 6px;
  margin: 0;
  text-transform: uppercase;
  background-color:#aaa277;
  background-image:url(images/h1-bg.gif);
}

ul ol {
margin: 0 0 12px 0;
}

li {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
   line-height: 20px;
   margin: 0 6px 0 25px;
}

li.final {
margin: 0 6px 12px 25px;
}

a:link		{
color:#3333aa;
text-decoration: none;
}
				
a:visited	{
color:#3333aa;
text-decoration: none;
}

a:active	{
color:#000;
text-decoration: underline;
}

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

#rightPhotos h1  {

  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  font-style: normal;
  padding: 4px 4px 4px 4px;
  margin: 25px 0 0 0;
  color: #454c0c;
  background-image: none;
  background-color: #fff;
  border-top: solid 12px #dddd00;
 }
 
 .boldRed {
	font-weight: bold;
	color: #cc0000; 
 }
 

/* tables
================================= */

#mainContent table {
margin: 8px 0 20px 0;
border-collapse:collapse;
background-color:#fff;
border: none;
width:512px;
}


#mainContent table  td {
padding: 5px 4px 0 4px;
margin: 0;
border-style:solid;
border-width:thin;
border-color:#fff;
vertical-align:top;
}

#mainContent table  td.left {
background-color:#a1986d;
}

#mainContent table  td.right {
background-color:#e0d6b8;
}

#mainContent td p {
margin: 0 0 5px 0;
line-height: 15px;
}

#mainContent td p.boldWhite {
color: #fff;
font-weight: bold;
}


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

#menu a {
 font-family: Verdana, Arial, sans-serif;
 font-size: 13px;
 line-height: 15px;
 color: #f6f6cc;
 display: block;
 padding: 8px 2px 7px 18px;
 margin: 0;
 background-color: #787800;
 background-image:url(images/menu-bg.gif);
 background-repeat: no-repeat;
  }
    
#menu a:link {
text-decoration: none;
}
				
#menu a:visited	{
text-decoration: none;
}

#menu a:active	{
background-image: none;
text-decoration: none;
}

#menu a:hover		{
background-image: none;
text-decoration: none;
}

/* typography - menu placeholders
These classes allow the menu to be
a set library item. Custom formatting
for current page menu items is applied
via a custom style within the head tag.
======================================== */

#menu a.home {
  
  }

#menu a.about {

  }

#menu a.children {
  
  }

#menu a.teenage {
 
  } 
  
  #menu a.intermediate {
 
  }   
  
#menu a.adultRec {
 
  }
  
  #menu a.workshops {
 
  }
  
#menu a.adultInt {

  }
  
#menu a.performancegroup {

  }
  
  
#menu a.corporate {

  }
  
  #menu a.location {
 
  }
  
#menu a.contact {
 
  }
  
#menu a.homeSub   {
display: none;
height: 0;
  
  }

#menu a.aboutSub {
display: none;
height: 0;

  }

#menu a.childrenSub  {
 display: none;
height: 0;
 
  }

#menu a.teenageSub  {
 display: none;
height: 0;

  } 
  
#menu a.intermediateSub  {
 display: none;
height: 0;

  }  
    
#menu a.adultRecSub  {
 display: none;
height: 0;

  }
  
  #menu a.workshopsSub  {
 display: none;
height: 0;

  }
  
#menu a.adultIntSub  {
display: none;
height: 0;

  }
  
#menu a.contactSub  {
 display: none;
height: 0;

  }
  
/* images
================================= */

img.leftImage {
float: left;
margin: 0 24px 16px 0;
}

#rightPhotos img  {
display: block;
margin: 8px 0 0 0;
}