body {
    margin: 0 auto;
	min-width: 1000px;
	color: #36352f;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	background-color: #ecefe1;
}

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

a {
	color: #7e8857;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a img {
	border: 0;
}
p {
	color: #36352f;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
h1, h1 a, h1 a:hover {
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 38px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
    line-height: 40px;
}
h2, h2 a, h2 a:hover {
	color: #605f54;
	font-family: 'Bilbo Swash Caps', cursive;
	font-size: 35px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h3, h3 a, h3 a:hover {
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
    line-height: 32px;
}
h4, h4 a, h4 a:hover {
	color: #605f54;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	font-weight: 700;
	margin: 0;
	text-decoration: none;
}
h5, h5 a, h5 a:hover {
	color: #36352f;
	font-family: 'Bilbo Swash Caps', cursive;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h6, h6 a, h6 a:hover {
	color: #605f54;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}

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


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

.le_form {
	color: #36352f;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
.le_form_name {
	color: #36352f;
	font-family: 'Bilbo Swash Caps', cursive;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}
.le_form_submit input[type="submit"] {
	background-color: #c9d2a4;
	padding: 5px 10px;
	border: 0;
	text-align: center;
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}
.le_form_submit input[type="submit"]:hover {
	cursor: pointer;
	background-color: #b2ba92;
}
.le_form input[type="text"] {
	background-color: #ffffff;
	border: 0;
	padding: 5px;
	color: #36352f;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}
.le_form textarea {
	background-color: #ffffff;
	border: 0;
	padding: 5px;
	color: #36352f;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}

/*-------------------------LE FORM STYLE END-----------------------*/


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

hr {}
table {
	border-spacing: 0 2px;
}
.anythingSlider-default {
	padding: 0 !important;
}
.button {
	padding: 15px 15px;
    margin-bottom: 15px;
	background-color: #605f54;
}
.button:hover {
	background-color: #747366;
	cursor: pointer;
}
.greenbutton {
    display: inline-block;
    padding: 5px 5px;
    margin-bottom: 5px;
	background-color: #c9d2a4;
}
.greenbutton:hover {
	background-color: #b5c283;
	cursor: pointer;
}
.button a, .button a:hover, a:hover.button {
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
}
.cta-button {
	padding: 20px;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyspa/cta_flourish_07.png'), url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/handsontherapyspa/cta_pattern.png');
	background-repeat: no-repeat, repeat;
	background-position: 50% 0%, 50% 0%;
}
.whitearea {
    padding: 5px;
    background-color: #ffffff;
}

/*-------------------------SITE CLASSES END------------------------*/


.wrapper {
	width: 100%;
}

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

.header {
	margin: auto;
	width: 960px;
}
.headerleft {
	float: left;
	width: 320px;
    padding: 20px 0 0 0;
}
.logo {
	padding: 0 10px;
    text-align: center;
}
.headerright {
	float: right;
	width: 640px;
}
.header1 {
    float: left;
    width: 160px;
	padding: 0 0 0 10px;
    margin-left: 290px;
}
.header2 {
    float: left;
    width: 160px;
    padding: 0 10px;
}
.header3 {
    float: left;
    width: 300px;
    padding: 0 10px;
}
.header4 {
    float: left;
    width: 300px;
    padding: 0 10px;
    text-align: right;
}

/*-------------------------HEADER END------------------------------*/


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

.MainMenu {
	position: relative;
	padding: 0 10px;
    margin-top: 15px;
    text-align: right;
}
.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: #605f58;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	padding: 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #ffffff;
	background-color: #c9d2a4;
}
/*--------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: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	padding: 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #605f54;
	min-width: 160px;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #ffffff;
	background-color: #c9d2a4;
}
/*----------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: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	padding: 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #605f54;
	min-width: 160px;
}
.MainMenu li.le_menuitem_level_2 a:hover {
	color: #ffffff;
	background-color: #c9d2a4;
}

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


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

.contentwide {
	width: 100%;
	border-bottom: 10px solid #dbe1c3;
}
.content {
	margin: auto;
	width: 960px;
	padding: 20px 0;
}
.content1 {
	padding: 0 10px;
}
.content2 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.content3 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.content4 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.content5 {
	padding: 0 10px;
}
.contentleft {
	float: left;
	width: 640px;
}
.content6 {
	padding: 0 10px;
}
.content7 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.content8 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.content9 {
	padding: 0 10px;
}
.contentright {
	float: left;
	width: 320px;
}
.content10 {
	padding: 0 10px;
}
.global1 {
    padding: 0 10px;
}
.content11 {
	padding: 0 10px;
}

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

.subcontentwide {
    width: 100%;
	border-bottom: 10px solid #dbe1c3;
}
.subcontent {
	margin: auto;
	width: 960px;
	padding: 20px 0;
}
.subcontent1 {
	padding: 0 10px;
}
.subcontentleft {
    float: left;
    width: 630px;
    margin-right: 10px;
}
.subcontent2 {
	padding: 0 10px;
}
.subcontentleftwide {
    float: left;
    width: 420px;
}
.subcontent3 {
	padding: 0 10px;
}
.subcontent4 {
    float: left;
    width: 190px;
    padding: 0 10px;
}
.subcontent5 {
    float: left;
    width: 190px;
    padding: 0 10px;
}
.subcontent6 {
    padding: 0 10px;
}
.subcontentleftnarrow {
    float: left;
    width: 210px;
}
.subcontent7 {
    padding: 0 10px;
}
.subcontent8 {
    padding: 0 10px;
}
.subcontent9 {
    float: left;
    width: 295px;
    padding: 0 10px;
}
.subcontent10 {
    float: left;
    width: 295px;
    padding: 0 10px;
}
.subcontent11 {
    padding: 0 10px;
}
.subcontentright {
    float: left;
    width: 320px;
}
.subcontent12 {
	padding: 0 10px;
}
.subglobal1 {
    padding: 0 10px;
}
.subcontent13 {
	padding: 0 10px;
}
.subcontent14 {
    padding: 0 10px;
}

/*-------------------------PAGE WRAPPER START----------------------*/

.pwrapperwide {
    width: 100%;
	border-bottom: 10px solid #dbe1c3;
}
.pwrapper {
	margin: auto;
	width: 960px;
	padding: 20px 0;
}
.pwrapper1 {
    padding: 0 10px;
}

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


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

.footerwide {
	width: 100%;
	background-color: #ffffff;
	border-top: 3px solid #ecefe1;
}
.footer {
	margin: auto;
	width: 960px;
	padding: 30px 0;
}
.footer p, .footer a {
	color: #605f54;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
}
.footerleft {
	float: left;
	width: 180px;
}
.footer1 {
	padding: 0 10px;
}
.footermid {
	float: left;
	width: 180px;
}
.footer2 {
	padding: 0 10px;
}
.footerright {
	float: left;
	width: 600px;
	text-align: right;
}
.footer3 {
	padding: 0 10px;
}
.le_view_mobile {
    padding: 0 10px;
}
.le_view_mobile a {
	color: #605f54;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
.le_view_mobile a:hover {
	text-decoration: underline;
}

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


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

.FooterMenu {
	padding: 0 10px;
    margin-bottom: 20px;
}
.FooterMenu ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.FooterMenu ul li {
	display: block;
	float: left;
}
.FooterMenu ul li a {
	display: block;
	color: #605f54;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding: 0 10px;
}
.FooterMenu ul li a:hover {
	text-decoration: underline;
}
.FooterMenu ul li:last-of-type a {
    padding-right: 0;
}
/*--------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-------------------------*/


/*-------------------------EXTERNAL STYLING START------------------*/



/*-------------------------EXTERNAL STYLING 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-------------------------------*/
.cm {
    font-size: 18px;
    color: red;
}
.confirm {
    color: red !Important;
    text-decoration: underline;
    font-weight: bold;
}