body {
	margin: 0;
	padding: 0;
	color: white;
	background: #000;
	font-family: Verdana, sans-serif;
}

div#header {
	margin: 0 0 0 0;
	padding: 0;
}

#header h1 {
	display: block;
	width: 750px;
	height: 126px;
	text-indent: -9999px;
	margin: 5px 0 0 0;
	padding: 0;
	border: 0;
	background: transparent url(site_hea.gif) top left no-repeat;
}


/* Begin Main Navigation Style */

div#mainnav {
	height: 10px;
	width: 740px;
	margin: 0 0 0 10px;
	padding: 0;
	border: 0;
	background: #35251A;
}

div#mainnav ul#nav {
	height: 36px;
	width: 740px;
	background: transparent url(main_nav.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
}

div#mainnav ul#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

ul#nav li, ul#nav a {
	height: 36px; 
	display: block;
}

div#mainnav ul#nav li a {
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
}

#windschool {
	left: 0;
	width: 149px;
}

#windcompany {
	left: 150px;
	width: 176px;
}

#woutreach {
	left: 327px;
	width: 111px;
}

#getinvolved {
	left: 439px;
	width: 140px;
}

#aboutus {
	left: 580px;
	width: 160px;
}

#windschool a:hover { background: transparent url(Dancers_files/main_nav.gif) 0 -72px no-repeat; }

#windcompany a:hover { background: transparent url(Dancers_files/main_nav.gif) -150px -72px no-repeat; }

#woutreach a:hover { background: transparent url(Dancers_files/main_nav.gif)  -327px -72px no-repeat; }

#getinvolved a:hover { background: transparent url(Dancers_files/main_nav.gif) -439px -72px no-repeat; }

#aboutus a:hover { background: transparent url(Dancers_files/main_nav.gif) -580px -72px no-repeat; }

/* Main Nav Current Page Styling */

#schoolcurrent {
	left: 0;
	width: 149px;
}

#schoolcurrent { background: transparent url(Dancers_files/main_nav.gif) 0 -36px no-repeat; }

#companycurrent {
	left: 150px;
	width: 176px;
}

#companycurrent { background: transparent url(Dancers_files/main_nav.gif) -150px -36px no-repeat; }

#outreachcurrent {
	left: 327px;
	width: 111px;
}

#outreachcurrent { background: transparent url(Dancers_files/main_nav.gif)  -327px -36px no-repeat; }

#involvedcurrent {
	left: 439px;
	width: 140px;
}

#involvedcurrent { background: transparent url(Dancers_files/main_nav.gif) -439px -36px no-repeat; }

#aboutuscurrent {
	left: 580px;
	width: 160px;
}

#aboutuscurrent { background: transparent url(Dancers_files/main_nav.gif) -580px -36px no-repeat; }

/* End Main Navigation Style */

div#wrapper {
	clear: both;
	margin: 0;
	padding: 0;
	background: transparent url(Dancers_files/sidebar0.jpg) 10px 100% no-repeat;
}

/*Begin Sub Navigation Formatting */

div#sidenav {
	float: left;
	width: 150px;
	padding: 0;
	font-size: 90%;
	margin: 17px 0 0 0;
	margin-left: 4px;
}

html>body div#sidenav {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 10px;
	}

#sidenav ul {
	margin: 0 0 0 13px;
	padding: 0;
}

#sidenav li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 0.9;
	font-size: 12px;
}

#sidenav a:link {
	font-weight: bold;
	color: #916544;
	text-decoration: none;
}

#sidenav a:visited {
	font-weight: bold;
	color: #916544;
	text-decoration: none;
}

#sidenav a:hover {
	font-weight: bold;
	color: #fff600;
	text-decoration: none;
} 
	
#sidenav a:active {
	font-weight: bold;
	color: red;
	text-decoration: none;
}

li#currentsub {
	color: white;
	font-weight: bold;
}

ul#commonNav {
	padding-top: 15px;
	background: transparent url(Dancers_files/nav_div0.gif) top left no-repeat;
}

li#currentnav {
	color: white;
	font-weight: bold;
}

