body, html {
	margin: 0 !important;
    padding: 0 !important;
	font-family: 'Raleway',sans-serif;
	font-size: 13px;
	line-height: 18px;
}
a {
	color: #6c0;
	text-decoration: none;
	font-weight: 300;
	font-family:'Raleway',sans-serif;
	outline:none;
}
a img {
	border: none;
	padding:0px;
}
a:hover {
	color: #000;
	text-decoration: underline;
	outline:none;
}
a.largeBtn {
	display:block;
	padding:12px 14px;
	background:#6c0;
	color:#000;
	font-size:18px;
	font-weight:700;
	font-family:'Raleway',sans-serif;
}
a:focus {
	outline:none;
}
form {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family:'Raleway',sans-serif;
	font-size: 30px;
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: 100;
	font-style:normal;

}
h2 {
	color: #000;
	padding: 0px;
	font-size: 20px;
	line-height: 24px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-weight: normal;
}
h3 {
	color: #000000;
	padding: 0px;
	margin: 0px;
	z-index: -1;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	padding: 0px;
	margin: 4px 0px 0px;
	color: #000;
}
#pageLeftCol h4 a , h2 a{
	color: #000;
	font-weight: normal;
	margin-bottom: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	padding-top:4px;
}
p {
	margin-top: 4px;
	margin-bottom: 4px;
	font-size:16px;
	line-height:22px;
}
.right   {
	padding-left: 14px;
	padding-top: 0px;
	vertical-align: top;
	float: right;
}
.left {
	float: left;
}
#clear,.clear {
	clear: both;
}


/* TOP HEADER */

#topBarContainer {
	width: 100%;
	padding: 0px auto;
	margin: 0px;
	clear:both;
	height:100px;
	background-color: #000;
	/*position:fixed;*/
	/*z-index:1000;*/
}
#topnav {
	width: 80%;
	padding: 0px auto;
	margin: 0px;
	clear:both;
	height:100px;
	background-color: #000;
	/*position:fixed;*/
	/*z-index:1000;*/
}
.logoHolder { 
	background:#000;
	padding:0px;
	margin:0px;
	position:absolute;
	top:0;
	clear: both;
}
.logoHolder:hover { 
	background: #6C0;
	text-decoration:none;
}
#logo {
	margin: 0px;
	padding: 20px 0px 18px 12px;
	float: left;
	font-size: 22px;
	font-weight: 300;
	line-height: 22px;
	color: #fff;
	font-family:'Raleway',sans-serif;
	display: block;
	position:absolute;
	left:0px;
	z-index:1000;
	width:320px;
}
#logo a {
	border-style: none;
	outline: none;
	font-weight: lighter;
	color: #000;
}
#logo a:hover {
	background:#6c0;
	text-decoration:none;
}
#logo img, #logo img a {
	float: left;
	margin-right: 12px;
}
#logo .logotxt {
	float: none;
	text-align:left;
	font-weight:300;
}
#nav_wrap {
	float: left;
}
.toplinks {
	margin-top: 0px;
	font-size: 11px;
	float:right;
	position:absolute;
	right:0px;
	display:block;
	width:10%;
}
.toplinks a {
	float: right;
	margin: 0px;
	display: block;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	background:#6c0;
}
#toplinks a.last  {
	margin-right: 0px;
	padding-right: 6px;
	border-style: none;
	color: #D7E99C;
	display: block;
}
#toplinks  a:hover, #toplinks a.active {
	color: #000;
}

/* MAIN MENU */

.slicknav_menu {
	display:none;
}
#menu { 
	padding-top:66px;
	position:relative;
	height:20px;
	font-weight:300;
	font-family:'Raleway',sans-serif;
	float:left;
	left:326px;
}
#menu li {
	display:block;
	float:left;
	text-transform:uppercase;
	margin: 0px 12px 0px 12px;
	font-size:18px;
}
#menu li a {
	font-weight:300;
	color: #CCC;
	display: block;
	text-decoration: none;
	padding:0px 0px 6px 12px;
	text-shadow: 0 1px 3px #000;
}
#menu li a:hover, #menu a.active {
	color:#fff;
	text-decoration:none;
}
#menu li ul {
	position: absolute;
	left: -999em;
	background: #000;
	z-index: 100;
	margin: 0px;
	padding: 6px 0px 12px 0px;
	width:200px;
}
#menu li ul li {
	float: none;
	margin: 0px;
	padding: 0px;
}
#menu li ul a {
	color: #666;
	z-index: 100;
	display: block;
	border-bottom: none;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-right: 0px;
	letter-spacing: normal;
	padding-right: 12px;
}
#menu li ul a:hover  {
	color: #fff;
	background: none;
	border:none;
}
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	z-index: 100;
}
.cartCount {
	padding:12px 24px;
	right:0px;
	top:50px;
	z-index:1000;
	position:absolute;
	text-align:right;
	color:#000;
	background:#6c0;
}
.cartCount a,.cartCount a:hover {
	color:#333;
}
.social {
	padding-top:0px;
	margin-right:32px;
	right:0px;
	top:6px;
	z-index:1000;
	position:absolute;
}
.social a {
	float: right;
	display:block;
	border-bottom:2px #000 solid;
	padding-bottom:4px;
	margin-right:12px;
}
.social a:hover {
	border-bottom:2px #6C0 solid;
}
/* END MENU */

#contentWrap {
	background-color: #FFF;
	background-image: none;
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#main-image {
	height: auto;
}
#main-image img {
	height: auto;
	width: 100%;
}
#lowerWrap {
	background-color: #fff;
	padding-bottom:24px;
}
:focus { 
	outline: 0;
}
#ypt-main {
	min-height:756px;
	background-image: url(../images/ypt-auditions.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Section */

.alert {
	padding: 24px;
	width: 100%;
	background-color:#fff;
	font-size: 24px;
}
.section-content {
	padding: 12px;
	text-align:center;
	width:80%;
	margin: 0px auto 32px auto;
	font-size:18px;
	line-height:24px;
}
a.main-button {
	background:#000;
	color:#FFF;
	display:block;
	padding:12px 24px;
	width:25%;
	clear:both;
	margin: 0px auto;
}
a.main-button:hover {
	text-decoration:none;
	background:#6c0;
}
.section-content-thumbs {
	background:#333;
	width:100%;
	padding:32px 12px 12px 12px;
	margin-bottom:32px;
}
.section-content-thumbs .rowHeading h1 {
	font-size: 36px;	
	color:#FFF;
	font-weight:300;
}
.section-content-thumbs .thumbHolder {
	float:left;
	width:23%;
	background:#fff;
	color:#000;
	margin-right:12px;
}
.section-content-thumbs .thumbHolder img {
	width:100%;
}

/* Programs Main Page */

#programs-main-wrap {
	width: 100%;
	color: #FFF;
	background-color: #333;
	padding-top: 12px;
	padding-bottom: 48px;
}
#programs-main-wrap h1 {
	display:block;
	text-align:center;
}

/* End */

