@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}

article, aside, footer, header, hgroup, nav, section {
	display: block;
}

@font-face {
    	font-family: sassoonSansRegular;
    	src: url('../assets/fonts/SassoonSansComRegular.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    	font-family: sassoonSansBold;
    	src: url('../assets/fonts/SassoonSansComBold.ttf');
	font-weight: normal;
	font-style: normal;
}

body {
	/* font-family: "warnock-pro", serif; */
	font-family: "Verdana", sans-serif;
	font-size: 100%;
	line-height: 1.8em;
	color: #692A00;
	background-color: #fff;
	color: #2c2c2c;
}

body ul {
	list-style-type: none;
}

a:link {
	text-decoration:underline;
	color:#692a00;
}

a:hover {
	text-decoration:underline;
	color:#c75427 !important;
}

a:visited{
	text-decoration:none;
	color:#692a00;
}

a:active {
	text-decoration:none;
	color:#BCD7B8;
}

header {
	/* font-family: "warnock-pro", serif; */
	font-family: "Verdana", sans-serif;
	font-size: 120%;
	background-color: #fff;

	background: url(../assets/graphics/bg_header.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

#topLogo {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

#topLogo p {
	margin: 0px;
	padding: 0px;
}

#navRow {
	padding: 26px 0 8px 0;
	background-color: #e8e8e8;;
}

#topNav {

        margin-right: auto;
	margin-left: auto;
	width: 900px;

	font-size: 18px;
	font-weight: lighter;
        background-color: #fff;

        -webkit-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
        -webkit-box-shadow: 3px 4px 2px 0px #888;
        box-shadow: 3px 4px 2px 0px #888;
}

#topNav ul {
	overflow:hidden;

}

#topNav ul li {
	/* float: left; */
	display: inline-block;
}

#topNav ul li a {
	display: block;
	text-align:center; 	/*for center spacing*/
	height: 16px;		/*for center spacing*/
	line-height: 16px;	/*for center spacing*/
	text-decoration:none;

        margin: 0;
        padding: 20px 0;
}

#topNav ul li a:hover {
	text-decoration:none;
}

#tileBG {
	/* background-image: url(../assets/graphics/patternBG.png); */
	/* background-repeat: repeat; */
	/* width: 100%; */
	background-color: #e8e8e8;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;	
}

#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
}

#sidebar {
	float: right;
	width: 290px;
	padding-bottom: 15px;
	
	margin-left: 20px;
}

#indexSlideShow {
	position: relative;
			
}

#indexSlideShow p {
	display: none;
	margin-top: 0px;
	margin-bottom: 0px;	
}

.learnMore {
	margin-top: 6px;
}

/*top box in sidebar------------------------------------------------------------*/

#headingBoxTop {
	background-color: #79ad74;
	height: 50px;
	-webkit-border-radius: 10px 10px 0px 0px;
    	border-radius: 10px 10px 0px 0px;	
	-webkit-box-shadow:  3px 4px 2px 0px #888888;
  	box-shadow:  3px 4px 2px 0px #888888;
}

#headingBoxTop h3 {
	font-family: sassoonSansRegular, Helvetica, Arial, sans-serif;
	font-weight: lighter; 
	font-size: 22px;
	color: #fff; 
	margin-left: 15px;
	margin-right: 15px;
    	padding-top: 10px;
	padding-bottom: 10px;
    	text-align: left;	
}

#sidebarBoxTop {
	background-color: #fff;
	font-weight: lighter;
	height: inherit;
	-webkit-box-shadow:  3px 4px 2px 0px #888888;
  	box-shadow:  3px 4px 2px 0px #888888;
}

#sidebarBoxTop h3, #sidebarBoxTop h4 {
	color: #93AB27;
	font-family: sassoonSansRegular, Helvetica, Arial, sans-serif;
	font-size: 120%;
	margin-left: 15px;
	margin-right: 15px;
    	padding-top: 10px;
	padding-bottom: 5px;
}

#sidebarBoxTop p {
	margin-left: 15px;
	margin-right: 15px;
    	padding-top: 0;
}

#sidebarBoxTop p:last-child {
	
    	padding-bottom: 10px;

}

#footerBoxTop {
	background-color: #fff;
	margin-bottom: 20px;
	height: 50px;
	
	-webkit-box-shadow: 3px 4px 2px 0px #888888;
	box-shadow: 3px 4px 2px 0px #888888;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	
}

