html, body {
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	}

*:focus {
	outline: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

h1 {
	color: #333;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
	}

h2 {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
	}

h3 {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px 0;
	}

p {
	margin: 0 0 1em 0;
	line-height: 1.5em;
	}

a {
	color: #0099cc;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a img {
	border: 0;
	}

#header {
	background: #55b5aa url(../i/global/header.gif) repeat-x;
	border-bottom: solid 5px #eee;
	color: #fff;
	height: 120px;
	text-align: center;
	position: relative;
	z-index: 999;
	}

#header div {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 880px;
	}

#header div:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#header div {display: inline-block;}

/* Hides from IE-mac \*/
* html #header div {height: 1%;}
#header div {display: block;}
/* End hide from IE-mac */

#header ul {
	font-size: 13px;
	float: left;
	width: 880px;
	}

#header ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#header ul {display: inline-block;}

/* Hides from IE-mac \*/
* html #header ul {height: 1%;}
#header ul {display: block;}
/* End hide from IE-mac */

#header li {
	float: left;
	padding: 4px 15px 0 15px;
	position: relative;
	}

#header li a {
	color: #fff;
	display: block;
	padding: 5px;
	}

#header li span {
	color: #AADAD5;
	display: block;
	padding: 5px;
	}

#header li.first span {
	color: #fff;
	}

#header ul li.first ul span {
	color: #AADAD5;
	}

#header ul ul {
	background: #2AA295;
	position: absolute;
	display: none;
	float: none;
	left: 0;
	top: 30px;
	width: 140px;
	z-index: 9999;
	}

#header ul ul li {
	float: none;
	border-bottom: solid 1px #55B5AA;
	margin: 0 20px;
	padding: 5px 0;
	}

#header ul ul li.last {
	background: 0;
	border-bottom: 0;
	}

#header ul ul li a, #header ul ul li span {
	margin: 0;
	padding: 5px 0;
	}

#header address {	
	font-size: 12px;
	background: #66BDB3 url(../i/global/header_address.gif) no-repeat bottom left;
	width: 240px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 20px;
	font-style: normal;
	}

html>body #header address {
	width: 240px;
	}

#content {
	background: #fff;
	width: 920px;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 0 0;
	}

#content:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#content {display: inline-block;}

/* Hides from IE-mac \*/
* html #content {height: 1%;}
#content {display: block;}
/* End hide from IE-mac */

#home #content {
	background: 0;
	padding: 0;
}

#home #wrap {
	width: 920px;
	margin: 0 auto;
	}

#home #splash {
	position: absolute;
	margin-top: 20px;
}

#home form {
	position:relative;
	font-size: 12px;
	padding: 180px 20px 0 20px;
}

#home .fields:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#home .fields {display: inline-block;}

/* Hides from IE-mac \*/
* html #home .fields {height: 1%;}
#home .fields {display: block;}
/* End hide from IE-mac */

#home form .col {
	width: 180px;
	float: left;
}

#content p {
	font-size: 14px;
	}

#footer {
	color: #666;
	margin: 0 auto 20px auto;
	padding: 20px;
	font-size: 12px;
	width: 840px;
	}

#left {
	float: left;
	}

#right {
	float: right;
	}

.photo {
	margin: 0 0 20px 0;
	padding: 0 5px;
	}

.panel {
	background: url(../i/global/panel.gif);
	font-size: 14px;
	padding-bottom:
	}

.panel .inner {
	background: url(../i/global/panel-top.gif) no-repeat top left;
}

.panel ul {
	background: url(../i/global/panel-bottom.gif) no-repeat bottom left;
	padding-bottom: 30px;
	}

.panel li {
	margin: 0 25px;
	padding: 20px 0 5px 0;
	border-bottom: solid 1px #EBFAFC;
	border-top: solid 1px #A3EAF2;
	}

.panel li.first {
	border-top: 0;
	}

.panel li.last {
	border-bottom: 0;
	}
	
.panel li.none {
	border: 0;
}

.panel p {
	margin: 0;
	padding-bottom: 15px;
	}

.double #left {
	display: inline;
	width: 590px;
	margin: 0 5px 0 15px;
	}

#home .double #left {
	margin: 0 0 0 20px;
}

#home h1 {
	margin: 10px 25px;
	}	

