body {
	background: #262626 url(../images/bg/bg_hdrSub.gif) repeat-x 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a3a3a;
} 
 /* hdr section */
h1 { 
 	background: transparent url(../images/hdrs/hdr_subPage.gif) no-repeat 0 0;
	float: left;
	color: #fff;
	font-size: 26px;
	line-height: 92px;
	margin: 1px 0 0 0;
	padding: 0 0 0 20px;
	width: 728px;
 }
/* end hdr section */

#content {
	background-color:#ffffff;
	float: left;
	margin: 0;
	padding: 10px 20px 20px 20px;
	width: 678px;
}
html>body #content {
	width: 708px;
}

h2 {
	background: transparent url(../images/arrows/arrow_red.gif) no-repeat 0 15px;
	color: #990000;
	display: block;
	font-size: 18px;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 18px;
}
h3 {
	background: transparent url(../images/arrows/arrow_gray.gif) no-repeat 18px 15px;
	display: block;
	font-size: 13px;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 30px;
}
p {
	padding: 0 0 0 18px;
	margin: 0;
}
h4 {
	background: transparent url(../images/arrows/arrow_red.gif) no-repeat 0 12px;
	color: #990000;
	display: block;
	font-size: 13px;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 18px;
}
/* Schedule of the Event page */
h3.redGradient {
	background: #A73333 url(../images/hdrs/hdr_redGradient.gif) repeat-x 0 0;
	color: #fff;
	float: left;
	font-size: 14px;
	height: 29px;
	margin: 15px 10px 0 0;
	padding: 10px 0 0 15px;
	width: 680px;
}
html>body h3.redGradient {
	width: 695px;
}

.scheduleContainer { /* two column block - bottom gradient bg */
	background: transparent url(../images/bg/bg_blueGradientBottom.gif) repeat-x bottom left;
	border: solid 1px #cccccc;
	border-top-width: 0;
	border-bottom-width: 0;
	border-collapse: collapse;
	display: block;
	float: left;
	height: auto;
	padding: 0;
	margin: 0;
	width: 100%;
}
.scheduleContainerHdr { /* two columns block - gradient hdr image */
	background: transparent url(../images/hdrs/hdr_blueGradientbg.gif) repeat-x 0 0;
	float: left;
	height: auto;
	width: 100%;
}
.scheduleContainer h3 { /* for the header text for each scheudle */
	background-image: none;
	font-size: 14px;
	color: #336699;
	padding: 0 0 0 15px;
}
.scheduleContainerLeft {
	float: left;
	width: 180px;
	padding: 15px 0 0 15px;
}
.scheduleContainerRight {
	float: left;
	width: 470px;
	padding: 15px 10px 15px 0;
}
/* end Schedule of the Event page */

/* light red gradient box */
.lightRedGradientContainer {
	background: transparent url(../images/bg/bg_redGradientBoxBottom.gif) repeat-x bottom left;
	border: solid 1px #F2CFCF;
	border-top-width: 0;
	border-bottom-width: 0;
	border-collapse: collapse;
	display: block;
	float: left;
}
.lightRedGradientContainerHdr {
	background: transparent url(../images/bg/bg_redGradientBoxTop.gif) repeat-x 0 0;
	float: left;
}
.lightRedGradientContainer p {
	padding: 15px 0 5px 0;
}
/* end light red gradient box */

/* get directions box */
.getDirectionsContainer {
	background: transparent url(../images/bg/bg_redGradientBoxBottom.gif) repeat-x bottom left;
	border: solid 1px #F2CFCF;
	border-top-width: 0;
	border-bottom-width: 0;
	border-collapse: collapse;
	display: block;
	float: left;
}
.getDirectionsContainerHdr {
	background: transparent url(../images/bg/bg_redGradientBoxTop.gif) repeat-x 0 0;
	float: left;
}
.getDirectionsContainer p {
	padding: 5px 0 0 15px;
}

/* end get directions box */


/* two column layout */
.leftCol50 {
	float: left;
	padding: 10px 10px 0 10px;
	width: 300px;
}
.rightCol50 {
	float: left;
	padding: 0 6px 0 0;
	width: 300px;
}
.rightCol50  ul.graySquare, .leftCol50  ul.graySquare {
	margin-left: 10px;
}
/* end two column layout */
