body
{
	margin: 0 auto;
	padding: 0;
	background-color:#C1D0A8;
	/* background-color: #70873f; */
	/* background-color: #A9c078; */
}

#main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}




#page-background-gradient
{
	position: absolute;
	background-image: url('images/Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 1px;
}


.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}


/* end Page */

/* begin Box, Sheet */
.Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 800px;
	height: 640px;
	min-width:47px;
	min-height:47px;

}

.Sheet-body
{
	position: relative;
	z-index:1;
	padding-top: 60px;
	padding-right: 0px;
	padding-left: 0px;

	
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl, .Sheet-tc, .Sheet-bc,.Sheet-cr, .Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl
{
	width: 90px;
	height: 90px;
	background-image: url('images/Sheet-s.png');
}

.Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 45px, 45px, auto);
}

.Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 45px, 45px);
}

.Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(45px, 45px, auto, auto);
}

.Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(45px, auto, auto, 45px);
}

.Sheet-tc, .Sheet-bc
{
	left: 45px;
	right: 45px;
	height: 90px;
	background-image: url('images/Sheet-h.png');
}

.Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 45px, auto);
}

.Sheet-bc
{
	bottom: 0;
	clip: rect(45px, auto, auto, auto);
}

.Sheet-cr, .Sheet-cl
{
	top: 45px;
	bottom: 45px;
	width: 90px;
	background-image: url('images/Sheet-v.png');
	}

.Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 45px);
}

.Sheet-cl
{
	left:0;
	clip: rect(auto, 45px, auto, auto);
}

.Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 45px;
	left: 45px;
	right: 45px;
	bottom: 45px;
	background-color: #DEE6D1;
}


.Sheet
{
	margin-top: 20px !important;
}

#page-background-simple-gradient, #page-background-gradient, #page-background-glare
{
	min-width:800px;
}

/* end Box, Sheet */

/* begin Menu */
/* menu structure */

.menu a, .menu a:link, .menu a:visited, .menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:expanded;
	word-spacing:normal;
	color: #ffffff;
}

.menu, .menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.menu li:hover
{
	z-index: 6;
	white-space: normal;
	color: #ffffff;
}

.menu li li
{
	float: none;
}

.menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.menu li:hover>ul
{
	visibility: visible;
	top: 100%;
	color:#ffffff;
}

.menu li li:hover>ul
{
	top: 0;
	left: 100%;
	color:#FFFFFF;
}

.menu:after, .menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul
{
	min-height: 0;
}

.menu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 50px;
	margin: -10px 0 0 -30px;
}

.menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}


ul.menu
{
	float:right;
}



/* menu structure */

.menu
{
	padding: 32px 32px 0px 0px;
}

.nav
{
	position: relative;
	height: 28px;
	z-index: 100;
}


/* end Menu */

/* begin MenuItem */
.menu ul li
{
	clear: both;
}

.menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 28px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}


.menu a .r, .menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 84px;
	background-image: url(images/MenuItem.png);    
}

.menu a .l
{
	left:0;
	right:0px;
}

.menu a .r
{
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.menu a .t 
{
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	color: #AA8A18;
	padding: 0 17px;
	margin: 0 0px;
	line-height: 28px;
	text-align: center;
}

.menu a:hover .l, .menu a:hover .r
{
	top:-28px;
}

.menu li:hover>a .l, .menu li:hover>a .r
{
	top:-28px;
}

.menu li:hover a .l, .menu li:hover a .r
{
	top:-28px;
}
.menu a:hover .t
{
	color: #FFFFFF;
}

.menu li:hover a .t
{
	color: #FFFFFF;
}

.menu li:hover>a .t
{
	color: #FFFFFF;
}



/* end MenuItem */

/* begin MenuSeparator */
.nav .menu-separator
{
	display: block;
	width: 1px;
	height: 28px;
	background-image: url('images/MenuSeparator.png');
}

/* end MenuSeparator */

/* begin MenuSubItem */
.menu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 26px;
	width: 180px;
	overflow:hidden;
	line-height: 26px;
	margin-right: auto;
	background-image: url('images/subitem-bg.png');
    z-index:1000;
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 0px;
	border-style: solid;

}

