*.html {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../images/sidebars-blue.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#main {
	width: 100%;
	margin: 30px 0px 0px;
	padding: 0px;
}

a:visited {
	color: #030E8F;
	text-decoration: none;
}
a:link {
	color: #071AE7;
	text-decoration: none;
}
a:hover {
	color: #071AE7;
	text-decoration: underline;
}


#navBar {
	background-position: center;
	width: 600px;
	margin: 0px;
	display: inline;
	}
#headerImage {
	z-index: 0;
}


.box {
	width: 570px;
	background-color: #BA1111;
	background-image: url(../images/navBar-topcorners-A.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	}
#topBar {
}

#main #nav_bar .box #topBar .companyName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	float: left;
	color: #FFFFFF;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-left: 90px;
	display:inline;
}
#main #nav_bar .box #topBar .contactinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	margin: 10px 10px 5px;
	float: right;
	text-align: right;
}
.clearer {
	line-height: 0px;
	clear: both;
	height: 0px;
}
#main #nav_bar .box .bottomBar li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	display: inline;
	font-weight: bold;
	list-style-type: none;
	letter-spacing: 1px;
	}
#main #nav_bar .box .bottomBar .navlist {
	margin: 0px;
	padding-bottom: 8px;	/* text-align: center; */
	line-height: 2;
}
#main #nav_bar .box .bottomBar .navlist a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 12px 5px 7px;
}
#main #nav_bar .box .bottomBar .navlist a:hover {
	background-color: #9D0000;
	padding: 12px 5px 7px;
}
#main #logo {
	z-index: 5;
	position: relative;
	top: -370px;
	left: -300px;
}
#main #nav_bar .box .bottomBar {
	background-image: url(../images/navBar-bottomcorners-B.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	z-index: 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#main #nav_bar .box #headerImage {
	margin: 0px;
	padding: 0px;
}
.companyName a {
	color: #FFFFFF;
	text-decoration: none;
}
.companyName a:hover {
	text-decoration: none;
}
.companyName a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#content {
	width: 700px;
	top: -200px;
	position: relative;
}

.missionStatment {
	font-family: "Lucida Calligraphy", "Calligraphy", "Zapf Chancery", "Brush Script MT", "English 157 BT", cursive;
}

#newsBar  {
	background-image: url(../images/newsbar-bar.gif);
	background-repeat: repeat-y;
	margin: 20px 10px;
	/* height: 500px; */
	width: 600px;
	background-position: center center;
	overflow : hidden; _height : 1%; 
zoom : 1;
}

#newsBar #newsBox {
	float: right;
	width: 250px;
	text-align: center;
}

#newsBar #newsBox h1 {
	font-size: 115%;
	font-weight: bold;
	color: #BA1111;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0px;
	padding-top: 0px;
}
#newsBar #newsBox h2 {
	font-size: 85%;
	color: #BA1111;
}
#newsBar #subMenu {
	float: left;
	width: 250px;
}
 .subBox {
	background-color: #3a3a3a;
	width: 200px;
	text-align: left;
	background-image: url(../images/subBox-bottomcorners-coal.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#subMenu h1 {
	font-size: 75%;
	color: #FFFFFF;
}

#subMenu h2 {
	font-size: 75%;
	color: #FFFFFF;
	
}
#subMenu .subBox #subBoxContent {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#subMenu .subBox #subtopBar {
	background-image: url(../images/subBox-topcorners-coal.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#newsBar  #subMenu .subBox ul {
	list-style-type: none;
}
#newsBar  #subMenu .subBox li {
		
}
#newsBar  #subMenu .subBox li a {
	font-size: 75%;
	line-height: 155%;
	color: #FFFFFF;
	text-decoration: none;
}
#newsBar  #subMenu .subBox li a:hover {
	color: #999999;
	text-decoration:none;
}

.contentBody {
	background-image: url(../images/content-top.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
	padding: 5px;
	width: 600px;
}

.contentBody h1 {
	font-size: 130%;
	font-weight: bold;
	color: #0adf3c;
}

.contentBody p {
	text-align: left;
}

#footer {
	color: #BA1111;
	text-align: center;
	font-size: 70%;
	line-height: 135%;
}
#footer a {
	color: #BA1111;
	text-decoration: none;
}
#footer a:hover {
	color: #9D0000;
	text-decoration: underline;
}
#footer ul {
	list-style-image: none;
	text-align: center;
	color: #BA1111;
	margin: 0px;
}
#footer li {
	display: inline;
	color: #BA1111;
	padding-right: 1px;
	padding-left: 1px;
}


