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

/* header CSS to replace flash object */

.linkbar {
	background: #BCBCBC;
	
	width: 660px;
	
	margin: 0;
	list-style: none;
	float: left;
}
.linkbar li {
	background: #BCBCBC;
	color: #222222;
	margin: 0 0.15em;
	float: left;
	padding: 10px 0;
}

.linkbar li:hover {
	background: #6D5F56;
	color: #BCBCBC;
}

.subbar li:hover {
	background: #4B3D34;
	color: #9A9A9A;
}

.linkbar a {
	padding: 10px 27px;
	color: inherit;
}

.subbar {
	background: #9A9A9A;
}
.subbar li {
	background: #9A9A9A;
	margin: 0 0.15em;
	float: left;
	padding: 10px 0;
}

/* submenu hover code 
.linkbar li.item-studio{display:none;} */
.linkbar li.item-methodology{display:none;}
.linkbar li.item-instructors{display:none;}
.linkbar li.item-contact{display:none;}

.top-studio:hover .item-studio{display:block;}

/* ---------- */


html {
	background:url(images/bg.gif) repeat;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

img {
	border:none;
}

img a {
	border:none;
}

#main {
	margin:10px auto 2px auto;
	width: 700px;
	background-color:#FFF;
}

#header-wrapper {
	margin:0px;
	background:url(images/bg-header.gif) no-repeat top left;
	height:200px;	
}

#header-logo {
	position:absolute;
	margin:	20px 70px 0px 70px;
	height:180px;
	width:560px;
/*	background:url(images/header.gif) no-repeat top left;	*/
	background:none;
}

#nav {
	margin:0px;
	padding:0px;
	width:700px;
}

#content-wrapper {
	width:700px;
	margin:0px;
	padding:0px;
	float:left;
}

#content-wrapper a:link {
	color: #555;
}

#content-wrapper a:visited {
	color: #555;
}

#content-wrapper a:hover {
	color: #222;
}

#content-wrapper a:active {
	color: #FFF;
}


#main-col-just {
	width:650px;
	margin:0px;
	padding:10px 25px 15px 25px;
	text-align:justify;
	float:left;
}

#main-col-just ul {
	margin:15px;
	padding:0px;
	list-style:circle;
}

#main-col-just li {
	padding:5px;
	margin:0px;
}



#left-col-50-cent {
	width:320px;
	margin:0px;
	padding:15px;
	float:left;
	text-align:center;
}

#right-col-50-cent {
	width:320px;
	margin:0px;
	padding:15px;
	float:left;
	text-align:center;
}

#title-top {
	width:700px;
	margin:0px;
	padding:10px 0px 0px 0px;
	float:left;
	text-align:center;
}


#overview {
	width:500px;
	margin:0px;
	padding:10px 100px 0px 100px;
	float:left;
	text-align:center;
}


#item-wrapper {
	width:700px;
	padding:0px;
	float:left;
}


#item-image {
	width:220px;
	padding:15px;
	float:left;
	text-align:center;
}


#item-content {
	width:405px;
	padding: 30px 30px 15px 15px;
	float:left;
	text-align:justify;

}


#left-col-40-cent {
	width:250px;
	margin:0px;
	padding:15px;
	float:left;
	text-align:center;
}

#right-col-60-just {
	width:390px;
	margin:0px;
	padding:15px;
	float:left;
	text-align:justify;
}


#right-col-60-just ul {
	margin:15px;
	padding:0px;
	text-align:justify;
	list-style:circle;
}

#right-col-60-just li {
	padding:5px;
	margin:0px;

}



#index-flash {
	width:320px;
	margin:0px;
	padding:0px 0px 15px 15px;
	float:right;
	text-align:center;
}


#instructors-left {
	width:320px;
	margin:0px;
	padding:0px 15px 15px 15px;
	float:left;
	text-align:justify;
}

#instructors-right {
	width:320px;
	margin:0px;
	padding:0px 15px 15px 15px;
	float:left;
	text-align:justify;
}

#footer ul {
	margin:0px;
	padding:0px;
	text-align:center;
}

#footer li {
	display:inline;
	margin:0px;
	padding:35px;
	text-align:center;
}

#footer {
	width:680px;
	margin:0px; 
	padding:10px;
	background:url(images/bg-footer.gif) no-repeat bottom left;
	text-align:center;
	vertical-align:middle;
	clear:both;
}

#footer ul {
	margin:0px;
	padding:0px;
	text-align:center;
}

#footer li {
	display:inline;
	margin:0px;
	padding:25px;
	text-align:center;
}

#tag {
	margin:0px auto;
	padding:4px;
	text-align:center;
	font-size:.8em;
	letter-spacing:.2em;
}

#tag a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #e2ddcc;
}



.heading {
	font-size:1.05em;
	font-weight:bold;
}

.footer a {
	font-size:.85em;
	color:#c6b9ab;
	padding:2px 0px 0px 0px;
	clear:both;
}

.footer a:link {
	font-size:.85em;
	color:#c6b9ab;
}


.footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.text-center {
	text-align:center;
}

.text-note {
	color:#888;
	font-size:.9em;
}

#hidethis {
display:none;
}