.nav ul.menu ul span, .nav ul.menu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;


}

.menu ul a, .menu ul a:link, .menu ul a:visited, .menu ul a:hover, .menu ul a:active, .nav ul.menu ul span, .nav ul.menu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 26px;
	color: #AA8A18;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	
}

.menu ul ul a
{
	margin-left: 0px;
}

.menu ul li a:hover
{
	color: #ffffff;
	background-position: 0 -26px;
}

.menu ul li:hover>a
{
	color: #ffffff;
	background-position: 0 -26px;
}

.nav .menu ul li a:hover span, .nav .menu ul li a:hover span span
{
	color: #ffffff;
}

.nav .menu ul li:hover>a span, .nav .menu ul li:hover>a span span
{
	color: #ffffff;
}


/* end MenuSubItem */
/* begin Header */
div.Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 748px;
	height: 91px;
}


div.Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 748px;
	height: 91px;
	background-image: url('images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin ContentLayout */
.contentLayout
{
	position: relative;
	margin-bottom: 0px;
	width: 800px;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	z-index: -1;
	}
/* end ContentLayout */

/* begin Box, Block */
.Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.Block-body
{
	position: relative;
	z-index:1;
	padding: 7px;
}



.Block
{
	margin: 7px;
}

/* end Box, Block */

/* begin Box, BlockContent */
.BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;

}

.BlockContent-body
{
	position: relative;
	z-index:1;
	padding: 0px;
}

.BlockContent-body
{
	color:#4F564D;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

.BlockContent-body a:link
{
	color: #625932;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.BlockContent-body a:visited, .BlockContent-body a.visited
{
	color: #798475;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.BlockContent-body a:hover, .BlockContent-body a.hover
{
	color: #AE8E19;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.BlockContent-body ul
{
	list-style-type: none;
	color: #20231F;
	margin:0;
	padding:0;
}

.BlockContent-body li
{
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	text-decoration: none;
}

.BlockContent-body ul li
{
	padding:0px 0 0px 13px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, BlockContent */

/* begin Box, Post */
.Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:47px;
	min-height:47px;
}

.Post-body
{
	position: relative;
	z-index:1;
	padding: 23px;
}

.Post-tr, .Post-tl, .Post-br, .Post-bl, .Post-tc, .Post-bc,.Post-cr, .Post-cl
{
	position:absolute;
	z-index:-1;
}

.Post-tr, .Post-tl, .Post-br, .Post-bl
{
	width: 90px;
	height: 90px;
	background-image: url('images/Post-s.png');
}

.Post-tl
{
	top:0;
	left:0;
	clip: rect(auto, 45px, 45px, auto);
}

.Post-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 45px, 45px);
}

.Post-bl
{
	bottom: 0;
	left: 0;
	clip: rect(45px, 45px, auto, auto);
}

.Post-br
{
	bottom: 0;
	right: 0;
	clip: rect(45px, auto, auto, 45px);
}

.Post-tc, .Post-bc
{
	left: 45px;
	right: 45px;
	height: 90px;
	background-image: url('images/Post-h.png');
}

.Post-tc
{
	top: 0;
	clip: rect(auto, auto, 45px, auto);
}

.Post-bc
{
	bottom: 0;
	clip: rect(45px, auto, auto, auto);
}

.Post-cr, .Post-cl
{
	top: 45px;
	bottom: 45px;
	width: 90px;
	background-image: url('images/Post-v.png');
}

.Post-cr
{
	right:0;
	clip: rect(auto, auto, auto, 45px);
}

.Post-cl
{
	left:0;
	clip: rect(auto, 45px, auto, auto);
}

.Post-cc
{
	position:absolute;
	z-index:-1;
	top: 45px;
	left: 45px;
	right: 45px;
	bottom: 45px;
	background-color: #EFF3E2;
}


.Post
{
	margin: 10px;
}

/* Start images */
a img
{
	border: 0;
}

.article img, img.article
{
	margin-left: 10px;

}

/* Finish images */


/* end Box, Post */

/* begin PostHeaderIcon */
.PostHeaderIcon-wrapper
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;

color: #BDC698;}

.PostHeaderIcon-wrapper, .PostHeaderIcon-wrapper a, .PostHeaderIcon-wrapper a:link, .PostHeaderIcon-wrapper a:visited, .PostHeaderIcon-wrapper a:hover
{
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #343932;
	}

/* end PostHeaderIcon */

/* begin PostHeader */

.PostHeader {
margin-top:0px;
margin-left: 8px;
margin-right: 8px;
	}
	
.PostHeader a:link
{
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #BDC698;
}

.PostHeader a:visited, .PostHeader a.visited
{
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #BDC698;
}

.PostHeader a:hover, .PostHeader a.hovered
{
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #BDC698;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  line-height:1.2em;
  font-style: normal;
  font-weight: normal;
  color: #484E46;
  padding-bottom: 20px;
}

.PostContent
{
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  line-height:1.2em;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  color: #484E46;

}

.PostContent-Home
{
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  line-height:1.4em;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  margin-left: 30px;
  padding-bottom: 20px;
  color: #484E46;

}

.PostContent-services
{
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  margin-right: 40px;
  color: #484E46;

}

.PostContent-classes
{
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
  color: #484E46;

}

.PostContent-teamarf
{
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  line-height:1.2em;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  margin-right: 20px;
  margin-left: 10px;
  padding-bottom: 20px;
  color: #484E46;

}

.PostContent-facilities
{
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  line-height:1.2em;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  margin-right: 20px;
  margin-left: 10px;
  padding-bottom: 20px;
  color: #484E46;

}

.PostContent-seminars
{
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  font-size: 15px;
  line-height:1.2em;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 20px;
  color: #484E46;

}

/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #AA8A18;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #AA8A18;

}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #AA8A18;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #BDC698;
}