#mainLower {
	width:1005px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	background-color: #FFF;
}
.articleContent {
	display: block;
	padding: 12px;
	font-size: 16px;
	font-family:'Raleway',sans-serif;
}
.articleContent h1 {
	padding: 0px 0px 6px 0px;
	font-size: 20px;
	font-family:'Raleway',sans-serif;
	line-height:24px;
	margin:0px;
	font-weight:700;
}
.btn {
	font-size: 14px;
	background-color: #6C0;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	padding: 2px 6px 4px 6px;
	display:block;
	border-radius:10px;
	margin:6px 0px 0px 0px;
	float:left;
	color:#000;
}
.btn a {
	color:#000;
	display:block;
}
.btn a:hover, a.btn:hover {
	color:#fff;
	text-decoration:none;
}
.rowHeading  {
	width: 100%;
	text-align:center;
	display:block;
	margin: 12px 0px;
	padding: 12px 0px;
}
.rowHeading h1  {
	font-family: "Raleway",sans-serif;
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
	color: #000;
	margin: 0px;
	left:40%;
}
.showtitle  {
	width: 100%;
	text-align:left;
	position:relative;
}
.showtitle h1  {
	font-family: "Raleway",sans-serif;
	font-size: 14px;
	font-weight: 300;
	display: inline-block;
	padding: 8px 12px;
	color: #fff;
	margin: 0px;
	z-index: 1000;
	position:absolute;
	bottom:0;
	background: rgba(0, 0, 0, 0.5);
}
#contentWrap #mainLowerWrapper {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
}
#mainLowerRight  {
	float: right;
	width: 330px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 24px;
	padding-left: 0px;
	background-color: #FFF;
}
#mainLowerRight p {
	margin-top: 4px;
	margin-bottom: 4px;
}
#mainLowerRight #enrollingWrap {
	padding: 0px 0px 12px;
	margin-bottom: 24px;
}
#mainLowerRight #enrollingWrap h3 {
	font-size: 12px;
	font-weight: normal;
	background-color: #6c0;
	color: #FFF;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	text-transform: uppercase;
}
#mainLowerRight #enrollingWrap ul li a {
	color: #FFF;
	font-weight: normal;
	font-size: 16px;
	margin: 0px;
	display: block;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #333;
	border-bottom-color: #333;
	text-decoration: none;
	background-color: #000;
}
#mainLowerRight #enrollingWrap ul li a:hover {
	color: #000;
	background-color: #FFF;
}
#mainLowerRight #enrollingWrap ul {
	margin: 0px;
	padding: 0px;
}
#mainLower .newsHolder {
	padding-bottom: 0px;
	padding-right: 12px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 24px;
}
#lowerWrap #mainLower #mainLowerCenter {
	float: left;
	width: 330px;
	background-color: #FFF;
}
#mainLeftCol .newsHolder .imageWrap {
	padding: 0px;
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainLowerRight .newsHolder img {
	margin-right: 24px;
}
#mainLower #mainLowerRight .newsHolder .date {
	font-size: 10px;
	color: #999;
	background:none;
}
#mainLowerRight .newsHolder h2 a {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
#mainLower #gallery {
	background-color: #000;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 6px;
	color: #FFF;
}
#mainLower #gallery img {
	border: 1px solid #FFF;
	margin: 4px;
}
#mainLeftCol {
	float: left;
	width: 330px;
	margin-top: 0px;
	margin-right: 8px;
	background-color: #FFF;
	padding-bottom: 24px;
}
#mainLowerCenter .newsHolder h2 a, #mainLeftCol .newsHolder h2 a {
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	padding: 10px 0px;
	color: #000;
}
#mainLower h2 a:hover {
	color: #6c0;
}
#mainLeftCol .newsHolder .date, #mainLowerCenter .newsHolder .date {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	margin-bottom: 12px;
	text-align: left;
	padding-top: 6px;
	text-transform: uppercase;
	padding-bottom: 6px;
	background-color: #000;
	padding-left: 18px;
}
#mainLeftCol .series {
	color: #C03;
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	margin-bottom: 4px;
}
#mainLeftCol a.explore {
	float:left;
	text-align: center;
	background-color: #6c0;
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	width: 69px;
	margin-top: 18px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
#mainLeftCol a.explore:hover {
	background-color: #000;
}
.moreLink a{
	text-align: right;
	display: block;
	font-size: 10px;
	color: #C51F23;
}
#mainLevel2 {
	margin-bottom: 0px;
	margin-top: 0px;
}
#mainLevel2 .showHolder {
	float: left;
	background-color: #FFF;
	margin-right: 12px;
	padding: 0px;
	margin-top: 0px;
	width: 180px;
}
#mainLevel2 .showHolder a  img{
	background-image: none;
	padding: 0px;
	background-color: #FFF;
}
#mainLevel2 .showHolder a  {
	display: block;
	color: #000;
	background-color: #6c0;
	padding: 8px;
	text-decoration: none;
}
#mainLevel2 .showHolder a:hover {
	background-color: #000;
	color: #FFF;
}
#mainNav {
	margin-right: 0px;
}
#calendar {
	border: 1px solid #e6e6e6;
	padding: 8px;
	margin: 0px 8px 8px 0px;
}
#calendar   td   {
	padding: 4px;
	border: 1px solid #FFFFFF;
	text-align: center;
}
#calendar .noDay {
}
#calendar  .noClass a {
	color: #666666;
}
#calendar   .activeEvent a    {
	font-weight: bold;
	color: #6c0;
}
#calendar .today {
	font-weight: bold;
}
.formalert {
	line-height: normal;
	font-weight: bold;
	background: #e6e6e6;
	padding: 6px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.studioSearch  {
	float: right;
	margin-top: 6px;
	font: 12px/14px "Arial Narrow";
}
.studioSearch #go {
	color: #FFFFFF;
	background: #6F0E6F;
	border-style: none;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px;
}
#mainStudioList {
	height: 250px;
	overflow: auto;
	background: url(../images/bg_content.gif);
	border: 1px solid #e6e6e6;
	padding: 6px;
}
#mainStudioList .right {
	border-style: none;
	padding-top: 12px;
}
#mainStudioList td {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCCCCC;
	vertical-align: middle;
}
#mainStudioList img {
	background: url(../images/greybkg.gif);
	padding: 4px;
}
#mainStudioList tr:hover  {
	background-color: #e6e6e6;
}
#mainlevel4 {
	margin: 12px 0px 12px;
	background: url(../images/bg_content.gif);
}
#mainBuzzLeft {
	background: #FFFFFF;
	border: 1px solid #e6e6e6;
	padding: 12px;
	float: left;
	width: 500px;
	margin-right: 24px;
}
.mainBuzzImage {
	float: left;
	margin-right: 12px;
	background: #000000;
	height: 125px;
	width: 200px;
	padding: 8px;
}
.mainBuzzRight {
	float: right;
	width: 265px;
}
#mainbuzzRight {
	background: #FFFFFF;
	padding: 12px;
	float: right;
	width: 325px;
	border: 1px solid #e6e6e6;
}
#pageWrap {
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	background-image: none;
	padding: 6px;
}
#pageWrap .Title {
	color: #D30032;
	font-size: 40px;
	font-weight: normal;
	line-height: 44px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-color: #e6e6e6;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#crumbWrap   {
	text-align: left;
	color: #333333;
	font-size: 11px;
	letter-spacing: -.02em;
	font-style: italic;
	margin-bottom: 12px;
	margin-top:24px;
}
#crumbWrap a {
	font-weight: bold;
	color: #6c0;
}
#content {
	padding: 0px;
}
#pagelevel1bkg {
	padding-right: 18px;
	padding-left: 18px;
	background-image: url(../images/images/contentBkg.gif);
	background-position: center top;
	background-color: #FFF;
	background-repeat: no-repeat;
	padding-top: 16px;
	margin: 0px;
	padding-bottom: 24px;
}
#pageTop {
	background-image: url(../images/images/contentTop.gif);
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
}
#pageWrap #pageTopImg {
	height: 130px;
	background-image: url(../images/bwayrevue4.jpg);
}

