@charset "UTF-8";
@import url("4_col2.css");
/* 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 */
	text-align: center;
	color: #666;
	font-family: Geneva, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 125%;
	background-image: url(images/background_new.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/*{
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: 960px;
	color: #333;
	margin: 0;
	background-color: #FFF;
} 

#header {
	text-align: center;

} 
#sidebarRight { /* the 4th column */
	border-left:2px dashed #FC6;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin-left: -4px;
	padding: 5px;
}
#mainContent {
	text-align: left;
	font-size:1em;
	color: #666666;
} 
#topnav {
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	height: 25px;
	text-align: center;
	padding-top: 6px;
	font-family: Tahoma, Geneva, sans-serif;
	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: 14px;
	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;
}
#middle {
	text-align:left;
	font-size:.8em;
}
h1 {
	/*font-family: "Arial,Helvetica Neue";*/
	font-size: 28px;
	color: #990033;
}

h2 {
	color: #F60;
	font-size: 1em;
	display: inline;
}
h3 {
	color: #B4B540;
	font-size: 1.1em;
	font-weight: normal;
	display: inline;
}
h4 {
	color: #AF0852;
	font-weight: bolder;
}
.japan {
	color: #BB0100;
	font-size: 2em;
	}
#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 {
	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;
} 

.accent {
	color: #731042;
	font-weight:bold;
}
.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;
}
#box {
	float: left;
}
.clearleft {
	clear: left;
}
.clear {
	clear: both;
}
.turkey li {
	list-style-image: url(images/arrow_black.gif);
	text-align: left;
}
.tableborder {
}
.whitetable {
	border: 1px solid #78B4CA;
}

