@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;
}
.thrColFixHdr #container { 
	width: 782px;  
	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. */
} 
.thrColFixHdr #header {

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

	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 176px;
	width: 782px;
	background-color: #DDDDDD;
	background-image: url(../images/structure/pg2_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 

/* next section allows printing of Printout header */

.thrColFixHdr #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;
}

.thrColFixHdr #headerAlt {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 176px;
	width: 782px;
	background-color: #DDDDDD;
} 
#topnavPage2 {

/* 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: 22px;
	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;
	height: 28px;
}
.thrColFixHdr #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 */
}
.page2Concert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bolder;
}
#page2Concert {
	padding-top: 12px;
}
.page2Date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #000001;
}
#page2Date {
	padding-top: 5px;
}
.page2Summary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000001;
}
.page2Location {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	font-weight: normal;
	color: #000001;
	line-height: 1.5em;
}
#page2Location {
	padding-top: 8px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 15px 15px 58px; /* padding keeps the content of the div away from the edges */
	width: 180px;
}
.thrColFixHdr #sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.3em;
}
.thrColFixHdr #sidebar1 ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.3em;
}
.thrColFixHdr #sidebar1TwoCol {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 15px 15px 58px; /* padding keeps the content of the div away from the edges */
	width: 480px;
}
.thrColFixHdr #sidebar1TwoCol p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;
}
#memberNavContainer {
	border: 1px solid #999999;
	width: 170px;
}

.thrColFixHdr #sidebar1TwoCol ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
}
.heading3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 184px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
}

.regText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;
}
.regText a:link {
	color: #000000;
	text-decoration:underline;
}
.regText a:visited {
	color: #000000;
	text-decoration:underline;
}
.regText a:hover {
	color: #B6121B;
	text-decoration:none;
}
.regText a:active{
	color: #000000;
	text-decoration:none;
}
.thrColFixHdr #mainContent {
	padding: 25px 20px 0 10px;
	border-left-width: 190px;
	border-left-style: none;
	border-left-color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 270px;
	margin-right: 184px;
} 
.thrColFixHdr #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;
}
.thrColFixHdr #mainContent ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;
}
#Col3TextContainer {
	padding-right: 8px;
}
#Col3TextContainer.memberNav {
	padding-left: 12px;
}
#Col3TextContainer.memberNav p {
	line-height:1.8em;
}
.thrColFixHdr #footer {

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

	padding: 4px 10px 4px 20px;
	background-color: #FFFFFF;
	background-position: center;
} 
.footerbullet {
	font-size: 15px;
	font-weight: bolder;
}
.thrColFixHdr #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: Verdana, Arial, Helvetica, sans-serif;
	font-size: .70em;
	font-weight: normal;
	padding-bottom: 3px;
}
.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: #000001;
	text-decoration: underline;
}
a:visited {
	color: #000001;
	text-decoration: underline;
}
a:hover {
	color: #B6121B;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
.regTextSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	letter-spacing: .03em;
}
.contactImages {
	float: left;
	margin-right: 35px;
}
.signupImages {
	float: left;
	margin-right: 16px;
}
.emailImages {
	float: left;
	margin-right: 36px;
}
#calloutBoxHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bolder;
	color: #000000;
	background-color: #D8D8D8;
	width: 170px;
	height: 22px;
	text-align: center;
	padding-top: 6px;
}
#calloutBoxHeadingTwoLines {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bolder;
	color: #000000;
	background-color: #D8D8D8;
	width: 170px;
	height: 32px;
	text-align: center;
	padding-top: 6px;
}