/* SUBMENU */

#leftCol { 
	float:left;
	width:18%;
	margin-right:20px;
}
#pageSubnav {
	color: #000;
	padding:24px 24px;
}
#pageSubnav ul, #pageSubnav li { 
	padding:0px;
	margin:0px;
}
#pageSubnav li a {
	color: #000;
	font-family:'Raleway',sans-serif;
	font-size:14px;
	line-height:normal;
	padding:6px 0px;
	border-bottom:1px solid #CCC;
	display:block;
}
#pageSubnav a:hover, #pageSubnav a.active  {
	font-weight:700;
	color: #000;
	text-decoration:none;
}
#pageSubnav li ul li a {
	line-height: normal;
	margin: 0px;
	font-size:14px;
	outline:none;
	margin-left:8px;
}
#cart-cats {
	padding:0px 12px;
	width:100%;
	margin:0px;
}
#cart-cats li {
	width:33%;
	float:left;
	padding-right:12px;
}
#cart-cats li a {
	color: #000;
	font-size:18px;
	line-height:24px;
	padding: 12px 0px;
	display:block;
	margin:0px;
}
#cart-cats img {
	width:100%;
}

/* END SUBMENU */

/* PAGE CONTENT */

#pageLeftCol {
	width: 70%;
	margin: 0px auto;
	background-color: #FFF;
	padding: 0px 20px 20px 20px;
	font-family:'Raleway',sans-serif;
}
#pageLeftCol h1 {
	font-size: 40px;
	line-height: normal;
	margin-top: 12px;
	background:none;
	font-family:'Raleway',sans-serif;
	padding-left:0px;
	display:block;
	padding-top:24px;
	font-weight:100;
}
#pageLeftCol .educationFeatureImg img {
	width:100%;
	height:auto;
	padding:0px;
	border:none;
}
.regDetails {
	float: right;
	width: 40%;
	padding: 32px;
	margin: 0px 0px 12px 12px;
	background-color:#F5F5F5;
}
.regBtn a {
	font-size: 14px;
	color: #FFF;
	background-color: #6c0;
	display: block;
	text-align: center;
	float: left;
	padding: 8px 18px;
	margin-right: 0px;
	margin-left: 0px;
	width:100%;
	text-transform:uppercase;
	font-weight:700;
}
.regBtn a:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}
#pageLeftCol input , #pageLeftCol select, #pageLeftCol textarea{
	padding: 6px;
	font-family: 'Raleway',sans-serif;
	font-size: 14px;
	color:#000;
}
#pageWrap #pageLeftCol p {
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	color: #333;
}
#pageLeftCol #articleWrap .article {
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#pageLeftCol #articleWrap .article .right {
	width: 525px;
}
#pageLeftCol #articleWrap .article .title {
	font-size: 14px;
	font-weight: normal;
}
#pageLeftCol #articleWrap p {
	padding-top: 4px;
	padding-bottom: 12px;
}
#pageLeftCol  #catListWrap {
	margin-top: 24px;
}
#pageLeftCol #regRequired {
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #CCCCCC;
}
#pageLeftCol #showListing td {
	vertical-align: top;
	padding: 12px 6px;
	border-bottom: 1px solid #CCCCCC;
}
#pageLeftCol #showListing .Title {
	margin-bottom: 0px;
	padding-top: 2px;
	font-size: 22px;
}
#pageLeftCol .showDetailRight {
	width: 395px;
	border-style: none;
	float: right;
}
#pageLeftCol #classSchedule th {
	font-weight: normal;
	font-style: italic;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#pageLeftCol #classSchedule td {
	border-bottom-color: #FFF;
	background-color: #ECECEC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
}
#pageLeftCol #classSchedule td.blank {
	background-color: #FFF;
}
#pageLeftCol #classSchedule td.title a{
	font-size: 12px;
	color: #036;
}
#pageLeftCol #classSchedule td.day {
	background-color: #A7D143;
}
#showDetailWrap .showDetailRight .Title {
	width: 290px;
}
.showDetailRight .date  {
	color: #333;
	font-size: 24px;
	margin-top: 8px;
	margin-bottom: 6px;
}
#showTabs .TabbedPanelsContent {
	margin: 0px;
	padding: 6px;
}
.showDetailRight h1 {
	font-size: 42px;
	line-height: 48px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#showDetailWrap {
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pageLeftCol .showDetailImage img {
	margin: 0px;
}
#pageLeftCol .showWrap {
	background: #FFFFFF;
	padding-bottom: 18px;
	font-size: 14px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
#pageLeftCol .showWrap .left {
	margin-right: 12px;
	padding: 0px;
	margin-top: 18px;
	margin-bottom: 24px;
}
#pageLeftCol .showWrap .left img{
	margin:0px;
	padding:0px;
}
#pageLeftCol .showWrap a.blockLink {
	display: block;
	color: #FFF;
	background-color: #000;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-weight: normal;
	text-decoration: none;
	float: left;
	text-align: center;
	margin-right: 4px;
	margin-top: 6px;
	font-size: 12px;
}
#pageLeftCol .showWrap .cat{
	margin: 0px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-size: 11px;
	color: #333;
	display: block;
	float: left;
}
#pageLeftCol .left a.blockLink:hover {
	color: #000;
	background-color: #6c0;
}
#pageLeftCol .left img {
	margin-bottom: 6px;
}
#pageLeftCol .showWrap h4 a {
	color: #000;
	text-decoration: underline;
	font-size: 15px;
	margin-bottom: 4px;
	display: block;
	line-height: normal;
}
#pageLeftCol .showWrap h4 a:hover {
	color: #6c0;
	text-decoration: none;
}
#pageLeftCol .showWrap .left .date {
	color: #666;
	font-size: 16px;
	display: block;
	margin-top: 8px;
	margin-bottom: 2px;
}
#pageLeftCol .newsHolder {
	margin-top: 12px;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EDEDED;
	padding-top: 12px;
}
#pageLeftCol .newsHolder img {
	float: left;
	margin-right: 12px;
	margin-bottom: 24px;
}
#pageLeftCol .newsHolder .date {
	font-size: 10px;
	color: #666;
}
#showDetailWrap  img {
	margin-right: 12px;
	padding: 4px;
	margin-top: 0px;
	float: left;
}
#showDetailWrap .description a img {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#showDetailWrap .description .prices {
	float: left;
	margin-bottom: 12px;
	margin-top: 6px;
	font-size: 16px;
}
.showDetailRight h2 {
	margin-bottom: 6px;
}
#showDetailWrap .showDetailRight img {
	padding: 0px;
	border-style: none;
}
#showDetailWrap p {
	margin-top: 8px;
	margin-bottom: 8px;
}
/* SHOW DETAIL */
#pageLeftCol .description {
	padding-top: 0px;
	margin-top: 24px;
	width:100%;
	font-family:'Raleway',sans-serif;
	font-size: 18px;
	line-height:normal;
}
.description .section {
	font-size:14px;
	margin-top:40px;
	display:block;
}
.description .section .castHolder {
	display:block;
	padding-bottom:12px;
	clear:both;
}
.description .section .castHolder img {
	float:left;
	padding-right:12px;
}
.description .section .castHolder .castDetails {
	float:left;
	width:60%;
}
#pageLeftCol .description .section h1 {
	font-size:24px;
	display:block;
	color: #000;
	padding:6px;
	margin-bottom:12px;
	border-bottom:1px solid #000;
	font-weight:300;
}
#pageLeftCol .description .section h2 {
	font-size:24px;
}
#mainImage { 
	width:100%;
}
#mainImage img {
	width:100%;
}

