@charset "UTF-8";
a:link {
	color: #B16516;
}
a:hover {
	color: #F00;
}
a:visited {
color: #B16516;
}
a[title] {
color: # 0C3}
a[title]:link {
	color:#093;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #597390;
	background-repeat: repeat-x;
	font-size: 11px;
}

#home #homeLink, 
#contact #contactLink, 
#schedule #scheduleLink, 
#teachers #teachersLink, 
#prices #pricesLink, 
#styles #stylesLink, 
#events #eventsLink,
#training #trainingLink,
#extras #extrasLink
{
	color: #0B2751;
	background-image: url(images/hotnav.gif);
}
.checkmarklist {
	list-style-image: url(images/checkmark.gif);
}
.ALLCAPS  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #533100;
	text-transform: uppercase;
	padding-bottom: 0px;
	text-align: left;
}
.Cutline {
	font-style: italic;
}
.ClassDays {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #1D3E95;
	background-color: #DED7B9;
	width: 315px;
	padding: 3px 5px 14px 30px;
	border-bottom-color: #426287;
	border-bottom: solid #436387 1px;
	margin-top: 0px;
}
.tableblue  {
	color: #FFF;
	margin-top: -13px;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto;
	text-align: left;
}
#timestamp {	
	background-color: #2E5075;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFE6BC;
	padding: 5px 0 5px 0;
	text-align: center;
	text-transform: uppercase;
	margin-top: 5px;
}

#header {
	padding-bottom: 0px;
	padding-top: 2px;
	margin: 0ps 5px -10px 5px;
	border-bottom-color: #DED7B9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
} 
#navigation {
	background-color: #FFF
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: -9px 0px 0px 0px;
	padding: 0;
	text-align: left;
	text-indent: 0px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
#navigation ul.nav {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	border-bnottom: 1px dashed #000;
	overflow: hidden;
	background-color: #4F6E8B;
	border-left-color: #4F6E8B;
	border-left: solid #4F6E8B 1px;
}
#navigation ul.nav li {
	float: left;
	width: 12 em;
}
#navigation ul.nav a {
	width: 12 em;
	display: block;
	background-color: #4F6E8B;
	padding: 4px 16px 3px 13px;
	color: #F2F2F2;
	text-decoration: none;
	text-align: center;
	margin-right: 1px;
	zoom: 1;
	
}
#navigation ul.nav a:hover {
	color: #0B2751;
	background-image: url(images/hotnav.gif);
	visibility: visible;
}
#navigation ul.nav a:active {
	color: #0B2751;
	background-image: none;
	background-color: #F99A23;
}
#navigation2 {	background-color: #FFF
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: -9px 0px 0px 0px;
	padding: 0;
	text-align: left;
	text-indent: 0px;
	list-style-position: inside;
	list-style-type: none;
	list-style: none;
}

#navigation ul.nav2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	border-bnottom: 1px dashed #000;
	overflow: hidden;
	background-color: #4F6E8B;
	border-left-color: #4F6E8B;
	border-left: solid #4F6E8B 1px;
}
#navigation ul.nav2 li {
	width: 14em;
	visibility: hidden;
}
#navigation ul.nav2 a {
	width: 12 em;
	display: block;
	padding: 4px 16px 3px 13px;
	color: #F2F2F2;
	text-decoration: none;
	text-align: left;
	margin-right: 1px;
	zoom: 1;
	background-color: #4F6E8B;
}
#navigation ul.nav2 a:hover {
	color: #0B2751;
	background-image: url(images/hotnav.gif);
}
#navigation ul.nav2 a:active {
	color: #0B2751;
	background-image: none;
	background-color: #F99A23;
}

/* Vertical navigation bars */

#navsite p {
	display: none;
}
#navsite {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	width: 18em;
	border-right: 1px solid #666;
	padding: 0;
	margin-bottom: 1em;
	background-color: #4F6E8B;
}

