@charset "UTF-8";
body {
	font: 75%/1.2 Trebuchet MS, Arial, Helvetica, sans-serif;
	background: rgb(156,218,255);
	padding: 32px;
	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;
}
#container {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #FFFFFF url(../images/header-bg.jpg) no-repeat;
	height: 170px;
}
#ymcaInfo {
	float: right;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.2;
	margin-top: 14px;
	margin-right: 14px;
	margin-bottom: 0;
	margin-left: 0;
}
#ymcaInfo address {
	margin-top: 1em;
}
#ymcaLogo {
	float: left;
	margin: 14px 14px 20px 14px;
}
#mainContent {
	background: #FFFFFF;
	padding: 24px 0;
}
#footer {
	padding: 16px;
	text-align: center;
}
.clearfloat {
	clear: both;
}
/*h1+div {
	width: 840px;
	margin: 0 auto;
	margin-top: 1em;
}*/
#mainBody {
	width: 840px;
	margin: 0 auto;
	margin-top: 1em;
	overflow: auto;
}
/*h1+div>div {
	float: left;
	width: 400px;
	margin-right: 40px;
}*/
div.col1, div.col2 {
	float: left;
	width: 400px;
	margin-right: 40px;
}
/*h1+div>div+div {
	margin-right: 0;
}*/
div.col2 {
	margin-right: 0;
}
div.callout {
	border: 2px solid rgb(255,233,175);
	padding: 12px;
	margin: 1em 0;
}
a:visited {
	color: #09F;
}
h1 {
	font-size: 140%;
	text-transform: uppercase;
	color: rgb(112,179,115);
}
h2 {
	margin-top: 1em;
	text-transform: uppercase;
	color: rgb(93,141,195);
	font-size: 115%;
}
h2:first-child, h2.firstChild {
	margin-top: 0;
}
h3 {
	color: rgb(93,141,195);
	margin-top: 1em;
}
h2+p, h3+p {
	margin-top: 0;
}
p.hdgAdjacent {
	margin-top: 0;
}
#footer p {
	margin-top: .2em;
}
img {
	display: block;
}
p {
	margin-top: 1em;
}
p:first-child, p.firstChild, #footer p:first-child, #footer p.firstChild {
	margin-top: 0;
}
p.callout {
	color: rgb(112,179,115);
	font-size: 120%;
	font-style: oblique;
}
p.caption {
	text-align: center;
	clear: both;
}
p.documentLink {
	margin-left: 36px;
}
p.documentLink img {
	display: inline;
	padding-right: 6px;
	vertical-align: middle;
}
ul {
	list-style-type: disc;
}
ul li {
	margin-left: 1.5em;
	margin-top: .2em;
}
ol {
	list-style-type: decimal;
}
ol li {
	margin-left: 1.8em;
	margin-top: .2em;
}
.data {
	margin: 1em auto;
	width: 99%;
}
.data th {
	text-transform: uppercase;
	text-align: center;
	padding: 4px;
	background-color: rgb(93,141,195);
	color: white;
}
.data td {
	border: 1px solid black;
	border-top: none;
	text-align: center;
	padding: 4px;
	vertical-align: middle;
}
td.col1 {
	background-color: rgb(215,227,240);
}
#mainBody td.sectionSeparator {
	background-color: rgb(133,170,210);
	text-transform: uppercase;
	color: white;
	text-align: center;
}
.eventName {
	text-transform: uppercase;
	color: rgb(112,179,115);
	text-decoration: none;
}
.exampleImage {
	float: right;
	margin-right: 49px;
}
.jobTitle {
	font-style: oblique;
}
.note {
	font-size: 80%;
}
#ymcaInfo img {
	display: inline;
}
p.afterFloat {
	clear: left;
	margin-top: 1em;
}
.fltleft {
	float: left;
	margin: 20px 20px 20px 0;
}
.fltright {
	float: right;
	margin: 20px 0 20px 20px;
}
div.fltleft, div.fltright {
	margin-top: 0;
}
div.fltleft img, div.fltright img  {
	margin-top: 20px;
}
div.fltleft img:first-child, div.fltright img:first-child {
	margin-top: 0;
}
.overlayWrapper 
{
	display: none;
}