/* ROW OF IMAGES */

.section-row {
	width:100%;
	padding: 48px 0px 24px 0px;
	background:#fff;
}
.section-row h1 {
	font-size: 36px;
	line-height:normal;
	display:block;
	text-align:center;
}
.section-row ul {
	margin:0px auto;
	padding:0px;
	width:95%;
}
.section-row li {
	width:24%;
	float:left;
	margin:4px;
}
.section-row li h2 {
	font-size:20px;
	line-height:24px;
	font-weight:700;
	padding:0px;
	margin:6px 0px;
	text-align:left;
}
.section-row li img {
	width:100%;
}

/* END */

.page-section-block {
	background-color: #FFF;
	padding: 12px 0px;
	float: left;
	width: 40%;
	margin-right: 12px;
}
.page-section-block img {
	width: 100%;
}
.page-section-block img.open {
	width: auto;
}
#castWrap {
	margin-top: 12px;
}
.headshot {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	padding-bottom: 4px;
}
.headshot img {
	background: url(../images/greybkg.gif);
	padding: 4px;
	margin-bottom: 4px;
	float: none;
}
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1200px;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 10%;
	left: 20%;
	width: 60%;
	height: 60%;
	padding: 16px;
	border: 16px solid #99CC33;
	background-color: #FFFFFF;
	z-index:1002;
	overflow: auto;
	color: #333333;
}
.white_content img {
	background: url(../images/greybkg.gif);
	padding: 8px;
	margin-right: 12px;
}
#pageRightCol {
	float: right;
	width: 140px;
	background-color: #252525;
	margin-left: 6px;
	color:#FFF;
}
#pageRightCol h1 {
	font-weight: normal;
	color: #FFF;
	background-color: #252525;
	font-size: 24px;
	float: none;
	padding: 0px;
	margin:0px;
}
#pageRightCol h2 {
	color: #6c0;
	margin: 0px;
	font-size: 16px;
	line-height:normal;
	font-weight: normal;
}
#pageRightCol h2 a {
	color: #6c0;
}
#pageRightCol h2 a:hover {
	color: #fff;
}
#pageRightCol a {
	padding-top: 8px;
	font-weight: normal;
	display:block;
	color:#FFF;
}
#pageRightCol a:hover {
	color:#FFF;
	text-decoration:none;
	color:#6c0;
}
#pageRightCol #tabbedPanelWrap {
	margin-bottom: 12px;
	border-bottom:1px solid #e6e6e6;
	padding: 24px;
	color: #000;
}
#pageRightCol #sectionWrap {
	background-color: #252525;
	padding: 12px;
	margin-top: 12px;
}
#pageRightCol  .newsHolder{
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	line-height: 16px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-top: 8px;
}
#pageRightCol #sectionWrap .newsHolder .date {
	font-size: 10px;
}
#pageRightCol .feature a{
	background-color: #6c0;
	margin-bottom: 12px;
	border: 1px solid #8CBB00;
	display: block;
	color: #000;
	padding: 12px;
	font-size: 14px;
}
#pageRightCol .feature a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	border: 1px solid #000;
}
#pageRightCol .listWrap {
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6c0;
	font-size: 11px;
	line-height: 16px;
	background-color: #FFF;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#pageRightCol .listWrap h5 a {
	font-size: 13px;
	color: #333;
	text-decoration: underline;
	line-height: 16px;
}
#pageRightCol .listWrap h5 a:hover {
	color: #6c0;
	text-decoration: none;
}
#pageRightCol .listWrap img {
	float: left;
	margin-right: 12px;
}
.colSection {
	padding:0px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.colSection .break {
	margin: 12px 0px;
	border-color:#000;
}
.newsHolder h2  {
	font-size: 14px;
	line-height: normal;
}
.newsHolder a    {
	text-decoration: none;
}
.newsHolder h2 a:hover {
	color: #000;
	text-decoration: none;
}
.newsHolder .imageWrap {
	float: left;
	margin: 8px 12px 0px 0px;
	width: 75px;
	margin-bottom: 12px;
	margin-top: 12px;
}
#mainLowerRight .newsHolder .imageWrap img {
}
.newsHolder a:hover    {
	color: #000;
	text-decoration: none;
}
#pageRightCol p.small {
	font-size: 11px;
	line-height: 15px;
}
#pageRightCol .caption {
	font-size: 10px;
	font-style: italic;
}
#pageWideWrap {
	padding-right: 48px;
	padding-left: 48px;
	background-image: url(../images/images/contentBkg.gif);
	background-position: center top;
	background-color: #FFF;
	background-repeat: no-repeat;
	padding-top: 16px;
	margin: 0px;
	min-height: 400px;
	padding-bottom: 32px;
}
#pageWideWrap #registerHolder {
	margin-top: 4px;
}
#pageWideWrap #miniLeftCol{
	float: left;
	width: 200px;
	margin-top: 12px;
}
#headlineUpper {
	margin-top: 0px;
	text-align: left;
}
#headlineUpper #crumbWrap {
	text-align: right;
}
#headlineUpper .Title {
	margin-top: 24px;
}
#ticketBox {
	margin-top: 12px;
	border: 1px solid #e6e6e6;
	padding: 8px;
}
#ticketBox .Title {
	font-size: 16px;
	padding-top: 0px;
	color: #666666;
}
#filterBox {
	background: #FFFFFF;
	border: 1px solid #e6e6e6;
	margin-bottom: 12px;
	padding: 6px 6px 12px;
}
#filterBox select {
	border: 1px solid #99CC33;
	background: #ffffff;
	font-size: 14px;
	color: #666666;
}
#pageLeftCol   #classList   td{
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
}
#pageLeftCol #classList th {
	background-color: #6c0;
	padding: 2px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
