body {
    margin: 0 auto;
	min-width: 1000px;
	color: #6d6d6e;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 14px;
    font-height: 25px;
    background-color: #fff;
	/* OLD BG COLOR:  background-color: #f7e5c5;*/
}

/*-------------------------FONT STYLING START----------------------*/

a {
    color: #00964d;
	text-decoration: none;
}
a:hover {
    text-decoration: none;
}
p {
	color: #6d6d6e;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 25px;
}
h1, h1 a, h1 a:hover {
	color: #00954b;
	font-family: 'Oxygen', sans-serif;
	font-size: 36px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h2, h2 a, h2 a:hover {
    color: #00964d;
	font-family: 'Oxygen', sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h3, h3 a, h3 a:hover {
	color: #0063a8;
	font-family: 'Oxygen', sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h4, h4 a, h4 a:hover {
    color: #ffffff;
    font-family: 'Oxygen', sans-serif;
    font-size: 28px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
    font-height: 25px;
}
h5, h5 a, h5 a:hover {
	color: #00964d;
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h6, h6 a, h6 a:hover {
	color: #0063a8;
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}

/*-------------------------FONT STYLING END------------------------*/


/*-------------------------LE FORM STYLE START---------------------*/

.le_form {
	color: #6d6d6e;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
}
.le_form_name {
	font-family: 'Oxygen', sans-serif;
	font-size: 24px;
	color: #00964d;
	margin: 0;
}
.wrapper input[type="submit"] {
	background-color: #0060a9;
	padding: 5px 15px;
	border: 0;
	text-align: center;
	color: #ffffff;
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
}
.wrapper input[type="submit"]:hover {
	cursor: pointer;
	background-color: #00964d;
}
.wrapper input[type="text"], .wrapper input[type="password"], #search_form_value {
	background-color: #ffffff;
	border: 0;
	padding: 5px;
	color: #6d6d6e;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
}
.wrapper textarea {
	background-color: #ffffff;
	border: 0;
	padding: 5px;
	color: #6d6d6e;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
}
.box {
    color: #ffffff !important;
    font-family: 'Oxygen', sans-serif;
    font-size: 28px;
    line-height: 30px;
}
/*-------------------------LE FORM STYLE END-----------------------*/


/*-------------------------SITE CLASSES START----------------------*/

hr {
    border: 0;
    height: 8px;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
	background-color: #00964d;
}
.bluebox {
    padding: 8px;
    background-color: #0063a8;
}
.bluebox h4 a {
    font-size: 28px;
    color: #ffffff !important;
    font-family: 'Oxygen', sans-serif;
}
.blueline {
    background-color: #0063a8;
}
.brownbox {
    padding-bottom: 15px;
    /* OLD BG COLOR background-color: #f8f1e4;*/
}
.brownbox2 {
    padding: 15px;
    /* OLD BG COLOR background-color: #f8f1e4;*/
}
.brownbar {
    padding-bottom: 15px;
    padding-top: 20px;
    /* OLD BG COLOR background-color: #f8f1e4;*/
}
.greenborder {
    border: 3px solid #00964d;
}
.blueborder {
    border: 3px solid #0063a8;
}
.mb_listview_date {
    color: #00964d;
	font-family: 'Oxygen', sans-serif;
	font-size: 24px;
}
#back {
    color: #00964d;
}
#forward {
    color: #00964d;
}
.bluebutton {
    background-color: #0063a8;
    padding: 3px 20px 3px 20px;
    color: #ffffff !important;
}
.bluebutton:hover {
    background-color: #00964d;
    padding: 3px 20px 3px 20px;
    color: #ffffff !important;
}
/*-------------------------SITE CLASSES END------------------------*/

.wrapper {
	width: 100%;
}

/*-------------------------HEADER START----------------------------*/

.headerwide {
    margin-top: 10px;
	width: 100%;
}
.header {
	margin: auto;
	width: 960px;
}
.headerleft {
	float: left;
	width: 200px;
}
.logo {
	padding: 0 10px;
}
.headerright {
    margin-top: 10px;
	float: right;
	width: 760px;
	text-align: right;
}
.header1 {
	padding: 0 10px;
}
.header a{
    color: #6d6d6e;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
/*-------------------------HEADER END------------------------------*/


/*-------------------------MAIN MENU START-------------------------*/

.navigationwide {
	width: 100%;
}
.navigation {
	margin: auto;
	width: 760px;
}
.MainMenu {
	float: right;
	padding: 0 10px;
    margin-bottom: 20px;
}
.MainMenu ul.le_menu_level_0 {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.MainMenu li {
	list-style-type: none;
	text-decoration: none;
}
.MainMenu li.le_menuitem_level_0 {
	float: left;
}
.MainMenu li.le_menuitem_level_0 a {
	display: block;
	color: #6d6d6e;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 17px;
	padding: 10px 10px;
	text-decoration: none;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/PeoplesYogaCoop/graphic_menu.png');
    background-repeat: no-repeat;
	background-position: 15px 30px;
	color: #55843c;
}
/*--------1st level submenu-------*/
.MainMenu ul.le_menu_level_1 {
	position: absolute;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	color: #ffffff;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 14px;
	padding: 10px 10px;
	text-decoration: none;
	background-color: #00964d;
	min-width: 160px;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #ffffff;
	background-color: #71c590;
}
.MainMenu li.le_menuitem_level_1:first-of-type a {
    border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
}
.MainMenu li.le_menuitem_level_1:last-of-type a {
    border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
}*----------2nd level submenu-----*/
.MainMenu .le_menu_level_2_container {
	float: right;
	margin-top: -35px;
	padding: 0;
}
.MainMenu ul.le_menu_level_2 {
	position: absolute;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
	display: block;
}
.MainMenu li.le_menuitem_level_2 a {
	display: block;
	color: #ffffff;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 14px;
	padding: 10px 20px;
	text-decoration: none;
	background-color: #0063a8;
}
.MainMenu li.le_menuitem_level_2 a:hover {
	color: #ffffff;
	background-color: #0488e5;
}

/*-------------------------MAIN MENU END---------------------------*/


/*-------------------------CONTENT START---------------------------*/

.contentwide {
	width: 100%;
}
.content {
    margin: auto;
	width: 960px;
}
.content1 {
	width: 640px;
    float: left;
	padding: 0 10px;
}
.content2 {
	width: 280px;
    float: left;
	padding: 0 10px;
}


/*-------------------------INSIDE CONTENT START--------------------*/

.subcontentwide {
	width: 100%;
}
.subcontent {
	margin: auto;
	width: 960px;
	padding: 20px 0;
}
.subcontentwide {
	width: 100%;
}
.subcontent {
    margin: auto;
    width: 960px;
	padding: 20px 0;
}
.subcontent1 {
    width: 940px;
    float: left;
    padding: 0 10px;
}
.subcontent2 {
	float: left;
	width: 460px;
	padding: 0 10px;
}
.subcontent3 {
	float: left;
	width: 460px;
	padding: 0 10px;
}
.subcontentleft {
	float: left;
	width: 640px;
}
.subcontent4 {
	padding: 0 10px;
}
.subcontent5 {
    float: left;
	width: 300px;
	padding: 0 10px;
}
.subcontent6 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.subcontentright {
	float: left;
	width: 320px;
}
.subcontent7 {
    padding: 0 10px;
}
.subcontentleft2 {
    float: left;
	width: 320px;
}
.subcontent8 {
    padding: 0 10px;    
}
.subcontentright2 {
    float: left;
	width: 640px;
}
.subcontent9 {
    padding: 0 10px;
}
.subcontent10 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.subcontent11 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.subcontent12 {
	padding: 0 10px;
}
/*-------------------------PAGE WRAPPER START----------------------*/

.pwrapperwide {
	width: 100%;
}
.pwrapper {
	margin: auto;
	width: 960px;
	padding: 20px 0;
}
.pwrapper1 {
    padding: 0 10px;
}

/*-------------------------CONTENT END-----------------------------*/


/*-------------------------FOOTER START----------------------------*/

.footerwide {
    margin-top: 15px;
	width: 100%;
}
.footer {
	margin: auto;
	width: 960px;
}
.footer1 {
    width: 960px;
}
.footer p {
	color: #6d6d6e;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
    margin-bottom: 20px;
}
.footerleft {
	float: left;
	width: 600px;
}
.footerright {
	float: left;
	width: 360px;
}
.footer2 {
	width: 160px;
    float: left;
	padding: 0 10px;
}
.le_view_mobile {
    width: 100px;
    float: right;
    padding: 0 10px;
}
.le_view_mobile a {
	color: #6d6d6e;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
	text-decoration: none;
}
.le_view_mobile a:hover {
    color: #00964d;
    text-decoration: none;
}


/*-------------------------FOOTER END------------------------------*/


/*-------------------------FOOTER START END------------------------*/


.FooterMenu ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.FooterMenu ul li {
	display: block;
	float: left;
}
.FooterMenu ul li a {
	display: block;
	color: #6d6d6e;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 0 10px;
}
.FooterMenu ul li a:hover {
	color: #00964d;
    text-decoration: none;
}
/*--------1st level submenu-------*/
.FooterMenu li.le_menuitem_level_1 a {
	display: none;
}
/*--------2nd level submenu-------*/
.FooterMenu li.le_menuitem_level_2 a {
	display: none;
}

/*-------------------------FOOTER MENU END-------------------------*/


/*-------------------------RESETS START------------------*/

table {
	border-spacing: 0 !important;
}
.anythingSlider-default {
	padding: 0 !important;
}
button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}

/*-------------------------RESETS END--------------------*/


/*-------------------------CLEAR START-----------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
    clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*-------------------------CLEAR END-------------------------------*/