/*
**GENERAL STYLES
*/
.float_right
{
	float: right;
}
.float_left
{
	float: left;
}
.plain
{
	list-style: none;
}
.bold
{
	font-weight: bold;
}
.italic
{
	text-decoration: italic;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}
.left
{
	text-align: left;
}
.top
{
	vertical-align: top;
}
.middle
{
	vertical-align: middle;
}
.bottom
{
	vertical-align: bottom;
}

/*
**CONTENT STYLES
*/
.sponsor_tablebg
{
	position: relative;
}
.sponsor_tablebg img.sponsor_tablebg
{
	height: 100%;
	position: absolute;
	width: 100%;
}
table.sponsors
{
	background: #cec195 url(../pageimages/tablebg.png);
	border: 3px solid #000;
	color: #000;
	padding: 0px;
	text-align: center;
	width: 100%;
}
table.sponsors tr
{
	border-bottom: 2px solid #000;
}
tr.sponsor_header
{
	background: #cec195 url(../pageimages/sponsorsbg.png);
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
}
.bio_pic
{
	background: url(../pageimages/bio_pics/gibson.jpg) no-repeat center;
	float: left;
	height: 122px;
	margin: 0px 25px 25px 0px;
	width: 122px;
}
table.tickets_overview
{
	text-align: center;
	width: 100%;
}
table.tickets_overview td
{
	margin: 0px 5px 0px 5px;
}
.ticket_item
{
	background: #000;
	border: 1px solid #fff;
	float: left;
	margin: 0px 0px 25px 25px;
	padding: 5px;
	width: 40%;
}
.tickets_holder
{
	position: relative;
	width: 100%;
}
#content
{
	color: #FFF;
	margin: 0px 25px 0px 284px;
}
#content .pageheader
{
	background: #cec195 url(../pageimages/page_headerbg.png);
	color: #000;
	height: 30px;
	margin: 10px 0px;
	text-align: center;
}
#content p
{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
#content dl.season dt
{
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}
#content div.video
{
	text-align: center;
}
#content object
{
	z-index: -1;
}
td
{
	border: 0px;
	border-collapse: collapse;
}
tr.evenrow
{
	background-color: #666;
	color: #000;
}
tr.oddrow
{
	background-color: #222;
	color: #fff;
}
.borderless
{
	border-collapse: collapse;
}
fieldset
{
	border: none;
	margin: 0px;
	padding: 0px;
}
.sign_in_link
{
	text-align: center;
}
.sign_in_link a
{
	line-height: 80px;
	text-align: center;
}
#content table.teachers
{
	border-collapse: collapse;
}
#content table.teachers tr th
{
	padding: 25px 0px;
}
#content table.teachers tr td
{
	padding: 10px 0px;
	text-align: center;
}
#content table.teachers tr.evenrow a:hover
{
	color: #000;
}
#board_table td
{
	padding-right: 40px;
}
#board_table th
{
	padding-top: 15px;
}
/*
**ADVERTISING STYLES
*/
#advertising
{
	background-color: #000;
	border: 2px solid #FFF;
	color: #fff;
	left: 294px;
	position: relative;
	top: 10px;
	width: 200px;
}
#advertising img
{
	border: 0px;
}
#advertising ul
{
	margin: 0px;
	padding: 0px;
}
#advertising li
{
	list-style: none;
	margin: 0px 0px 25px 0px;
	text-align: center;
}
body
{
	background: #432100 url(../pageimages/bg.png) repeat-x top;
	font-family: sans-serif;
	margin: 0px;
	padding: 0px;
}
#wrapper
{
	margin: 25px 25px 0px 25px;
}
a:link, a:visited
{
	color: #FFF;
}
a:hover
{
	color: #999;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0px;
}
/*
**HEADER STYLES
*/
#header
{
	background-color: #000;
	border: 2px solid #FFF;
	height: 193px;
	margin: 0px 25px;
}
#hss
{
	background-color: #000;
	border-left: 2px solid #fff;
	color: #fff;
	height: 120px;
	left: 25px;
	position: absolute;
	text-align: center;
	top: 50px;
	width: 270px;
}
#header h1 span
{
	display: none;
}
#header h1
{
	background: #000 url(../pageimages/headers/header.gif) no-repeat right;
	height: 193px;
	margin: 0px;
	width: 100%;
}
#header h1.choir_header
{
	background: url(../pageimages/headers/choir_header.jpg) no-repeat right;
}
#header h1.director_header
{
	background: url(../pageimages/headers/music_director_header.gif) no-repeat right;
}
/*
**NAVIGATION STYLES
*/
#navigation ul
{
	background: #000;
	border: 2px solid #FFF;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 260px;
	z-index: 2;
}
#navigation ul li
{
	background: #cec195 url(../pageimages/nav.png) no-repeat top left;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 5px;
	position: relative;
	vertical-align: middle;
	width: 250px;
	z-index: 2;
}
#navigation ul li:hover
{
	background: #cec195 url(../pageimages/nav.png) no-repeat top right;
}
#navigation ul li ul
{
	display: none;
}
#navigation ul li:hover ul
{
	border: none;
	display: block;
	left: 250px;
	position: absolute;
	top: -5px;
}
#navigation ul li ul li
{
	background: #000 url(../pageimages/nav.png) no-repeat top left;
	margin: 5px auto;
}
#navigation ul li a
{
	color: #000;
	display: block;
	text-decoration: none;
}
#navigation ul li a:hover
{
	background: #cec195 url(../pageimages/nav.png) no-repeat top right;
}
#navigation ul.big
{
	width: 310px;
}
#navigation ul.big li
{
	width: 300px;
}
#navigation ul.concerto
{
	margin-top: -140px;
	position: absolute;
}
/*
**FOOTER STYLES
*/
#footer
{
	background-color: #000;
	border: 2px solid #FFF;
	clear: both;
	color: #fff;
	margin: 25px 0px 0px 0px;
	position: relative;
}
#footer .info
{
	float: left;
	margin: 0 0 0 25px;
	text-align: left;
	width: 50%;
}
#footer .design
{
	float: right;
	text-align: right;
}
#footer p
{
	line-height: 30px;
	margin: 0px;
	vertical-align: middle;
}