#pageLeftCol blockquote {
	margin-top: 24px;
	margin-right: 16px;
	margin-bottom: 4px;
	margin-left: 20px;
}
#pageLeftCol #progs {
	background-color: #FFF;
}
#pageLeftCol #progs td {
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom-color: #F4F4F4;
	padding-left: 0px;
	line-height: 20px;
}
#pageLeftCol #progs td .btn a {
	padding: 5px;
	font-size: 12px;
	width: 75px;
	float: left;
	margin-right: 12px;
	margin-top: 12px;
}
#pageLeftCol #progs td img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.classList2 td {
	border-bottom: 1px solid #e6e6e6;
	padding: 8px;
	font-size: 12px;
}
.classList2 th {
	padding: 8px;
	background:#6c0;
}
#articleWrap .highlight {
	color: #FFF;
	background-color: #C00;
	padding: 6px;
	border: 1px solid #900;
	margin-top: 6px;
	margin-bottom: 12px;
}
#articleWrap .highlight a{
	color: #FFF;
	text-decoration: underline;
}
#classList th {
	padding-bottom: 6px;
	border-bottom: 1px solid #99CC33;
}
#pageRightCol #studioMiniCal {
	background: #FFFFFF;
	padding: 12px;
	border: 1px solid #e6e6e6;
}
.instructorHolder {
	margin-bottom: 12px;
	margin-top: 12px;
	background: #e6e6e6;
	border: 1px solid #e6e6e6;
	padding: 8px;
}
.instructorWrap {
	background: #FFFFFF;
	padding: 4px;
}
.instructorWrap img {
	background: #99CC33;
	padding: 4px;
	float: left;
	margin-right: 6px;
}
.instructorDetails {
	float: right;
	width: 135px;
	margin-top: 12px;
}
#pageLeftCol .instructorDetails {
	width: 325px;
}
#calendarWrap {
	margin-top: 12px;
	background: url(../images/bg_content.gif);
}
#calendarMenu {
	padding: 12px;
	float: left;
	width: 150px;
	border: 1px solid #e6e6e6;
	margin-right: 12px;
}
#calendarView {
	padding: 8px;
	border: 1px solid #e6e6e6;
}
#calendarView th {
	padding-top: 4px;
	padding-bottom: 4px;
	font: normal 24px/normal "Arial Narrow";
	text-transform: uppercase;
}
#calendarView td {
	padding: 6px;
	border: 1px solid #e6e6e6;
	width: 10%;
	height: 100px;
}
#calendarView .dow {
	height: 15px;
	color: #666666;
	background: url(../images/bg_content.gif);
	text-align: center;
}
#calendarView   .dateNo  {
	font: bold 18px/22px "Arial Narrow";
	color: #94C531;
}
.calClass a {
	font-size: 11px;
	line-height: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #e6e6e6;
}
#calendarMenu #sortEvents {
	margin-top: 6px;
	font: 14px "Arial Narrow";
	border: 1px solid #99CC33;
}
#callogin  #login {
	padding: 2px;
	font-size: 12px;
	background: #99CC33;
	color: #333333;
	border: 1px solid #8CBA30;
}
.calEvent a {
	font-size: 11px;
	line-height: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #e6e6e6;
	font-weight: bold;
	color: #242424;
}
.calEventWrap {
	margin-top: 12px;
}
#galleryHolder {
	padding: 8px;
	background: #FFF;
	border: 1px solid #CCC;
	margin: 8px;
}
#galleryMainImage {
	float: right;
	width: 632px;
}
#galleryThumbWrap {
	float: left;
	margin-right: 12px;
	width: 210px;
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
}
#galleryThumbWrap img {
	margin: 0px 12px 5px 0px;
	border: 1px solid #FFF;
	text-align: center;
}
#galleryThumbWrap .gallery {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
#ticketHolder {
	padding: 12px;
	background: #FFFFFF;
	border: 1px solid #e6e6e6;
}
#ticketHolder #selectSeating th {
	padding-top: 2px;
	padding-bottom: 0px;
	color: #333333;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
}
#ticketHolder   th   {
	text-align: left;
	padding: 2px 0px;
	background: url(../images/bg_content.gif);
	border-bottom: thin solid #999999;
}
#ticketHolder    td {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #e6e6e6;
}
#ticketHolder   .bottomRow  td {
	padding-top: 1px;
	padding-bottom: 1px;
	border-style: none;
}
option {
	border-bottom: 1px solid #e6e6e6;
	padding-top: 1px;
	padding-bottom: 1px;
}
input,textarea, select {
	background: #fff;
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 6px 4px;
	margin-top: 8px;
	margin-bottom: 4px;
	font-family:'Raleway',sans-serif;
	font-size:14px;
}
table h3 {
	margin: 0px;
	padding: 0px;
}
.disclaimer {
	margin-top: 12px;
	color: #666666;
	font-size: 11px;
	line-height: 15px;
	font-style: italic;
}
.disclaimer a {
	font-weight: bold;
	color: #666666;
}
.nowPlaying {
	background: #FFFFFF;
	margin-top: 12px;
	border-bottom: thin solid #99CC33;
}
.nowPlaying img {
	background: #CCCCCC;
	padding: 6px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.nowPlaying a {
	display: block;
	padding: 12px 24px;
	background: #e6e6e6;
}
.nowPlaying a:hover {
	background: #99CC33;
	color: #000000;
}
.instructions {
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 12px;
	display: block;
	font-style: italic;
}
.instructions a {
	font-weight: bold;
	color: #6C0;
}
.required {
	color: #C4002E;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
}
.error {
	font-size: 16px;
	color: #000;
	background-color: #6c0;
	padding: 6px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 12px;
}
.seriesTitle {
	color: #999999;
}
.seriesDesc {
	margin: 6px 12px;
	color: #666666;
	padding: 6px;
	border: 1px solid #e6e6e6;
}
#registerHolder {
	background: #FFFFFF;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
	float:left;
	left:324px;
}
.classOptWrap {
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.classOptWrap th {
	padding: 6px;
	color: #99CC33;
	font-weight: bold;
	font-size: 16px;
	background: #FFF;
}
.classOptWrap a { 
	color:#333;
}
.classOptWrap td {
	padding-top: 6px;
	padding-bottom: 6px;
}
.classOptWrap h3 {
	margin: 0px;
	padding: 0px;
}
#cartStudentInfo {
	padding: 6px;
}
#cartStudentInfo th {
	background: url(none);
}
#chooseDropIn {
	padding: 12px;
	background: #FFFFFF;
	border: 1px solid #e6e6e6;
}
#contentImage {
	float: left;
	padding: 8px;
	background: #e6e6e6;
	border: 1px solid #CCCCCC;
	margin-right: 24px;
	margin-bottom: 24px;
}
#contact td {
	padding-top: 2px;
	padding-bottom: 2px;
	border:none;
}
#contact th {
	font-size: 16px;
	font-weight: bold;
	padding-top: 12px;
}
#relatedHolder {
	background: #FFFFFF;
	padding: 8px;
	border: 1px solid #CCCCCC;
	margin-top: 24px;
	float: left;
	width: 350px;
	font-size: 12px;
	line-height: 14px;
}
.prodWrap{
	margin-top: 0px;
	margin-bottom: 8px;
	float: left;
	width: 22%;
	margin-right: 6px;
	padding: 0px;
}
.prodWrap img {
	text-align: center;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
	width:100%;
}
.prodWrap #add {
	color: #FFFFFF;
	background: #000000;
	border: 1px solid #000000;
}
#pageLeftCol .prodWrap #options {
	border-color: #CCCCCC;
	font-size: 12px;
}
#cartSubnav {
	margin-top: 12px;
}
#cartSubnav    ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#cartSubnav  li  a {
	display: block;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	padding-bottom: 6px;
	padding-top: 4px;
	padding-left: 0px;
	border-top: 1px solid #CCCCCC;
}
#cartSubnav  li  a:hover {
	color: #99CC33;
	text-decoration: none;
}
#cartSubnav  .active       {
	font-weight: bold;
	color: #6c0;
	background: url(../images/activebkg.gif) repeat left center;
}
#cartSubnav    .active   .seriesDesc {
	font-weight: normal;
}
.PageNumberHolder {
	float: right;
}
.PagingHolder {
	margin-top: 4px;
	margin-bottom: 8px;
	color: #999999;
}
.TotalRecordCount {
	float: left;
}
input#continue {
	text-transform: uppercase;
	padding: 6px 4px;
	color: #fff;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	background-color: #000;
}
.pressWrap {
	padding: 8px;
	margin-bottom: 6px;
	border-bottom: 1px solid #e7e7e7;
}
.pressWrap img {
	float: left;
	margin-right: 24px;
}
#calContainer {
	padding: 0px;
	width: 675px;
}
#calContainer td {
	width: 74px;
	padding: 2px;
	border: 1px solid #e6e6e6;
	height: 75px;
}
#calContainer .dow {
	height: 25px;
	text-align: center;
	color: #666666;
}
#pageRightCol #calContainer {
	padding: 0px;
	width: 98%;
	color: #000;
}
#pageRightCol #calContainer td {
	padding: 2px;
	border: 1px solid #FFF;
	height: 30px;
	font-size: 10px;
	width: 14.2%;
	background-color: #CCC;
}
#pageRightCol #calContainer .dow {
	height: 30px;
}
#pageRightCol #calContainer td.activeEvent {
	background-color: #6c0;
	color: #000;
}
#pageRightCol ol li {
	list-style-type: decimal;
}

