/* CSS Document */

body 
{
margin: 0px 0px 0px 0px;
padding: 0px;
color:#000;
background:#fff url(../images/background.jpg) repeat;
}


/* holds everything */
.container
{
overflow: hidden;
margin: 0px auto;
padding: 0px;
width: 690px;
height: 100%
background: fff;
}

/* holds headers */
.bannerbox 
{
margin: 0px auto;
padding: 0px;
width: 690px;
}

.textbox 
{
float: left;
padding: 0px 15px 0px 15px;
width: 660px;
background: #fff;
}

.redbox 
{
clear: both;
margin: 10px 0px 15px 0px;
padding: 10px;
width: 640px;
background: #A53565;
}


/* class times */
.classesbox
{
float: left;
margin: 0px 30px 0px 0px;
width: 300px;
}

/* class fees */
.feesbox
{
clear: none;
float: left;
margin: 0px 0px 0px 0px;
width: 294px;
border-left: 1px solid #CCC;
padding-left: 15px;

}

/* testimonials boxes */
.greybox 
{
float: left;
margin: 0px;
padding: 10px 10px 0px 10px;
margin: 0px 0px 10px 0px;
width: 640px;
background: #EFEFEF;
border: 1px solid #CCC;
}

/* testimonials boxes */
.lightbox 
{
float: left;
margin: 0px;
padding: 10px 10px 0px 10px;
margin: 0px 0px 10px 0px;
width: 640px;
background: #FFF;
border: 1px solid #CCC;
}

/* testimonials boxes */
.whitebox 
{
float: left;
padding: 10px 10px 0px 10px;
margin: 0px 0px 10px 0px;
width: 640px;
background: #fff;
}

.footer 
{
clear: both;
margin: 25px 0px 0px -15px;
padding: 25px 0px 20px 0px;
border-top: 1px dotted;
width: 800px;
}

.darkline
{
margin: 10px auto;
width: 100%;
border-top: 1px solid #CCC;
}



										/* NAVIGATION */

.menu 
{
margin: 0px;
padding: 0px;
width: 690px;
background: #A53565;
}

.menu p
{
font: Arial, Helvetica, sans-serif;
font-size: 15px;
text-align: center;
margin: 0px;
color: #FFF;
padding: 5px 0px;
}

 /* all lists */
#nav, #nav ul 
{
padding: 0px;
margin: 0px;
list-style: none;
}

#nav a 
{
display: block;
width: 138px;
text-decoration: none;
}

 /* all list items */
#nav li
{
float: left;
width: 138px;
background: #A53565;
}

#nav li:hover
{
background: #8F033F;
}

 /* second-level lists */
#nav li ul 
{
position: absolute;
width: 158px;
left: -999em;
}

/* lists nested under hovered list items */
#nav li:hover ul, #nav li.sfhover ul 
{ 
left: auto;
}

/* Breadcrumb menu */
.breadcrumbs
{
clear: both;
font: 11px Arial, Helvetica, sans-serif;
color: #999;
text-align: left;
line-height: 0px;
margin: 20px 0px 25px 0px;
}

										/* ACCORDION NAVIGATION */


.toggler 
{
font-family: Arial, Helvetica, sans-serif;
font-color: #8F033F;
font-size: 13px;
margin: 0px 0px 10px 0px;
text-decoration: none;
}

.toggler:hover 
{ 
background: #DDB2C5;
cursor: pointer;
}

/* handles formatting of the text in the toggler div - see also javascript in html file header */
.toggleropen
{
width: 105px;
margin: 0px 0px 0px 0px;
}

.toggleropen h3
{
line-height: 1em;
border-bottom: 1px dotted #8F033F;
margin-bottom: 5px;
}

/* handles formatting of the text in the toggler div - see also javascript in html file header */
.togglerclose
{
width: 32px;
margin: 0px 0px 0px 0px;
padding-left: 16px;
background: url(../images/icon-close.gif);
background-position: 0em 0.1em;
background-repeat: no-repeat;
}

.togglerclose h3
{
line-height: 1em;
border-bottom: 1px dotted #8F033F;
margin-bottom: 10px;
}

/* this forms the background of the accordion contents */ 
.element 
{
width: 660px;
margin: 5px 0px 10px 0px;
}
 
.element p 
{
margin: 0;
padding: 10px 10px;
background: #EFEFEF;
}

.element .reference
{
width:
}


										/* BULLETS & LISTS */

.bullet-square
{
margin-left: -5px;
padding-left: 0px;
list-style: none;
}

.bullet-square li
{
background-image: url(../images/bullet-square.gif);
background-repeat: no-repeat;
padding-left: 25px;
background-position: 0.5em 0.3em;
}

.bullet-square-lt
{
margin-left: -5px;
padding-left: 0px;
list-style: none;
}

.bullet-square-lt li
{
background-image: url(../images/bullet-square-lt.gif);
background-repeat: no-repeat;
padding-left: 25px;
background-position: 0.5em 0.3em;
}

.bullet-tick
{
margin: 0px 0px 0px -10px;
padding-left: 0px;
list-style: none;
}

.bullet-tick li
{
background-image: url(../images/bullet-tick.gif);
background-repeat: no-repeat;
padding-left: 30px;
background-position: 0.5em 0.5em;
}

.bullet-tick-sml
{
margin: 0px 0px 0px -10px;
padding-left: 0px;
list-style: none;
}

.bullet-tick-sml li
{
background-image: url(../images/bullet-tick.gif);
background-repeat: no-repeat;
padding-left: 30px;
background-position: 0.5em 0.2em;
}



										/* GRAPHICS */


