* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	overflow: visible;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

body {
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #FFFFFF;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

h1 {
	max-width: 1000px;
	box-sizing: border-box;
	font-family: 'Cinzel', serif;
	padding: 0px 10px 0px 10px;
	text-align: left;
	margin: 0px auto 0px auto;
	color: #FFFFFF;
	font-size: 3.2em;	
}
h2 {
	width: 100%;
	color: #8B77B0;
	text-align: left;
	font-size: 2.8em;
	text-transform: uppercase;
	font-family: 'Cinzel', serif;
	margin: 20px 0px 5px 0px;
}
h3 {
	width: 100%;
	color: #8B77B0;
	text-align: left;
	font-size: 2.2em;
	text-transform: uppercase;
	font-family: 'Cinzel', serif;
	margin: 20px 0px 5px 0px;
}
h4 {
	width: 100%;
	color: #8B77B0;
	text-align: left;
	font-size: 2.0em;
	text-transform: uppercase;
	font-family: 'Cinzel', serif;
	margin: 0px 0px 5px 0px;
}

h5 {
	width: 100%;
	color: #8B77B0;
	text-align: left;
	font-size: 1.7em;
	text-transform: uppercase;
	font-family: 'Cinzel', serif;
	margin: 0px 0px 5px 0px;
}

.pageTitle {
	background-color: #FFD93F;
	width: 100%;
	padding: 10px 0px 10px 0px;
	box-sizing: border-box;
}

.navigation {
	background-color: #8B77B0;
	clear: both;
	width: 100%;
	padding: 15px 10px 15px 10px;
	box-sizing: border-box;
	z-index: 5000;
	margin: 0px 0px 0px 0px;
	border-bottom: 10px solid #FFD93F;
	position: fixed;
	top: 0px;
}
nav {
	max-width: 1000px;
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
	color: #FFFFFF;	
	padding: 0px 0px 0px 0px;
}
#nav { /* container */ }
#nav > a {
	display: none;
}
#nav li {
	position: relative;
}
 
/* first level */
#nav > ul {
	list-style: none;
	color: #FFFFFF;
	margin: 0px auto 0px auto;
}
#nav > ul > li {
	display: inline-block;
	width: auto;
	margin: 0px 10px 0px 10px;
}
 
/* second level */
#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	list-style: none;
	color: #FFFFFF;
	background-color: #666666;
	text-align: left;
	width: 250px;
	z-index: 1001;
	padding: 5px 0px 10px 0px;
}
#nav li ul li {
	padding: 10px 10px 10px 10px;
	text-transform: uppercase;
}
#nav li:hover ul {
	display: block;
}

a.menuLink:link, a.menuLink:active, a.menuLink:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.5em;
	font-style: normal;
	text-transform: uppercase;
	font-family: 'Questrial', sans-serif;
}
a.menuLink:hover {
	text-decoration: underline;
	font-style: normal;
}
a.subMenuLink:link, a.subMenuLink:active, a.subMenuLink:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.5em;	
	font-style: normal;
	text-transform: uppercase;
	font-family: 'Questrial', sans-serif;
	padding: 5px px 5px 0px;
	font-weight: bold;
}
a.subMenuLink:hover {
	text-decoration: underline;
	color: #CCCCCC;
	font-style: normal;
}
.subsubMenuLink {	
	margin-left: 20px;
}
a.subsubMenuLink:link, a.subsubMenuLink:active, a.subsubMenuLink:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.5em;	
	font-style: normal;
	font-family: 'Questrial', sans-serif;
	padding: 0px 0px 0px 0px;
}
a.subsubMenuLink:hover {
	text-decoration: underline;
	color: #CCCCCC;
	font-style: normal;
}
.acuHeading {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.5em;	
	font-style: normal;	
	padding: 10px 10px 10px 0px;
	margin: 10px 0px 0px 10px;
	box-sizing: border-box;
	text-transform: uppercase;
	font-family: 'Questrial', sans-serif;
	font-weight: bold;
}
header .headerLogo {
	text-align: center;
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 20px 10px 20px 10px;	
	margin-top: 55px;
}
header .headerLogo img {
	border: 0px;
}