/* Finish Content link style */


/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #BDC698;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #BDC698;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #BDC698;
  line-height:50%;
}

.closup {
margin-top: -50px;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #000000;
  line-height:50%;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #BDC698;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #BDC698;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #343932;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



.Post li
{
	padding:0px 0 0px 13px;
	line-height:1.2em;
}

.Post ol li, .Post ul ol li
{
	background: none;
	padding-left:0;
}

.Post ul li, .Post ol ul li 
{
	background-image: url('images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:13px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote p
{
	color:#0F100E;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

blockquote
{
		border:solid 1px #D4CCAA; 
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#E9E4D3;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */



/* begin Footer */
.Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 800px;
	margin: 5px auto 0px auto;
}

.Footer .Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	text-align: right;
	padding-right: 8px;
}

.Footer .Footer-background
{
	position:absolute;
	z-index:-1;
	width: 800px;
	height: 150px;
	bottom:0;
	left:0;
}


.Footer .Footer-text p
{
	margin: 0;
}

.Footer .Footer-text
{
	display:inline-block;
	color:#999;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	text-align: right;
}


/* end Footer */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
	font-family:Trebuchet MS;
	font-size:10px;
	text-align:right;

}
/* end PageFooter */

/* begin LayoutCell */
.contentLayout .sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 224px;
    padding-top: 10px;
	
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 510px;
}
.contentLayout .content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 747px;
}




/* end LayoutCell */



.navigation
{
	display: block;
	text-align: center;
}