.thumbright 
{
clear: both;
float: right;
width: 200px;
margin: 0px;
padding: 5px 0px 20px 15px;
}

.feesbox .thumbright
{
margin: 0px auto;
float: none;
}

.imageright 
{
clear: both;
float: right;
width: 265px;
margin: 0px;
padding: 5px 0px 20px 15px;
}

.thumbleft 
{
float: left;
margin: 0px;
padding: 5px 15px 20px 0px;
}

.caption
{
float: left;
width: 190px;
border-top: 3px solid #FFF;
padding: 3px 5px 5px 5px;
background: #dedede;
}

.feesbox .caption
{
margin-bottom: 10px;
}

.adbox 
{
clear: both;
float: right;
width: 266px;
height: 350px;
margin: 5px 0px 0px 15px;
background: url(../images/offer.jpg) top left no-repeat;
}

.adbox:hover
{
cursor: pointer;
}

.bigbullet 
{
float: left;
margin: -5px 10px 0px 0px;
padding: 0px;
}

/*holds the footer logo */
#footerlogo 
{
float: left;
margin: 0px 10px 80px 15px;
padding: 0px;
}


										/* FONTS */


h1 
{
text-align: left;
font: 24px Arial, Helvetica, sans-serif;
color: #8F033F;
line-height: 1em;
}

h2 
{
text-align: left;
font: 20px Arial, Helvetica, sans-serif;
color: #999;
line-height: 1.5em;
}

h3 
{
text-align: left;
font: 16px Arial, Helvetica, sans-serif;
color: #999;
line-height: 1.5em;
}

h4 
{
text-align: left;
font: 16px Arial, Helvetica, sans-serif;
color: #8F033F;
line-height: 1.5em;
margin: 0px 0px 0px 0px;
}

h5
{
text-align: left;
font: 15px Arial, Helvetica, sans-serif;
line-height: 1.5em;
margin: 0px 0px 0px 0px;
}

h6 
{
text-align: left;
font: 16px Arial, Helvetica, sans-serif;
color: #000;
line-height: 1.5em;
margin: 0px 0px 0px 0px;
}

.greybox h6
{
margin: 0px 0px 10px 0px;
}

.whitebox h6
{
margin: 0px 0px 10px 0px;
}

h6 em
{
font-size: 13px;
color: #000;
font-style: normal;
}

h7
{
text-align: center;
font: 20px Arial, Helvetica, sans-serif;
color: #8F033F;
line-height: 1.5em;
}

p 
{
text-align:justify;
font: 13px Arial, Helvetica, sans-serif;
line-height:1.7em;
margin-top: 0px;
}

.reference 
{
text-align:justify;
font: 11px Arial, Helvetica, sans-serif;
line-height:1.7em;
width: 640px;
margin: 0px 0px 10px 0px;
}

.reference em
{
color: #000;
font-style: italic;
}

.caption p
{
font-size: 11px;
line-height: 1.4em;
margin-bottom: 0px;
}

.caption em
{
color: #8F033F;
font-style: normal;
}

.footer em
{
font-size: 14px;
font-stretch: normal;
}

em
{
color: #8F033F;
font-style: normal;
}

										/* LINKS */

/* External links with icon */											
.ext a:link 
{
color: #8F033F;
text-decoration: none;
border-bottom: 1px dotted;
padding-right: 18px;
background: transparent url(../images/icon-ext.gif) no-repeat top right;
zoom: 1;
}

.ext a:visited 
{
color: #8F033F;
text-decoration: none;
border-bottom: 1px dotted;
padding-right: 18px;
background: transparent url(../images/icon-ext.gif) no-repeat top right;
zoom: 1;
}

.ext a:hover 
{ 
padding-right: 18px;
background: #DDB2C5 url(../images/icon-ext.gif) no-repeat top right;
zoom: 1;
}

/* mailto links with icon */											
.mail a:link 
{
color: #8F033F;
text-decoration: none;
border-bottom: 1px dotted;
padding-right: 18px;
background: transparent url(../images/icon-mailto.gif) no-repeat top right;
zoom: 1;
}

.mail a:visited 
{
color: #8F033F;
text-decoration: none;
border-bottom: 1px dotted;
padding-right: 18px;
background: transparent url(../images/icon-mailto.gif) no-repeat top right;
zoom: 1;
}

.mail a:hover 
{ 
padding-right: 18px;
background: #DDB2C5 url(../images/icon-mailto.gif) no-repeat top right;
zoom: 1;
}


/* standard link */
.body a:link 
{
color: #8F033F;
text-decoration: none;
border-bottom: 1px dotted;
}

.body a:visited 
{
color: #8F033F;
text-decoration: none;
border-bottom: 1px dotted;
}

.body a:hover 
{ 
background: #DDB2C5;
}

/* information link */
.inf a:link 
{
color: #000;
text-decoration: none;
border-bottom: 1px dotted;
}
.inf a:visited
{
color: #000;
text-decoration: none;
border-bottom: 1px dotted;
}
.inf a:hover 
{ 
background: #EDEDED;
cursor: help;
}

										/* HEADERS */

.homeheader 
{
margin: 0px auto;
padding: 0px;
width: 690px;
height: 295px;
background: url(../images/homeheader.jpg)
}

.classesheader 
{
margin: 0px auto;
padding: 0px;
width: 690px;
height: 295px;
background: url(../images/classesheader.jpg)
}

.personalheader 
{
margin: 0px auto;
padding: 0px;
width: 690px;
height: 295px;
background: url(../images/personalheader.jpg)
}

.workplaceheader 
{
margin: 0px auto;
padding: 0px;
width: 690px;
height: 295px;
background: url(../images/workplaceheader.jpg)
}