/* FOOTER STYLES */

#footer {
	padding: 12px 12px 32px 12px;
	font-size: 12px;
	line-height: 18px;
	background-color: #000;
	width:100%;
	color:#fff;
	bottom:0px;
	font-family:'Raleway',sans-serif;
}
.footerCol {
	float: left;
	margin-right: 12px;
	width:12%;
}
#footer a {
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: left;
	font-family:'Raleway',sans-serif;
	font-weight:300;
	font-size:12px;
	line-height: 18px;
	margin-top:0px;
	padding-top:0px;
}
#footer a img {
	margin: 0px;
	float: left;
	display: inline-block;
}
#footer a:hover {
	color: #6c0;
}
#footer .category {
	font-weight: bold;
	color: #6c0;
}

/* END FOOTER */

.highlightNotes  {
	padding: 6px;
	border: 1px solid #E1EEA4;
	font-size: 11px;
	line-height: 13px;
	background-color: #F33;
	color: #FFF;
}
.highlightNotes a {
	color: #000;
}
#pageLeftCol #articleWrap .colListing .slidingDiv {
	font-size: 14px;
	font-style: italic;
	border: medium solid #EBEBEB;
	padding: 12px;
	color: #666;
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.show_hide {
	display: none;
}
#flashPageWrap {
	background-color: #000;
	height: 250px;
}
#flashPageHolder {
	height: 100%;
	background-color: #000;
	background-position: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
}
	
#pageLeftCol ul li {
	list-style-type: disc;
	margin-top: 6px;
	margin-bottom: 6px;
}
#pageLeftCol .btn a{
	color: #fff;
	background-color: #000;
	display: block;
	float: right;
	font-weight: normal;
	margin-bottom: 6px;
	padding: 6px 10px;
	text-decoration: none;
	font-size: 12px;
	width:100px;
	text-align:center;
}
#pageLeftCol .btn a:hover {
	color: #FFF;
	background-color: #6c0;
	text-decoration: none;
}
#mainLower fieldset {
	border: 1px solid #EDEDED;
	padding: 12px;
}
#mainLower legend {
	font-size: 14px;
	font-weight: bold;
	color: #6c0;
	background-color: #FFF;
	padding: 6px;
}
.description #rehearse td {
	font-size: 11px;
	color: #333;
	line-height: normal;
}
#pageRightCol #shopCats {
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height:normal;
}
#pageRightCol #shopCats ul    {
	margin: 0px;
	padding: 0px;
}
#pageRightCol #shopCats ul li a{
	color: #fff;
	display: block;
	margin-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
} 
#pageRightCol #shopCats ul li a:hover {
	color:#6c0;
}
#pageRightCol #shopCats li ul li a {
	list-style-type: circle;
	margin-left: 12px;
}
#pageLeftCol .tileHolder {
	margin-right: 18px;
	background-color: #6c0;
	width: 250px;
	height: 220px;
	padding: 8px;
	text-align: left;
	float: left;
	margin-bottom: 18px;
}
#pageLeftCol a .tileHolder {
	color: #000;
}
#pageLeftCol a:hover .tileHolder {
	color: #FFF;
	background-color: #000;
}
#pageLeftCol .tileHolder img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.break {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#pageLeftCol #ypthead tr td {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#pageLeftCol #ypthead tr td img {
	margin-right: 2px;
}
#showTabs a.button {
	padding: 6px;
	font-size: 14px;
	background-color: #6c0;
	color: #000;
	margin-bottom: 12px;
	display: block;
	clear: both;
	float: left;
}
#pageRightCol a.explore {
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	text-align: center;
	background-color: #6c0;
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	margin-bottom: 6px;
	margin-top: 6px;
}
#pageRightCol a.explore:hover {
	background-color: #000;
}
#pageLeftCol .downloads td {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
}
#pageLeftCol .downloads tr td img {
	float: none;
	margin: 0px;
	padding: 4px;
}
#pageLeftCol .downloads th {
	font-weight: bold;
	padding: 4px;
	text-transform: uppercase;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.downloadsHolder {
	float: left;
	margin-right: 26px;
	width: 35%;
}
#mainLower .contentHolder {
	padding: 2px 18px 0px 12px;
}
#mainLowerCenter .contentHolder a {
	text-decoration: none;
	color: #6c0;
}
#mainLowerCenter .contentHolder p {
	line-height: 18px;
	margin: 0px;
	padding: 6px 0px 0px;
}
#mainLower #mainLowerRight .newsHolder p {
	font-size: 12px;
}
.sectionWrap {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#pageLeftCol ul li {
	margin: 0px 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#pageLeftCol ul {
	margin: 0px;
	padding: 0px;
}
#mainLowerPage {
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	width: 1005px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}
#showTabs .TabbedPanelsTabGroup .TabbedPanelsTab {
	list-style-image: none;
	list-style-type: none;
}
#homefeature {
	background-color: #000;
	padding: 12px 24px 24px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
}
#homefeature h1 {
	background-color: #000;
	font-size: 24px;
	font-weight: lighter;
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#homefeature a {
	color: #6c0;
	font-weight: lighter;
}
#pgHolderLrg {
	width:1005px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	background-color: #FFF;
	margin-top: 12px;
}
.formImage {
	float: left;
}
#pgHolderLrg form input, #pgHolderLrg form textarea {
	border: 1px solid #CCC;
	font-size: 14px;
	line-height: 20px;
	padding:6px;
}
#contentWrap #pgHolderLrg h1 {
	background-color: #FFF;
	padding: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
}
#pgHolderLrg td {
	font-size:14px;
	line-height:20px;
}
/* SLIDER EXTRAS */
* {
  box-sizing: border-box;
}

