/* Import the style sheet that resets all browsers. */
@import url("reset.css");

/* Updated 09/30/08 */

.clearLeft {display:block; clear:left;}

.toDoAlert {color:red;}

/* The home page needs a handful of images to be
pre-loaded. This is where we force the browser to
download these images into the visitor's cache
even though they might not see them until they visit
the page for a second, third, fourth, time. */
#preloadImages {height:0; text-indent:-9999px; width:0;}
#image1 {background-image:url(../images/layout/home-photo-1.jpg);}
#image2 {background-image:url(../images/layout/home-photo-2.jpg);}
#image3 {background-image:url(../images/layout/home-photo-3.jpg);}
#image4 {background-image:url(../images/layout/home-photo-4.jpg);}
#image5 {background-image:url(../images/layout/home-photo-5.jpg);}
#image6 {background-image:url(../images/layout/home-photo-6.jpg);}

#tooltip {
	position: absolute;
	z-index: 100;
	max-width: 20em;
	border: 5px solid #fff;
	background-color: #2c8fb5;
	padding: .75em 1em;
}
#tooltip h3 {
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
}

#outerWrap {
	width: 807px;
	margin: 0 auto;
	position: relative;
	left: -13px;
	font-size: 1.2em;
}
#header {
	height: 139px;
	margin-top: 17px;
	background: transparent url(../images/layout/bg-header-2.jpg) no-repeat right bottom;
}
.careersPage #header, .linksPage #header {
	background-image: url(../images/layout/bg-header-1.jpg);
}
.contactUsPage #header, .ourStaffPage #header {
	background-image: url(../images/layout/bg-header-2.jpg);
}
.siteMapPage #header, .educationPage #header, .servicesLocationPage #header {
	background-image: url(../images/layout/bg-header-3.jpg);
}
.aboutPage #header, .hipaaPrivacyPage #header, .communityServicesPage #header {
	background-image: url(../images/layout/bg-header-4.jpg);
}
#companyLogo {
	margin: 0;
}
#companyLogo a:hover, #companyLogo a:focus {
	background-color: transparent;
}
#topNav {
	position: absolute;
	right: 10px;
	top: 40px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#topNav li {
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
}
#topNav li a, #topNav li a:visited {
	text-decoration: none;
	padding-left: 14px;
	color: #fff;
}
#topNav li a:hover {
	text-decoration: underline;
	background-color: transparent;
}
#topNav li#careersLink a, #topNav li#careersLink a:visited {
	background: url(../images/layout/icon-careers-link.gif) no-repeat left center;
	padding-left: 11px;
}
#topNav li#contactLink a, #topNav li#contactLink a:visited {
	background: url(../images/layout/icon-contact-link.gif) no-repeat left center;
}
#topNav li#siteMapLink a, #topNav li#siteMapLink a:visited {
	background: url(../images/layout/icon-site-map-link.gif) no-repeat left center;
}
#phoneNumbers {
	position: absolute;
	left: 345px;
	top: 70px;
	width: 241px;
	height: 60px;
	text-indent: -9999px;
	background: url(../images/layout/phone-numbers.gif) no-repeat left top;
	margin: 0;
}
#navWrap {
	background: transparent url(../images/layout/bg-nav.gif) no-repeat right bottom;
	min-height: 26px;
	padding-right: 7px;
	padding-left: 20px;
}
#navWrap ul, #navWrap li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navWrap li {
	float: left;
	padding: 4px 17px 3px 17px;
	text-align: center;
}
#navWrap a, #navWrap a:visited {
	color: #fff;
	text-decoration: none;
}
#navWrap a:hover {
	color: #111;
	text-decoration: underline;
	background-color: transparent;
}
#navWrap acronym {
	border-bottom: none;
	cursor: pointer;
}
#contentWrap {
	background: transparent url(../images/layout/bg-content.png) no-repeat right top;
	padding: 0 7px 0 20px;
}
#contentShadowTop, #contentShadowBottom {
	display: block;
	height: 10px;
	background-repeat: repeat-x;
}
#contentShadowTop {
	background-image: url(../images/layout/bg-content-shadow-top.gif);
}
#contentShadowBottom {
	background-image: url(../images/layout/bg-content-shadow-bottom.gif);
	border-bottom: 1px solid #fff;
	clear: both;
}
#contentWrap h2 {
	margin-bottom: .5em;
	margin-right: 20px;
	margin-left: 20px;
	border-bottom: 1px solid #999;
	font-weight: normal;
	font-family: georgia, serif;
}
#contentWrap h2 acronym {
	border-bottom: none;
}
#contentWrap h3 {
	margin-bottom: 0;
	font-size: 1.3em;
	color: #6b000d;
	border-bottom: 1px dashed #6b000d;
	font-weight: normal;
	font-family: georgia, serif;
}
#contentWrap h4 {
	margin-bottom: -.5em;
	font-weight: normal;
	font-family: georgia, serif;
}
#noColumns {
	margin: 0 20px;
}
#mainColumn {
	float: left;
	width: 500px;
	margin-left: 20px;
}
.homePage #mainColumn {
	width: 355px;
}
#missionStatement {
	margin: 0 20px;
}
.hasDropCap:first-letter {
	font-size: 4.10em;
	line-height: .65em;
	float: left;
	font-family: georgia, serif;
}
blockquote.alignRight {
	padding: 0 0 0 1em;
	margin: 1em 0 1em 1em;
	width: 11em;
	float: right;
	border-left: 1px dotted #bbb;
	font-size: 1.3em;
	font-style: italic;
	font-family: georgia, serif;
}
blockquote.alignRight p {
	margin: 0;
}
#homePhotoWrap {
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 20px;
	min-height: 299px;
	height: auto !important;
	height: 299px;
}
.homePhoto1 {background-image:url(../images/layout/home-photo-1.jpg);}
.homePhoto2 {background-image:url(../images/layout/home-photo-2.jpg);}
.homePhoto3 {background-image:url(../images/layout/home-photo-3.jpg);}
.homePhoto4 {background-image:url(../images/layout/home-photo-4.jpg);}
.homePhoto5 {background-image:url(../images/layout/home-photo-5.jpg);}
.homePhoto6 {background-image:url(../images/layout/home-photo-6.jpg);}
#contactForm dt {
	float: left;
	width: 6em;
	text-align: right;
	margin-right: 1em;
	margin-bottom: 1em;
	font-weight: normal;
}
#contactForm dd {
	margin-bottom: 1em;
}
#emailName {
	width: 296px;
}
#emailAddress {
	width: 296px;
}
#emailSubject {
	width: 296px;
}
#emailMessage {
	width: 300px;
}
#errorTitle, .errorMessage {
	color: #c10000;
}
.educationEvent {
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px dashed #999;
}
.educationEvent dt {
	margin-bottom: .75em;
}
.eventDate, .eventLocation, .eventFee {
	width: 200px;
	clear: left;
	float: left;
}
.eventDescription {
	margin-left: 220px;
}
.eventClear {
	clear: left;
}
#subColumn {
	float: right;
	width: 200px;
	margin-right: 20px;
}
.homePage #subColumn {
	width: 355px;
}
#subColumn img {
	border: 1px solid #333;
}
.homePage #subColumn img {
	border: none;
}
#subColumn ul {
	list-style: none;
	padding-left: 0;
}
.homePage #subColumn ul a {
	display: block;
	padding: 2px;
}
.homePage #subColumn ul a:hover {
	background-color: #eee;
}
.homePage #subColumn #windrushFarms {
	float: left;
}
.homePage #subColumn #specialOlympics {
	float: right;
}
.homePage #subColumn #toysForTots {
	float: right;
	margin-top: 12px;
}
.homePage #subColumn #neurofibromatosisIncNE {
	clear: left;
	float: left;
	position: relative;
	top: 12px;
}
.homePage #subColumn p {
	clear: right;
	margin-left: 174px;
	position: relative;
	top: 12px;
}
.pdfIcon, .zipIcon {
	text-decoration: none;
	padding-left: 24px;
	margin: 5px 0;
	display: block;
	background: transparent url(../images/layout/icon-pdf.gif) no-repeat left center;
}
.zipIcon {
	background-image: url(../images/layout/icon-zip.gif);
}
#footerWrap {
	color: #fff;
	font-size: .9em;
	min-height: 78px;
	padding: 0 7px 10px 20px;
	background: transparent url(../images/layout/bg-footer.gif) no-repeat right bottom;
}
#footerEvents h5 a, #footerEvents h5 a:visited {
	padding-left: 15px;
	color: #9fc8d4;
	background: transparent url(../images/layout/icon-footer-events.gif) no-repeat 0 2px;
}
#footerAbout h5 a, #footerAbout h5 a:visited {
	padding-left: 20px;
	color: #9fc8d4;
	background: transparent url(../images/layout/icon-footer-about.gif) no-repeat 0 3px;
}
#footerEvents h5 a:hover, #footerAbout h5 a:hover {
	background-color: #9fc8d4;
	color: #111;
}
#footerWrap p, #footerWrap ul {
	margin-top: .5em;
}
#footerWrap a, #footerWrap a:visited {
	text-decoration: none;
}
#footerWrap p a, #footerWrap p a:visited, #footerWrap ul a, #footerWrap ul a:visited {
	color: #fff;
	text-decoration: underline;
}
#footerWrap p a:hover, #footerWrap ul a:hover {
	color: #9fc8d4;
	background-color: transparent;
}
#footerLogos {
	float: right;
	width: 261px;
	text-align: right;
	padding-top: 5px;
	margin-right: 5px;
}
#footerLogos a:hover {
	background-color: transparent;
}

#footerLogos a {
	margin-right: 10px;
}
#footerLogos #lastFooterLogo {
	margin-right: 0;
}
#footerLogos img {
	display: inline-block;
}
#footerAbout {
	float: left;
	/*width: 271px;*/
	width: 232px;
	margin-left: 20px;
}
#footerEvents {
	margin: 0 0 0 258px;
	padding-top: 1px;
	position: relative;
	top: -1px;
	/*width: 271px;*/
	width: 232px;
}
#finePrintWrap {
	padding: 0 12px 0 25px;
	margin-bottom: 35px;
	color: #526f80;
}
#finePrintWrap p {
	margin: 0;
}
#finePrintWrap #createdBy {
	float: right;
}
#finePrintWrap a, #finePrintWrap a:visited {
	color: #526f80;
	text-decoration: underline;
}
#finePrintWrap a:hover {
	background-color: transparent;
	color: #222;
}