/* General Content */

	p {
		font-size: 12px;
		line-height: 18px;
		font-family: Arial, Helvetica, sans-serif;
		color: #333333;
	}
	
	h1 {
		color: #00447c;
		font-size: 16px;
		line-height: 21px;
		font-weight: normal;
		margin-bottom: 15px;
	}
	
	h2 {
		color: #ad2026;
		font-size: 24px;
		line-height: 21px;
		font-weight: normal;
		margin-bottom: 15px;
	}
	
	#homestitle {
		color: #ad2026;
		font-size: 21px;
		line-height: 21px;
		font-weight: normal;
		margin-bottom: 5px;
	}
	
	h3 {
		color: #ad2026;
		font-size: 18px;
		line-height: 21px;
		font-weight: normal;
	}
	
	h4 {
		color: #30405d;
		font-size: 18px;
		line-height: 21px;
		font-weight: normal;
	}
	
	h5 {
		color: #30405d;
		font-size: 16px;
		line-height: 12px;
		font-weight: normal;
	}
	
	h6 {
		color: #ad2026;
		font-size: 16px;
		line-height: 21px;
		font-weight: normal;
	}
	
	.note {
		font-size: 11px;
		line-height: 14px;
		color: #666666;
	}
	
	.lightblue {
		color: #8b96a9;
	}
	

	#TopBannerRight h1 {
		color: #ffffff;
		font-size: 21px;
		line-height: 24px;
		font-weight: normal;
		font-family: Georgia, "Times New Roman", Times, serif;
		padding-left: 15px;
	}
	
	#TopBannerRight h1 span{
		color: #ffffff;
		font-size: 16px;
		line-height: 24px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
	}
	

/* Top Navigation */

	#TopNav {
		display: block;
		margin: 19px 0 0 0;
	}
	
	#TopNav li {
		float: left;
		margin: 0 2px 0 2px;
		font-size: 14px;
		font-family: Georgia, "Times New Roman", Times, serif;
		padding: 7px 0 12px 0;
		padding: 8px 0 12px 0\9;
	}
	
	#TopNav li a {
		color: #ffffff;
		padding: 6px 10px 12px 10px;
	}
	
	#TopNav li a:hover {
		color: #b6dcfa;
		text-decoration: none;
	}
	
	#TopNav li .first {
		margin: 0;
	}
	
	#TopNav .firston {
		background: url(../images/topnav-bg-right.gif) top right no-repeat;
	}
	
	#TopNav .firston a {
		background: url(../images/topnav-bg-left.gif) top left no-repeat;
		text-decoration: none;
	}
	
	#TopNav .on {
		background: url(../images/topnav-bg-right.gif) top right no-repeat;
	}
	
	#TopNav .on a {
		background: url(../images/topnav-bg-left.gif) top left no-repeat;
		text-decoration: none;
	}
	
	#TopNav li:hover {
		background: url(../images/topnav-bg-right.gif) top right no-repeat;
	}
	
	#TopNav li a:hover {
		background: url(../images/topnav-bg-left.gif) top left no-repeat;
		text-decoration: none;
	}


/* Standard Links */

	a { color: #ad2026; text-decoration: none; outline:none;}
	a:link { color: #ad2026; text-decoration: none; outline:none;}
	a:hover { color: #ad2026; text-decoration: underline; outline:none;}
	a:visited { color: #ad2026; text-decoration: none; outline:none;}
	a:visited:hover { color: #ad2026; text-decoration: underline; outline:none;}


/* Forms */
	
	.formfield {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #555;
		width: 200px;
		height: 14px;
	}
	
	.formselectfield {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #555;
		width: 200px;
	}
	
	.formcomments {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #555;
		width: 400px;
		height: 100px;
	}
	
	.mailinglistfield {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #333;
		width: 200px;
		height: 12px;
	}



/* Index Content */
	
	#IndexLeftTop {
		background: url(../images/bg-index-mainpanel.jpg) top left no-repeat;
		height: 247px;
		width: 667px;
		padding: 35px 0 0 90px;
		margin: 0 0 6px 0;
	}
	
		#IndexLeftTop p {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 14px;
			color: #495a78;
		}
	
	#IndexLeftBottom {
		padding: 15px 20px 10px 20px;
		height: 208px;
		background: url(../images/bg-index-leftbottom.gif) top left no-repeat;
	}
	
		#IndexLeftBottom p {
			padding: 5px 0 0 0;
			font-size: 11px;
			line-height: 15px;
			color: #707173;
		}
		
		.ticketspanel {
			float: left;
			width: 220px;
			padding: 0 20px 0 0;
		}
		
		.volunteerpanel {
			float: left;
			width: 220px;
			padding: 0 30px 0 0;
		}
		
		.mailinglistpanel {
			float: left;
			width: 220px;
		}
	
	
	
/* Right Panel Content */		
	
	.previewparty {
		padding: 0 0 0 20px;
	}
	
		.previewparty p {
			font-size: 11px;
			line-height: 15px;
			color: #707173;
			padding: 0 20px 0 0;
		}
		
	#Right .tickets {
		padding: 0 0 0 0;
		margin: 0 20px 10px 20px;
		border-bottom: 1px solid #e0e0e1;
	}
		#Right .tickets p {
			font-size: 11px;
			line-height: 15px;
			color: #707173;
		}
		
	#Right .volunteer {
		padding: 0 0 0 0;
		margin: 0 20px 10px 20px;
	}
	
		#Right .volunteer p {
			font-size: 11px;
			line-height: 15px;
			color: #707173;
		}
	
	.tearoom {
		border-top: 1px solid #e0e0e1;
		border-bottom: 1px solid #e0e0e1;
		margin: 0 0 0 14px;
		padding: 0 0 4px 0;
		background: url(../images/bg-tearoom.gif) top left no-repeat;
		height: 102px;
		width: 189px;
	}
	
		.tearoom p {
			font-size: 11px;
			line-height: 12px;
			color: #2f343c;
			padding: 12px 0 0 8px;
		}
	
	.hotel {
		margin: 0 0 0 14px;
		padding: 0 0 10px 0;
		width: 189px;
		border-bottom: 1px solid #e0e0e1;
	}
	
		.hotel p {
			font-size: 11px;
			line-height: 15px;
			color: #ad2026;
			padding: 12px 0 0 8px;
			font-weight: bold;
		}
	
	
