/* CSS Document */

/*-----------------------------*/
/* Beginning of Top Navigation */
/*-----------------------------*/

#navWrap { 
	float:left; 
	width: 213px; 
	padding: 0; 
	height: 325px;
	}

#nav {
	width: 202px;
	margin: 0 0 0 11px;
	padding: 0 0 10px 0;
	background: url(/images/nav.gif) no-repeat left top;
	position: relative;
	}

.navBottom { 
	background: url(/images/navBottom.gif) no-repeat left top;
	height: 15px;
	width: 202px;
	margin: 0 0 0 11px;
	padding: 0;
	display: none;
	}
	
#nav ul { 
	width: 202px;
	list-style: none; 
	margin: 0 auto;
	}

	#nav ul li { 
		margin: 0;
		text-indent: -9999em;
		}
		
#nav a:link, #nav a:visited {
	display: block;
	text-decoration: none;
	}
		
/* ----- Nav Defaults ------ */
#about a:link, #about a:visited, .selected {
	width: 202px;
	height: 48px;
	}
#calendar a:link, #calendar a:visited {
	width: 202px;
	height: 44px;
	}
#education a:link, #education a:visited {
	width: 202px;
	height: 34px;
	}
#artists a:link, #artists a:visited {
	width: 202px;
	height: 30px;
	}
#membership a:link, #membership a:visited {
	width: 202px;
	height: 55px;
	}
#press a:link, #press a:visited {
	width: 202px;
	height: 28px;
	}
#links a:link, #links a:visited {
	width: 202px;
	height: 35px;
	}
#contact_us a:link, #contact_us a:visited {
	width: 202px;
	height: 51px;
	}
	
/* ----- Nav Hover ------ */
#about a:hover {
	background: url(/images/nav.gif) no-repeat -202px 0px;
	}
#calendar a:hover {
	background: url(/images/nav.gif) no-repeat -202px -48px;
	}
#education a:hover {
	background: url(/images/nav.gif) no-repeat -202px -92px;
	}
#artists a:hover {
	background: url(/images/nav.gif) no-repeat -202px -126px;
	}
#membership a:hover {
	background: url(/images/nav.gif) no-repeat -202px -156px;
	}
#press a:hover {
	background: url(/images/nav.gif) no-repeat -202px -211px;
	}
#links a:hover {
	background: url(/images/nav.gif) no-repeat -202px -239px;
	}
#contact_us a:hover {
	background: url(/images/nav.gif) no-repeat -202px -274px;
	}

/* ----- Nav Selected ------ 
#about a.selected:link, #about a.selected:visited {
	background: url(/images/nav.gif) no-repeat -210px 0px;
	}
#calendar a.selected:link, #calendar a.selected:visited {
	background: url(/images/nav.gif) no-repeat -210px -18px;
	}
#educaiton a.selected:link, #educaiton a.selected:visited {
	background: url(/images/nav.gif) no-repeat -210px -40px;
	}
#artists a.selected:link, #artists a.selected:visited {
	background: url(/images/nav.gif) no-repeat -210px -62px;
	}
#membership a.selected:link, #membership a.selected:visited {
	background: url(/images/nav.gif) no-repeat -210px -84px;
	}
#press a.selected:link, #press a.selected:visited {
	background: url(/images/nav.gif) no-repeat -210px -106px;
	}
#links a.selected:link, #links a.selected:visited {
	background: url(/images/nav.gif) no-repeat -210px -128px;
	}*/
	
/*
#banner_ads { margin:10px 0 0 0px; padding:0px 0 0 16px; float:left; width:187px; color:#fff; font-weight:bold; text-align:center;}

#banner_ads img {border:0; margin-bottom:15px;}*/

.home_link {
	text-indent:-9999px;
	height:100px;
	width:179px;
	display:block;
	margin-left: 10px;
	:-moz-any-link:focus;
	outline: none;
	}