#navsite ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navsite ul li{
	margin: 0;
	border-top: 1px dotted #ccc;
	padding: 5px 0px 4px 2px;
	text-transform: uppercase;
	width: 18em;
}
#navsite ul li a {
	dsiplay: block;
	padding: 2px 2px 2px 0.5em;
	border-left: 2px solid #4F6E8B;
	backgrond-color: #036;
	color: #fff;
	text-decoration: none;
	width: 18em;
	zoom: 1;
}
html>body #navsite ul li a{
	width: auto;
}
#navsite ul li a:hover {
	border-left: 10px solid #369;
	border-right: 1px solid #69c;
	borfer-bottom: 1px solid #369
	background-color: #69f;
	color: #000;
	background-color: #FFF;
}
#navsite ul li a:active {
	border-left: 10px solid #369;
	border-right: 1px solid #69c;
	borfer-bottom: 1px solid #369
	background-color: #69f;
	color: #000;
	background-color: #F60;
}


#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 130%;
	font-size: 13px;
	color: #673D00;
	border-right: solid #93BDE1 1px;
	border-bottom: solid #93BDE1 1px;
	text-align: left;
	border-color: #D0E2E7;
}
#sidebar1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #3E5B80;
}
#sidebar1 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #3E5B80;
}
#sidebar1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3E5B80;
}
#sidebar1 h4  {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #3E5B80;
}
#mainContent {
	margin: 15px 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #3C4E7E;
	font-size: 12px;
	line-height: 150%;
	border-right-style: ridge;
	border-right-width: 1px;
	border-right-color: #CACA9E;
	padding-top: 5px;
} 
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-top: 0px;
	margin-top: 0px;
}
#mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	height: 20px;
}
#mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 12px;
}

#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 12px;
}
#mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #3C4E7E;
}
#prefooter {
	padding: 4px 10px 4px 20px;
	background-color: #DED7B9;
	font-size: 11px;
	color: #426287;
	text-align: center;
	margin-top: 4px;
}
#prefooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
#footer {
	padding: 10 10px 10 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-color: #43607E;
	font-size: 11px;
	color: #FFE6BC;
	text-align: center;
	margin: 0px 0px 10px 0px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1index {
	float: right; /* since this element is floated, a width must be given */
	width: 310px;
	margin-top: 7px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 130%;
	font-size: 13px;
	color: #673D00;
	border-right: solid #93BDE1 1px;
	border-bottom: solid #93BDE1 1px;
	text-align: left;
	border-color: #D0E2E7;
}
#mainContentindex {
	margin: 0px 320px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #3C4E7E;
	font-size: 12px;
	line-height: 150%;
	border-right-style: ridge;
	border-right-width: 1px;
	border-right-color: #CACA9E;
	padding-top: 5px;
}
#navigation ul.nav2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	border-bnottom: 1px dashed #000;
	overflow: hidden;
	background-color: #4F6E8B;
	border-left-color: #4F6E8B;
	border-left: solid #4F6E8B 1px;
}
#navigation ul.nav2 li {
	float: left;
}
#navigation ul.nav2 a {
	width: 12 em;
	display: block;
	padding: 4px 16px 3px 13px;
	color: #F2F2F2;
	text-decoration: none;
	text-align: center;
	margin-right: 1px;
	zoom: 1;
	background-color: #4F6E8B;
}
#navigation ul.nav2 a:hover {
	color: #0B2751;
	background-image: url(images/hotnav.gif);
}
#navigation ul.nav2 a:active {
	color: #0B2751;
	background-image: none;
	background-color: #F99A23;
}
#navigation2 {	background-color: #FFF
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: -9px 0px 0px 0px;
	padding: 0;
	text-align: left;
	text-indent: 0px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
#recipeContent {
	margin: 0px 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #3C4E7E;
	font-size: 12px;
	line-height: 150%;
	border-right-style: ridge;
	border-right-width: 1px;
	border-right-color: #CACA9E;
	padding-top: 5px;
}
#recipesidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 310px;
	margin-top: 7px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 130%;
	font-size: 13px;
	color: #673D00;
	border-right: solid #93BDE1 1px;
	border-bottom: solid #93BDE1 1px;
	text-align: left;
	border-color: #D0E2E7;
}
.brownsansserif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #533100;
	padding-bottom: 0px;
	text-align: left;
}
