html,body {
	position:relative;
	width:100%;
	height:100%;
	z-index:0;
	margin:0;
	padding:0;
	color:#555;
	font-size:1em;
	font-family:arial;
	line-height:1.25;
}

body {
	/*background:#FCEFF7;*/
	background:#FFF url("../images/bg-noise.png") repeat left top;
}

header,nav,footer {
	display:block;
}

#Page {
	position:relative;
	width:100%;
	min-height:100%;
	margin:0 auto;
	/*background:#EEE url("../images/bg-noise.png") repeat left top;*/
	/*background:rgba(232, 180, 212,.25);*/
	background:#FEF;
	box-shadow:0 0 20px 20px #FFF;
}

a {
	text-decoration:none;
	color:#36C;
}

a:hover {
	color:#36C;
}

a.logo img {
	border:none;
}

strong {
	color:#36C;
}

.more {
	display:none;
}

.moreControl {
	position:relative;
	width:100%;
	margin:0;
	padding:0;
	line-height:1em;
	border-top:1px dashed #999;
	text-align:center;
	opacity:.75;
}

.moreControl .button {
	position:relative;
	left:0;
	top:-1px;
	display:inline-block;
	margin:0;
	padding:4px 6px 4px 10px;
	background:#000;
	border-radius:0 0 8px 8px;
	color:white;
	cursor:pointer;
	opacity:.5;
}

.moreControl .button:hover {
	opacity:.75;
}

body>.content {
	padding-bottom:100px;
}

.content,
.home {
	width:1000px;
	margin:0 auto;
}

.clearFix {
	clear:both;
	width:100%;
	height:0;
	display:block;
	margin:0;
	padding:0;
	line-height:0;
	overflow:hidden;
	background:none;
	border:none;
}

h1 {
	margin:0 0 16px;
	padding:0;
	color:#545;
	font-size:2.5em;
	font-weight:200;
	text-transform:lowercase;
}

#Home h1 {
	text-align:center;
}

h2 {
	margin:1em 0 0 0;
	color:#36C;
}

h3,h4 {
	margin:0;
	padding:8px 10px;
	font-weight:normal;
	background:#555;
	color:white;
	font-weight:400;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color:white;
	text-decoration:none;
}

header {
	width:100%;
	height:76px;
	position:fixed;
	z-index:1;
	margin:0 auto;
	background:#FFF;
	border-bottom:3px solid #FFE8FF;
	box-shadow:0 -2px 8px rgba(0,0,0,.5);
}

header:before {
	content:" ";
	position:absolute;
	width:100%;
	height:0;
	left:0;
	bottom:0;
	background:none;
	border-bottom:1px solid #DBD;
}

header .content {
	position:relative;
	width:1000px;
	height:76px;
	margin:0 auto;
	text-align:center;
}

header .logo {
	width:223px;
	height:60px;
	position:absolute;
	z-index:2;
	left:10px;
	top:10px;
	display:block;
	opacity:.60;
}

header img {
	border:none;
}

header nav {
	padding:0;
	text-align:right;
}

header nav ul, header nav li {
	list-style-type:none;
	margin:0;
	padding:0;
}

header nav>ul {
	display:inline-block;
}

header nav li {
	position:relative;
	display:block;
}

header nav>ul>li {
	float:left;
}

header nav>ul>li>a {
	height:48px;
	display:inline-block !important;
	display:block;
	padding:27px 26px 0 27px;
	border-right:1px solid #EDE;
	color:#979;
	text-transform:lowercase;
	text-decoration:none;
	transition: all 500ms ease;
}
header nav>ul>li:first-child>a {
	border-left:1px solid #DDD;
}

header nav>ul>li.active>a {
	/*background:linear-gradient(to bottom,rgba(255,180,225,.5) 0%, rgba(255,180,225,.5) 100%),rgba(0,0,0,.5);*/
	background:#F9F9F9;
	color:#36C;
}