#newsBox #instructorsList {
	list-style-type: none;
	
}
#newsBox #instructorsList li a {
	text-decoration: none;
	line-height: 125%;
	color: #900C0C;
}
#newsBox #instructorsList li a:hover {
	text-decoration: underline;	
}
#newsBox #instructorsList li a:visited {
	color: #900C0C;
}


#instructorsBody {
	float: left;
	width: 550px;
	padding: 10px 0;
	border: 2px solid #C8CDD2;
	margin-left: 15px;
	
	text-align: justify;
}
#instructorsBody dl {
	float: left;
	width: 510px;
	margin: 10px 20px;
	padding: 0;
	display: inline; /* fixes IE/Win double margin bug */
}
#instructorsBody dt {
	float: right;
	width: 360px;
	margin: 0;
	padding: 0;
	font-size: 130%;
	letter-spacing: 1px;
	color: #627081;
}
#instructorsBody dd {
	margin: 0 0 0 150px;
	padding: 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
}
#instructorsBody dl dd.img {
	margin: 0;
}
#instructorsBody dd.img img {
	float: left;
	margin: 0 8px 0 0;
	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
}
/* reverse flost */

#instructorsBody .alt dt {
	float: left;
}
#instructorsBody .alt dd.img img {
	float: right;
	margin: 0 0 0 8px;
}
#instructorsBody .alt dd {
	margin: 0 150px 0 0;
}	

/* Classes Schedule 
--------------------------------------------*/

#classesContent #classesList {
	text-align: center;
}

#classesContent #classesList li {
	list-style-type: none;
	display: inline;
	text-align: center;
}
#classesContent #classesList li a {
	text-decoration: none;
	color: #0CB408;
	line-height: 80%;
	padding-right: 7px;
	padding-left: 7px;
}
#classesContent #classesList li a:hover {
	text-decoration: underline;	
}
#classesContent #classesList li a:visited {
	color: #0CB408;
}

#classesContent {
	margin-top: 15px;
}

#classesContent h1 {
	font-weight: bold;
	color: #BA1111;	
}

#classesContent .subText {
	font-weight: lighter;
	color: #666666;
	font-size: 70%;
	text-align: center;
}

#classesContent .classesTable {
	width: 550px;
	border: 1px solid 000;
}

/* #classesContent .classesTable th, td{
	margin: 0;
	padding: 8px 20px;
	text-align: left;
	border-bottom: 1px solid #b5b5b5;
	vertical-align: top;
	
}*/
.classesTable .classDay td {
	font-size: 125%;
	font-weight: bold;
	color: #0CB408;
	height: 50px;
	vertical-align: bottom;
	text-align: right;
}
.classesTable .dayCol {
	border: none;
	font-size: 80%;
	}
	
.classesTable .altCol {
	background: #C5EAFF;
}

/* =SummerClassesPage
-----------------------------------------------------------------------------*/

#summerClassesPage .Section1 {
	width:600px;

}

#summerClassTable {
	font-size:15.0pt;
	line-height:100%;
	font-family:"Comic Sans MS";
	border: none;
}

#summerClassTable td{

	border: none;
}

#newsBox #facilitiesList {
	text-align:left;
}
#newsBox #facilitiesList li {
	line-height: 125%;
	margin-bottom: 10px;
}

#facilitiesTable td {
	border:none;
}
#facilitiesTable  {
	margin-top: 10px;
	text-align: center;
}


#locationContent {
	text-align: center;
}
#locationContent h1 {
	font-size: 130%;
	text-align: left;
}
#locationContent h2 {
	font-size: 110%;
	color:#990000;
}

#locationContent .map {
	border: 1px solid #b5b5b5;
	margin: 10px;
	padding: 5px;
}

#locationContent .locationAddress {
	font-weight: bold;
}

#contactusContent {
	margin-top:10px;
}

.contactInfo {
	font-size: 125%;
	line-height: 150%;
	font-weight: bold;
}
#contactForm {
	margin-left:35px;
}

/* old Frontpage class */
.Section1 {
	margin-top: 10px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
/* end old stuff */

#classDescriptionContent {
	margin-top:10px;
	margin-left: 25px;
}

#classDescriptionContent h2 {
	font-size: 130%;
	font-weight: bold;
	color: #BA1111;
	letter-spacing: 3px;
}
#classDescriptionContent h3 {
	font-size: 90%;
	color: #666666;
	margin-top: -15px;
}
#classDescriptionContent p {
	font-size: 95%;
	line-height: 105%;
	margin-left: 20px;
}