.banner {
	clear: both;
	background-image: url(../images/home-banner3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 450px;
	width: 100%;
	background-size: cover;
	overflow: visible;
	border-top: #CCCCCC solid 1px;	
	border-bottom: #CCCCCC solid 1px;
}
.bannerContent {
	max-width: 1000px;
	padding: 150px 200px 0px 200px;	
	margin: 10px auto 0px auto;
}
.banner p {
	width: 100%;
	margin: 0px auto 10px auto;
    box-sizing: border-box;
	color: #666666;
	font-family: 'Cinzel', serif;
	font-size: 4.0em;
	font-weight: bold;
	text-align: center;
	text-shadow: 2px 2px #FFFFFF;
}

.bannerContent2 {
	max-width: 1000px;
	padding: 0px 200px 0px 200px;	
	margin: 210px auto 0px auto;
	position: absolute;
}
.banner2 p {
	width: 100%;
	margin: 0px auto 10px auto;
    box-sizing: border-box;
	color: #FFFFFF;
	font-family: 'Cinzel', serif;
	font-size: 4.0em;
	font-weight: bold;
	text-align: center;
	text-shadow: 2px 2px #666666;
}

a.moreButton:link, a.moreButton:active, a.moreButton:visited {
	color: #FFFFFF;
	background-color: #8B77B0;
	border: 3px solid #FFD93F;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.4em;	
	font-weight: normal;
	font-family: 'Questrial', sans-serif;
	padding: 15px 15px 15px 15px;
    border-radius: 10px;
	text-shadow: none;
}
a.moreButton:hover {
	text-decoration: none;
	background-color: #666666;
}

.yellowStripe {
	background-color: #FFD93F;
	width: 100%;
	color: #FFFFFF;	
	text-align: center;
}
.yellowStripe .yellowStripeContent {
	max-width: 1000px;
	padding: 30px 20px 30px 20px;	
	margin: 0px auto 0px auto;
}
.yellowStripe .yellowStripeContent h1 {
	font-size: 3.0em;
	font-family: 'Cinzel', serif;
	font-weight: normal;
	text-align: center;
}
.yellowStripe .yellowStripeContent p {
	font-size: 1.8em;
	font-weight: normal;
}
.greyStripe {
	background-color: #CACACA;
	width: 100%;
	color: #FFFFFF;	
	text-align: center;
}
.greyStripe .greyStripeContent {
	max-width: 580px;
	padding: 30px 20px 30px 20px;	
	margin: 0px auto 0px auto;
}
.greyStripe .greyStripeContent p {
	font-size: 3.5em;
	font-weight: normal;
	font-style: italic;
	font-family: 'Cinzel', serif;
}
.greyStripe .greyStripeContent .subText {
	font-size: 1.8em;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	font-family: 'Cinzel', serif;
}

.mainContent {
	max-width: 1000px;
	padding: 40px 10px 50px 10px;
	margin: 0px auto 0px auto;	
	box-sizing: border-box;
}
.mainContent .yogaCircle {
	display: inline-block;
	background-image: url(../images/circle-yoga.png);
	background-repeat: no-repeat;
	background-position: center top;
	max-width: 260px;
	max-height: 260px;	
	width: 100%;
	height: 260px;
	padding-top: 182px;
	box-sizing: border-box;
	margin: 15px 32px 15px 32px;
}
.mainContent .astrologyCircle {
	display: inline-block;
	background-image: url(../images/circle-astrology.png);
	background-repeat: no-repeat;
	background-position: center top;
	max-width: 260px;
	max-height: 260px;	
	width: 100%;
	height: 260px;
	padding-top: 182px;
	box-sizing: border-box;
	margin: 15px 32px 15px 32px;
}
.mainContent .acuCircle {
	display: inline-block;
	background-image: url(../images/circle-acu.png);
	background-repeat: no-repeat;
	background-position: center top;
	max-width: 260px;
	max-height: 260px;	
	width: 100%;
	height: 260px;
	padding-top: 182px;
	box-sizing: border-box;
	margin: 15px 32px 15px 32px;
}
.mainContent .workshopCircle4 {
	display: inline-block;
	background-image: url(../images/circle-workshop4.png);
	background-repeat: no-repeat;
	background-position: center top;
	max-width: 260px;
	max-height: 260px;	
	width: 100%;
	height: 260px;
	padding-top: 182px;
	box-sizing: border-box;
	margin: 15px 32px 15px 32px;
}
.mainContent .homeCircles {
	max-width: 1000px;
	margin: 0px auto 0px auto;
	text-align: center;	
}
.mainContent .homeCircles h3 {
	width: 260px;
	background-color: #FFD93F;
	border: 2px solid #999999;
	color: #FFFFFF;	
	font-family: 'Questrial', sans-serif;
	padding: 10px 10px 10px 0px;
	text-transform: uppercase;
	text-align: center;
	font-size: 2.4em;
	box-sizing: border-box;
}
.mainContent .homeCircles h3 a.circleLink:link, a.circleLink:active, a.circleLink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.mainContent .homeCircles h3 a.circleLink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.mainContent .highlightBox {
	background-color: #FFD93F;
	padding: 30px 40px 30px 40px;	
	margin: 20px 0px 20px 0px;
	width: 100%;
	box-sizing: border-box;
}
.mainContent .highlightBox img {
	float: left;
	max-width: 280px;
	width: 100%;
	margin: 0px 40px 20px 0px;
}
.mainContent .highlightBox h2 {
	color: #8B77B0;
	text-transform: uppercase;
	font-size: 3.5em;
	font-family: 'Cinzel', serif;
	margin-top: 10px;
}
.mainContent .highlightBox h3 {
	color: #8B77B0;
	text-transform: uppercase;
	font-size: 2.6em;
	font-family: 'Cinzel', serif;
	margin-top: 5px;
}
.mainContent .highlightBox p {
	color: #666666;
	font-size: 1.6em;
}
.mainContent .highlightBox ul {
	color: #666666;
	font-size: 1.6em;
}
.mainContent .highlightBox .subTitle {
	color: #666666;
	font-size: 1.8em;
	font-weight: bold;
	margin-top: -10px;
	margin-bottom: -10px;
}

.mainContent .contentHighlightBox {
	background-color: #FFD93F;
	padding: 20px 40px 20px 40px;	
	margin: 30px 0px 0px 0px;
	width: 100%;
	box-sizing: border-box;
}
.mainContent .contentHighlightBox h2 {
	color: #8B77B0;
	text-transform: uppercase;
	font-size: 2.8em;
	font-family: 'Cinzel', serif;
	margin-top: 10px;
}
.mainContent .contentHighlightBox p {
	color: #666666;
	font-size: 1.6em;
}

.mainContent .largePic {
	width: 100%;
	margin-bottom: 30px;
}
.mainContent .largePic img {
	width: 100%;
	max-width: 980px;	
}
.mainContent p {
	color: #999999;
	font-size: 1.6em;
	line-height: 1.5em;
	padding: 10px 0px 10px 0px;
	box-sizing: border-box;
}
.mainContent blockquote {
	color: #999999;
	font-size: 1.6em;
	line-height: 1.5em;
	padding: 10px 0px 10px 0px;
	box-sizing: border-box;
	font-style: italic;
}
.mainContent .highlightBox blockquote {
	color: #666666;
	font-size: 1.6em;
	line-height: 1.5em;
	padding: 10px 0px 10px 0px;
	box-sizing: border-box;
	font-style: italic;
	text-align: center;
}
.mainContent ul {
	color: #999999;
	font-size: 1.6em;
	line-height: 1.5em;
	padding: 10px 0px 10px 40px;
	box-sizing: border-box;
}
.mainContent ol {
	color: #999999;
	font-size: 1.6em;
	line-height: 1.5em;
	padding: 10px 0px 10px 40px;
	box-sizing: border-box;
}
.mainContent .rightImage {
	float: right;
	margin: 0px 0px 20px 20px;
	border: 0px;
	max-width: 180px;
	border: 1px solid #CCCCCC;
}

.mainContent .yogaImages {
	width: 100%;	
	text-align: center;	
	margin: 20px 0px 20px 0px;
}
.mainContent .yogaImages img {
	width: 100%;
	max-width: 300px;	
}

hr {
	clear: both;
	margin: 20px 0px 20px 0px;	
}

.mainContent .acuLogos {
	text-align: center;	
	margin: 20px 0px 0px 0px;
}
.mainContent .acuLogos img {
	border: 0px;
	margin: 0px 50px 0px 50px;
	vertical-align: middle;	
}

.mainContent a:link, a:visited, a:active {
	color: #8B77B0;
	text-decoration: underline;
}
.mainContent a:hover {
	text-decoration: none;
}

a.button:link, a.button:active, a.button:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #8B77B0;
	width: auto;
}
a.button:hover {
	text-decoration: none;
}

