body {
	margin: 0px;
	padding: 0px;
	font: 76%/1.6 "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	text-align: center;
	background-color: #f8fbff;
}

#header {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}
#wrap {
max-width:80em;
margin:0 auto;
width:expression(document.body.clientWidth > 900? "900px" : "auto");
}
#banner {
	background: #678aad url(../media/banner.jpg) no-repeat;
	height: 200px;
}
h1, h2, h3, dt {margin:0;}
img#titletext {
	top: 40px;
	position: absolute;
	left: 300px;
}
.imgright {
    float:right;
    margin-left:10px;
    margin-bottom:10px;
    border:0;
}
#content {
    float:left;
    width:59%;
	margin:220px 0 0 4%;
	display:inline;
  	font-size: 1.1em;
	color: #000000;
	text-align: left;
}

#content a {
    color: #115EAC;
}

#content a:hover {
    text-decoration: underline;
}
#sidebar {
    float:right;
    width:25%;
	margin:220px 2% 0 2%;
	display:inline;
	font-size: 1.1em;
	text-align: center;
}
#content h1 {
	font-size: 1em;
}
#content h2 {
	color: #105BAC;
	font-size: 1.2em;
}
#content h3 {font-size:1em;}
#content p {margin-top:0.5em;}
#content p.after {clear:both;}
#content .copy {border-top:1px solid #efefef;padding-top:1em;clear:both;}
#content .copy p {margin-top:0;margin-bottom:0;font-size:0.9em;}
#sidebar div.feature {
	border: 1px solid #efefef;
}
#sidebar div.feature2 {
	background: url(../media/separator2.gif) no-repeat top center;
	margin-top: -4px;
	text-align: center;
	padding-top: 32px;
}

#sidebar div.feature3 {
    clear: both;
	padding-top: 30px;
}
#sidebar div.feature3 p {
	line-height: 1.3;
	margin: 0;
}
#sidebar div.feature ul{
	margin: 0 4em;
	padding: 0;
	line-height: 1.8;
	list-style-type: none;
	text-align: center;
}

#sidebar div.feature ul li a{
	color: #115EAC;
	background-color: transparent;
	text-decoration: none;
}

#sidebar div.feature ul li a:hover{
	text-decoration: underline;
}
/* contact form */
fieldset {
  padding: 1em;
  border: 1px solid #ccc;
  /*background-color: #fafcff;*/
}
label {
	float:left;
	width:37%;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
}
legend {
	padding: 0.2em 0.5em;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align:right;
	border: 1px solid #ccc;
	font-weight: bold;
	background-image: url(../media/formtop.jpg);
	background-repeat: repeat-x;
}
.req {
    color: #c03;
}
#haveasay {
    border-top: 1px dashed #ccc;
	padding-top: 10px;
}
#haveasay textarea {border:1px solid;border-color: #666 #ddd #ddd #666;}

/* thanks to suckerfish. light that sucker up, baby */
input:focus, textarea:focus, input.sffocus, textarea.sffocus {
	background: #e6f2ff;
    border: 1px solid #666;
}
input, textarea {
	border: 1px solid; /* must have, else input shifts slightly when selected because the sf has borders. isn't that nice to know? */
	border-color: #666 #ddd #ddd #666;
}
input.radio {
	border: none;
}
#radio {
    clear: left;
	margin-left: 30%;
}
input.checkbox {
	border: none;
	background-color: #fff;
}
blockquote:hover, blockquote.sfhover {
	background-color: #fff;
	border: 1px solid #ccc;
}

input.button {
	width: 5em;
	background-color: #eee;
	border-color: #ccc #666 #666 #ccc;
	padding: 0;
	cursor: pointer;
	margin-top: 10px;
}

#sidebar h1{
	font-size : 1.2em;
	color: #115EAC;
}

#content ul.list li li{
	list-style-type: none;
	list-style-image: url(../media/crosses3.gif);
	margin-left: -1em;
}

#content ul.list, #content ul.rep  {
    list-style-type: none;
    padding: 0;
    margin: 0;    
}

#content ul.list li, #content ul.rep li {
     background-image: url(../media/crosses.gif);
     background-repeat: no-repeat;
     background-position: 0 0.3em;
     padding-left: 1.3em;
     margin-left: 1.5em;
}

#content ul, #content li {
	line-height: 150%;
} 
#content ul.rep li {line-height:200%;background-position:0 0.7em;}
#content dl { border-bottom: 1px dashed #eee; }

#content dt {
width: 22.5em;
float: left;
clear: left;
border-top: 1px solid #eee;
}

#content dd {
margin-left: 22.6em;
width:16em;
padding-top: 10px;
padding-bottom: 9px;
text-align: right;
border-top: 1px solid #eee;
}
#content dd img {
    border: 0;
	padding-left: 5px;
	vertical-align: middle;
}
.small {
    font-size: 0.8em;
}

blockquote {
	border: 1px solid #efefef;
	padding: 15px 10px 0 10px;
	background-color: #fafcff;
	background-image: url(../media/quoteopen.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
}
blockquote div {
	background-image: url(../media/quoteclose.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0 20px;
}
blockquote p {
	text-align: right;
	font-weight: bold;
	border-top-style: dashed;
	border-top-color: #efefef;
	border-top-width: 1px;
}
#sidebar div.feature3 {
    margin-top: 10px;
	font-size: 0.9em;
	text-align: center;
	line-height: 120%;
}
.totop {
    text-align: center;
	border-top: 1px solid #efefef;
	padding-top: 10px;
	padding-bottom: 50px;
}
.address {
    margin: 5% 20%;
	padding: 10px;
    text-align: center;
	line-height: 140%;
	border: 1px dashed #ccc;
	background-color: #fafcff;
}
/* image replacement. fer gawd's sake, someone tell me how to do this better, it can't be right */
#replace1 {
	width: 200px;
	height: 30px;
	background-image: url(../media/hd-index.gif);
}
#replace1 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
#replace2 {
	width: 200px;
	height: 30px;
	background-image: url(../media/hd-about.gif);
}
#replace2 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
#replace3 {
	width: 200px;
	height: 30px;
	background-image: url(../media/hd-functions.gif);
}
#replace3 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
#replace4 {
	width: 200px;
	height: 30px;
	background-image: url(../media/hd-repertoire.gif);
}
#replace4 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
#replace5 {
	width: 200px;
	height: 30px;
	background-image: url(../media/hd-venues.gif);
}
#replace5 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
#replace6 {
	width: 205px;
	height: 30px;
	background-image: url(../media/hd-recommendations.gif);
}
#replace6 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
#replace7 {
	width: 200px;
	height: 30px;
	background-image: url(../media/hd-gallery.gif);
}
#replace7 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
#replace8 {
	width: 200px;
	height: 30px;
	background-image: url(../media/hd-contact.gif);
}
#replace8 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
#replace9 {
	width: 200px;
	height: 30px;
	background-image: url(../media/hd-audio.gif);
}
#replace9 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
