html, body {height: 100%; width:100%; margin: 0 auto;  }
body 
{
	background-color: #ffffff; 
	padding: 0px; 
	margin: auto;
	font-family: Arial,Sans-serif,Helvetica;
	font-size: 14px;
	color: #bcbec0;
	min-width: 80%;
}

img {border: none}
a 
{ 
	cursor:pointer
	border: none;
	text-decoration: none;
	color: #c6de83;
}

a:hover
{
	text-decoration: none;
	border: none;
	color:  #A0CE67;
}


a img
{
	border-width: 0px;
}
p 
{ 
	margin: 0; 
	padding: 0; 
	line-height: 22px;
}

.main 
{
	width:855px; 
	display: block;
	text-align: center;
	vertical-align:top;
	margin: auto;
	float: center;
}

.header
{
	width:100%;
	height: 150px;
	max-height: 150px;
	min-width: 800px;
	text-align:right;
	margin: auto;
	float: right;
	margin-bottom: 30px;
	margin-top: 15px;
}

.logo 
{
	height: 150px;
	max-height: 150px;
	float:left;
	margin-left: 0px;
}

.logo_image
{
	text-align: left;				
	margin-left: px;
	float:left;
	width:100%;
}

.header_nav
{
	float: right;
	margin-top: -100px;
	height: 120px;
	width: 550px;
	margin-left: 60%;
	text-align: right;
}

.header_nav img
{
	margin-top: 50px;
	vertical-align: bottom;
	margin-left: 0px;
}


.header_nav_item
{
	margin-right: 0px;
	height:70px; 
	float:left;
}

.header_nav_sep
{
	width: 2px;
	height: 80px;
	border-left: 1px solid #E6E7E8;
	/*border-left: 2px solid grey; */
	margin-left: 10px;
	margin-right: 10px;
	float:left;
}

.header_nav_underline, .header_nav_underline_visible, .header_nav_underline_hightlight
{
	margin-left:2px;
	margin-right:2px;
	margin-top:4px;
	text-align:right;
	display: none;
	float: bottom;
	height: 5px;
}

.header_nav_underline_visible
{
	display:block;
    	border-top: 3px solid #A0CE67;
}

.header_nav_underline_selected
{
	display:none;
	/*float: bottom;*/
	border-top: 3px solid green; 
}

.header_nav_underline_highlight
{
	display:block;
	margin-top: 4px;
	border-top: 3px solid #DFEAA7
}


.box_header
{
	font-family: Arial;
	font-size:24px;
	color:#c6de83; 
	margin-left: 0px;
	margin-bottom: -10px;
}


.schedule_box
{
	margin-bottom: 40px;
}

.schedule_box p
{
}

.schedule_box br
{
	/*line-height: 2px;    */ 	
}


.inspiration_box
{
	text-align: justify;
}

.inspiration_box p
{
	line-height: 14px;
}
.schedule_box_text
{
	margin-top: -10px;				
	line-height: 18px;
}

.schedule_box_text p
{
  line-height: 16px;
}

.schedule_box_text a
{
	text-decoration: none;
	border: none;
	color: #c6de83;
}


.schedule_box_text a:hover
{
	text-decoration: none;
	border: none;
	color:  #A0CE67;
}
.small_box_header
{
	font-family: Arial;
	font-size: 18px;
	color: #c6de83;
	vertical-align:top;
	margin-top:0px;
	min-width:150px;
	width: 220px;
	margin-bottom:0px;
}

.schedule_wrapper
{
	vertical-align:top;
}
.small_box_header p
{	
	/*line-height: 8px;	*/
}

.small_box_header br
{
}
.small_box_header hr
{
	border: 1px solid #ECEDED;
	width: 275px;
	margin-top: 0px;
}

.sidebar
{
	width: 200px;
	text-align:left;
	/*min-height: 200px; */
	float:left;
	margin-left:0px;
}
/* for every page except for the homepage */
.sidebar_content
{
	width: 400px;
	text-align: justify;
	margin-right: 0px;
	margin-left: 0px;
	float:left;
	line-height: 22px;
}

.sidebar img
{
	float: left;
	margin-left: 110px;
	margin-top: 45px;
}


