/* CSS For NSA */

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

html {
	height: 100%;
	padding-bottom: 1px;
}

body {
	text-align: center;
	background-color: #fff;
	font-family: Arial, Helvetica, "Lucida Grande", Lucida, verdana, sans-serif;
}

redText {

	color: #ed1a3b;
}

#wrapper {
	text-align: left;
	width: 760px;
	margin: 0 auto;
}

/* @group Header */

#header {
	
}

#header h1 {
	position: relative;
	overflow: hidden;
	width: 235px;
	height: 58px;
	float: left;
	margin: 10px 0 0 10px;
}

#header h1 a {
	text-decoration: none;
}

#header h1 a span {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(images/logo.gif) no-repeat left top;
}

/* #header .head-ext {
	float: right;
	width: 500px;
	background: url(images/newvision.jpg) no-repeat right bottom;
	height: 110px;
	text-align: right;
	text-decoration: none;
} */

#header .head-ext {
	float: right;
	width: 500px;
	height: 110px;
	text-align: right;
	text-decoration: none;
}

.head-ext .bold-misc-links a {
	font-weight: bold;
	color: #2e3192;
	text-decoration: none;
	font-size: 12px;
	padding-top: 10px;
	margin: 10 0 0 0;
}

.head-ext .misc-links {
	padding-top: 3px;
	padding-right: 10px;
	font-size: 12px;
	
}

.head-ext .bold-misc-links a:hover {
	text-decoration: underline;
}


.head-ext .misc-links a {
	text-decoration: none;
	color: #000;
}

.head-ext .misc-links a:hover {
	text-decoration: underline;
}

.head-ext .season {
	font-size: 0px;
	display: block;
	text-indent: -999999px;
}

.head-ext .newsletter {
	font-size: 9px;
	color: #999;
	width: 224px;
	line-height: 2;
	text-align: right;
	text-decoration: none;
}

.head-ext .Music-Director {
	float: right;
	font-size: 10px;
	color: #999;
	width: 708px;
	line-height: 1;
	text-align: left;
	text-decoration: none;
}

/* @end */



/* @group Navigation */

.navi {
	height: 33px;
	background: url(images/nav-bg.gif) repeat-x left top;
	margin-bottom: 0;
}