#footerBoxTop p {
	padding-top: 5px;
	font-size: 18px;
	font-weight: lighter;
	margin-right: 15px;
    padding-top: 15px;
    text-align: right;		
}

/*middle box in sidebar*/

#headingBoxMid {
	background-color: #6c83d8;
	height: inherit;
	-webkit-border-radius: 10px 10px 0px 0px;
    	border-radius: 10px 10px 0px 0px;	
	-webkit-box-shadow:  3px 4px 2px 0px #888888;
  	box-shadow:  3px 4px 2px 0px #888888;
}

#headingBoxMid h3 {
	font-family: sassoonSansRegular, Helvetica, Arial, sans-serif;
	font-weight: lighter; 
	font-size: 22px;
	color: #fff; 
	margin-left: 15px;
	margin-right: 15px;
    	padding-top: 10px;
	padding-bottom: 10px;
    	text-align: left;	
}

#sidebarBoxMid {
	background-color: #fff;
	font-weight: lighter;
	height: inherit;
	-webkit-box-shadow:  3px 4px 2px 0px #888888;
  	box-shadow:  3px 4px 2px 0px #888888;
	
}

#sidebarBoxMid h4 {
	color: #F34156;
	font-family: sassoonSansRegular, Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 16px;
	margin-left: 15px;
	margin-right: 15px;
    	padding-top: 10px;
	padding-bottom: 5px;
}

#sidebarBoxMid p {
	
	margin-left: 15px;
    padding-top: 10px;
	margin-right: 15px;

}

#sidebarBoxMid p:last-child {
	
    padding-bottom: 10px;

}

/*testimonials -------------------------------------------------*/

#testimonialsDisplay p {
	display: none;
	padding-top: 10px;
	margin-right: 15px;
	line-height: 22px;
	font-size: 16px;
}

.testimonialsSigTab {
	padding-left: 30px;	
	margin-right: 15px;
}

#footerBoxMid {
	background-color: #fff;
	margin-bottom: 20px;
	height: 50px;
	
	-webkit-box-shadow: 3px 4px 2px 0px #888888;
	box-shadow: 3px 4px 2px 0px #888888;
	-webkit-border-radius: 0px 0px 10px 10px;
	
	border-radius: 0px 0px 10px 10px;
}

#footerBoxMid p {
	display: none;
	padding-top: 5px;
	font-size: 18px;
	font-weight: lighter;
	margin-right: 15px;
    	padding-top: 15px;
    	text-align: right;		
}

/*bottom box in sidebar*/

#headingBoxBttm {
	background-color: #e2582d;
	height: 50px;
	-webkit-border-radius: 10px 10px 0px 0px;
    	border-radius: 10px 10px 0px 0px;	
	-webkit-box-shadow:  3px 4px 2px 0px #888888;
  	box-shadow:  3px 4px 2px 0px #888888;
}

#headingBoxBttm h3 {
	font-family: sassoonSansRegular, Helvetica, Arial, sans-serif;
	font-weight: lighter; 
	font-size: 22px;
	color: #fff; 
	margin-left: 15px;
	margin-right: 15px;
    	padding-top: 10px;
	padding-bottom: 10px;
    	text-align: left;	
}

#sidebarBoxBttm {
	background-color: #fff;
	font-weight: lighter;
	height: inherit;
	-webkit-box-shadow:  3px 4px 2px 0px #888888;
  	box-shadow:  3px 4px 2px 0px #888888;
}

#sidebarBoxBttm h4 {
	color: #e2582d;
	font-family: sassoonSansRegular, Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 16px;
	margin-left: 15px;
	margin-right: 15px;
    	padding-top: 10px;
	padding-bottom: 5px;
}

#sidebarBoxBttm p {
	margin-left: 15px;
	margin-right: 15px;
    	padding-top: 10px;

}

#sidebarBoxBttm p:last-child {
	
    padding-bottom: 10px;

}

#footerBoxBttm {
	background-color: #fff;
	margin-bottom: 20px;
	height: 50px;
	
	-webkit-box-shadow: 3px 4px 2px 0px #888888;
	box-shadow: 3px 4px 2px 0px #888888;
	-webkit-border-radius: 0px 0px 10px 10px;
	
	border-radius: 0px 0px 10px 10px;
}

#footerBoxBttm p {
	padding-top: 5px;
	font-size: 18px;
	font-weight: lighter;
	margin-right: 15px;
    padding-top: 15px;
    text-align: right;		
}

/*end of sidebar boxes------------------------------------------------------------*/