.inspiration_box p
{
	line-height: 16px;
}
.rightcontent_image
{
	margin-left: 420px;
	margin-top: 0px;
}

.main_content
{
	float: right;
	margin-left:20px;
	margin-right: 50px;
	font-size: 14px;
	width:530px;
}

.right_content
{
	margin-top: 0px;
	min-height: 250px;
	text-align: justify;
	font-size: 14px;
	float: top;
	text-align: right;
	float: right;
	width: 400px;
	margin-right: 10px;
	font-family: Arial;
}

.right_content a
{
	text-decoration: none;
	color: #bcbec0;	 
}

.right_content a:hover
{
	color: #a0ce67;
}

/* content_image and main_content are only for the homepage */
.content_image 
{
	margin-top: 0px;
	margin-left: -10px;
	width: 454px;
}

.footer, .footer_home, .footer_no_dancer, .footer_schedule
{
/*	margin-top: 30px; */
}

.footer
{
	width:100%;
	background: url(http://www.mindbodyexpansion.com/themes/element_theme//background_images/bottom_background.png) no-repeat;
	height: 100%;
	margin: auto;
	margin-top: 20px;
}

.footer_home
{
	width:100%;
	background: url(http://www.mindbodyexpansion.com/themes/element_theme//background_images/home_page_bottom_dancer.png) no-repeat;
	height: 222px;
}

.footer_no_dancer
{
	width: 100%;
	min-width:800px;
	height: 150px;
	background: url(http://www.mindbodyexpansion.com/themes/element_theme//background_images/bottom_background.png) no-repeat;
}

.footer_schedule
{
	width: 100%;
	min-width:800px;
	height: 310px;
	background: url(http://www.mindbodyexpansion.com/themes/element_theme//background_images/bottom_background_schedule.png) no-repeat;
}
.quote_box
{
  margin-top: 20px;
  font-family: Arial;
	font-size: 14px;
	margin-right:0px;
	text-align:right;
	width: 300px;
	float: right;
}

.quote_box p
{
	line-height: 14px;
}

.quote 
{
	color: #c6de83;
	bottom-margin: 0px;
}

.quote_attribution
{
	margin-top: 8px;
	margin-bottom: 20px;
	color: #bcbec0;
}


.join_box
{
	margin-top: 2px;
	width: 420px;
	float: right;
}

.join_button
{
    border: 1px solid #bcbec0;
    background: #c6de83;
		color: #ffffff;
}

.join_button:hover
{
	color: #a0ce67;
}

.join_text_box
{
	border: 1px solid #bcbec0;
}

.join_text
{
	color: #bcbec0;
	text-align: right;
}

.join_text:hover
{
	color: #a0ce67;
}
.footer_right
{
	float: right;
	margin-right:0px;
	margin-left: 0px;
	margin-top:0px;
	text-align: right;
}

.footer_bottom
{
	width: 100%
	min-width:800px;
	border-top: 1px solid #bcbec0;
	color: #bcbec0;
	margin-top: -15px;
}

.footer_bottom br 
{
	height:2px;
	max-height: 2px;
}

.footer_bottom p 
{
	height:2px;
	max-height: 2px;
}
.footer_bottom_contact
{
	text-align: left;
	width: 50%;
	float: left;
	color: #bcbec0;
	font-family: Arial;
	font-size: small;
	margin-top: 0px;
}


.footer_bottom a
{
	color: #bcbec0;
	text-decoration: none;
}
.footer_bottom a:hover
{
	color: #a0ce67;
}

.footer_bottom_contact p
{
	height: 2px;
	max-height: 2px;
}

.footer_bottom_by
{
	text-align: right;
	color: #bcbec0;
	font-family: Arial;
	font-size: small;
	margin-top: 0px;
}

.slideshow
{
	text-align: justify;
	float: right;
	width:100%;
	padding-top: 20px;
}

.slideshow img
{
	border: 2px solid #bcbec0;
	margin-left:2px;
	margin-right: 0px;
	margin-right: 5px;
}

.slideshow a:hover img 
{
	border: 2px solid #a0ce67;
}