/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(images/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */






/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu {
	border-left: 2px solid #fff;
	margin: 0 0 0 30px;
	font-size: 12px;
	color: #fff;
	height: 33px;
	font-weight: bold;
}

.menu ul li {
	color: #000;
	background: #e5e4e4;
	line-height: 1.4;

}

.menu li {
	border-right: 2px solid #fff;
}

.menu a {
	text-decoration: none;
	color: #fff;
	padding: 0;
	display: block;
	position: relative;
	text-align: center;
	height: 30px;
	line-height: 33px;
	padding-top: 3px;
}

.menu li.nav-home a {
	width: 53px;
	background: url(images/nav-home.gif) no-repeat left top;
}

.menu li.nav-about a {
	width: 123px;
	background: url(images/nav-about.gif) no-repeat left top;
}

.menu li.nav-support a {
	width: 137px;
	background: url(images/nav-support.gif) no-repeat left top;
}

.menu li.nav-season a {
	width: 143px;
	background: url(images/nav-season.gif) no-repeat left top;
}

.menu li.nav-community a {
	width: 188px;
	background: url(images/nav-community.gif) no-repeat left top;
}

.menu ul a {
	color: #000;
	padding: .4em 1em;
	text-align: left;
	height: 20px;
	
	line-height: 20px;
}

.menu li.nav-home li a, .menu li.nav-about li a, .menu li.nav-support li a, .menu li.nav-season li a, .menu li.nav-community li a { background: #CCCCCC; }

.menu a:hover, .menu li:hover>a {
	color: #fff;
}

.menu li.nav-home a:hover, .menu li.nav-home:hover>a, .menu li.nav-home a.on {
	width: 53px;
	background: url(images/nav-home-hover.gif) no-repeat left top;
}

.menu li.nav-about a:hover, .menu li.nav-about:hover>a, .menu li.nav-about a.on {
	width: 123px;
	background: url(images/nav-about-hover.gif) no-repeat left top;
}

.menu li.nav-support a:hover, .menu li.nav-support:hover>a, .menu li.nav-support a.on {
	width: 137px;
	background: url(images/nav-support-hover.gif) no-repeat left top;
}

.menu li.nav-season a:hover, .menu li.nav-season:hover>a, .menu li.nav-season a.on {
	width: 143px;
	background: url(images/nav-season-hover.gif) no-repeat left top;
}

.menu li.nav-community a:hover, .menu li.nav-community:hover>a, .menu li.nav-community a.on {
	width: 188px;
	background: url(images/nav-community-hover.gif) no-repeat left top;
}

.menu ul a:hover {
	text-decoration: underline;
	color: #000;

}

.menu li.nav-home ul li a, .menu li.nav-home ul li a:hover, .menu li.nav-about ul li a, .menu li.nav-about ul li a:hover, .menu li.nav-support ul li a, .menu li.nav-support ul li a:hover, .menu li.nav-season ul li a, .menu li.nav-season ul li a:hover, .menu li.nav-community ul li a, .menu li.nav-community ul li a:hover {
	width: 18em;
}

.menu li.nav-home li a:hover, .menu li.nav-about li a:hover, .menu li.nav-support li a:hover, .menu li.nav-season li a:hover, .menu li.nav-community li a:hover { background: #e5e4e4; }

.menu li li {	/* create borders around each item */
	border-top: 2px solid #fff;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

/* @end */



/* @group Home-content */

#home-content {
	background: #fff url(images/content-bg.gif) no-repeat left top;
	padding: 40px;
}

.main {
	float: left;
	width: 380px;
}

.main h2 {
	font-size: 22px;
	line-height: 1.1;
	padding-bottom: 7px;
}

.main h1 {

	color: #ed1a3b;
	text-align: center;
}


.main p {
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 1.3;
}


.main p a {
	color: #2e3192;
	font-weight: bold;
	text-decoration: none;
}

.main p a:hover {
	text-decoration: underline;
}

.main .flash-player {
	padding-bottom: 20px;
	margin-left: 40px;
}

.first-letter {
	float: left;
	margin: 0 4px 4px 0;
	display: block;
	width: 55px;
	height: 55px;
	background: url(images/drop-case.gif) no-repeat left top;
	color: #fff;
	text-align: center;
	line-height: 55px;
	font-weight: bold;
	font-size: 50px;
}

.events {
	padding: 10px 0;
}

.events h3 {
	color: #ed1a3b;
	padding-bottom: 10px;
	font: bold 18px "Myriad Pro", Myriad, "Lucida Grande", Lucida, verdana, sans-serif;
}

.events p {
	width: 380px;
}

.events p.caption {
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 1.3;
}

.events p a {
	color: #2e3192;
	font-weight: bold;
	text-decoration: none;
}

.events p a:hover {
	text-decoration: underline;
}

.specialBlock h1 {

	color: #ed1a3b;
	font: bold 36px "Myriad Pro", Myriad, "Lucida Grande", Lucida, verdana, sans-serif;
	
}



.sidebar {
	float: right;
	width: 270px;
}

.sidebar .what-next {
	padding-bottom: 20px;
}

.sidebar .what-next a {
	color: #2e3192;
	font-weight: bold;
	text-decoration: none;
}

.sidebar .what-next a:hover {
	text-decoration: underline;
}

.sidebar .what-next h3 {
	padding: 10px 10px 0;
	font: bold 18px "Myriad Pro", Myriad, "Lucida Grande", Lucida, verdana, sans-serif;
}

.sidebar .what-next h3 span {
	color: #ed1a3b;
}

.sidebar .what-next p {
	padding: 6px 10px 0;
	font-size: 12px;
	line-height: 1.3;
}

.sidebar .what-next p a {
	color: #2e3192;
}

.sidebar .flash-player {
	padding-bottom: 20px;
}

.sidebar .thankful {
	text-align: center;
	font-size: 11px;
	color: #999;
	line-height: 2;
}

.sidebar .thankful a {
	color: #2e3192;
	font-weight: bold;
	text-decoration: none;
}

.sidebar .thankful a:hover {
	text-decoration: underline;
}


.sidebar .full_program_buy {
	margin-left: 75px;
	padding-top: 14px;
}

.sidebar p.caption {
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 1.3;
}



/* @end */



/* @group Content */

#content {
	background: #fff url(images/content-bg.gif) no-repeat left top;
	padding: 40px 140px;
}


#content h2 {
	font-size: 22px;
	line-height: 1.1;
	padding-bottom: 7px;
	width: 400px;
}

#content h3 {
font-weight: bold;
font-size: 13px;
line-height: 1.3px;
padding-top: 10px;
padding-bottom: 10px;
}

#content h3 a {
	color: #2e3192;
	font-weight: bold;
	text-decoration: none;
}

#content h3 a:hover {
	text-decoration: underline;
}


#content p {
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 1.3;
}

#content p.caption {
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 1.3;
}

#content div.caption-right {
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 1.3;
	float: right;
	padding: 0 0 5px 5px;
	text-align: center;
}

#content div.caption-left {
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 1.3;
	float: right;
	padding: 0 0 5px 5px;
	float: left;
	padding: 5px 5px 0 0;
	text-align: center;
}


#content p a {
	color: #2e3192;
	font-weight: bold;
	text-decoration: none;
}

#content p a:hover {
	text-decoration: underline;
}


#content li a {
	color: #2e3192;
	font-weight: bold;
	text-decoration: none;
}

#content li a:hover {
	text-decoration: underline;
}

.moveright {
	float: right;
	width: 250px;
}

img.post-img-right {
	float: right;
	padding: 0 0 5px 5px;
}


img.post-img-left {
	float: left;
	padding: 5px 5px 0 0;
}

img.post-img-large {
	padding: 5px 5px 0 60px;
}

#content ul {
padding-bottom: 10px;
	font-size: 13px;
	list-style-type: square;
	padding-left: 15px;

}