/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter, .article .aligncenter img, .aligncenter img.article, .aligncenter img, img.aligncenter
{
	display: block;
	margin-left: 0px;
	margin-right: auto;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.alignright img, img.alignright
{
	margin: 1em;
	margin-right: 0;
}

.alignleft img, img.alignleft
{
	margin: 1em;
	margin-left: 0;
}



.hidden
{
	display: none;
}



.quote-header {
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight:700;
	font-style:italic;
	text-align:left;
	line-height: 1.2em;
	margin-left:30px;
	width: 460px;
	padding-top: 8px;
}

.quote-header-home {
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-weight:700;
	font-style:italic;
	text-align:left;
	padding-left: 45px;
	line-height: 1.2em;
	width: 420px;
}

.quote-header-facilities {
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight:700;
	font-style:italic;
	text-align:justify;
	padding-left:10px;
    margin-right:20px;
	line-height: 1.1em;
}

.quote-header-speakers {
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight:700;
	font-style:italic;
	text-align:justify;
	padding-left:12px;
	padding-right: 18px;
	line-height: 1.2em;
}

.quote-header-sidebar {
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight:600;
	font-style:italic;
	text-align:justify;
	padding-top: 10px;
	padding-left:11px;
	padding-right: 40px;
	line-height: 1.1em;
}

.quote-header-janice {
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight:600;
	font-style:italic;
	text-align:justify;
	padding-top: 10px;
	padding-left:11px;
	padding-right: 10px;
	line-height: 1.1em;
}

.quote-right {
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight:normal;
	font-style:italic;
	text-align:right;
}

.quote-right-teamarf1 {
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight:normal;
	font-style:italic;
	text-align:right;
	margin-left:10px;
	line-height: 1em;
}

.quote-right-teamarf2 {
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight:normal;
	font-style:italic;
	text-align:center;
	margin-left:65px;
	padding-top: 10px;
	line-height: 1em;
}

.quote-right-behavioral {
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight:normal;
	font-style:italic;
	text-align:right;
	padding-right: 40px;
	line-height: 1em;
}

.quote-header-center-content {
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight:300;
	text-align:justify;
	padding-top: 10px;
	padding-right: 18px;
	line-height: 1.1em;
}

.team-title {
font-size: 1.1em;
font-weight: 800;
font-style:italic;
padding-top:5px;
margin-left: 5px;
}

.green-textbar {
	background-color: #A9c078;
	width: 115px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	}
	
	.sidebar-text {
	background-color: #ffffff;
	width: 193px;
	z-index: -1;
	padding: 10px;
	font-size: 11.5px;
	line-height: 1.1em;
	
	}
	
		.sidebar-texthome {
	background-color: #ffffff;
	width: 200px;
	z-index: -1;
	padding: 10px;
	font-size: 11.25px;
	line-height: 1.2em;
	
	}
	
		.sidebar-seminars {
	background-color: #ffffff;
	width: 209px;
	z-index: -1;
	
	}
	
.sidebar-text-services {
	background-color: #ffffff;
	width: 140px;
	z-index: -1;
	padding: 10px;
	font-size: 10px;
	line-height: 1.2em;
	
	}
	
.active {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	}
	
.sidebar-text-header {
	font-size:14px;
	font-weight:bold;
	}
	
.sidebar-teamarf {
	background-color: #ffffff;
	width: 171px;
	z-index: -1;
	padding: 2px;
	font-size: 11px;
	line-height: 1.3em;
	
	}
	
	.sidebar-philosophy {
	background-color: #ffffff;
	width: 203px;
	z-index: -1;
	}
	
	.sidebar-janice {
	background-color: #ffffff;
	width: 203px;
	z-index: -1;
	}
	
					.sidebar-findus {
	background-color: #ffffff;
	width: 203px;
	z-index: -1;

	}
	
			.sidebar-speakers {
	background-color: #ffffff;
	width: 154px;
	z-index: -1;
	
	}
	
			.sidebar-byjanice {
	background-color: #ffffff;
	width: 212px;
	z-index: -1;
	
	}
	
			.sidebar-facilities {
	background-color: #ffffff;
	width: 203px;
	z-index: -1;
	padding: 0px;
	
	}
	
.mustard-sidebar {

	background-color: #E2C675;
	width: 160px;
	z-index: -1;
	padding: 10px;
	font-size: 11px;
	line-height: 1em;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	}

.mustard-sidebar a {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	line-height:1em;
	color: #000000;
	}
	
.mustard-sidebar a:hover {
	text-decoration: none;
		font-size: 15px;
	color: #ffffff;
	}
	
.mustard-sidebar a:visited {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	}
	
.sidebar-text-header {
	font-size:17px;
	font-weight:bold;
	}

	.post-innermost {
	margin-right: 30px;
	}

.category-title {
font-family: 'Trebucet MS', Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
padding-bottom: 4px;
font-weight:600;
  color: #ABBF7A;
  line-height:1.2em;
  }

.category-subtitle {
font-family: "Trebucet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: 600;
  color: #000000;
  }
  
.category-subtitle-austin {
font-family: "Trebucet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: 600;
  color: #A6BF6F;
  }
  
/* begin shadow for images */  
  
.img-shadow {
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
  
/* end shadow for images */

.sidebarseparator {
height:2px;
}
.sidebar-separator-philosophy {
height:15px;
}

.sidebar-separator2 {
height:40px;
}

.sidebar-separator3 {
height:70px;
}

.sidebar-separator4 {
height:100px;
}

.sidebar-separator-mustard {
height:30px;
}

.services-title {
font-size: 20px;
color: #000000;
font-weight: bold;
line-height: 1.5em;
}

.services-title a {
color: #000000;
text-decoration: none;
}

.services-title a:hover {
color: #A9c078;
text-decoration: none;
}

.services-title a:visited {
color: #000000;
text-decoration: none;
}


img {
border-width:7px;
border-style: solid;
color: #ffffff;
}

.home {
border-width:0px;
}

.findus th, .findus td
{
	padding-top: 0px;
	vertical-align: middle;
	z-index: -1;
	border-width:0px;
	padding-bottom: 10px;
}

.findus table
{
	border-collapse: collapse;
	border-width:0px;
	margin: 1px;
	width:141px;
	align: right;
	z-index: -1;
}

.findus table .findus tr, .findus th, .findus td
{
	background-color:Transparent;
	z-index: -1;

}

.findus th, .findus td
{
	vertical-align: middle;
	z-index: -1;
	border-width:0px;
}

.findus a: a:link a:hover a:visited
{
text-decoration:none;
}


.scroll {
height: 310px;
width: 420px;
overflow: auto;

}

.scrollcool {
height: 270px;
width: 420px;
overflow: auto;
padding: 8px;
}

#tanback {
background-color: #FFFFFF;
padding: 7px;
}
.separator-test {
height: 3px;
}

.noborder {
border: 0px;
}

.contact {
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
width: 520px;
text-align:right;
}

.map {
position:absolute;
text-align:center;
margin-left:120px;
margin-top: 70px;
}

.shadowbox {
background: #dfdfdf;
border: 1px solid #f5f5f5;
position: relative;
top: 3px;
left: 3px;
}
.shadowbox div {
background: #fff;
border: 1px solid #000;
color: #ff0000;
padding: 5px 10px;
position: relative;
top: -3px;
left: -3px;
}

.sidebar-separator {
height:10px;
}

.sidebar-separator-mustard {
height:20px;
}

.services-title {
font-size: 20px;
color: #000000;
font-weight: bold;
line-height: 1.5em;
}

.services-title a: {
color: #000000;
text-decoration: none;
}

.services-title a:hover {
color: #A9c078;
text-decoration: none;
}

.services-title a:visited {
color: #000000;
text-decoration: none;
}

.services-quote {
margin-top: -40px;
margin-left: 125px;
width: 300px;
font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-weight:600;
font-style:italic;
text-align:left;
line-height: 1.2em;
}

.services-special {
font-size: 70%;
}

.private-lessons table
{
	border-collapse: collapse;
	margin: 1px;
	width:400px;
	margin-top: 10px;
	z-index: -1;
}

.private-lessons table .private-lessons tr, .private-lessons th, .private-lessons td
{
	background-color:Transparent;
	z-index: -1;
	vertical-align:middle;

}

.boardntrain
{
	border-collapse: collapse;
	margin: 1px;
	width:400px;
	z-index: -1;
	margin-left: 50px;
}


.board table
{
	border-collapse: collapse;
	margin: 1px;
	width:280px;
	z-index: -1;
}

.board table .board tr, .board th, .board td
{
	background-color:Transparent;
	z-index: -1;
	vertical-align:middle;

}

.servicesmenu {
	  color: #86A248;
	  font-size:10px;
	  }

.servicesmenu a: {
	  color: #A6BF6F;
	  font-size:13px;
	  text-decoration:none;
	  font-weight: 600;
	  }
	  
.servicesmenu a:link {
	  color: #A6BF6F;
	  font-size:13px;
	  text-decoration:none;
	  font-weight: 600;
	  }
	  
.servicesmenu a:hover {
	  color: #A6BF6F;
	  font-size:13px;
	  text-decoration:none;
	  font-weight: 600;
	  }
	  
.servicesmenu a:visited {
	  color: #A6BF6F;
	  font-size:13px;
	  text-decoration:none;
	  font-weight: 600;
	  }

.servicesmenu table
{
	width:460px;
	z-index: -1;
	padding:0px;
	margin:0px;
}

.servicesmenu table .servicesmenu tr, .servicesmenu th, .servicesmenu td
{
	background-color:Transparent;
	z-index: -1;
	vertical-align:middle;

}


.behavior-solutions th, .behavior-solutions td
{
	padding-top: 10px;
	vertical-align: middle;
	text-align:left;
	font-size: 14px;
	font-weight: 800;
	width: 50%;
	z-index: -1;
}

.behavior-solutions table
{
	border-collapse: collapse;
	margin: 1px;
	width:300px;
	align: right;
	z-index: -1;
	padding-top:100px;
}

.behavior-solutions table .behavior-solutions tr, .behaviors-solutions th, .behavior-solutions td
{
	background-color:Transparent;
	z-index: -1;

}

.behavior-solutions th, .behavior-solutions td
{
	padding-top: 10px;
	vertical-align: middle;
	text-align:left;
	font-size: 14px;
	font-weight: 800;
	width: 50%;
	z-index: -1;
}

img {
border-width:7px;
border-style: solid;
color: #ffffff;
}

.servicepx {
border-width:2px;
border-style: solid;
color: #000000;
margin-right:10px;
}

.boardntrain
{
	border-collapse: collapse;
	margin: 1px;
	width:350px;
	z-index: -1;
	margin-left: 35px;
}

.servicesmenu {
	  color: #86A248;
	  font-size:10px;
}

.servicesmenu a {
	  color: #A6BF6F;
	  font-size:12.5px;
	  text-decoration:none;
	  font-weight: 600;
	  }
	  
.servicesmenu a:link {
	  color: #A6BF6F;
	  font-size:12.5px;
	  text-decoration:none;
	  font-weight: 600;
	  }
	  
.servicesmenu a:hover {
	  color: #A6BF6F;
	  font-size:12.5px;
	  text-decoration:none;
	  font-weight: 600;
	  }
	  
.servicesmenu a:visited {
	  color: #A6BF6F;
	  font-size:12.5px;
	  text-decoration:none;
	  font-weight: 600;
	  }

.servicesmenu table
{
	width:460px;
	z-index: -1;
	padding:0px;
	margin-left: -10px;
}

.servicesmenu table .servicesmenu tr, .servicesmenu th, .servicesmenu td
{
	background-color:Transparent;
	z-index: -1;
	vertical-align:middle;

}

.behaviorsolutions th, .findus td
{
	padding-top: 0px;
	vertical-align: middle;
	z-index: -1;
	border-width:0px;
	padding-bottom: 10px;
}

.behaviorsolutions table
{
	border-collapse: collapse;
	border-width:0px;
	margin-left: 10px;
	z-index: -1;
}

.behaviorsolutions table .findus tr, .findus th, .findus td
{
	background-color:Transparent;
	z-index: -1;

}

.behaviorsolutions th, .findus td
{
	vertical-align: middle;
	z-index: -1;
	border-width:0px;
}