header nav>ul>li:hover>a {
	background:#333;
	background:rgba(70,70,70,.9);
	color:#FFF;
}

header nav>ul>li.settings .user {
	padding:.5em;
	background:#46A;
	color:#EEE;
	font-size:.875em;
	text-align:right;
	cursor:default;
}

header nav>ul>li.settings>a:before {
	content:" ";
	position:relative;
	width:16px;
	height:9px;
	left:-.75em;
	top:0;
	display:inline-block;
	background:url("../images/appbar.menu.png") no-repeat 0 0;
}

header nav>ul>li.settings:hover>a:before {
	background-position:-16px 0;
}

header nav li ul {
width:225px;
	position:absolute;
	left:0;
	top:75px;
	display:block;
	visibility:hidden;
	background:none;
	border-radius:0 3px 3px 3px;
	opacity:0;
	transition:all 500ms ease;
}

header nav li:hover>ul {
	visibility:visible;
	background:#333;
	background:rgba(70,70,70,.95);
	opacity:1;
}

header nav li>ul li {
	display:block;
	background:none;
/*
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#DDD;
*/
	opacity:.95;
	text-align:left;
	/*transition: background 250ms ease;*/
}

header nav li>ul li a {
	display:block;
	padding:8px 12px;
	background:none;
	color:#FFF;
	font-size:.875em;

}

header nav li>ul li:hover {
	background:#D6D6D6;
}

footer .content,footer {
	position:fixed;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	border-top:1px solid #CAC;
	box-shadow:0 -4px 24px rgba(0,0,0,.75);
	background:#444;
	color:#EBD;
	font-weight:bold;
}

footer.home {
	border-color:#CAC;
	box-shadow:none;
}

footer .content {
	padding:24px 0;
	text-align:center;
	text-transform:uppercase;
}

footer .content a {
	color:#EBD;
}

footer .content a:hover {
	color:#69F;
}

footer .content .address span {
	display:inline-block !important;
	display:block;
	padding:0 26px 0 27px;
	border-right:1px solid #AAA;
}

footer .content .address span:last-child {
	border-right:none;
}

footer .content .copyright {
	display:inline-block !important;
	display:block;
	padding:24px 0 0;
	font-size:1em;
}

#Home .carousel,
#Home .carousel .stage,
#Home .carousel .stage .slide {
	position:relative;
	width:100%;
	height:450px;
}

#Home .carousel {
	min-width:1000px;
	height:458px;
	z-index:0;
	padding-top:76px;
	overflow:hidden;
	border-bottom:1px solid #999;
	
}

#Home .carousel .inner {
	border-width:4px 0;
	border-style:solid;
	border-color:rgba(255, 180, 225,.75);
}

#Home .carousel .stage .slide {
	position:absolute;
	left:0;
	top:0;
	display:block;
	background-color:#222;
	background-image:none;
	background-position:center top;
	background-repeat:no-repeat;
	z-index:1;
}

#Home .carousel .stage .slide .message {
	position:relative;
	width:1000px;
	height:452px;
	display:block;
	padding:0;
	margin:0 auto;
	overflow:hidden;
	color:#FFF;
	font-family:arial;
	font-size:1em;
	text-align:left;
}

#Home .carousel .stage .slide .message .photoCredit {
	position:absolute;
	width:968px;
	height:auto;
	left:0;
	bottom:0;
	padding:8px 16px;
	color:#999;
	font-size:.825em;
	text-align:right;
}

#Home .carousel .remote {
	position:absolute;
	left:0;
	top:0;
	width:1000px;
	height:0;
	z-index:2;
	visibility:hidden;
}

#Home .carousel .remote .button {
	position:absolute;
	top:230px;
	display:block;
	width:55px;
	height:55px;
	margin:0;
	padding:0;
	background:none;
	color:white;
	cursor:pointer
}

#Home .carousel .remote .button:hover {
	opacity:.85;
}

#Home .carousel .remote .prev {left:0;}
#Home .carousel .remote .next {right:0;}

