/* @group Utility */

.show {
	display: block !important;
}

	img, div, h1, background { behavior: url(iepngfix.htc) }

.hide {
	display: none;
}

/* @end */

/* @group Front Page Tour */

#mleft{
height: 100px;
width: 20px;
float: left;
}

div#tour {
	background: url('../img/tablist/tour_content.png') bottom center no-repeat;
	padding: 0 0 0 0;
	width: 860px;
	height: 100%;
	float: left;
	margin: -0px 0px 20px 0px;
	z-index:2;
}

div.tour_head{
	width: 860px;
	height: 50px;
	float: none;
	margin:-50px 20px 0 20px;
	background: url('../img/tablist/tour-topper.png') no-repeat bottom;
	
	}
	
div.tour_headhome{
	width: 860px;
	float: right;
	position: inherit;
	margin-left: 20px;
	margin-top: -50px;
	background: url('../img/tablist/tour-topper1.png') no-repeat bottom;
	
	}
	
div.tour_head h1 {
	float: right;
	width: 280px;
	height: 50px;
	display: inline; /* double margin */
	text-indent: -9999px;
}

div.tour_headhome h1 {
	float: right;
	width: 280px;
	height: 50px;
	display: inline; /* double margin */
	text-indent: -9999px;
}

div#jamspace_head h1 {
	background: url('../img/jamspace.png') no-repeat right top;
}

div#lesson_head h1 {
	background: url('../img/lessons.png') no-repeat right top;
}

div#workshops_head h1 {
	background: url('../img/workshops.png') no-repeat right top;
}

div#dayevents_head h1 {
	background: url('../img/dayevents.png') no-repeat right top;
}

div#nightevents_head h1 {
	background: url('../img/nightevents.png') no-repeat right top;
}

ol#reason-menu{
	background: url('../img/tablist/reason-listshadow.png') bottom right no-repeat;
	padding-bottom: 18px;
	padding-top: 8px;
	}

div#tour ol {
	width: 200px;
	float: left;
	position: relative;
	left: 20px;
	margin: 0;
}

div#tour ol li {
	color: #555;
	line-height: 40px;
	font-size: 12px;
	cursor: pointer;
	list-style-position: inside;
	background: url('../img/tablist/reason-listitem.png') top right repeat-y;
	margin-bottom: 1px;
}

div#tour li:hover {
	color: #000;
}

div#tour ol li.current {
	background: url('../img/tablist/reason-selected1.jpg') top right no-repeat;
	color: #0099CC;
	font-size: 14px;
}

div#tour div {
	width: 580px;
	float: right;
	display: none;
	color: #333333;
	text-align: center;
	position: relative;
	right: 40px;
	padding: 0 0 30px 0;
}

div#tour h3 {
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 10px 0;
	color:#2a1c0f;
}

div#tour p,
div#tour ul {
	text-align: left;
}

div#r5 img {
	margin-top: 30px;
	margin-bottom: 30px;
}

img.img-wide {
	margin: 10px auto 20px auto;
}

img.img-left {
	float: left;
	margin: 0 30px 0 0;
}

img.img-right {
	float: right;
	margin: 0 0 0 30px;
}

div#r4 ul li {
	list-style: url('../img/tablist/bullet-lock.png');
	list-style-type: none;
	border-bottom: 1px dotted #eee;
	padding-bottom: 10px;
	text-indent: 0; 
	margin: 0; 
}

div#teacher_list ul li:before { 
	content: "";
}

/* @end */

/*LESSONS*/

#teacher_list{
	float: left;
	width: 150px;
	}

#teacher_list ul li{
	display: inherit;
	list-style: url('../img/tablist/bullet-lock.png');
	list-style-type: none;
	border-bottom: 1px dotted #eee;
	padding: 2px 0 10px 0;
	text-indent: 0; 
	margin: 0; 
	}
	
span#tour_text{
	width: 409px;
	border-left: 1px solid #ccc;
	padding: 0 0 0 10px;
	float: right;
}	

/*LESSONS*/

/*JAMSPACE*/

span#wide_text{
	width: 550px;
	position: inherit;
	margin: 0px auto;
}

span#right_text{
	width: 100%;
	position: inherit;
	margin: 0px auto;
	clear: both;
}

#right_list{
	float: left;
	width: 250px;
	background: #FF6633;
	}

#right_list li{
	display: inherit;
	list-style: none;
	}
