@charset "utf-8";
/* CSS Document */

html {
	/* Fix Firefox and Safari 'scrollbar jump' */
	overflow: scroll;
	overflow-x:auto;  
}
body {
	background-color: #d4e6f7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
}
#container {
	width: 900px;
	margin: auto;
	background: url(../media/images/bg_fauxcolumn.gif) repeat;
}
#header {
	position: relative;
	height: 186px;
	width: 900px;
	background: url(../media/images/bg_header.jpg) top left no-repeat;
}
#header .homeLink {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	z-index: 9998; /* for IE to make entire link clickable */
	height:186px;
	width: 250px;
	text-indent: -9999px;
}
#header .activeLink {
	position: absolute;
	display: block;
	top: 85px;
	right: 0px;
	z-index: 9999; /* for IE to make entire link clickable */
	height: 95px;
	width: 95px;
	text-indent: -9999px;
}
div#navWrap {
	position: absolute;
	padding: 0;
	height: 51px;
	width:635px;
	top: 25px;
	right: 5px;
	/right: 40px;
}
ul#nav {
	margin-top: 0;
	padding: 0;
	list-style: none;
	width: 635px;
	height: 50px;
}
ul#nav li {
	float: left;
}
ul#nav li a.about {
	display: block;
	width: 87px;
	height: 50px;
	background: url(../media/images/nav_about.jpg) no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}
ul#nav li a.about:hover {
	background-position: 0 -50px;
}
ul#nav li a.aboutOn {
	display: block;
	width: 87px;
	height: 50px;
	background: url(../media/images/nav_about.jpg) no-repeat;
	background-position: 0 -50px;
	text-indent: -9999px;
}
ul#nav li a.forthekids {
	display: block;
	width: 132px;
	height: 50px;
	background: url(../media/images/nav_forthekids.jpg) no-repeat 0 0;
	text-indent: -9999px;
}
ul#nav li a.forthekids:hover {
	background-position: 0 -50px;
}
ul#nav li a.forthekidsOn {
	display: block;
	width: 132px;
	height: 50px;
	background: url(../media/images/nav_forthekids.jpg) no-repeat 0 -50px;
	text-indent: -9999px;
}
ul#nav li a.dancerinfo {
	display: block; 
	width: 132px; 
	height: 50px; 
	background: url(../media/images/nav_dancerinfo.jpg) no-repeat 0 0; 
	text-indent: -9999px;
}
ul#nav li a.dancerinfo:hover {
	background-position: 0 -50px;
}
ul#nav li a.dancerinfoOn {
	display: block; 
	width: 132px; 
	height: 50px; 
	background: url(../media/images/nav_dancerinfo.jpg) no-repeat 0 -50px; 
	text-indent: -9999px;
}
ul#nav li a.donate {
	display: block;
	width: 93px;
	height: 50px;
	background: url(../media/images/nav_donate.jpg) no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}
ul#nav li a.donate:hover {
	background-position: 0 -50px;
}
ul#nav li a.donateOn {
	display: block;
	width: 93px;
	height: 50px;
	background: url(../media/images/nav_donate.jpg) no-repeat;
	background-position: 0 -50px;
	text-indent: -9999px;
}
ul#nav li a.sponsors {
	display: block;
	width: 114px;
	height: 50px;
	background: url(../media/images/nav_sponsors.jpg) no-repeat 0 0;
	text-indent: -9999px;
}
ul#nav li a.sponsors:hover {
	background-position: 0 -50px;
}
ul#nav li a.sponsorsOn {
	display: block;
	width: 114px;
	height: 50px;
	background: url(../media/images/nav_sponsors.jpg) no-repeat 0 -50px;
	text-indent: -9999px;
}
ul#nav li a.media {
	display: block; 
	width: 67px; 
	height: 50px; 
	background: url(../media/images/nav_media.jpg) no-repeat 0 0; 
	text-indent: -9999px;
}
ul#nav li a.media:hover {
	background-position: 0 -50px;
}	
ul#nav li a.mediaOn {
	display: block; 
	width: 67px; 
	height: 50px; 
	background: url(../media/images/nav_media.jpg) no-repeat 0 -50px; 
	text-indent: -9999px;
}
#countdown {
	display: none; /* Remove this to display the countdown */
	position: absolute;
	width: 390px;
	left: 280px;
	top: 110px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
	color: #423b08;
}
#content {
	width: 609px;
	background: #ffffff url(../media/images/bg_content.jpg) top left no-repeat;
	padding: 25px 20px 20px 20px;
	font-size: .75em;
	line-height: 1.38em;
}
#content a, a:link, a:visited, a:active {
	color: #1861aa;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content h1 {
	font-size: 1.5em;
	padding-top: 8px;
	margin: 0;
}
#content p {
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}
#rightColumn {
	width:211px;
	padding: 0px 20px 0px 20px;
	margin-bottom: 125px;
	font-size: .75em;
}
#footer {
	position: relative;
	width: 100%;
	height: 40px;
	background: url(../media/images/bg_footer.gif) no-repeat;
	font-size: .75em;
}
#footer .afchRightColumn {
	 position:absolute;
	 left: 671px;
	 top: -100px;
}
.footerLinks {
	width: 500px;
	height: 34px;
	line-height: 34px;
	padding-right: 20px;
	text-align: right;
	color: #ffffff;
}
.footerLinks a, a:link, a:visited, a:active {
	color: #ffffff;
	text-decoration: underline;
}
.footerLinks a:hover {
	text-decoration: none;
}
#pipe ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 
#pipe ul li {
	margin-left: 0;
	padding: 0px 8px;
	border-left: 1px solid #ffffff;
	list-style: none;
	display: inline;
}	
#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}
.copyright {
	width: 300px;
	color: #ffffff;
	padding-left: 20px;
	height: 34px;
	line-height: 34px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.brClear {
	clear: both;
}