/* End Sub Navigation Formatting */

div#maincontent {
	margin: 0 0 0 180px;
	padding: 0;
	width: 570px;
}

html>body div#maincontent {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	min-height: 580px;
}

#maincontent h2 {
	padding: 15px 0 .5em 0;
	margin: 0;
	color: #fff;
	font-size: 1.4em;
	text-align: center;
}

#maincontent h3 {
	font-size: 1em;
	margin: 0;
	padding: .6em 0 0 0;
	color: #916544;
	font-style: italic;
}

#maincontent p {
	margin: 1em 0 1em 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	line-height: 1.5;
	font-size: 0.7em;
	text-align: justify;
}

#maincontent em {
	font-weight: bold;
}

#maincontent ol li {
	line-height: 1.4;
	font-size: .9em;
}

#maincontent ul li {
	line-height: 1.4;
	font-size: .9em;
}

#maincontent a:link {
	color: #00aeee;
	font-weight: bold;
	text-decoration: none;
}

#maincontent a:visited {
	color: #cdcdcd;
	font-weight: bold;
	text-decoration: underline;
}

#maincontent a:hover {
	color: #00aeee;
	font-weight: bold;
	text-decoration: underline;
}

#maincontent a:active {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

div.centerimage {
	text-align: center;
}

div.imageright {
	float: right;
}

div.imageleft {
	float:left;
}

.cap {
	float:left;
	font-size: 3.4em;
	line-height: 0.85;
	width: auto;
	font-weight: normal;
	font-family: georgia, times, serif;
}

.imageborder {
	border: 1px solid white;
	margin-right: 20px;
}

#home ul, #contact ul, #news ul {
	padding-top: 0;
	background: transparent;
}

div#map {
	margin: 10px 0 10px 0;
	padding: 0;
	border: 1px solid #555;
}

#map p {
	font-size: 14px;
	color: black;
	background: transparent;
	margin: 0;
	padding: 0;
}

#news img {
	border: 1px solid white;
}

#schedule table {
	padding-top: .6em;
}

#schedule td {
	border: 1px solid #747474;
	text-align:center;
	padding: .3em;
}

.child { color: #803ca7; }

#schedule td.child {
	background-color: #501771;
	color: white;
}

#schedule td.adult {
	background-color: #2830a0;
	color: white;
}

#bios img {
	border: white solid 1px;
	margin: 20px 0 0 10px;
	padding: 0;
}

#bios h3 {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

#bios p {
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 50px;
}

#dynaimage {
	text-align: center;
	margin: 5px 0 5px 0;
}

img#placeholder {
	border: 1px solid #555;
}

p#desc {
	font-style: italic;
	margin: 0;
	padding: 0;
}

#staff em, #board em { color: white; }

/* Footer Formatting */

div#footer {
	clear: both;
	border: 0;
	margin: 0;
	padding: 0;
}

#footer ul {
	margin: 0 0 0 10px;
	padding: 0;
}

#footer li {
	list-style: none;
	float: left;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #35251A;
	display: block;
	width: 740px;
	margin: 0;
	font-size: 0.7em;
	padding: .4em 0 0.4em 10px;
}

ul,li {	font-size: 0.7em;
	
}

#footer li.right {
	text-align: right;
	padding-right: 10px;
}

#footer a:link {
	font-weight: bold;
	color: #244166;
	text-decoration: none;
}
	
#footer a:visited {
	font-weight: bold;
	color: #244166;
	text-decoration: none;
}

#footer a:hover {
	font-weight: bold;
	color: white;
	text-decoration: underline;
} 
	
#footer a:active {
	font-weight: bold;
	font-style: italic;
	color: red;
	text-decoration: underline;
}

.popup {position:absolute; top:-5000px; background-color: #CCCCCC; border:1px #CC6600 solid; padding:10px; left:160px;}
.popup a, .popup a:visited {text-decoration:none; font-weight:bold; color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
.popup a:hover {text-decoration:none; font-weight:bold; color: #CC3300; font-family:Arial, Helvetica, sans-serif; font-size:12px;}


/* End Footer Formatting */