.googleMap {
	width: 40%;
	min-width: 250px;
	height: 250px;
	float: right;
	border: 1px solid #000000;
	margin-bottom: 20px;
}

.highlightText {
	color: #8B77B0;	
}
.mainContent .highlightedText {
	font-weight: bold;
	font-style: italic;
	color: #8B77B0;	
}

hr {
	clear: both;
	margin:	30px 0px 30px 0px;	
}

footer {
	background-color: #8B77B0;
	border-top: 10px solid #FFD93F;	
}
footer .footerContent {
	text-align: center;
	max-width: 1000px;
	box-sizing: border-box;
	padding: 20px 10px 20px 10px;
	margin: 0px auto 0px auto;	
}
footer .footerContent .contactDetails {
	color: #FFFFFF;
	font-size: 1.6em;
	margin: 0px 0px 20px 0px;	
}
footer .footerContent .contactDetails p {
	margin: 0px 0px 20px 0px;	
}
footer .footerContent .copyright {
	color: #CCCCCC;
	font-size: 1.2em;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	margin-top: 20px;
	padding: 20px 10px 20px 10px;
}
footer .footerContent a.copyrightLink:link, a.copyrightLink:active, a.copyrightLink:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
a.copyrightLink:hover {
	text-decoration: none;
}

.clear {
	clear: both;
	height: 0px;
	padding: 0px;
	margin: 0px;	
}
.hidden {
	display: none;
	position: absolute;
	clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
	clip: rect(1px, 1px, 1px, 1px);
}

