/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	margin: 0;
	padding: 0;
	background: url(images/bg_bubbles.jpg) repeat-y center top;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
#container {
	background: url(images/bg_home.jpg) no-repeat center top;
	width: 795px;
	height: 585px;
	margin-right: auto;
	margin-left: auto;
}
#left {
	margin: 0px;
	float: left;
	width: 215px;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	float: left;
	padding: 100px 0px 0px 8px;
}
#nav a {
	font-size: 14px;
	color: #BD1436;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: normal;
	margin: 0px 0px 0px 25px;
	padding: 0px 10px 9px 10px;
}
#nav a:hover {
	color: #444444;
}
#nav .current {
	color: #444444;
	font-style: italic;
}
#audio {
	padding-top: 35px;
	width: 340px;
	margin-left: 220px;
}
#subnav {
	float: left;
	width: 147px;
	padding: 52px 0px 0px 57px;
	margin: 0px;
}
#content {
	padding-top: 20px;
	width: 340px;
	margin-left: 208px;
}
#content h1 span {
    display:none;
}
#content h1.home {
	width: 277px;
	height: 60px;
	background: url(images/title-home_sm.gif) no-repeat;
	margin: 0px;
}
#content h1.upcoming {
	width: 257px;
	height: 60px;
	margin: 0px;
	background: url(images/title-upcoming_sm.gif) no-repeat;
}
#content h1.top8 {
	width: 259px;
	height: 61px;
	margin: 0px;
	background: url(images/title-top8_sm.gif) no-repeat;
}
#content p, #content h2, #content h3, #content h4 {
	padding-left: 30px;
}
#content ul {
	padding-left: 30px;
	margin-left: 30px;
}
#content h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	margin-top: 18px;
	margin-bottom: 6px;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 6px;
	margin-top: 22px;
	color: #B7B443;
}
#content h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 6px;
	margin-top: 22px;
	color: #EEB211;
}
#content p {
	line-height: 150%;
	margin: 0px;
}
#content p.nolinespace {
	line-height: 125%;
}
.highlight {
	font-size: 16px;
	font-style: italic;
	color: #EFEFEF;
}
.highlight2 {
	font-size: 18px;
	font-style: italic;
}
.textinput {
	font-size: 10px;
	color: #9B1A2E;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	width: 150px;
}
#footer {
	margin-top: 100px;
	padding: 0px;
}
#footer p {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #444444;
}
#footer a:link {
	color: #444444;
	text-decoration: underline;
}
#footer a:visited {
	text-decoration: underline;
	color: #BD1F38;
}
#footer a:hover {
	text-decoration: none;
	color: #444444;
}
#footer a:active {
	text-decoration: underline;
	color: #444444;
}

