@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Geneva, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #FFF;
	line-height: 125%;
}
body#home a#homenav,
body#about a#aboutnav,
body#classes a#classesnav,
body#teachers a#teachersnav,
body#schedule a#schedulenav,
body#pricing a#pricingnav,
body#new a#newnav,
body#flash a#flashnav
body#partners a#partnersnav
body#contact a#contactnav {
color: #84B5BD;
}

#container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	color: #666;
} 

#header {
	padding: 0 10px 0 20px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Helvetica Neue", Helvetica, "sans serif";
	font-size: 36px;
	color: #FFF;
}
h4 {
	color: #990000;
	font-variant:bold;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-image: url(images/aom2left.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 750px;
	margin-top: -5px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/aom2right.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 750px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-image: url(images/aom2left3.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 750px;
	margin-top: -5px;
}
#sidebar4 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/aom2right4.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 750px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: left;
	background-image: url(images/logo_title.gif);
	background-repeat: no-repeat;
	background-position: center 25px;
	color: #333;
} 
#topnav {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 25px;
	/*margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;*/
	text-align: center;
	padding-top: 6px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topnav li {
	display: inline;
	list-style: none;
	padding: 2px;
	text-decoration: none;
	margin-right: 2px;
	margin-top: 2px;
	font-size: 16px;
	letter-spacing: 0.07em;
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#topnav li a:link, #topnav li a:visited {
	text-decoration: none;
	color: #F60;
	font-weight: bold;
}

#topnav li a:hover, #topnav li a:active {
	color: #84B5BD;
	font-weight: bold;
}
#sidenav {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	display: inline;
	float: left;
	margin-right: 15px;
}
#sidenav li {
	margin-bottom: 15px;
}
#sidenav li a:link, #sidenav li a:visited {
	/*display: inline;*/
	list-style-image: none;
	list-style-type: none;
	display: inline;
	float: left;
	margin-right: 15px;
	color: #404040;
}
#sidenav li a:hover, #sidenav li a:active {
	/*display: inline;*/
	list-style-image: none;
	list-style-type: none;
	display: inline;
	float: left;
	margin-right: 15px;
	color: #84B5BD;
}
/*#sidenav li open {
	color: #84B5BD;
}*/
#footer {
	color: #999;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	clear: both;
} 

#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 */
}
#footer address {
	margin-right: 20px;
}
.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;
}
.smallheader {
	font-family: "Helvetica Neue";
	font-size: 18px;
	font-style: normal;
	color: #FFF;
}
table {
	/*border: 1px solid #999;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-top: 5px;
	position: relative;
}
.emphasis {
	font-family: "Helvetica Neue", Helvetica, "san serif";
	color: #0099CC;
}
a:link {
	color: #F60;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: #F60;
} 
h1 {
	font-family: "Helvetica Neue";
	font-size: 32px;
	color: #FFF;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
}
.photocaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.indent {
	font-family: Geneva, Helvetica, sans-serif;
}
#sprystuff {
	clear: both;
}
