/* Content container styles */

#banner
{ 
    background: url(/images/banner.gif);
    line-height: 124px;
}

body
{ 
    background: url(/images/paper.png);
    color: rgb(50,50,50);
    font-family: Verdana, sans-serif;
    font-size: 9pt;
}

#content
{ 
    background: url(/images/content-background.gif) repeat-y; 
    clear: left;
    padding-left: 12px;
    padding-right: 212px;
}

#content-footer
{ 
    background: url(/images/content-footer-background.gif) repeat-y; 
    line-height: 13px;
}

#content-header
{ 
    background: url(/images/content-header-background.gif) repeat-y; 
    line-height: 8px;
}

#navigation
{
    background: url(/images/navigation-background.gif) repeat-y; 
}

#page
{ 
    margin-left: auto;
    margin-right: auto;
    width: 770px
}


/* Sidebar styles */

#sidebar
{ 
    float: right;
    width: 199px;
}

div#schedule-header
{ 
    background: url(/images/class-schedule-header-background.gif) no-repeat;
    line-height: 17px;
}

div#schedule
{ 
    background: url(/images/class-schedule-background.gif) repeat-y;
    padding: 0 10px 0 10px;
}

div#schedule-footer
{ 
    background: url(/images/class-schedule-footer-background.gif) no-repeat;
    line-height: 19px;
}

h1.schedule
{ 
    font-size: 9pt;
    margin: 0;
    padding: 15px 0 0 0;
}

h2.schedule-notes
{ 
    font-size: 8pt;
    margin: 5px 0 5px 0;
    padding: 0;
}

h1.schedule-top
{ 
    font-size: 9pt;
    margin: 0;
    padding-top: 0;
}

table.sidebar-schedule
{ 
    font-size: 8pt;
    vertical-align: top;
    width: 180px;
}

td.sidebar-schedule-times
{ 
    width: 50%;
}

td.sidebar-schedule-name
{ 
    width: 50%;
}

p.brochure-link
{ 
    margin-left: 10px;
}


/* Navigation styles */

ul.navigation
{
    list-style: none;
    padding: 4px 0 0 0;
    .padding: 3px 0 0 0;
    margin: 0;
}

li.navigation
{
    float: left;
    padding-left: 12px;
    padding-right: 1.5em;
    .padding-top: 1px;
    position: relative;
}

li.navigation a, li.navigation a:hover, li.navigation a:visited
{
    color: rgb(240,239,221);
    font-size: 10pt;
    text-decoration: none; 
}

span.menu-link, span.menu-title
{ 
    color: rgb(240,239,221);
    font-size: 10pt;
    font-weight: bold;
}

span.menu-link
{ 
    font-size: 100%;
}

li.navigation a:hover
{ 
    color: rgb(180,196,147);
}

li.navigation ul.navigation
{ 
    background: rgb(17,6,82);
    display: none;
    left: 0;
    margin: 0px;
    .margin-left: 10px;
    .margin-top: 5px;
    padding: 5px;
    position: absolute;
    top: 1em;
    width: 13em;
}

li.navigation > ul.navigation
{ 
    left: auto;
    .left: 0;
    top: auto;
    .top: 1em;
}

li.navigation:hover ul.navigation, li.over ul.navigation
{ 
    display: block;
}

/* Content styles */

a, a:hover, a:visited
{ 
    text-decoration: none;
}

a, a:visited
{ 
    color: blue;
}

a:hover
{ 
    color: rgb(17,6,82);
}

img.button
{
    border: none; 
}

h1.content
{
    color: rgb(22,3,83);
    font-family: "Trebuchet MS";
    font-size: 13pt;
    font-weight: normal;
    margin: 0;
    padding: 0 0 15px 0;
}

h2.section
{ 
    color: rgb(22,3,83);
    font-family: "Trebuchet MS";
    font-size: 11pt;
    margin: 0;
    padding: 0 0 15px 0;
}

h3.subsection
{ 
    color: rgb(22,3,83);
    font-family: "Trebuchet MS";
    font-size: 10pt;
    margin: 0;
    padding: 0 0 15px 0;
}

p.copyright
{ 
    font-size: 8pt;
}

p
{ 
    margin: 0;
    padding: 0 0 15px 0;
}

p.brochure-link
{ 
    margin: 0;
    padding: 15px 0 15px 10px;
}

ul, ol
{
    margin: 0;
    padding: 0 0 15px 0;
}

ol
{ 
    margin-left: 20px;
    .margin-left: 25px;
}

ul
{ 
    list-style: circle;
    margin-left: 15px;
}

table.schedule
{ 
    width: 525px;
}

tr
{ 
    vertical-align: top;
}

td.schedule-times
{ 
    width: 30%;
}

td.schedule-name
{ 
    width: 70%;
}

table.contact-us
{ 
    width: 525px;
}

td.contact-label
{ 
    width: 15%;
}

td.contact-details
{ 
    width: 85%;
}


/* Calendar styles */

table.calendar
{ 
    border: 2px solid rgb(217,216,198);
    text-align: center;
    -moz-border-radius: .75em;
    background: white;
    width: 224px;
    padding: 0;
    margin: 0;
}

table.calendar th 
{ 
    font-weight: normal;
}

table.calendar td, table.calendar th
{ 
    width: 3em;
    height: 2em;
    vertical-align: middle;
    text-align: center;
}

table.calendar td
{ 
    -moz-border-radius: .5em;
}

table.calendar td.inactive
{ 
    color: rgb(200,200,200);
}

table.calendar td.active
{ 
    font-weight: bold;
}

table.calendar td.holiday
{ 
    background: rgb(180,196,147);
}

table.calendar td.workshop
{ 
    background: rgb(17,6,82);
    color: rgb(240,239,221);
}

div.calendar-month
{ 
    clear: left;
}

div.calendar
{ 
    float: left;
}

div.events
{ 
    float: left;
}


/* Fees styles */

table.fees
{ 
    border: 2px solid rgb(217,216,198);
    -moz-border-radius: .75em;
    background: white;
    width: 224px;
    padding: 0;
    margin: 0 0 1.5em 0;
    width: 100%;
}

table.fees td, table.fees th
{ 
    vertical-align: middle;
}

table.fees .description
{ 
    font-weight: bold;
}

table.fees .price
{ 
    width: 7em;
}

table.fees .indent
{ 
    width: 2em;
}