#Home #Page>div.content {
	padding-bottom:120px;
	background: #FFF;
	border: 1px solid #DDD;
}

#Home .content .column2 {
	width:372px;
	float:right;
}

#Home .content .column2 .cta {
	display:block;
	padding:20px 0;
	border-bottom:1px solid #979;
	line-height:1.125em;
	color:#757;
	text-decoration:none;
}

#Home .content .column2 .cta:hover {
	border-bottom:1px solid #36C;
	color:#36C;
}

#Home .content .column2 .cta img {
	float:left;
	border:1px solid #979;
}

#Home .content .column2 .cta:hover img {
	border-color:#bf9cb4;
}

#Home .content .column2 .cta p {
	margin:4px 0 0 0;
	padding-left:202px;
}

#Home .content .column2 .cta .title {
	display:block;
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:.9125em;
}

#Home .content .column2 .cta .text {
	display:block;
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:1.75em;
}


#Home .content .column1 {
	padding-right:400px;
	font-size:1em;
}

#Home .content .column1 h1 {
	margin:12px;
	line-height:1;
}

#Home .content .column1 p {
	margin:12px 44px;
	font-family:verdana;
	line-height:1.25;
}

#pageBox {
	width:1000px;
	min-height:100%;
	position:relative;
	z-index:0;
	margin:0 auto;
	background:#FFF;
	border-style:solid;
	border-color:#DDD;
	border-width:0 1px 1px 1px;
	color:#333;
}

#pageBox .content {
	padding:76px 0 72px 0;
}

#pageBox.one-column .content {
	width:auto;
	padding:92px 16px 72px 16px
}

/* Begin First Level of Sub Nav */
#pageBox nav {
	padding-top:0;
	font-size:.875em;
}

#pageBox nav h3 {
	padding:10px 14px;
	/*background:#A8A;*/
	background:#A8A;
	background:linear-gradient(to bottom,rgba(255,180,225,.5) 0%, rgba(255,180,225,.5) 100%),rgba(0,0,0,.5);
	font-size:1.2em;
}

#pageBox nav h3 a:hover {
	color:#DEF;
}

#pageBox nav ul {
	margin:0;
	padding:0;
}

#pageBox nav ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#pageBox nav ul li a,
#pageBox nav ul li.active ul li a {
	display:block;
	padding:5px 0 5px 16px;
	color:#36C;
	text-decoration:none;
}

#pageBox nav ul li a span {
	display:none;
}

#pageBox nav ul li a:hover,
#pageBox nav ul li.active a,
#pageBox nav ul li.active ul li a:hover,
#pageBox nav ul li.active ul li.active a {
	background:#EEE;
	background:rgba(0,0,0,.07);
}

#pageBox nav ul li.active a {
	position:relative;
	background:#46A;
	color:#FFF;
}

#pageBox nav ul li.active ul li.active a {
	background:#DDD;
	color:#36C;
}

/* End First Level of Sub Nav */

/* End Second Level of Sub Nav */
#pageBox nav ul li ul {
	display:none;
}

#pageBox nav ul li.active ul {
	display:block;
	padding-top:0;
}

#pageBox nav ul li.active ul li {
	line-height:.875em;
}

#pageBox nav ul li.active ul li a {
	padding-left:28px;
	background:none;
	font-weight:300;
}

#pageBox p {
	margin:.5em 0;
}

/* End Second Level of Sub Nav */

#pageBox.one-column .column1 {
	width:100%;
	height:100%;
}

#pageBox.two-column .column1 {
	height:100%;
	padding:16px 272px 0 16px;
	font-size:1em;
}

#pageBox.two-column .column2,
#pageBox.three-column .column3 {
	width:254px;
	float:right;
}

#pageBox.two-column .column2 {
	position:absolute;
	height:100%;
	right:0;
	top:0;
	background:#F9F9F9;
	border-left:1px solid #DDD;
	/*box-shadow:0 0 6px rgba(0,0,0,.25);*/
}

