body
{	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: #d5d8f0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
/*	width: 800px; */
	width: 100%;
	min-width: 780px;
	max-width: 1200px;
	text-align: center;
	font-size: small;
	line-height: 130%;
	font-weight: normal;
	position: relative;
}

h1
{
	font-size: 200%;
	line-height: 140%;
	color: #666;
	margin: 0px 0px 20px 0px;
	padding: 0px;
/*	border-bottom: 1px solid #d6b160; */
}

h2
{
	font-size: 130%;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	line-height: 130%;
	color: #353349;

/**
	padding: 2px 5px;
	background: #575b66;
	color: #d6b160;

	padding: 1px 5px;
	color: #353349;
	background: #d6b160;
	border-top: 2px solid #a68130;
	border-bottom: 2px solid #a68130;
**/
}

h3
{
	font-size: 120%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

h4
{
	font-size: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

p
{
	margin: 5px 0px 10px 0px;
	padding: 0px;
	font-weight: normal;
}

a, a:link
{
	color: #333322;
	color: #097b9f;
	color: #097bcf;
}

a:visited
{	color: #555544;
	color: #097b9f;
	color: #097bcf;
}

a:hover, a:active
{	color: #000;
}

ul
{
	padding-left: 30px;
}

form
{
	margin: 10px 0px 30px 0px;
}

#banner
{
/*	font-size: 0px; */				/* Need to get rid of extra space in Netscape 6, IE6 (possibly others */
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
/*	width: 800px; */
	width: 90%;
	height: 180px;
	position: relative;
	background: #2977ca url(../images/banner_04.jpg) center no-repeat;
}

#banner img
{
/*	display: block;	 */		/* Gets rid of white band underneath banner */
}

#banner #home-link
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 170px;
	background: url(../images/MsSpacer.gif) no-repeat;  /* This is needed for IE6 */
}

#navbar
{
/*	width: 800px; */
	width: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
/*	padding: 10px 0px 10px 0px; */
	padding: 0px;
	text-align: center;
	background: #fff;
}

#navbar ul
{	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	letter-spacing: 0px;
	line-height: 35px;
/*	width: 780px; */
/*	width: 98%; */
	width: 100%;
	background: #2977ca url(../images/bg_navbar.jpg) repeat-x;
}

#navbar ul li
{
	display: inline;
	background-image: none;
	margin: 0px;
	padding: 0px 2px 0px 2px;  /* Works for most browsers */
}

#navbar li a, #navbar li a:visited
{
	margin: 0px;
	padding: 10px 5px 10px 5px;
	display: inline;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
}

#navbar li a:hover, #navbar li a:active
{
	background: #000;
	padding-top: 12px;
}

#container
{
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 0px 0px;		/* Need bottom padding for space at bottom of page */
	text-align: left;
/* 	width: 800px; */
	width: 90%;
	vertical-align: top;
	background: #fff;

/*	float: left; */
}

/* Need to put width in or anything in main below the sidebar will
shift slightly to the left */
#main
{
	margin: 0px;
	padding: 20px 40px;
/*	float: right; */
}

#footer
{
	color: #fff;
	width: 90%;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px;
	text-align: center;
	background: #060c6a;
	clear: both;
}

#footer p
{
	color: #fff;
	font-weight: bold;
}

#footer ul
{	list-style: none;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	line-height: 30px;
}

#footer ul
{
	line-height: 15px;
/*	white-space: nowrap; */
	padding-bottom: 5px;
}

#footer ul li
{
	margin: 0px;
	display: inline;
	background-image: none;
	padding: 0px 0px 0px 0px;  /* Works for most browsers */
}

#footer a
{
	display: inline;
	text-decoration: none;
	white-space: nowrap;
	font-size: 90%;
	margin: 0px;
	padding: 8px 3px 9px 3px;
	color: #fff;
}

#footer a:hover, #footer a:active
{
	color: #ddd;
}

#footer #credit
{
	margin: 10px;
	padding: 0px;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
}

#footer img
{
	margin: 0px 10px 3px 10px;
	vertical-align: middle;
}

#floorplan
{
	margin: 10px 0px 10px 0px;
	padding: 0px;
	text-align: center;
}

#floorplan h2
{
	text-align: center;
}

#floorplan img
{
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

.image-float-left
{
	float: left;
	margin: 10px 10px 10px 0px;
}

.image-float-right
{
	float: right;
	margin: 5px 0px 10px 10px;
}

.button
{
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

.button a, .button a:visited
{
	font-size: 90%;
	font-weight: normal;
	margin: 0px;
	padding: 4px 4px 4px 4px;
	border-top: 2px solid #ddd;
	border-left: 2px solid #ddd;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	color: #000;
	background: #c5c8fc;
	text-decoration: none;
}

.button a:hover, .button a:active
{
	color: #fff;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}

#artist-pix
{
	text-align: center;
}


.required
{
	font-size: 150%;
	color: #f00;
}

/*** Database css definitions ***/

ul.radio-check-list
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.radio-check-list li
{
	margin: 0px;
	padding: 0px;
}

input.cbox
{
	margin: 2px 0px 0px 0px;
	padding: 0px;
	width: 20px;
}


.cbox-text
{
	margin: 0px 0px 5px 8px;
	padding: 0px;
/*	white-space: nowrap; */
}

form
{
	margin: 10px 0px 0px 5px;
}

h2.form-error-heading
{
	margin: 10px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 120%;
}

p.form-error
{
	color: #f00;
	margin: 0px 0px 5px 20px;
	padding: 0px;
}

pre
{
	font-size: 120%;
	margin: 0px;
	line-height: 100%;
}

.composers-box
{
	float: right;
	margin: 10px 0px 10px 10px;
	width: 300px;
}

.testimonials
{
	/* margin: 10px 30px 0px 30px; */
	margin: 10px 200px 0px -10px;
}

.testimonials dl
{
	text-align: left;
	margin: 0px 10px 20px 5px;
	padding: 10px 20px 10px 20px;
	line-height: 130%;
	color: #000;
	background: #f4f4ff;
	border: 1px solid #e4e4ef;
}

.testimonials dl dd
{	margin: 0px;
	padding: 5px 0px 0px 0px;
}

.testimonials dl dt
{
	margin: 5px 0px 0px 0px;
	padding: 3px 5px 3px 0px;
	font-weight: bold;
	text-align: right;
	line-height: 120%;
	font-size: 85%;
	background: #d5d8ff;
	border-top: 1px solid #c08773;
	border-bottom: 1px solid #c08773;
	clear: left;
}

.sidebox
{
	float: right;
	width: 280px;
	margin: 10px 0px 20px 20px;
	padding: 0px 10px 10px 10px;
	background: #f4f4ff;
	border: 1px solid #e4e4ee;
}


/* Tables
-----------------------------------------------------------------------------------------------*/
.find-music-table
{
	margin: 10px 0px 0px 0px;
	border: 1px solid #aae;
	background: #c5c8fc;
}

	.find-music-table th
	{
		padding: 10px;
		text-align: left;
	}

	.find-music-table td
	{
		padding: 10px;
	}

.find-music-results-table
{
	margin: 10px 0px 10px 0px;
	width: 90%;
	border: 1px solid #dde;
}

	.find-music-results-table th
	{
		padding: 5px 5px 5px 5px;
		text-align: center;
		background: #060c6a;
		color: #fff;
	}

	.find-music-results-table td
	{
		padding: 5px;
		background: #f8f8ff;
		border-top: 1px solid #dde;
		border-bottom: 1px solid #dde;
	}

.music-cart-table
{
	margin: 10px 0px 0px 0px;
	background: #f8f8ff;
	border: 1px solid #dde;
}

	.music-cart-table th
	{
		padding: 5px 10px;
		border-bottom: 1px solid #dde;
		vertical-align: top;
	}

	.music-cart-table td
	{
		padding: 5px 5px;
		border-bottom: 1px solid #dde;
		vertical-align: top;
		font-size: 85%;
	}

	.music-cart-table th a, .music-cart-table th a:link, .music-cart-table th a:visited
	{
		color: #060c6a;
		background: #c5c8fc;
		padding: 2px;
	}

	.music-cart-table th a:hover, .music-cart-table th a:active
	{
		background: #fff;
	}

	.music-cart-table ul
	{
		margin-top: 0px;
		padding-top: 0px;
	}


.faqs-table
{
	margin: 10px 0px 10px 0px;
	width: 99%;
	border: 1px solid #dde;
}

	.faqs-table th
	{
		padding: 8px;
		text-align: left;
		background: #c5c8fc;
	}

	.faqs-table td
	{
		padding: 8px;
		border-top: 1px solid #dde;
		border-bottom: 1px solid #dde;
		vertical-align: top;
	}


.contact-table
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

	.contact-table th
	{	text-align: right;
		width: 40%;
	   font-weight: normal;
		margin: 0px;
	   padding: 5px;
	}

		.contact-table th span, .contact-table td span
		{	color: #f00;
			font-size: 200%;
			vertical-align: middle;
		}

	.contact-table td
	{	text-align: left;
		width: 60%;
		margin: 0px;
		padding: 5px;
	}

	.contact-table input, .contact-table textarea
	{
	   font-family: verdana, sans-serif;
	   background-color: #d4ddee;
	}

	.contact-table .submit-button
	{
		background-color: #a83243;
		color: #fff;
		padding: 5px;
		font-weight: bold;
		border-top: 1px solid #c88;
		border-left: 1px solid #c88;
		border-right: 1px solid #622;
		border-bottom: 1px solid #622;
	}

.form-table, .registration-table
{
	border: 1px solid #ddc;
	margin: 10px 0px 10px 0px;
	background: #f8f8f8;
}

	.form-table th, .registration-table th
	{
		padding: 3px 10px;
		border-top: 1px solid #ddc;
	}
	.registration-table th
	{
		width: 200px;
	}

	.form-table td, .registration-table td
	{
		padding: 3px 10px;
		border-top: 1px solid #ddc;
	}
	.registration-table td
	{
		width: 300px;
	}

	.required
	{
		font-size: 150%;
		color: #f00;
	}

	.form-table input.cbox, .registration-table input.cbox
	{
		float: left;
		clear: left;
		margin: 2px 0px 0px 0px;
		padding: 0px;
		width: 20px;
		background: #f00;
	}

	.form-table .cbox-text, .registration-table .cbox-text
	{
		float: left;
		clear: none;
		width: 200px;
		margin: 0px 0px 5px 8px;
		padding: 0px;
	}

	.form-table textarea, .registration-table textarea
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 90%;
	}
