/*****************************************/
/* Reset Tag Elements                    */
/*****************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*****************************************/
/* Main Page Elements                    */
/*****************************************/
body {
  background: url(../images/background.gif) #3765a0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000;
}
h1 {
  text-indent: -900px;
}
h2 {
  color: #f8bf24;
  font-weight: bold;
  font-size: 1.2em;
  padding: 10px;
}
h3 {
  color: #f8bf24;
  font-weight: bold;
  font-size: 1.1em;
  padding: 5px;
}
#wrapper {
  width: 700px;
  margin: 0 auto;
  border-left: 2px solid #346098;
  border-right: 2px solid #346098;
  font-size: 1.2em;
}
#header {
  height: 236px;
  background: url(../images/ds_logo.jpg) no-repeat #fff;
}
#navbar {
  height: 24px;
  padding-top: 4px;
  background: url(../images/navbar.jpg) #c42510;
}
#accessbar {
  height: 24px;
  padding-top: 4px;
  background: url(../images/accessbar.jpg) repeat-x center top #fff;
}
#content {
  background: url(../images/watermark.jpg) repeat-y #fff;
  padding-bottom: 10px;
}
#footer {
  background-color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
a {
  color: #660;
  text-decoration: underline;
}
.nocss {
  display: none !important;
}
.highlight {
  color: #c21418;
}
.makestrong {
  font-weight: bold;
  font-size: 1.1em;
}

/*****************************************/
/* Navigation Elements                   */
/*****************************************/
#navbar ul li {
  display: block;
  width: 87px;
  text-align: center;
  float: left;
  line-height: 20px;
}
#navbar ul li a {
  color: #fff;
  text-decoration: none;
}
#navbar ul li a:hover, #navbar ul li a:active {
  color: #fff;
  text-decoration: underline;
}
#navbar ul li a:visited {
  color: #ddd;
}

/*****************************************/
/* Access Elements                       */
/*****************************************/
#accessbar ul li {
  display: block;
  width: 120px;
  text-align: center;
  float: left;
  line-height: 24px;
  font-size: 1.1em;
}
#accessbar ul li a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#accessbar ul li a:hover, #accessbar ul li a:active {
  color: #000;
  text-decoration: underline;
}
#accessbar ul li a:visited {
  color: #333;
}

/*****************************************/
/* Footer Elements                       */
/*****************************************/
#footer p {
  color: #253870;
  font-size: .9em;
  padding: 5px;
}

/*****************************************/
/* Content Elements - Main Page          */
/*****************************************/

/* Main Page */
#content #notes {
  text-align: center;
  padding: 10px;
}
#content #newsflash {
  background: url(../images/icons/news.png) no-repeat transparent;
  padding: 10px 0 10px 135px;
  min-height: 135px;
}
#content #newsflash #oldernews {
  background: url(../images/news_corner.jpg) no-repeat #fff;
  width: 450px;
  padding: 10px;
  margin: 10px 0;
}
#content #newsflash #oldernews p {
  margin: 5px 0;
  padding-left: 40px;
  text-indent: -40px;
}
#content #nextevent {
  min-height: 90px;
  padding: 15px 0 10px 135px;
}
#content #nextevent p {
  padding: 5px 0;
  color: #253870;
  font-weight: bold;
  font-size: 1.1em;
}
#content #whobox {
  background: url(../images/icons/who.png) no-repeat transparent;
  padding: 10px 0 10px 135px;
}
#content #whobox p {
  padding: 5px 0;
  line-height: 1.3em;
}

/* Programs Page */
#content #programs {
  padding-left: 50px;
}
#content #programs ul {
  margin-left: 25px;
  list-style: circle;
}
#content #programs ul li {
  line-height: 1.4em;
}
#content #respiteprg {
  padding-left: 135px;
  min-height: 155px;
}
#content #respiteprg p {
  padding: 5px 0;
}
#content #comptutprg {
  padding-left: 135px;
  min-height: 155px;
  background: url(../images/icons/comptutprg.png) no-repeat 0px 25px transparent;
}
#content #comptutprg p {
  padding: 5px 0;
}
#content #motorskillsprg {
  padding-left: 135px;
  min-height: 155px;
  background: url(../images/icons/motorskillsprg.png) no-repeat 0px 25px transparent;
}
#content #motorskillsprg p {
  padding: 5px 0;
}
#content #newparentsprg {
  padding-left: 135px;
  min-height: 155px;
  background: url(../images/icons/newparentsprg.png) no-repeat 0px 25px transparent;
}
#content #newparentsprg p {
  padding: 5px 0;
}
#content #weeupsprg {
  padding-left: 135px;
  min-height: 155px;
  background: url(../images/icons/weeupsprg.png) no-repeat 0px 25px transparent;
}
#content #weeupsprg p {
  padding: 5px 0;
}
#content #parentaids #aguideforparents {
  padding-left: 120px;
  min-height: 150px;
  background: url(../images/resources/downsyndrome.jpg) no-repeat transparent;
  margin-bottom: 10px;
}
#content #parentaids #breastfeeding {
  padding-left: 120px;
  min-height: 165px;
  background: url(../images/resources/breastfeeding.jpg) no-repeat transparent;
  margin-bottom: 10px;
}
#content #parentaids #myhealthrecord {
  padding-left: 120px;
  min-height: 120px;
  background: url(../images/resources/growthrecord.jpg) no-repeat transparent;
  margin-bottom: 10px;
}

#content #parentaids .byline {
  font-style: italic;
  text-indent: 30px;
  font-size: .9em;
}

/* Events Page */
#content #specialevent {
  background: url(../images/fading_corner_2.jpg) no-repeat #fff;
  padding-left: 15px;
  padding-right: 25px;
  min-height: 130px;
}
#content #upcomingevents {
  padding-left: 135px;
  min-height: 155px;
  background: url(../images/icons/upcoming_events.png) no-repeat 0px 25px transparent;
}
#content #pastevents {
  margin-top: 30px;
  padding-left: 135px;
  min-height: 155px;
  background: url(../images/icons/past_events.png) no-repeat 0px 25px transparent;
}

/* Membership Page */
#content #membership {
  padding-left: 135px;
  min-height: 155px;
  background: url(../images/icons/membership_lg.png) no-repeat 0px 25px transparent;
}

/* Volunteers Page */
#content #volunteers {
  padding-left: 135px;
  min-height: 155px;
  background: url(../images/icons/volunteers_lg.png) no-repeat 0px 25px transparent;
}

/* Links Page */
#content #links {
  padding-left: 135px;
  min-height: 155px;
  background: url(../images/icons/links_lg.png) no-repeat 0px 25px transparent;
}
#content #links p {
  margin: 10px 0;
}
#content #links strong {
  font-size: 1.1em;
  font-weight: bold;
}

/* Contact Us Page */
#content #contact {
  padding-left: 135px;
  min-height: 155px;
  background: url(../images/icons/contact_lg.png) no-repeat 0px 25px transparent;
}
#content #contact .highlight {
  color: #C21418;
  font-weight: bold;
}
#content #contact strong {
  font-weight: bold;
}

/* Access Options Page */
#content #accessoptions {
  padding-left: 135px;
  min-height: 155px;
  background: url(../images/icons/access.png) no-repeat 0px 25px transparent;
}