.double #right {
	display: inline;
	width: 290px;
	margin: 0 15px 0 5px;
	}

.double #left .text {
	margin: 0 25px;
	}

#home #left .text {
	margin-top: 40px;
	}

#home #right {
	padding-top: 20px;
}

#home #right .text {
	padding: 20px;
}

#home #content #left p {
	font-size: 14px;
}

#top {
	padding: 0 20px;
	margin: 0 0 20px 0;
	}

#prices #top {
	margin-bottom: 0;
}

.split #left {
	display: inline;
	float: left;
	margin-left: 40px;
	width: 400px;
	}

.split #right {
	display: inline;
	float: right;
	margin-right: 40px;
	width: 400px;
	}

#home .ad {
	overflow: auto;
}

#home .ad-left {
	display: inline;
	float: left;
	text-align: center;
	overflow: hidden;
	width: 250px;
	}

#home .ad-left img {
	margin: 0 auto;
	}

#home .ad-left .button {
	margin-top: 5px;
	}

#home .ad-left .disclaimer {
	color: #666;
	font-size: 10px;
	line-height: 1.2em;
	padding: 0 20px 0 65px;
	text-align: left;
}

#home .ad-right {
	display: inline;
	float: right;
	width: 270px;
	}

#home .ad-right h2 {
	margin: 0 0 0 20px;
	}

#home #left .text ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#home #left .text li {
	background: url(../i/home/icon_check.gif) no-repeat top left;
	font-size: 14px;
	margin: 7px 0 0 0;
	padding: 0 0 0 20px;
	}

#map {
	border: solid 1px #A3EAF2;
	width: 238px;
	height: 240px;
	}

html>body #map {
	width: 238px;
	height: 238px;
	}

#prices .ad img {
	display: block;
	}

#prices ul {
	margin: 0 0 10px 0;
	}

#prices .text li {
	border-bottom: solid 1px #CCF3F8;
	font-size: 14px;
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
	}

#prices .disclaimer {
	line-height: 1.25em;
	font-size: 11px;
	}

#prices .disclaimer h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

#prices .disclaimer li {
	list-style: disc;
	border: 0;
	font-size: 11px;
	line-height: 1.25em;
	margin: 5px 0 0 0;
	padding: 0;
}

#prices .text li.last {
	border: 0;
	}

#teachers #left {
	display: inline;
	width: 195px;
	margin-left: 40px;
	margin-right: 20px;
	}

#teachers #left li, #home #right .text li {
	font-size: 14px;
	border-bottom: solid 1px #CCF3F8;
	margin-bottom: 5px;
	padding-bottom: 5px;
	}

#teachers #left li a {
	display: block;
}

#teachers #left li.last {
	border: 0;
	}

#teachers #right {
	float: left;
	width: 410px;
	}

#teachers #right div {
	border-bottom: solid 1px #ddd;
	margin-top: 20px;
}

#teachers #right h2 {
	margin-top: 6px;
	}
	
#teachers #right img {
	float: left;
	margin: 0 10px 5px 0;
}
	
.tri .col {
	width: 260px;
	margin-right: 30px;
	float: left;
	}

.tri .text {
	margin-left: 40px;
	}

#workshops #left {
	width: 890px;
}

#workshops h2 {
	font-size: 18px;
	margin-bottom: 5px;
	}

#workshops h3 {
	font-size: 14px;
	font-weight: bold;
	}

#workshops #content li {
	border-bottom: solid 1px #ddd;
	margin-top: 20px;
}

#workshops #content li:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#workshops #content li {display: inline-block;}

/* Hides from IE-mac \*/
* html #workshops #content li {height: 1%;}
#workshops #content li {display: block;}
/* End hide from IE-mac */


#workshops #content li .img {
	float: left;
	margin: 0 10px 5px 0;
}

#workshops #content li div {
	float: right;
	width: 730px;
}

#rent #inner {
	text-align: center;
	position: relative;
	}

#rent .photo {
	margin: 0 auto;
	}

#rent #inner div {
	width: 370px;
	top: 120px;
	left: 60px;
	position: absolute;
	text-align: left;
	}

#resources #content {
	text-align: center;
}

#instruction ul {
	margin-bottom: 20px;
}

#instruction li {
	margin-bottom: 10px;
	line-height: 1.5em;
}