﻿/* DEFAULTS
----------------------------------------------------------*/

/* 

brown - #4B3900
purple - #C7CAE6
green - #EEF6E8
beige - #EDE7DD
 */

body   
{
    font: 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color:#4B3900;
    background-color:#C7CAE6;
    background-repeat:no-repeat;
}
.smaller 
{
    font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}    

a
{
    color:#4B3900;
}

a:hover
{
    color:#4B3900;
}

a:visited
{
    color:#4B3900;
}

a img {
   text-decoration:none; 
   border: none !important;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#wrapper
{
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    width:1020px;
    text-align:center;
    vertical-align:middle;
    float:none;
    height:500px;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:1023px;
	text-align:right;
	padding:0px 0px 12px 0px;
	background-color:#C7CAE6;
    margin-left:auto;
    margin-right:auto;
}

#header img 
{
    float:left;

}

#header ul 
{    
	list-style:none;
	margin-top:88px;
	padding:0;
    color:#ffffff;
	background-color:#C7CAE6;
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
    font-size:20px; 
    font-weight:normal;
    vertical-align:bottom;
}
#header ul li {
    
	float:left;
	margin-left:25px;
	margin-right:0px;
	padding:3px 5px;
	text-align:center;
}
#header ul li a {

	background-color:#C7CAE6;
	color:#ffffff;
	text-decoration:none;
	line-height:1.3em;
}
#header ul li a:hover {
	background-color:#C7CAE6;
	color:#4B3900;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#4B3900;
	background-color:#C7CAE6;
	font-weight:normal;
}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:1020px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	text-align:center;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 0 0;
	overflow:hidden;
}
/* 2 Column (left menu) settings */
.leftmenu {
	background:#EEF6E8;		/* right column background colour */
}
.leftmenu .colleft {
	right:75%;			/* right column width */
	background:#f4f4f4;	/* left column background colour */
}
.leftmenu .col1 {
	width:71%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:25%;			/* left column content width (column width minus left and right padding) */
	left:4%;			/* (right column left and right padding) plus (left column left padding) */
	margin-top:0px;
	height:100%;
	/*
	background-image:url('/images/logohome2.png');
	background-repeat:repeat;
	overflow:inherit;
    */
}

.leftBarImage 
{
    padding: 0px 0px 0px 0px;
    vertical-align:top;
    margin: 1px 0px 0px 1px;
}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:1023px;
}
#footer p {
	padding:10px;
	margin:0;
	color:#4B3900;
}
#scheduleClassDescription 
{
    z-index:100;
    background:#EDE7DD;
    color:#4B3900;
    width:500px;
    text-align:center;
    left:35%; 
    top:40%; 
    position:absolute;
    opacity:0.97;  
    filter:alpha(opacity=97);  
    -moz-opacity:0.95; 
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#scheduleClassDescription h1
{
    font-size:16px;
    font-weight:bold;
}

#scheduleClassDescription p
{
    font-size:14px;
    text-align:left;
    margin-left:10px;
    margin-right:10px;
}

ul 
{ 
    list-style-type:circle;
}

h2 
{
    font-size:20px;
    font-weight:bold;
}




