/* basics */
*
{
	margin: 0;
	padding: 0;
}
html
{
	height: 100%;
}
body
{
	color: #5F5F5F;
	font-family: Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}
a
{
	color: #5F5F5F;
	text-decoration: none;
}
a:hover
{
	color: #5A1F00;
}
b,
.bold,
em,
strong
{
	color: #3F3F3F;
	font-style: normal;
	font-weight: bold;
}
img
{
	border: none;
}
p
{
	text-align: justify;
}
table
{
	border-collapse: collapse;
}
td
{
	border: none;
	padding: 2px 5px;
	vertical-align: top;
}
th
{
	text-align: center;
	padding: 2px 5px;
}
ul
{
	list-style-type: none;
}
dl
{
	margin: 0 0 10px;
}
sup
{
	font-size: 12px;
}
.clear
{
	clear: both;
}
.floatLeft
{
	float: left;
	padding: 0 20px 10px 0;
}
.right
{
	text-align: right;
}


/* container */
#headerArea
{
	width: 100%;
}


/* headerArea */
#header
{
	height: 256px;
	margin: 0 auto;
	position: relative;
	width: 980px;
}


/* header */
#logoArea
{
	float: left;
	height: 220px;
	width: 220px;
}


/* logoArea */
#logo a
{
	background: url(../image/logoarea.png) no-repeat 0 0;
	display: block;
	height: 220px;
	width: 220px;
}


/* logoArea */
#logoPrint
{
	height: 0;
	visibility: hidden;
}


/* header */
#contact
{
	float: left;
	height: 180px;
	padding: 20px;
	z-index: 1;
	width: 720px;
}
#contact h4
{
	color: #55AAFF;
	font-weight: normal;
	text-align: right;
	width: 65px;
}
#contact p
{
	line-height: 15px;
	margin: 0 0 5px;
	text-align: left;
}
#contact h4 + p
{
	display: block;
	margin: -15px 0 5px 70px;
}


/* header */
#mainMenuArea
{
	background: #E2F0FF;
	clear: both;
	height: 36px;
	position: relative;
	width: 980px;
	z-index: 1;
}
#mainMenu
{
	height: 26px;
	padding: 5px 40px 5px 40px;
	width: 900px;
}
#mainMenu li
{
	float: left;
}
#mainMenu li a
{
	color: #649FDB;
	cursor: default;
	display: block;
	font-size: 15px;
	line-height: 26px;
	padding: 0 22px;
	position: relative;
	text-align: center;
}
#mainMenu li a:hover
{
	color: #1B3550;
}
#mainMenu li a.first
{
	background: none;
}
#mainMenu li.active a
{
	color: #1B3550;
}
#mainMenu ul
{
	clear: left;
	display: none;
	margin: 0 0 0 -40px;
	position: absolute;
}
#mainMenu ul li
{
	background: url(../image/mainmenu_ul_li.png) repeat-y;
	float: none;
	margin: 0;
	padding: 0 4px 0 2px;
	width: 294px;
}
	*:first-child + html #mainMenu ul li
	{
		clear: left;
		float: left;
	}
#mainMenu ul li.beginning
{
	background: url(../image/mainmenu_ul_li_beginning.png) no-repeat;
	height: 6px;
	padding: 0;
	width: 300px;
}
#mainMenu ul li.ending
{
	background: url(../image/mainmenu_ul_li_ending.png) no-repeat;
	height: 9px;
	padding: 0;
	width: 300px;
}
#mainMenu li.active ul li a,
#mainMenu li.active ul li p
{
	background: url(../image/mainmenu_ul_li_a.png) no-repeat 7px 6px;
	color: #356A9F;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	margin: 0;
	padding: 3px 7px 3px 17px;
	text-align: left;
	width: 270px;
}
	#mainMenu li.active ul li p
	{
		background: none;
		color: #429B24;
		cursor: auto;
		font-size: 13px;
		padding-top: 10px;
	}
#mainMenu li.active ul li a b
{
	color: #55AAFF;
	font-weight: normal;
}
#mainMenu li.active ul li a:hover
{
	background-image: url(../image/mainmenu_ul_li_a_hover.png);
	color: #1B3550;
}
#mainMenu li.active ul li.current a,
#mainMenu li.active ul li.current a:hover
{
	background-image: url(../image/mainmenu_ul_li_a_hover.png);
	color: #1B3550;
	cursor: default;
}
#mainMenuArea div.end
{
	height: 4px;
	width: 310px;
}


/* container */
#contentArea
{
	width: 100%;
}


/* contentArea */
#content
{
	margin: 0 auto;
	width: 980px;
	z-index: 0;
}