#pageBox.three-column .column1 {
	width:210px;
	height:100%;
	float:left;
}

#pageBox.three-column .column2 {
	padding:0 300px 0 256px;
}

#pageBox.two-column .column2 nav {
	padding-top:76px;
}

#pageBox .Registration {
	width:100%;
	height:886px;
	border:none;
}

#levels .level {
	margin:12px 0;
	background:#EEE;
	border:1px solid #9D8094;
	border-radius:10px 0;
}
#levels .level.selected {
	background:#FFF !important;
	border:1px solid #396 !important;
}
#levels .level:hover {
	background:#9D8094;
	border:1px solid #333;
}
#levels .level h4 {
	margin-bottom:0;
	padding:12px;
	background:none;
	font-weight:bold;
	color:#666;
	cursor:pointer;
}
#levels .level h4 span{
	color:#9d8094;
	font-size:18px;
}
#levels .level.selected h4 {
	cursor:default;
}
#levels .level.selected h4 {
	color:#000 !important;
}
#levels .level.selected h4 span {
	color:#396 !important;
}
#levels .level:hover h4 {
	color:#EEE;
}
#levels .level:hover h4 span {
	color:#FFF;
}
#levels .level .info {
	display:none;
	padding:0 12px 12px 12px;
}
#levels .level ul {
	margin-top:0;
}
#levels .level ul li {
	margin:0;
}

#Testimonials .Testimonial h4 {
	font-size:14px;
	font-weight:bold;
}

#pageBox .calendar,
#pageBox .schedule {
	width:100%;
	border-collapse:collapse;
}

#pageBox .calendar thead td,
#pageBox .schedule thead td,
#pageBox .calendar thead th,
#pageBox .schedule thead th {
	padding:10px;
	background:#4a71d5;
	border-style:solid;
	border-color:#4a71d5;
	border-width:0 0 1px 1px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

#pageBox .calendar thead td:last-child,
#pageBox .schedule thead td:last-child,
#pageBox .calendar thead th:last-child,
#pageBox .schedule thead th:last-child {
	border-right-color:#36C;
}

#pageBox .calendar tbody td,
#pageBox .schedule tbody td {
	width:16%;
	padding:10px;
	background:#FFF;
	border-style:solid;
	border-color:#CCC;
	border-width:0 0;
	color:#333;
	font-size:12px;
	text-align:center;
}

#pageBox .calendar tbody td:last-child,
#pageBox .schedule tbody td:last-child {
	border-right-width:1px;
}

#pageBox .calendar tbody td {
	width:auto;
	text-align:left;
}

#pageBox .calendar tbody td:first-child {
	width:25%;
}

.galleryGroup a {
	width: 150px;
	height:170px;
	float:left;
	margin:0 6px 6px 0;
	padding:1px;
	background:#444;
	color:#FFF;
	font-size:12px;
	text-align:center;
}

.galleryGroup a:hover {
	background:#9d8094;
}

.action {
	position:relative;
	cursor:pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
	display:inline-block;
	padding:10px 20px 10px 10px;
	outline:none;
	background-color:#46A;
	border-style:solid;
	border-width:1px;
	border-radius:3px;
	border-color:#7AD #258 #258 #7AD;
	font-size:0.875em;
	font-weight:400;
	line-height:inherit;
	text-decoration:none;
	text-align:none;
	color:white !important;
	transition:all 500ms ease;
}

.small.action,.tiny.action {
	font-size:0.75em;
}

.tiny.action {
	padding:.4em .65em;
}

.action:hover {
	background-color:#979;
	border-color:#A8A #757 #757 #A8A;
	box-shadow:0 0 4px rgba(255,180,225,.5);
}

.action:after {
	content:"\25b6";
	position:relative;
	left:10px;
	top:0;
}

.tiny.action:after {
	content:"";
	display:none;
}

input.action {
	padding-right:10px;
}

input.action:after {
	content:"";
	display:none;
}

/* End of public site elements */

/* Begin login form */

