@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
/*
	background: #666666;
*/
	background: #ffffff;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container {
	width: 782px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*

	background: #999999;
*/
	background: #ffffff;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {

/* following line added to suppress printing of banner */
	DISPLAY: NONE;

	background: #DDDDDD url(../images/structure/hm_banner.jpg) no-repeat left top;
	height: 236px;
	width: 782px;
} 

/* next section allows printing of Printout header */

.twoColFixRtHdr #headerprint {
	DISPLAY: block;
	PADDING-LEFT: 58px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;  LETTER-SPACING: 0.11em; HEIGHT: 28px; COLOR: #000000; FONT-SIZE: 28px; VERTICAL-ALIGN: bottom; FONT-WEIGHT: 300; PADDING-TOP: 0px; text-align: left; padding-bottom: 0px;
}

.twoColFixRtHdr #headerAlt {
	background: #DDDDDD 
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#topnav {

/* following line added to suppress printing of nav bar */
	DISPLAY: NONE;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #B6121B;
	letter-spacing: 0.12em;
	height: 26px;
	padding-left: 48px;
}
#heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: 300;

/* deleted the following color and background stuff */
/*
	color: #FFFFFF;
	background-color: #999999;
	background-image: url(../images/structure/pg2_heading_bkgrnd.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
*/
/* and added the following 2 lines */
	color: #000000;
	background: #ffffff;

	letter-spacing: 0.11em;
	padding-left: 58px;
	vertical-align: bottom;
	padding-top: 22px;
	float: left;
	width: 575px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 148px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #CCCCCC url(../images/structure/hm_whatsnew.jpg) no-repeat 0px top;
	height: auto;
}
#sidebarContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #000000;
	padding: 40px 10px 0px 18px;
	height:367px;
}
.subtitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bolder;
	color: #000000;
}
.subtitles a:link {
	color: #000000;
	text-decoration:none;
}
.subtitles a:visited {
	color: #000001;
	text-decoration:none;
}
.subtitles a:hover {
	color: #CC0000;
	text-decoration:underline;
}
.subtitles a:active {
	color: #000002;
	text-decoration:none;
}
.twoColFixRtHdr #mainContentHome {
	margin: 0 0px;
	border-left-width: 250px;
	border-left-style: none;
	border-left-color: #FFFFFF;
	background-color: #999999;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 25px;
} 
.hm_column3 {
	margin: 12px 5px;
	float: left;
	width: 184px;
	background-color: #CCCCCC;
	height: 320px;
}
.hm_column1 {
	margin: 12px 5px;
	width: 184px;
	float: left;
	background-color: #CCCCCC;
	height: 320px;
}
.hm_column2 {
	margin: 12px 5px;
	width: 184px;
	float: left;
	background-color: #CCCCCC;
	height: 320px;
}
.heading3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
}
.homeConcert {
	margin-left: 10px;
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
}
.homeDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-top: 5px;
	padding-left: 10px;
}
.homeSummary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 8px;
	padding-left: 10px;
}
.homeLocation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding-top: 8px;
	padding-left: 10px;
}
.twoColFixRtHdr #footer {
	background:#999999 url(../images/structure/footer_right.gif) repeat-y right bottom;
	width: 850px;
	margin-left: 24px;
	margin-top: 0px;
} 
#footerRight {
	background-color: #CCCCCC;
	float: right;
	width: 148px;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 3px;
}
#footerHome {

/* following line added to suppress printing of footer */
	DISPLAY: NONE;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .70em;
	font-weight: normal;
	color: #000000;
	background-color: #999999;
	padding: 3px;
	float: left;
	width: 727px;
	margin-left: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #B6121B;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.footerbullet {	font-size: 15px;
	font-weight: bolder;
}