/* content */
#sidebar
{
	float: left;
	padding: 10px 10px 0 20px;
	width: 280px;
}
#sidebar h2
{
	color: #492621;
	font-size: 17px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 -20px;
	padding: 10px 0 5px;
	text-align: center;
}
#sidebar h3
{
	color: #429B24;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	padding: 0 0 3px 20px;
	text-align: left;
}
#sidebar h3 a
{
	color: #429B24;
}
#sidebar h3 a:hover
{
	color: #429B24;
	text-decoration: underline;
}
#sidebar h4
{
	color: #55AAFF;
	font-weight: normal;
	text-align: right;
	width: 65px;
}
#sidebar p
{
	line-height: 15px;
	margin: 0 0 5px;
	text-align: left;
}
#sidebar h4 + p
{
	display: block;
	margin: -15px 0 5px 70px;
}
#sidebar a#timeTable
{
	color: #649FDB;
	cursor: pointer;
	display: block;
	font-size: 15px;
	line-height: 26px;
	margin: 10px 0;
	padding: 0 10px;
	text-align: center;
}
#sidebar a#timeTable:hover
{
	color: #1B3550;
}
#sidebar p b
{
	color: #D1570D;
	font-weight: normal;
}
#sidebar p.checkin
{
	background: url(../image/main_p_checkin.png) no-repeat 0 4px;
	padding-left: 15px;
}
#sidebar div.news
{
	padding: 0 15px;
}
#sidebar div.news div.box
{
	background: url(../image/sidebar_div_section.png) no-repeat 0 100%;
	padding: 12px 0 7px;
}
#sidebar div.news div.box img
{
	padding: 0 55px 10px;
}


/* content */
#main
{
	float: left;
	padding: 0 35px 0 15px;
	width: 620px;
}
#main .single
{
	margin-bottom: 0;
}
#main h1
{
	color: #EAAF00;
	font-size: 17px;
	font-weight: normal;
	line-height: 20px;
	padding: 10px 0;
	text-align: left;
}
#main h1 span.navigation
{
	color: #EA5800;
	font-size: 13px;
}
#main h1 a
{
	color: #EAAF00;
}
#main h1 a:hover
{
	color: #EAAF00;
	text-decoration: underline;
}
#main h1 span.navigation a
{
	color: #EA5800;
	font-weight: normal;
	font-size: 13px;
}
#main h1 span.navigation a:hover
{
	color: #EA5800;
	text-decoration: underline;
}
#main h1 b
{
	color: #55AAFF;
	font-weight: normal;
	font-size: 13px;
}
#main h2
{
	color: #492621;
	font-size: 17px;
	font-weight: normal;
	line-height: 20px;
	margin: 25px 0 10px;
	text-align: center;
}
#main h2.iyengarJoga
{
	background: url(../image/main_h2_iyengarjoga.png) no-repeat;
}
#main h3
{
	color: #429B24;
	font-size: 15px;
	font-weight: normal;
	line-height: 19px;
	margin: 15px 0 6px;
	text-align: left;
}
#main h4
{
	color: #492621;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	padding: 5px 0 2px;
}
#main a
{
	line-height: 16px;
	font-weight: normal;
}
	*:first-child + html #main dl a
	{
		position: relative;
	}
#main p
{
	line-height: 18px;
	margin: 0 0 15px 0;
}
#main div.box p
{
	text-indent: 0;
}
#main p a b
{
	color: #D1570D;
	font-weight: normal;
}
#main p.checkin
{
	background: url(../image/main_p_checkin.png) no-repeat 0 3px;
	padding-left: 15px;
}
#main blockquote
{
	padding: 10px 0 15px;
}
#main blockquote p,
#main p.sign
{
	color: #3F3F3F;
	font-size: 15px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-align: center;
}
	#main p.sign
	{
		color: #55AAFF;
		font-size: 12px;
		line-height: 15px;
		text-align: right;
	}
#main ul
{
	margin: 0 0 10px;
}
#main ul li
{
	background: url(../image/main_ul_li.png) no-repeat 0 3px;
	line-height: 16px;
	list-style-type: none;
	overflow: hidden;
	padding: 2px 0 2px 17px;
}
#main ol
{
	margin: 0 0 10px;
}
#main ol li
{
	line-height: 16px;
	list-style-type: none;
	padding: 2px 0 2px 0;
}
#main div.section
{
	clear: both;
	padding: 10px 0;
	position: relative;
}
#main div.section + div.section
{
	background: url(../image/main_div_section.png) no-repeat 0 0;
}
#main div.box
{
	border: 1px solid #E2F0FF;
	margin-bottom: 10px;
	padding: 0 15px 5px;
	width: 588px;
}
#main div.box h3 a
{
	color: #429B24;
}
#main div.box h3 a:hover
{
	color: #429B24;
	text-decoration: underline;
}
#main div.box h4
{
	color: #55AAFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 3px;
	text-align: right;
	width: 130px;
}
#main div.box p
{
	line-height: 15px;
	margin: -21px 0 3px 140px;
	text-align: left;
}
#main div.box p.checkin
{
	background-position: 114px 3px;
	margin: 0 0 4px;
	padding: 0 0 0 135px;
}
#main div.beginning
{
	background: none;
}
#main dl
{
	text-align: left;
	margin: 0 0 15px;
}
#main dl dt,
#main dl dd
{
	line-height: 16px;
}
	#main dl dt
	{
		color: #492621;
		font-size: 14px;
		line-height: 17px;
		padding: 5px 0 2px;
	}
	#main dl dd
	{
		padding: 0 0 3px;
	}