/*
.memberForm label:after {
	content:":";
}
*/

.memberForm {
	padding-bottom:2em;
}

.memberForm fieldset {
	clear:both;
}

.memberForm .label {
	font-family:courier, monospace;
	text-transform:uppercase;
	font-size:1em;
	display:block;
	margin-bottom:6px;
}

.memberForm .field {
	height:50px;
	box-sizing:border-box;
	width:100%;
	display:inline-block;
	margin-bottom:12px;
	padding:12px;
	background:#FFF;
	background:linear-gradient(to bottom, white 75%, rgba(255,180,225,.2) 100%);
	background-size:200% 100%;
	background-position:right bottom;
	border:1px solid #CAC;
	border-radius:6px;
	box-shadow:none;
	font-weight:600;
	font-size:14px;
	line-height:20px;
	transition:all 250ms ease-in-out;
}

.memberForm .checkbox {
	width:auto;
	height:auto;
	margin:0;
	padding:0;
}

.memberForm h4 {
	margin:.5em 0 -.25em 0;
	padding:0;
	background:none;
	color:#979;
	font-size:1.1em;
}

.memberForm .field:focus {
	background:linear-gradient(to bottom, white 75%, rgba(68,102,170,.15) 100%);
	border-color:#46A;
	border-radius:3px;
}

.memberForm message {
	margin:0 4em;
}

.memberForm .message p {
	padding:.5em;
	background:#46A;
	color:#FFF;
}

.memberForm .message p.error {
	background:#C66;
}

.memberForm .loginForm {
	margin:0 4em;
	padding:4em;
	background:#F8F8F8;
	border:1px solid #999;
}

.actions,
.memberForm .actions {
	padding-top:1em;
	text-align:right !important;
}

.memberForm .loginForm .actions input {
	/*display:none;*/
}

.memberForm .loginForm .actions .forgotPassword {
	float:left;
}

.memberForm .loginForm .actions .submit {
	float:right;
}

/* End login form */

/* Begin private site elements */

.emsTable {
	width:100%;
	border-collapse:collapse;
	margin:1em 0;
}

.emsTable thead tr th,
.emsTable tbody tr.heading td {
	background:#979 !important;
	color:white;
	font-weight:600;
}

.emsTable th, .emsTable td {
	padding:.5em 1em;
	text-align:left;
}

.emsTable tr td {
	border-bottom:1px solid #CCC;
}

.emsTable tbody tr td {
	background:#FCFCFF;
}

.emsTable tbody tr td.positive {
	color:#396;
}

.emsTable tbody tr td.negative {
	color:#C44;
}

.emsTable tbody tr:nth-child(even) td {
	background:#EEE;
}

.emsTable tfoot tr {
	font-size:1.25em;
}

.emsTable tfoot td {
	font-weight:600;
}

.invoice .status {
	display:inline-block;;
	font-size:.825em;
	font-weight:400;
}

.invoice .status:before {
	content:'[ ';
	color:#444;
}

.invoice .status:after {
	content:' ]';
	color:#444;
}

.invoice .control {
	text-align:right;
}

.invoice .invoiceItems td.quantity {
	text-align:center;
}

.invoice tfoot td.label {
	padding-right:0;
	text-align:right;
}

.invoice tfoot td.total {
	padding-left:.75em;
	color:#C33;
}

.emsTable, .invoice .paid {
	color:#369;
}


.emsTable.admin .void {
	color:#333;
}

.emsTable.admin .paid .amount,
.emsTable.admin .paid .state,
.emsTable.admin .paid .transaction {
	color:#396;
}

.emsTable.admin .due .amount,
.emsTable.admin .due .state,
.emsTable.admin .due .transaction {
	color:#B44;
}

.emsTable.admin .pending .amount,
.emsTable.admin .pending .state,
.emsTable.admin .pending .transaction {
	color:#C83;
}

.createInvoice .actions .action {
	width:75px;
}