/* Content */	
	
		
	.secondarynav {
		height: 80px;
		padding: 10px 0 0 10px;
	}
	
		.secondarynav a {
			font-size: 12px;
			line-height: 18px;
			font-family: Georgia, "Times New Roman", Times, serif;
			color: #30405d;
			padding: 0 10px 0 15px;
		}
		
		.secondarynav a:hover {
			color: #ad2026;
			text-decoration: none;
		}
		
		.secondarynav .on {
			color: #ad2026;
		}
		
	.publicnav {
		height: 80px;
		padding: 10px 0 0 0;
	}
	
		.publicnav a {
			font-size: 11px;
			line-height: 18px;
			font-family: Georgia, "Times New Roman", Times, serif;
			color: #30405d;
			padding: 0 0 0 15px;
		}
		
		.publicnav a:hover {
			color: #ad2026;
			text-decoration: none;
		}
		
		.publicnav .on {
			color: #ad2026;
		}
	
	
	#LeftContent {
		padding: 0 25px 0 25px;
	}
	
	#LeftContent p {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #3c3c3c;
		font-size: 14px;
		line-height: 20px;
	}
	
	#LeftContent ul {
		list-style-type: disc;
	}
	
	#LeftContent ul li {
		margin: 4px 0 4px 15px;
		padding: 0 0 5px 5px;
		color: #3c3c3c;
		font-size: 14px;
		line-height: 20px;
	}
	
	#LeftContent ul ul {
		margin: 4px 0 8px 15px;
	}
	
	#LeftContent ul ul li {
		margin: 4px 0 4px 0;
		padding: 0 0 5px 15px;
	}

	.sequencelinks {
		float: right;
	}
	
	.previous {
		padding: 3px 0 0 0;
		float: left;
		text-align: center;
		width: 74px;
		height: 29px;
		background: url(../images/bg-previous.gif) top left no-repeat;
	}
	
	.next {
		margin: 0 0 0 10px;
		padding: 3px 0 0 0;
		text-align: center;
		float: left;
		width: 54px;
		height: 29px;
		background: url(../images/bg-next.gif) top left no-repeat;
	}
	
	a.previous, a.next {
		color: #495a78;
	}
	
	a:vistited.previous, a:vistited.next {
		color: #495a78;
	}

	.photo {
		border: 3px double #aeb5c3;
		padding: 4px;
		margin: 0 0 10px 20px;
		float: right;
	}
	
	.map {
		border: 3px double #aeb5c3;
		padding: 4px;
		margin: 0;
	}

	.button {
		padding: 10px 0 10px 0;
	}
	
	.schedule td {
		padding: 5px 5px 5px 5px;
		border-top: 1px solid #cecece;
	}
	
	.purchasetickets {
		border-top: 1px solid #cecece;
		padding: 10px 0 0 0;
	}


/* Footer Content */


	#Footer p {
		font-size: 11px;
		line-height: 16px;
		color: #6b6c6f;
	}
	
	#Footer a { color: #495a78; text-decoration: none; outline: none; margin: 0 10px 0 0; padding:0 0 0 12px; font-size: 11px; font-weight:bold;}
	#Footer a:link { color: #495a78; text-decoration: none; outline: none;}
	#Footer a:hover { color: #ad2026; text-decoration: none; outline: none;}
	#Footer a:visited { color: #495a78; text-decoration: none; outline: none;}
	#Footer a:visited:hover { color: #ad2026; text-decoration: none; outline: none;}
	
	#Footer a.zdg {
		padding:0 0 0 0;
	}

