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

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background:#333;
	/* background: #352d24 url(../images/bg_body.jpg) top center;*/
	padding: 20px;
}

body#teaser {
	background: none;
	background-color: #fff;
}
body#teaser div {
	background: url(../images/teaser.gif) center center;
	width: 490px;
	height: 682px;
	margin: 0 auto;
}
body#teaser a {
	text-indent: -3000px;
	display: block;
	width: 490px;
	height: 682px;
}
body#teaser a:hover {
	background: url(../images/teaser_enter.gif) no-repeat 307px 557px;
}

.hidden {
	display: none;
}

.clearer {
	clear: both;
}

a {
	color: #880000;
	outline: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 10px;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	clear: left;
	margin-bottom: 2px;
	font-size: 14px;
}

h5 {
   font-size: 13px;
}

td {
	margin: 4px;
	padding: 4px;
}

hr {
	border: 0px;
	border-top: 1px solid #aaa;
	margin-bottom: 10px;
}

ol, ul {
	margin: 0px 0px 20px 30px;
}

cite {
	margin: 0px 60px 20px 0;
	display: block;
}

input.field {
	padding: 2px;
	font-size: 10px;
	border: 1px solid #002e4f;
}
input.button {
	padding: 2px 8px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #243c60;
	color: white;
	text-transform: uppercase;
	border: 1px solid #999;
}
input.button:hover {
	color: #deac41;
	cursor: pointer;
}
option {
	padding: 2px;
}

.img_right {
	float: right;
	clear: right;
	margin: 0 0px 10px 16px;
}
.img_left {
	float: left;
	clear: left;
	margin: 0 16px 10px 0px;
}

.callout {
	margin-bottom: 10px;
	padding: 10px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #070c13;
	color: #8597b3;
}

embed {
   margin-bottom: 20px;
}

cite {
	font-style: normal;
}

.notes {
	font-size: 80%;
	font-style: italic;
}

/* ----------------------------- WRAPPER ----------------------------- */
#wrapper {
	width: 982px;
	margin: 0 auto;
	position: relative;
}

/* ----------------------------- HEADER ----------------------------- */
#header {
	background: url(../images/bg_header.png) top left no-repeat;
	height: 201px;
	position: relative;
}
#header h1 {
	float: left;
	background: url(../images/logo_header.png) top left no-repeat;
/*	_background: url(../images/logo_header.gif) top left no-repeat; */
	width: 247px;
	height: 110px;
	margin: 42px 16px 0 65px;
}
#header h1 a {
	width: 247px;
	height: 110px;
	display: block;
}
#header h1 span {
	display: none;
}
#header h2 {
	float: left;
	margin: 51px 0 10px 0;
	font: 1.1em/1.1em normal Georgia, "Times New Roman", Times, serif;
	width:290px;
}
#header_mid {
	float: left;
	width: 300px;
}
#header #links {
	width: 300px;
}
#header #links ul {
	margin: 0;
	padding: 0;
	font: 0.9em "Courier New", Courier, monospace;
}
#header #links ul li {
	display: inline;
	background: url(../images/header_links_div.gif) center right no-repeat;
	padding-right: 8px;
	margin-right: 4px;
}
#header #links ul li.last {
	background: none;
	padding-right: 0;
}
#header #links ul a {
	text-decoration: none;
}
#header #links ul a:hover {
	text-decoration: underline;
}

#header #subscribe {
	font-size: 0.8em;
	margin-top: 4px;
}
#header #subscribe input {
	font-size: 0.7em;
	*font-size: 0.9em;
	width: 100px;
}

#header #photo {
	zfloat: right;
	zmargin: -15px 82px 0 0;
	_zmargin: 30px 42px 0 0;  
	position: absolute;
	bottom: 28px;
	right: 82px;
	z-index: 100;
}