.memberForm .editStudent fieldset {
	position:relative;
	margin:1em 0;
	background:#F9F9F9;
	border:1px solid #CCC;
}

.memberForm .editStudent fieldset legend {
	padding:.5em 1em;
	background:#979;
	border:1px solid #CCC;
	color:white;
	font-weight:600;
}

.memberForm .editStudent label {
	width:48%;
	float:left;
	padding:0 1%;
}

.memberForm .editStudent .agreements label {
	width:auto;
	float:none;
	padding:1em;
	border-top:1px solid #CCC;
}

.memberForm .editStudent .agreements input[type=checkbox] {
	position:relative;
	left:0;
	top:-1px;
	display:inline-block;
	vertical-align:middle;
}

#classSchedule .classListing {
	margin:1em 0;
	border:1px solid #CCC;
}

#classSchedule .classListing {
	background:#EEE;
}

#classSchedule table {
	width:100%;
	border-collapse:collapse;
	border:none;
}

#classSchedule table td {
	padding:.25em 1em;
	border:none;
	background:none;
}

#classSchedule .classDetails .label {
	width:5em;
	font-weight:bold;
}

#classSchedule .classDetails .label:after {
	content:":";
}

#classSchedule .classSchedule tr:nth-child(odd) td {
	background:#F9F9FF;
}

#classSchedule .classSchedule td {
	border-top:1px solid #DDD;
}

#classSchedule .classSchedule td.link {
	width:10em;
	text-align:right;
}

#classSchedule .classSchedule td.link span.registered{
	display:inline-block;
	padding:.5em;
	color:#979;
	font-weight:bold;
}

/* Begin Store Styles */
.store .emsTable tr td.item {
	width:24em;
}

.store .cartCheckout tr td.item {
	width:36em !important;
	padding: 1em 1.5em;
	color: #333;
}

.store .emsTable tr td.name {
	width:10.25em;
}

.store .emsTable tr td.description {
	width:26em;
}

.store .emsTable tr td.price {
	width:4em;
}

.store .emsTable tr td.select {
	width:5em;
}

.store .emsTable tr td.quantity {
	width: 5.5em;
	padding-right:0;
}

.store .cartCheckout tr td.quantity {
    text-align: center;
}

.store .cartCheckout tr td.subtotal {
    color: #336;
    text-align: center;
}

.store .emsTable tr td.quickAdd {
    width: 1em;
	padding:0;
}

.store .emsTable tr td.quickAdd .inner {
	position:relative;
	left:-2.05em;
	top:-.3em;
}

.store .emsTable .editQuantity {
	width:3.75em;
	text-align:center;
}

.store .quickAdd button {
	width:3em;
	height:auto;
	padding:0;
	text-align:center;
}

.store .quickAdd button:after {
	content:none;
}

.store input.selectItem {
	position:absolute;
	visibility:hidden;
}

.store .addToCart .selected {
	background-color:#979;
	border-color:#A8A #757 #757 #A8A;
	box-shadow:0 0 4px rgba(255,180,225,.5);
}

.store .addToCart .selected:after {
	content:"\2714";
	position:relative;
	left:10px;
	top:0;
}

#pageBox .store h3 {
	margin-top:1em;
}

#pageBox .store .categoryContent {
	margin:0;
	padding:.5em;
}

.store .emsTable.addToCart {
	margin-top:0;
}

.store div.total {
    display:block;
    margin: .5em;
    padding: .5em;
    font-size: 1.5em;
    text-align: right;
    
}

.store div.total .amount {
    color: green;
}

#pageBox .new-site {
    font-family: "Montserrat";
    font-weight: 200;
    font-size: 1.4em;
}

#pageBox .new-site h1 {
    font-size: 2.5em;
    font-weight: 400;
    text-transform: none;
}

#pageBox .new-site p {
    margin: 1em 0;
}

#pageBox .new-site p strong {
    font-weight: 600;
}

#pageBox .new-site p em {
    font-style: normal;
    font-weight: 600;
    color: #333;
}
/* End Store Styles */