/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	background-color: #CAC5B1;
	background-attachment: fixed;
}
div, p, ul, h1, h2, h4, img, label{
	margin:0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
form{
	margin:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
h1 {
	color: #0E130A;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 26px;
	font-size: 20px;
	text-decoration: underline;
	font-variant: small-caps;
}
h2 { /*page headers*/
	color: #771000;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 15px;
	font-size: 18px;
	padding-bottom: 0px;
	display: block;
	height: 28px;
	padding-top: 12px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	border-bottom-color: #999;
	border-bottom-width: thin;
	border-bottom-style: dotted;
}
h3 { /* page heder - index pg*/
	color: #343524;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 15px;
	font-size: 18px;
	padding-bottom: 0px;
	display: block;
	background-image: url(../images/horiz_rule2.jpg);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 12px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-transform: none;
}
h4 { /*subheader with lines*/
	color: #343524;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 15px;
	font-size: 14px;
	font-variant:small-caps;
	padding-bottom: 0px;
	display: block;
	background-image: url(../images/horiz_rule2.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 12px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-transform: none;
}		
ul{
	list-style-type:none;
	width: auto;
}
.body {
	font-size: 13px;
}
.bodysm {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: lighter;
}
.body_emphasis {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #002953;
}
.indent {
	margin-left: 30px;
	display: block;
}
.body_center {
	text-align:center;
	display: block;
}
.caption {
	text-align:center;
	font-size:10px;
	line-height: 16px;
}
td {
	font-size: 12px;	
}
.featurehead {
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: bolder;
	color: #0D120A;
	display: block;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-color: #666666;
	border-top-width: 1px;
	margin-left: -5px;
	margin-right: -5px;
	padding-left: 5px;
}
.highlight1 {
	color: #2E1217;
	font-weight: bolder;
	font-style:normal;
	font-size: 14px;
}
.highlight2 {
	color: #666666;
	font-weight: bolder;
}
.highlight2 a {
	text-decoration:none;
	color: #006699;
}
.highlight2 a:hover {
	color:#003366;
	text-decoration: underline;
}
.description {
	color: #666666;
	font-weight: bolder;
}
.border {
	border-style: solid;
	border-color: #CFCAB7;
	margin-left: 3px;
	margin-right: 3px;
	margin-top:6px;
	border-width: thin;
}
.border_fltlt {
	border-style: solid;
	border-color: #CFCAB7;
	margin-left: 3px;
	margin-right: 10px;
	margin-top:6px;
	border-width: thin;
	float:left;
}
.imgfltrt {
	float: right;
	border-width: 1 px;
	border-style: solid
	border-color: #CCCCCC;
	margin-left: 15px;
	margin-bottom: 15px;
}
.clrflt {
	clear:both;
}
		
/*----MAIN PANEL----*/
#container{
	width:560px;
	background-image: url(../images/popup_site_body.png);
	position:relative;
	padding:0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: auto;
}
#clearflt {
	clear: both;
}
/*----MAIN PANEL----*/

/*----BODY Panel----*/
#bodyPan{
	width:560px;
	padding:0;
	background-image: url();
	background-repeat: repeat-y;
	background-position: 0 0;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-bottom: 0px;
}
#navBar {
	width:550px;
	display: block;
	float: left;
	background-color: #FFF;
	margin-left: 20px;
}
#navBar ul {
	list-style-type:none;
	background-color: #FFF;
}
#navBar ul li.li_who {
	width:100px;
	position:relative;
	float: left;
}
#navBar ul li.li_artists {
	width:80px;
	position:relative;
	float: left;
}
#navBar ul li.li_concerts {
	width:100px;
	position:relative;
	float: left;
}
#navBar ul li.li_residencies {
	width:120px;
	position:relative;
	float: left;
}
#navBar ul li.li_listen {
	width:120px;
	position:relative;
	float: left;
}
#navBar ul li.li_reviews {
	width:140px;
	position:relative;
	float: left;
}
#navBar ul li.li_support {
	width:110px;
	position:relative;
	float: left;
}
#navBar ul li.li_contact {
	width:110px;
	position:relative;
	float: left;
}
#navBar ul li, ul li a {
	height:30px;
	display:block;
	color:#333333;
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	background-position: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	text-align:center;
	vertical-align: middle;
}
#navBar a:hover {
	color:#000000;
	text-decoration: underline;
	font-style: italic;
}
#centerPan{
	width:460px;
	float:left;
	display: inline-block;
	background: #FFFFFF;
	margin-left: 50px;
}
#centerPan ul {
	list-style-type:square;
	font-size: 11px;
	line-height: 18px;
	width: 520px;
	display: block;
	margin-bottom: 15px;
}
#centerPan ul li {
	float: left;
	width: 173px;
	display: block;
}
#centerPan p, table {
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	padding-top: 8px;
}
#centerPan a {
	color:#006699;
	text-decoration:none;
}
#centerPan a:hover {
	color:#003366;
	text-decoration: underline;
}
#back {
	display:block;
	width: 130px;
	height: 25px;
	float: right;
	border-width: 1 px;
	border-style: double;
	border-color: #CCCCCC;
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 11px;
	font-style: bold;
	text-align: center;
	vertical-align: middle;
	margin-right: 15px;
	padding-top: 4px;
}
/*Default style for SPAN icons. Edit if desired: */

.iconspan{
float: right;
margin: 3px;
cursor:hand;
cursor:pointer;
font-weight: bold;
}

/*CSS used to style the examples. Remove if desired: */

.eg-bar{
	background-color: #F0F0F0;
	font-weight: bold;
	padding: 3px;
	border-width: thin;
	border-style: dotted;
}

div.eg-bar{
	width: 550px;
}

.icongroup1{
	width: 560px;
}

/*----BODY Panel----*/
/*----Footer Panel----*/

#footerPan{
	width:560px;
	height:70px;
	padding:0;
	background-image: url(../images/popup_site_footer.png);
	background-repeat: no-repeat;
	font-weight:normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*----Footer Panel----*/