@media screen and (max-width:900px) {
.bannerContent {
	padding: 100px 150px 0px 150px;	
}
}

@media screen and (max-width:770px) {
.mainContent .highlightBox {
	background-color: #FFD93F;
	padding: 30px 40px 30px 40px;	
	margin: 20px 0px 0px 0px;
	width: 100%;
	box-sizing: border-box;
}
.mainContent .highlightBox img {
	float: none;
	margin: 0px auto 20px auto;
}
.navigation {
	padding: 5px 0px 5px 0px; !important
	margin: 0px 0px 0px 0px;
	text-align: left;	
}
#nav {
	position: relative;
	top: auto;
	left: auto;
	text-align: left;
}

#nav > a {
	width: 3.125em; /* 50 */
	height: 3.125em; /* 50 */
	text-align: left;
	background-color: #8B77B0;
	position: relative;
	padding: 6px 2px 2px 2px;
	box-sizing: border-box;
	text-decoration: none;
	text-align: left;
}
#nav > a span {
	color: #FFFFFF;
	font-size: 1.6em;
	text-decoration: none;
	margin: 15px 0px 15px 35px;
}
#nav > a:before {  
	content: "";
	position: absolute;
	font-size: 2.4em;
	top: 0.25em;
	width: 0.8em;
	height: 0.10em;
	background: #FFFFFF;
	box-shadow: 
    0 0.25em 0 0 #FFFFFF,
    0 0.5em 0 0 #FFFFFF;
	margin-left: 7px;
	margin-top: 2px;
}
#nav > a:after { top: 60%; }
#nav:not( :target ) > a:first-of-type,
#nav:target > a:last-of-type { display: block; }

/* first level */
#nav > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	background-color: #8B77B0;
	text-align: left;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	z-index: 1001;
}
#nav:target > ul {
	display: block;
	padding: 0px;
	text-align: left;
}
#nav > ul > li { 
	width: 100%; 
	float: none; 
	padding: 10px 10px 10px 10px; 
	border-top: 1px solid #FFFFFF; 
	margin: 0px 0px 0px 0px; 
	box-sizing: border-box;
	text-align: left;
	font-size: 0.9em;
}
#nav > ul > li > a {
	height: auto;
	text-align: left; /* 20 (24) */
}
#nav > ul > li:not( :last-child ) > a { 
	border-right: none;
}

/* second level */
#nav li ul {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
	font-size: 1.0em;
	line-height: 0.8em;
}
#nav li ul {
	background-color: #8B77B0;
	position: static;
	font-size: 1.0em;
	padding: 0px;
	margin: 0px;
}
.acuHeading {
	padding: 10px 10px 10px 10px;
	margin: 10px 0px 10px 10px;
}
header .headerLogo {	
	margin-top: 50px;
}

.bannerContent {
	padding: 130px 80px 0px 80px;	
}
.banner p {
	font-size: 3.5em;
}
}

@media screen and (max-width:500px) {
.googleMap {
	width: 100%;
	min-width: 250px;
	height: 250px;
	float: none;
	margin-bottom: 20px;
}
}

@media screen and (max-width:480px) {
.bannerContent {
	padding: 50px 50px 0px 50px;	
}
.banner p {
	font-size: 3.5em;
}

.mainContent .acuCircle {
	margin: 15px 0px 15px 0px;
}
.mainContent .yogaCircle {
	margin: 15px 0px 15px 0px;
}
.mainContent .workshopCircle {
	margin: 15px 0px 15px 0px;
}
.mainContent .acuLogos img {
	margin: 0px 10px 0px 10px;
}
.mainContent .yogaImages img {
	width: 100%;
	max-width: 100%;	
}
}