#header #logo_foot {
	position: absolute;
	background: url(../images/logo_foot_header.png) top right no-repeat;
	top: 40px;
	right: 51px;
	width: 212px;
	height: 261px;
	text-align: right;
	padding-right: 30px;
	vertical-align:: middle;
	line-height: 153px;
	font-size: 0.7em;
}

/* ----------------------------- PRIMARY NAVIGATION ----------------------------- */

#navbar {
	position: absolute;
	top: 156px;
	margin: 0 0 0 45px;
	width: 890px;
	height: 31px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font: 1.2em bold Arial, Helvetica, sans-serif;
	background: #cccccc;
}
#navbar li {
	list-style: none;
	float: left;
	}
	
#navbar li.top-level {
display: block;
	padding: 0 50px 0 30px;
	height: 31px;
	line-height: 31px;
	vertical-align: middle;
	color: #000;
	text-decoration: none; 	
	font-weight:bold;
	
}
#navbar li a {
	display: block;
	padding: 0 30px;
	color: black;
	text-decoration: none;
	float: left;
	height: 31px;
	line-height: 31px;
	vertical-align: middle;
	
	
	}
#navbar li ul {
	display: none; 
	width: 100px; /* Width to help Opera out */
	background-color: #999;}
#navbar li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#navbar li:hover li {
	float: none; }
#navbar li:hover li a {
	background-color: #999;
	border-bottom: 1px solid #fff;
	color: #000;
	width: 100px;
	}
#navbar li li a:hover {
	background-color: #880000; }
	/* for ie 6 
	#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#navbar li:hover li, #navbar li.hover li {
	float: none; }
#navbar li:hover li a, #navbar li.hover li a {
	background-color: #666;
	border-bottom: 1px solid #fff;
	color: #000; }
	/* end ie 6 stuff */

/* old nav stuff
#nav {
	position: absolute;
	top: 156px;
	margin: 0 0 0 45px;
	width: 890px;
	height: 31px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font: 1.2em bold Arial, Helvetica, sans-serif;
	background: url(../images/bg_nav.png) repeat;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#nav li.last a {
	padding: 0 30px 0 30px;
	border-right: none;
}
#nav a {
	border-right: 1px dashed black;
	display: block;
	padding: 0 30px;
	color: black;
	text-decoration: none;
	float: left;
	height: 31px;
	line-height: 31px;
	vertical-align: middle;
}
#nav li a:hover {
	background: #880000;
	color: white;
}
#nav li a:active {
	background: none;
	color: #000;
}
*/


body#about #nav li#nav-about a,
body#ensemble #nav li#nav-ensemble a,
body#currently #nav li#nav-currently a,
body#gettinginvolved #nav li#nav-gettinginvolved a,
body#kids #nav li#nav-kids a,
body#press #nav li#nav-press a,
body#photos #nav li#nav-photos a,
body#archive #nav li#nav-archive a {
	background-color: #666;
	color: #fff;
}

/* ----------------------------- CONTENT ----------------------------- */
#content {
	background: url(../images/bg_content.png) top center repeat-y;
	margin: 0px 0px;
	padding: 1px 74px 10px 74px;
	color: black;
	font-size: 1.1em;
	width:  834px; /* 982 - padding-x  */
}

#home_news img,
#home_welcome img,
blockquote img {
	float: left;
	clear: left;
	margin: 4px 12px 4px 0;
	padding: 1px;
	border: 1px solid #88816f;
}

#content h2 {
	margin-bottom: 10px;
	clear: left;
}
#content h3 {
	font-size: 150%;
	font-weight: normal;
}
#content h3.typeface-js,
#content h2.typeface-js {
	font-size: 34px;
	font-weight: normal;
	text-transform: lowercase;
	margin: 20px 0 0 0;
}

#content h4 {
	text-transform: capitalize;
	font-size: 1.3em;
	margin-bottom: 6px;
}
em.dateline {
	clear: left;
	display: block;
	font-size: 0.8em;
}

