@charset "UTF-8";
/* 
	Master Style Sheet developed by Aaron Gough
	http://www.aarongough.com
*/

/************************************************
		 Styling for Standard Elements	
*************************************************/

body, html{
border: 0;
padding: 0;
margin: 0;
height: 100%;
}

body{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
text-align: center;
background: #fff1bd url(images/template_images/header_background.jpg) top left repeat-x;
}

h1, h2, h3, h4, h5{
margin: 0;
padding: 0;
font-weight: bold;
}

img{
border: 0;
}

h1{
font-size: 22px;
}

h2{
font-size: 18px;
}

h3{
font-size: 16px;
}

h4{
font-size: 14px;
}

h5{
font-size: 12px;
}

p{

}

ul{

}

a:link, a:visited, a:hover {
	color: #0059a2;
	outline: none;
}
a:hover {
	text-decoration:none;
}

/************************************************
		Custom Styling for Specific IDs		
*************************************************/

#wrapper{
width: 100%;
display: block;
min-height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index:0;
}

#container{
width: 1013px;
margin: 0px auto 60px auto;
padding-bottom: 0px;
background: transparent url(images/template_images/content_background_repeat.jpg) top left repeat-y;
text-align: left;
}

#container_header{
width: 1013px;
background: transparent url(images/template_images/header.jpg) top left no-repeat;
}

#container_footer {
position: relative;
width: 1013px;
background: transparent url(images/template_images/content_footer.jpg) bottom left no-repeat;
padding-bottom: 50px;
}

#header {
width: 1013px;
height: 52px;
}

#left_column {
float: left;
display: inline;
width: 320px;
margin: 150px 0px 0px 53px;
padding-bottom: 30px;
color: #000;
}

#left_column h1{
font-size: 18px;
}

#left_column h2{
font-size: 16px;
}

#left_column_flash_video {
clear: both;
width: 320px;
margin: 20px 0px 0px;
}

#left_column p {
text-align: justify;
line-height: 1.3em;
}

/* content_column start*/

#content_column {
float: right;
display: inline;
width: 608px;
margin: 0px;
padding-bottom: 75px;
color: #0059a2;
}

/* home page flash */
#content_column_flash_home {
width: 588px;
margin: 0px 20px 0px 0px;
}

/* content div for non-home page pages*/
#content_column_bodytext {
width: 510px;
margin: 60px 0px 0px 30px;
}

#content_column_bodytext p {
text-align: justify;
line-height: 1.3em;
}

#content_column_bodytext h1, h2 {
font-weight: normal;
}

#content_column_flash_gallery {
clear: both;
width: 577px;
margin: 20px 31px 0px 0px;
}

#content_column ul ol {
text-align: justify;
line-height: 1.3em;
}

#content_column ul li {
margin-top:3px;
}

/* content_column end */

#contact_box {
position: absolute;
bottom: 0px;
left: 53px;
margin: 0px;
color: #ed2428;
}

#contact_box a {
color: #ed2428;
}

#quote {
position: absolute;
width: 350px;
text-align: right;
bottom: 12px;
right: 245px;
margin: 0px;
color: #ed2428;
}

#copyright {
position: absolute;
bottom: 0px;
right: 244px;
padding: 0px;
margin: 0px;
color: #0059a2;
}

#search_box{
position: absolute;
top: 62px;
right: 87px;
margin: 0px;
padding: 0px;
width: 124px;
font-size: 12px;
height: 16px;
line-height: 16px;
color: #413861;
}

#footer_background_repeat{
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
display: block;
height: 60px;
z-index: 999;
padding: 0px;
margin: 0px;
background: transparent url(images/template_images/footer_background_repeat.jpg) bottom left repeat-x;
}

#walden_badge, #copyright, #contact_box, #quote {
font-size: 11px;
}

#walden_badge {
position: absolute;
bottom: 0px;
right: 31px;
padding: 0px;
margin: 0px;
color: #0059a2;
}

#walden_badge a {
color: #0059a2;
}

#spacer{
width: 100%;
height: 1px;
overflow: hidden;
clear: both;
}

/* navigation */

#header_menu{
position: absolute;
top: 10px;
left: 70px;
width: 860px;
height: 20px;
}

#main_menu{
width: 860px;
height: 20px;
list-style: none;
margin: 0;
padding: 0;
text-align: center;
font-size: 13px;
}

#home a{
width: 70px;
}