a.toTopLink:visited {
	font-size: small;
	color: #999999;
	text-decoration: none;
	margin: 0px 0px 0px 20px;
	font-weight: normal;
}
a.toTopLink:link {
	font-size: small;
	color: #999999;
	text-decoration: none;
	margin: 0px 0px 0px 20px;
	font-weight: normal;	
}

a.toTopLink:hover {
	color: #999999;
	text-decoration: underline;	
	font-weight: normal;
}



#newsBox #competitionList {
	list-style-type: none;
	text-align: left;
	margin-left: 0px;
	font-size: 90%;
}
#newsBox #competitionList li a {
	text-decoration: none;
	color: #0CB408;
	line-height: 155%;
	font-weight: bold;
}
#newsBox #competitionList li a:hover {
	text-decoration: underline;	
}
#newsBox #competitionList li a:visited {
	color: #0CB408;
}

#competitionContent {
	padding: 5px;
	text-align:center;
}
#competitionContent h2 {
	font-size: 120%;
	font-weight: bold;
	color: #BA1111;
	text-align: center;
}

.competetionPhotos {
	padding: 0px;
	text-align: center;
	background-color: #F3F3F3;
	border-top: 1px solid #E9E9E9;
	border-right: 1px solid #9E9E9E;
	border-bottom: 1px solid #9E9E9E;
	border-left: 1px solid #E9E9E9;
	margin-top: 10px;
}
.competetionPhotos:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .competetionPhotos  {height: 1%;}
.competetionPhotos  {display: block;}
/* End hide from IE-mac */


.competetionPhotos .image {
	float: left;
	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
	margin: 6px;
}

.competetionPhotos .image p {
	text-align: center;
	font-size: 75%;
	color: #666666;
}

.photoBox {
	padding: 0px;
	text-align: center;
	background-color: #F3F3F3;
	border-top: 1px solid #E9E9E9;
	border-right: 1px solid #9E9E9E;
	border-bottom: 1px solid #9E9E9E;
	border-left: 1px solid #E9E9E9;
	margin-top: 10px;
}
.photoBox:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .photoBox  {height: 1%;}
.photoBox  {display: block;}
/* End hide from IE-mac */


.photoBox .image {
	float: left;
	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
	margin: 6px;
}

.photoBox .image p {
	text-align: center;
	font-size: 75%;
	color: #666666;
}

/* =home page styles
------------------------------------------------------*/

#home #newsBox p {
	margin-top: 2px;
	margin-bottom: 2px;
}

#home #newsBox .recitalHeader {
	margin-bottom: 0;
	margin-top: 2px;
	}

#home #newsBox .recitalTickets {
	font-size: 80%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#home #newsBox .recitalDate {
	font-size: 160%;
	margin-top: 8px;
	color:#A6051F;
	font-weight: bold;
	letter-spacing: .1em;
}

#home #newsBox .recitalLocation {
	font-size: 90%;
	color:#A6051F;
	
}

#home #newsBox .recitalLink {
	padding-bottom: 10px;
	margin-bottom: 0px;
	color: #BA1111;
		
}
#home #newsBox .recitalLink strong {
	background-color: #BA1111;
	color: #fff;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.4;
	display: block;
	
	}

#home #newsBox .recitalLinkBottom {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: dotted 1px #999999;
	
}

#home #newsBox .recitalLink a, #home #newsBox .recitalLinkBottom  a {
	font-size: 90%;
	color:#A6051F;
	padding: 3px 15px;
}

#home #newsBox .recitalLink a:hover, #home #newsBox .recitalLinkBottom  a:hover {
	color:#ffffff;
	background: #A6051F;
	text-decoration: none;
}

#home #newsBox .newsItem h1 {
	
	padding: .4em .2em .2em .2em;
	
	color: #fff;
	text-transform: uppercase;
	background: #ba1111 url(../images/heading_bg_01.jpg) repeat-x 0 top;
}

#home #newsBox .newsItem h2 {
	margin: .4em .2em;
	font-size: 125%;
}

/* =2007 recital page styles
------------------------------------------------------*/

#recitalContent, #recitalContent p  {
	text-align: center;
	margin: .2em;
}

#recitalContent h1 {
	text-align: left;
}

#recitalContent .presentedBy {
}

#recitalContent h3 {
	font-size: 240%;
	margin: .1em 0;
}

#recitalContent h2 {
	font-size: 300%;
	margin: .2em 0 0 0;
	color: #A6051F;
}

#recitalContent .recitalLocation {
	font-size: 180%;
	margin: 0;
	
}

#recitalContent .recitalTickets {
	font-size: 110%;
	margin-top: 10px;
	margin-bottom: 5px;
	
	
}