.slider {
	width: 100%;
	zoom:1;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
  zoom:1;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}
.articleContent {
	display: block;
	padding: 12px;
	font-size: 14px;
}
/* END */

/* MAIN ROW 3 */

#mainRow3 {
	width: 100%;
	background-color: #fff;
	margin: 32px 0px;
}
#mainRow3 .bday {
	width: 550px;
	background-color: #fff;
	color:#000;
	font-size:18px;
	font-family:'Raleway',sans-serif;
	float:left;
	margin-right:12px;
}
#mainRow3 .bday .left {
	float:left;
}
#mainRow3 .bday .left img {
	margin-left:0px;
}
#mainRow3 .right {
	float:left;
	padding:24px;
	text-align:left;
	width:275px;
	border-top: 12px solid #6c0;
	border-bottom: 12px solid #6c0;
	background:#FFF;
	height:350px;
}
#mainRow3 .right h2 {
	font-size:24px;
	color:#000;
	margin:0px;
	padding:0px;
	font-family:'Raleway',sans-serif;
}
#mainRow3 .merchFeature {
	margin:0px;
	padding:24px;
	float:left;
	background-color:#000;
	color:#FFF;
	height:350px;
}
#mainRow3 .merchFeature h1 {
	margin:0px 0px 24px 0px;
	padding:0px;
	text-align:left;
	font-size:32px;
	font-family:'Raleway',sans-serif;
	color:#fff;
	font-weight:300;
}
#mainRow3 .merchFeature a {
	color:#6C0;
	margin-top:12px;
	display:block;
}
#mainRow3 .merchFeature a:hover {
	color:#fff;
}
/* Registration Page */

#registerWrap {
	padding:32px;
	width:100%;
}
#loginform {
	float: left;
	width: 45%;
	margin: 0px 12px 0px 0px;
	padding: 12px;
	border: 1px solid #E5E5E5;
}
#loginform td, #loginform td {
	padding:12px 12px 12px 0px;	
}
#createAcccount {
	float: right;
	width: 50%;
	padding: 24px;
	border: 1px solid #E4E4E4;
}
/* End registration Page */

/* Cart Styles */

#miniCart {
	padding: 6px;
	margin: 24px;
	background: #FFF;
	font-size: 12px;
	line-height: normal;
	text-align: left;
	color:#000;
	font-family:'Raleway',sans-serif;
}
#miniCart th {
	font-weight: bold;
	font-size: 20px;
	color:#000;
	line-height: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#miniCart td {
	padding: 4px 0px;
}
#miniCart #checkout {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	background: #000;
	padding: 2px;
	margin: 0px;
}
#miniCart .titleRow td {
	font-weight: bold;
	border-top: 1px solid #f5f5f5;
	padding-top: 6px;
	padding-bottom: 0px;
}
.cartRow  {
	border-bottom: 1px solid #ccc;
}
.cartLinks ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.cartLinks  li a {
	color: #666;
	text-decoration: none;
	padding: 4px 0px 4px 0px;
	margin: 0px;
	list-style: square;
	border-bottom: 1px solid #CCCCCC;
	display: block;
}
.cartLinks a:hover {
	color: #6c0;
}
.bottomRow   td   {
	margin: 0px;
	padding: 0px;
}

.cartSuggestions {
	padding:12px;
	background:#f5f5f5;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

#regWrap td {
	border:none;
	padding: 6px 0px 6px 0px;
	font-size:14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#regWrap th {
	border-bottom:1px solid #ccc;
	padding-bottom: 6px;
	text-transform:uppercase;
}
#regWrap td.cartRow {
	border-bottom: 1px solid #ccc;
}
#cartWrap .subtotal {
	float:right;
	width:40%;
}
/* End Cart Styles */

/* CRM Forms */

#crmWebToEntityForm .go-btn, #crmWebToEntityForm input.go-btn {
	background:#000;
	color:#fff;
	width:200px;
}

/* End */


/* Staff Page */

.staff {
	width:100%;
	margin:12px 0px 24px 0px;
	font-size:16px;
	line-height:20px;
	padding-bottom:24px;
}

.staff img {
	width:300px;
	float:left;
	margin-right:12px;
	margin-bottom:12px;
	display:block;
}
.staff p {
	float:left;
	display:block;
	font-size:16px;
	line-height:20px;
}

/* Registration */

#regWrap {
	width:75%;
	margin:24px auto 36px auto;
	min-height:300px;
}

#regWrap h1 {
	font-family: 'Raleway', sans-serif;
	font-weight:100;
	text-align:center;
	font-size:60px;
	padding-top:32px;
	display:block;
	width:100%;
}

#regWrap h2 {
	text-align:center;
	font-size:20px;
	text-transform:uppercase;
	color:#6c0;
}

#regWrap p.desc {
	font-size:18px;
	line-height:26px;
}

.policy {
	background-color: #F4F4F4;
	padding: 24px;
	margin-top: 12px;
	margin-bottom: 12px;
}

#regWrap .policy h3 {
	font-size: 30px;
	text-align:left;
	border-bottom:none;
	padding-top:12px;
}

#regWrap .classOptWrap td {
	font-size: 24px;
	line-height:1.2em;
}

#regWrap h3 {
	font-size:18px;
	text-align:left;
	border-bottom:1px solid #000;
	padding: 6px 0px;
	margin-bottom:12px 0px;
	display:block;
	width:100%;
}
#regWrap input {
	width:40%;
	margin:0px 0px 24px 0px;
	padding:12px;
}
#regWrap input.cart {
	width:auto;
	margin:0px 0px 24px 0px;
	padding:12px;
}
#regWrap label {
	color:#666;
	margin: 12px 0px 0px 0px;
	display:block;
	font-weight:normal;
	padding:0px;
}

/* Class Cat */