#corporate-services span{
width: 145px;
}

#classes span{
width: 80px;
}

#locations span{
width: 100px;
}

#faq a{
width: 56px;
}

#testimonials a{
width: 112px;
}

#about-us span{
width: 88px;
}

#register a{
width: 92px;
}

#contact-us a{
width: 92px;
}

.has_submenu, .no_submenu{
float: left;
display: block;
position: relative;
}

.has_submenu span, .no_submenu a, .no_submenu a:visited {
display: block;
height: 39px;
line-height: 39px;
padding: 0px;
color: #fff;
text-decoration: none;
width: 60px;
}

.has_submenu span:hover, .no_submenu a:hover, .active {
color: #ffe04d;
}

.is_submenu {
position: absolute;
left: 10px;
top: 38px;
margin: 0px;
padding: 0px;
list-style: none;
background: #1bb4b8 url(images/template_images/menu_submenu_background.jpg) top left repeat-x;
width: 190px;
text-align: left;
}

.is_submenu li a, .is_submenu li a:visited {
display: block;
padding: 0px 12px;
height: 23px;
line-height: 23px;
color: #fff;
text-decoration: none;
width: 165px;
}

.is_submenu li a:hover {
background: #1bb4b8 url(images/template_images/menu_submenu_hover.jpg) top left repeat-x;
height: 23px;
line-height: 23px;
color: #ffe04d;
width: 165px;
}

/* contact form */

label {
width: 110px;
float: left;
text-align: left;
margin-right: 12px;
display: block;
}

.textbox {
width: 350px;
}

input, textarea {
color: #000;
background: #ecf7fe;
border: 1px solid #232f27;
font-size: 12px;
}

input {
width: 180px;
}

textarea {
clear: both;
width: 300px;
margin-top: 6px;
}

.submit input, .reset input {
margin-left: 85px;
color: #fff;
background: #133860;
border: 1px thin #d7b9c9;
width: 150px;
}

fieldset {
border: 0px solid #ccc;
width: 350px;
font-size: 12px;
font-weight: normal;
}

.required-text{
font-size: 10px;
color: #ac1d1d;
}

#scrollBar {
overflow: visible; 
overflow-x: hidden; 
overflow-y: auto; 
width: 95%; 
height: 450px; 
padding: 10px;
}

#scrollBar-left {
overflow: visible; 
overflow-x: hidden; 
overflow-y: auto; 
width: 95%; 
height: 205px; 
padding: 10px;
}

/************************************************
				Global Classes	
*************************************************/

/* for any block-level elements */
.clear{ 
clear: both; 
}

.float_left{
float: left;
}

.float_right{
float: right;
}

/* for text */
.align_left{
text-align: left;
}

.align_right{
text-align: right;
}

.align_center{
text-align: center;
}

.align_justify{
text-align: justify;
}

.bold{
font-weight: bold;
}

.italic{
font-style: italic;
}

.underline{
text-decoration: underline;
}

/* for images */
.img_left{
float: left;
display: inline;
margin: 4px 10px 4px 0;
}

.img_right{
float: right;
display: inline;
margin: 4px 0 4px 10px;
}

/* for lists */
.nopadding{
padding: 0;
}

.noindent{
margin-left: 0;
padding-left: 0;
}

.nobullet{
list-style: none;
list-style-image: none;
}

/* styles for calendar  */

.calendar_first_canadian_place{
color:#668cd9;
}

.calendar_downtown{
color:#e0c240;
}

.calendar_mississaauga{
color:#d96666;
}

.calendar_north_york{
color:#a7a77d;
}

.calendar_toronto_airport{
color:#8c66d9;
}

.calendar_west_end{
color:#4cb052;
}

/* styles for icebox popups  */

#icebox{
background: #000000;
}

#icebox2{
background: #000000;
}

#icebox_image{
position: absolute;
top: 16px;
left: 16px;
}

#icebox_frame{
position: absolute;
top: 16px;
left: 16px;
border: 0px;
}

#icebox_close_button{
position: absolute;
top: 0px;
right: 0px;
}

#icebox_loading{
position: fixed;
bottom: 0px;
right: 0px;
}

#icebox_overlay{
background-color: black;
-moz-opacity: 0.8;
opacity: 0.8;
filter:alpha(opacity=80);
_background: transparent url("images/overlaybg.png" ) top left repeat;
}

.icebox{

}

/************************************************
				Custom Classes	
*************************************************/