#main img.photo
{
	margin: 0 30px;
	padding: 10px;
}
#main #map
{
	background: #EBF9E6;
}
#main img.teacher
{
	float: right;
	height: 200px;
	padding: 0 0 15px 15px;
	width: 140px;
}


/* main */
#main #photoOriginal
{
	background: url(../image/main_photooriginal.png) no-repeat;
	height: 380px;
	margin: 0 30px 10px;
	width: 560px;
}
#main #photoOriginal img
{
	height: 360px;
	padding: 10px;
	width: 540px;
}
#main #photoThumbnail
{
	height: 150px;
	margin: 0 40px;
	overflow: auto;
	width: 540px;
}
#main #photoThumbnail a
{
	background: url(../image/main_photothumbnail_a.png) no-repeat;
	display: block;
	float: left;
	height: 60px;
	padding: 7px;
	width: 90px;
}
#main #photoThumbnail a img
{
	height: 60px;
	width: 90px;
}
#main #photoThumbnail a:hover
{
	background: url(../image/main_photothumbnail_a.png) no-repeat 0 -74px;
}


/* main */
#main div.column3 div.box
{
	background: url(../image/main_div_column3_div_box.png) no-repeat 0 0;
	border: none;
	height: 200px;
	float: left;
	margin: 0;
	padding: 20px 25px 20px 0;
	width: 285px;
}
#main div.column3 div.box img
{
	height: 200px;
	float: left;
	padding: 0 10px 0 0;
	width: 140px;
}
#main div.column3 div.box h3
{
	color: #429B24;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	margin: 0;
	padding: 0 0 3px;
}
#main div.column3 div.box p
{
	line-height: 15px;
	margin: 0;
}


/* main */
#main table.priceList
{
	margin: 5px 0 10px 60px;
	text-align: left;
}
#main table.priceList td
{
	color: #1B4065;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0;
	width: 360px;
}
#main table.priceList td + td
{
	font-weight: normal;
	text-align: right;
	width: 60px;
}
#main table.priceList td span
{
	color: #5F80A0;
	font-weight: normal;
}


/* main */
#main p.date
{
	text-align: center;
}
#main p span.date
{
	color: #D1570D;
}
#main #timetableMenu
{
	height: 26px;
	margin: 0;
	width: 620px;
}
#main #timetableMenu li
{
	background: none;
	float: left;
	padding: 0;
}
#main #timetableMenu li a
{
	display: block;
	font-weight: bold;
	line-height: 26px;
	padding: 0 10px;
}
#main #timetableMenu li p
{
	display: block;
	line-height: 26px;
	margin: 0;
	padding: 0 10px 0 0;
}
#main table.timetable
{
	margin: 0 0 40px;
}
#main table.timetable th,
#main table.timetable td
{
	vertical-align: middle;
}
#main table.timetable td
{
	padding: 1px 2px;
}
#main table.timetable thead td
{
	font-size: 17px;
	padding: 10px 5px;
	text-align: center;
}
#main table.timetable thead td b
{
	color: #D1570D;
	font-size: 12px;
}
#main table.timetable tbody th
{
	text-align: left;
}
#main table.timetable tbody td
{
	font-size: 11px;
	vertical-align: baseline;
}
#main table.timetable tbody td span.checkin
{
	background: url(../image/main_p_checkin.png) no-repeat 0 1px;
	display: inline-block;
	height: 11px;
	width: 15px;
}
#main table.timetable tbody td.date
{
	border-bottom: 1px solid #DFDFDF;
	color: #D1570D;
	font-size: 12px;
	padding: 10px 2px 2px;
}
#main table.timetable tbody td.room
{
	color: #429B24;
	font-weight: bold;
	padding: 10px 2px 5px 20px;
}
#main table.timetable tbody td.time
{
	padding-left: 20px;
}
#main table.timetable tfoot td
{
	font-size: 11px;
	padding: 15px 5px;
	text-align: center;
}


/* container */
#footerArea
{
	clear: both;
	width: 100%;
}


/* footerArea */
#footer
{
	background: url(../image/content.png) repeat-y;
	padding: 20px 35px 20px 325px;
	margin: 0 auto;
	width: 620px;
}
#footer a
{
	color: #55AAFF;
	font-weight: normal;
}
#footer a:hover
{
	color: #4080BF;
}
#footer p
{
	color: #55AAFF;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}