#content li {
	padding-top: 8px;
	line-height: 1.2;
}

.content-subhead {
font-weight: bold;
align: center;
font-size: 14px;
padding-bottom: 10px;

}

.content-subhead a {
	color: #2e3192;
	font-weight: bold;
	text-decoration: none;
}

.content-subhead a:hover {
	text-decoration: underline;
}

.content-indent  {
display:block;
padding-left: 20px;
	font-size: 13px;
	line-height: 1.3;
}
/* @end */

/* SJB */

#content .program-teaser {
	float: right;
	width: 100px;
	padding: 10px 0;
}


#content .program-teaser {
	float: left;
	width: 530px;
	padding: 10px 0;
}

#content .program-teaser dl {
	float: left;
	margin: 10px 20px 5px;
	padding: 0;
	display: inline;
}

#content .program-teaser dt {
	float: right;
	width: 362px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
}

#content .program-teaser dd {
	
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
}

#content .program-teaser dd.dl-image img {
	float: left;
	margin: 0 8px 0 0;
}

#content .program-teaser dd p {
	
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
}

/*program-teaser2009 accomodates design changes necessary for 2009-10 season*/

#content .program-teaser2009 {
	float: right;
	width: 200px;
	padding: 10px 0;
}


#content .program-teaser2009 {
	float: left;
	width: 600px;
	padding: 20px 0;
}


#content .program-teaser2009 dl {
	float: left;
	margin: 10px 20px 5px;
	padding: 0;
	display: inline;
}

#content .program-teaser2009 dt {
	float: left;
	width: 362px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
}

#content .program-teaser2009 dd {
	
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
}

#content .program-teaser2009 dd.dl-image img {
	float: left;
	margin: 0 8px 0 0;
}

#content .program-teaser2009 dd.dl-image-r img {
	float: right;
	margin: 8px 4px 0 0 ;
}

#content .program-teaser2009 dd p {
	
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
}

#content .program-teaser2009 a {
	color: #2e3192;
	font-weight: bold;
	text-decoration: none;
}

#content .program-teaser2009 a:hover {
	text-decoration: underline;
}

#content .program-teaser2009 table {
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
}

 
#content .program-teaser2009 h3 {
font-weight: bold;
font-size: 13px;
line-height: 18px;
padding-top: 10px;
padding-bottom: 10px;
}

.program_links2009 {
margin-left: 100px;
}

.program_links2009 a {
width: 90px;
padding: 4px;
font-size: 13px;
font-weight: bold;
color: #c82d18;
text-decoration: none;
}

/*End Season 2009-10 Program design changes */

.program_links {
margin-left: 100px;
}

.program_links a {
width: 90px;
padding: 4px;
font-size: 13px;
font-weight: bold;
color: #c82d18;
text-decoration: none;
}


#content .program-teaser a {
	color: #2e3192;
	font-weight: bold;
	text-decoration: none;
}

#content .program-teaser a:hover {
	text-decoration: underline;
}

#content .program-teaser table {
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
}

 
#content .program-teaser h3 {
font-weight: bold;
font-size: 13px;
line-height: 18px;
padding-top: 10px;
padding-bottom: 10px;
}

#content .redText h1 {

color: #ed1a3b;

}


.filler {
visibility: hidden;
}


.full_program_buy {
	margin-left: 170px;
	padding-top: 10px;
}

.full_program_buy a {
width: 90px;
padding: 4px;;
margin: 0;
font-size: 13px;
font-weight: bold;
color: #c82d18;
text-decoration: none;
border: 1px solid #CCC;
border-bottom: 1px solid #666;
border-right: 1px solid #666;
}

img.post-img-large {
	padding: 5px 5px 0 60px;
}

img.post-img-conductor {
	float: right;
	padding: 0 0 5px 5px;
	}

/* SJB End */

/* @group Footer */

#footer {

	background: url(images/footer-bg.gif) repeat-x left bottom;
}

.foot-links {
	text-align: center;
	font: 11px Helvetica, Arial, verdana, sans-serif;
	color: #a09f9f;
}

.foot-links a {
	text-decoration: none;
	color: #a09f9f;
}

.foot-links a:hover {
	text-decoration: underline;
}

.foot-bot {
	line-height: 21px;
	font-size: 11px;
	padding: 10px 10px 0;
	color: #fff;
}

.foot-bot a {
	color: #fff;
	text-decoration: none;
}

.copy-note {
	float: left;
	width: 400px;
	line-height: 21px;
}

.design-note {
	float: right;
	width: 300px;
	line-height: 21px;
	text-align: right;
}

#SignUp .signupframe {
  border: 1px solid #E4E4E4;
  background: #ffffff;
  color: #3124A0;
  font-family: Arial, Helvetica, sans-serif;
}

/* @end */




/* @group Clearer */

.clearer {
	clear: both;
	height: 0;
}

#header:after, #home-content:after, .foot-bot:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#header, #home-content, .foot-bot {
	min-height: 0;
}

/* hidefromiemac \*/
* html #header, * html #home-content, * html .foot-bot { height: 1%; }
/* nomorehide */

/* @end */