blockquote {
}
blockquote em.author {
	display: block;
	text-align: right;
	padding-top: 6px;
	padding-bottom: 20px;
	font-style: normal;
}

/* ----------------------------- ENSEMBLE ----------------------------- */
ul.ensemble {
	margin-left: 10px;
	width: 23%;
	float: left;
}
ul.ensemble li {
	list-style: none;
}

body#ensemble h3 {
	margin: 25px 0 6px 0;
}
body#ensemble canvas {
	zclear: left;
	zfloat: left;
	padding: 20px 10px 5px 0;
}
body#ensemble #content a {
	cursor: hand;
	cursor: pointer;
}
body#ensemble h2.typeface-js canvas {
	padding: 0;
}
body#ensemble #caption h3 {
	visibility: visible;
	margin: 10px 0 12px 0;
}
body#ensemble #caption p {
	text-align: justify;
	font-size: 0.85em;
	line-height: 1.3em;
}


/* ----------------------------- POSTER ----------------------------- */
.poster {
	color: white;
	width: 314px;
	float: right;
	right: 60px;
	margin: 10px 0 10px 20px;
}
.poster_top {
	background: url(../images/poster_top.png) top left no-repeat;
	height: 26px;
}
.poster_top h3 {
	margin: 0;
	padding: 8px 0 0 0;
	text-indent: 0 !important;
	text-align: center;
	font-size: 1.0em !important;
	text-transform: uppercase;
	font-weight: bold !important;
}
.poster_mid {
	width: 314px;
	*width: 290px;
	padding: 4px 12px;
	background: url(../images/poster_mid.png) top left repeat-y;
}
.poster_mid img {
	margin: 0 auto;
	padding-bottom: 6px;
	border: 0;
}
.poster_mid p {
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 6px 25px 6px 5px;
}
.poster_mid a {
	color: #fff;
}
.poster_mid ul {
	margin: 0;
	padding: 0;
}
.poster_mid ul li {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
	width: 47%;
}
.poster_mid ul li a {
	color: white;
}
.poster_bot {
	background: url(../images/poster_bot.png) top left no-repeat;
	height: 23px;
}

/* ----------------------------- PHOTOS ----------------------------- */
#home_photos {
	height: 230px;
	position: relative;
}
#photo1, #photo2, #photo3, #photo4, #photo5 {
	position: absolute;
}
#photo1 {
	left: -20px;
}
#photo2 {
	top: 80px;
	left: 150px;
}
#photo3 {
	top: 90px;
	left: 270px;
}
#photo4 {
	top: 70px;
	left: 420px;
}
#photo5 {
	top: 75px;
	left: 600px;
}

/* ----------------------------- FOOTER ----------------------------- */
table.chart {
	background-color: #999;
	margin-top: 10px;
	border: 0;
}
table.chart th {
	background-color: #ddd;
	color: #880000;
	padding: 5px;
	cursor: pointer;
	border: 0;
}
table.chart td {
	background-color: white;
	padding: 7px;
	vertical-align: top;
	font-size: 80%;
	border: 0;
}

table.chart th.headerSortUp { 
	background: #aaa url(../images/icon_arrowdown.gif) center right no-repeat;
	color: white;
}
table.chart th.headerSortDown { 
	background: #aaa url(../images/icon_arrowup.gif) center right no-repeat;
	color: white;
}

/* ----------------------------- FOOTER ----------------------------- */
#footer {
	background: url(../images/bg_footer.png) top left no-repeat;
	height: 66px;
	padding: 0 60px;
}

/* ----------------------------- COPYRIGHT ----------------------------- */
#copyright {
	background: url(../images/logo_footer.gif) 66% 0% no-repeat;
	height: 95px;
	padding-top: 10px;

}
#copyright p {
	color: #fff;
	text-align: center;
	font-size: 9px;
}
#copyright a {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}
#copyright a:hover {
	text-decoration: underline;
}