#mainContent {
	width: 560px;
	background-color: #fff;
	/* line-height: 20px; */
	padding: 15px;
	-webkit-border-radius: 10px;
    	border-radius: 10px;
	-webkit-box-shadow:  3px 4px 2px 0px #888888;
  	box-shadow:  3px 4px 2px 0px #888888;
}

#mainText h1 {
	font-size: 22px;
	font-weight: lighter;
	margin-top: 10px;
	margin-bottom: 10px;
}

#mainText h2 {
	font-size: 22px;
	font-weight: lighter;
	margin-top: 10px;
	margin-bottom: 10px;
}

#mainText p {
	margin-top: 0px;
	margin-bottom: 20px;	
}

#mainText p:first-child {
	margin-top: 10px;
			
}

.italic {
	font-style: italic;		
}

.bold {
	font-weight: bold;	
}

.smallFont {
	font-size: 11px;	
}

/*being index slide show ---------------------------------------------------*/

#indexSlideShow {
	position: relative;
			
}

#indexSlideShow p {
	display: none;
	margin-top: 0px;
	margin-bottom: 0px;	
}

/*begin footer ---------------------------------------------------------------*/

footer {
	background-color: #fff;
	width: 100%;
	bottom: 0px;
	/*overflow: hidden;*/
	font-size: 13px;
	clear: both;
}

#footerContainer{
	width: 900px;
	
	overflow: hidden;
	
	
	margin-right: auto;	
	margin-left: auto;
	
	
	
    padding-top: 20px;
	padding-bottom: 20px;
	
	font-weight: lighter;
	
}

#footerRight {
	float: right;	
	width: 450px;
}

#bttmNav {
/*	padding-top: 10px;*/
	padding-bottom: 10px;
	overflow: hidden;
	/*width: 900px;*/
}

#bttmNav ul {
	float: right;
}

#bttmNav ul li {
	float: left;
}

#bttmNav ul li a {
	display: block;
}

#bttmNav ul li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #692a00;
	padding-left: 5px;
	padding-right: 5px;
        list-style-type: none;
}

#bttmNav ul li:last-child {
	border: none;
	padding-right: 0px;
}

#footerRight p {
	text-align: right;
	margin-top: 10px;	
}

#footerLeft {
	float: left;	
	width: 450px;
}

#footerLeft h4, {
	font-size: 13px;	
}

#footerLeft h5 {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;	
}

#footerLeft address {
	font-style: normal;
	margin-top: 10px;
}

/*
 * Reset styles added
 * TB
 * KOHARA Media Inc.
 *
 */
 
#mainText.typ_ul ul {
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 20px;
}

#mainText.typ_p p {
	margin-top: 12px;
	margin-bottom: 12px;
}

img.float_left {
	float: left;
	padding-right: 12px;
}

#schedButton {
	-webkit-border-radius: 10px;
	border-radius: 10px;	
	width: 280px;
	text-align: center;
	margin: 10px auto 20px;
	font-family: "Verdana", "Arial", sans-serif;
	padding-top: 4px;
	padding-bottom: 1px;
	margin-left: 30px;
	margin-right: 30px;

	
	background: #feccb1; /* Old browsers */
	background: -moz-linear-gradient(top,  #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 ); /* IE6-9 */	
}

#schedButton a {	
	color: #fff;
	text-decoration: none;
}

#schedButton a:hover {	
	color: #fff;
	text-decoration: underline;
}

/* added June 6th, 2016 *****************/

#listingText h3.bioH3 {
	font-size: 18px;
	font-weight: bold;
	color: #2c2c2c;	
	margin-top: 30px;
}

.nicoleBio #listingText p {
	font-size: :;px;	
}

.nicoleBio blockquote.bioHighlightP {
 margin-left: 40px;
 margin-right: 40px;
 margin-bottom: 20px;
 font-size: 18px;	
}

.nicoleBioUl {
	margin-left: 40px;
}

.nicoleBioUl li {
	margin-bottom: 10px;	
}

.bioTeachers {
	overflow: hidden;
	margin-bottom: 40px;
}

.bioTeachersColumn {
	float: left;
	padding-top: 15px;
}

#sidebarBoxFour {
	background-color: #fff;
	font-weight: lighter;
	height: inherit;
	-webkit-box-shadow:  3px 4px 2px 0px #888888;
  	box-shadow:  3px 4px 2px 0px #888888;
}

#sidebarBoxFour p {
	margin-left: 15px;
	margin-right: 15px;
    padding-top: 10px;	
}