#studioCatWrap {
	width: 100%;
}
#studioCatWrap section {
	width: 100%;
	padding:24px;
	margin-bottom:12px;
}
#studioCatWrap ul {
	padding:0px;
	margin:24px 0px;
	list-style-type:none;
}
#studioCatWrap li {
	display:block;
	width:32%;
	float:left;
	background:#fff;
	color:#000;
	margin:0px 6px 24px 0px;
	padding:0px;
	text-align:center;
	min-height:400px;
}
#studioCatWrap li img {
	width:100%;
	height: auto;
	z-index:-1;
}
#studioCatWrap li.lessonItem {
	background: #C7EBB9;
	border-radius:8px;
	padding:0px 0px 12px 0px;
	min-height:auto;
}
#studioCatWrap li.lessonItem h2 {
	font-size:24px;
	font-weight:100;
	margin-bottom:8px;
	padding-bottom:12px;
}
#studioCatWrap li .classInfo {
	font-size: 14px;
	background:#fff;
	display:block;
	width:80%;
	margin:-32px auto 12px auto;
	z-index:1000;
	position:relative;
	padding:0px 12px;
}
#studioCatWrap li.horiz-layout {
	display:block;
	width:90%;
	float:none;
	background:#fff;
	color:#000;
	margin:0px 6px 24px 0px;
	padding:0px;
	text-align:center;
	min-height:400px;
}
#studioCatWrap li.horiz-layout img {
	float:left;
	width:32%;
}
#studioCatWrap li.horiz-layout .classInfo {
	font-size: 14px;
	background:#fff;
	display:block;
	float:left;
	width:65%;
	margin:0px 0px 12px 0px;
	position:relative;
	padding:0px 12px;
	text-align:left;
}
#regWrap #studioCatWrap li h3 {
	font-family:'Raleway', sans-serif;
	font-weight:100;
	text-align:center;
	color:#000;
	text-transform:capitalize;
	font-size:26px;
	border-bottom:none;
	padding-top:12px;
	width:100%;
}
#regWrap #studioCatWrap li.horiz-layout h3 {
	text-align:left;
	margin-top:0px;
}
#programs-main-wrap #regWrap  #studioCatWrap li {
	background:#000;
}
#programs-main-wrap #regWrap  #studioCatWrap li .classInfo {
	background:#000;
	color:#fff;
}
#programs-main-wrap #regWrap  #studioCatWrap h3 a {
	font-size:20px;
	color:#fff;
}
#programs-main-wrap #regWrap  #studioCatWrap h3 a:hover {
	color:#666;
	background:#000;
}

#studioCatWrap h3 a {
	font-weight:100;
	color:#000;
	line-height:normal;
}

#studioCatWrap h3 a:hover {
	font-weight:400;
}

#regWrap #studioCatWrap h2 {
	font-family:'Raleway', sans-serif;
	font-weight:100;
	text-align:center;
	color:#000;
	text-transform:capitalize;
	font-size:32px;
	line-height:36px;
	border-bottom:solid #000 1px;
	padding-bottom:8px;
	padding-top:12px;
	width:100%;
}

#studioCatWrap li a h3 {
	font-size:24px;
	font-family:'Raleway',sans-serif;
	font-weight:100;
}

#regWrap #studioCatWrap a.join-btn {
	width:40%;
	margin-left:auto;
	margin-right:auto;
	background:#C7EBB9;
	margin-top:4px;
}
#regWrap #studioCatWrap a.join-btn:hover {
	background:#6c0;
}

#studioCatWrap li a:hover {
	background:#fff;
	text-decoration:none;
}
#regWrap .classDetail {
	padding: 12px 24px 12px;
	background-color: #f4f4f4;
	display: block;
	float: right;
	width: 30%;
	margin-right: 5%;
	margin-top:-50px;
	margin-bottom:24px;
	z-index:1000;
	position:relative;
	font-size:14px;
	line-height:24px;
}
#regWrap .classDetail h3 {
	font-size:18px;
	line-height:32px;
	font-weight:400;
	border-bottom:none;
	text-transform:uppercase;
	color:#333;
}
#regWrap .left {
	width:60%;
}
#regWrap a.join-btn {
	display:block;
	width:100%;
	background:#6c0;
	color:#000;
	padding:6px 12px;
	text-align:center;
	text-transform:uppercase;
	margin-top:8px;
	border-radius:4px;
	font-weight:bold;
}
.full {
	display:block;
	width:100%;
	background:#F00;
	color:#000;
	padding:6px 12px;
	text-align:center;
	text-transform:uppercase;
	margin-top:8px;
	border-radius:4px;
	font-weight:bold;
}
#regWrap a.join-btn:hover {
	background-color:#000;
	text-decoration:none;
	color:#fff;
}
#regWrap section {
	font-size:14px;
	line-height:20px;
}
#regWrap section li {
	list-style:circle;
}

/* Enrollment Details */

#enrollment-info {
	background-color: #C7EBB9;
	width:100%;
	min-height:300px;
}
#enrollment-info #member-info {
	width:75%;
	margin:24px auto;
}
#enrollment-info #member-info h2 {
	font-size:30px;
	line-height:40px;
	font-weight:100;
	text-align:center;
}
#enrollment-info ul li {
	list-style:circle;
	padding:8px;
}
.prog-block {
	float:left;
	width:30%;
	text-align:center;
	font-size:20px;
	color:#000;
	margin-right:12px;
	border: none;
	padding:8px 12px;
	background:#fff;
}
.prog-block a.enabled {
	color:#fff;
	margin-right:12px;
	border: none;
	background:#000;
	display:block;
}
.prog-block a.enabled:hover {
	text-decoration:none;
}

/* Staff Row */

.page-lower-section {
	width:100%;
	background-color:#f4f4f4;
	text-align:center;
	padding: 48px 0px;
}
#staffRow {
	width:80%;
	margin:0px auto;
	text-align:center;
}
#staffRow ul { 
	padding:0px;
	margin:0px;
}
#staffRow li {
	width:22%;
	margin-right:8px;
	vertical-align:top;
	display:inline-block;
}
#staffRow img.circle {
	border-radius:50%;
	width:65%;
}

/* Staff Page */

#regWrap #staffRow {
	width:100%;
	margin:0px auto;
	text-align:left;
}
#regWrap #staffRow ul { 
	padding:0px;
	margin:0px;
}
#regWrap #staffRow li {
	width:100%;
	margin-right:0px;
	vertical-align:top;
	display:block;
	padding-bottom:24px;
}
#regWrap #staffRow .right {
	width:75%;
	float:right;
}
#regWrap #staffRow img.circle {
	border-radius:50%;
	width:20%;
	margin-right:12px;
	float:left;
}

/* News Section */

#news-section-wrap {
	width:100%;
	background-color:#f4f4f4;
	padding-bottom:24px;
}
#regWrap .school  {
	border-top:solid medium #ccc;
}
#news-section-wrap img {
	border-radius:50%;
	float:left;
	width:10%;
	margin-right:24px;
}
#news-section-wrap .left {
	float:left;
	width:80%;
}
#news-section-wrap ul {
	padding:0px;
	margin:0px;
}
#news-section-wrap li {
	border-top: 1px solid #ccc;
	padding:12px 0px;
	font-size:14px;
	width:100%;
	display:block;
}
#news-section-wrap li h3 {
	border:none;
	font-size:22px;
	padding-bottom:8px;
}
#news-section-wrap li h3 a {
	font-weight:700;
}
.responsive-object { 
  position: relative;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden;
  border:none;
  height:0;
  clear:both;
}
.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.classBox { 
	padding: 24px;
	float: left;
	width: 30%;
	background-color: #F1F1AA;
	margin: 12px 12px 12px 0px;
	font-size:16px;
	line-height:20px;
	height:340px;
}
#regWrap .classBox h2 {
	text-align: left;
	font-size: 24px;
	color: #000;
}
#regWrap .classBox btn a, #regWrap .classBox btn {
	text-align: left;
	font-size: 12px;
	color: #fff;
	background-color: #000;
}
