/*
web site design by blue ridge solutions, www.blueridges.com
copyright asheville choral society
*/

body, html {
	margin: 10px 0px 20px 0px;
	}
	
#page {
	width: 846px;
	margin: 0px auto 30px auto;
}


#banner {
	text-align: right;
	padding-right: 48px;
	margin-bottom: 5px;
}

#layout {
	width: 750px;
	}
	
#leftnav {
	z-index: 20;
}

#aboutmenu, #eventmenu, #concertmenu {
	width: 150px;
	position: absolute;
	left: 146px;
	top: 3px;
	z-index: 100;
}

a.submenu {
	display: block;
	background-color: #1e4d77;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px 2px 3px 10px;
}

a.submenu:hover {
	background-color: #339cb2;
}

#newscell {
	padding-left: 2px;
	padding-right: 1px;
	background-image:url(images/newsbg.jpg);
	background-repeat: repeat-y;
	}

#newsbody {
	margin-left: 1px;	
	margin-right: 1px; 
		background-color: #ddeef2;	
	padding-left: 4px;
	padding-right: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #1e4d77;
	text-align: center;
	
}

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 16px;
	color: #03204f;
	text-align: center;
	margin-top: 30px;
}

#footer a {
	text-decoration: none;
	color: #03204f;
}
#footer a:hover {
	color: #339cb2;
}
#content, p, li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
/*	line-height: 120%;  */
	color: #1e4d77;
	}

#content{
	vertical-align: top;
	padding-left: 36px;
}

#content img {
	margin: 6px;
}

.message {
	font-weight: bold;
	color: #990000;
}

.info {
	color: #990000;
	font-weight: bold;
}

.performance {
	/*background-color: #ddeef2; */
	border: 1px solid #224D74;
	padding: 8px;
	margin: 5px 0px 15px 0px;;
}

.performance h1 {
	font-size: 16px;
	margin-bottom: 2px;
}
.performance h2 {
	font-size: 12px;
  font-style: italic;
	margin: 0px;
	padding-left: 15px;
}

.performance table {
	margin-left: 50px;
	margin-bottom: 14px;
}

.performance td {
	text-align: right;
}

.soldout {
	padding-left: 15px;
	color: #993333;
	font-style: italic;
	font-weight: bold;
}

.admintable td {
	padding-right: 8px;
	border-bottom: 1px solid #eeeeee;
}


form {
	margin: 0px;
}

.ourred {
	color: #CC0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

