/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

	/*
-----------------------------------------------
Client:Institute on Aging
Project:Web Site Redesign (http://www.ioaging.org/)

File Name: page.css 
Version: 1.0
Notes: Rules for site-wide elements.

Author: Dayspring Technologies, Inc.
Email: info@dayspring-tech.com
Web: http://www.dayspring-tech.com/
----------------------------------------------- */

/* Layout
----------------------------------------------- */
html {
	background-color:#ffec5f;
	}
body {
	background:#ffed68 url(/img/bg-pg.jpg) no-repeat 50% 0 scroll;
	color:#000;
	padding:0 0 50px;
	}
#page {
	background-color:#fff;
	margin:0 auto;
  width:980px;
  }

/* Images
----------------------------------------------- */
img {
  border:0;
	display:block;
  margin-bottom:15px;
  }

img.left {
  float:left;
	margin:3px 15px 15px 0;
	}
img.right {
  float:right;
	margin:3px 0 15px 15px;
	}
a.goog-logo-link img {margin-bottom: 0px; 
display: inline}

img.galleryleft {
  float:left;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:0px;
  margin-left:0px;
	}

img.galleryrt {
  float:right;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:0px;
  margin-left:0px;
	}

img.ceyaeventsleft {
  float:left;
  margin-top:0px;
  margin-bottom:0px;
  margin-right:10px;
  margin-left:0px;
	}

/* Typography
----------------------------------------------- */
p, li, ul, ol, h1, h2, h3, h4, h5, h6, label, input, textarea, cite, select, legend, option, optgroup, caption, th, td {
  font-family:arial,helvetica,sans-serif;
  line-height:120%;
	text-align:left;
	}
strong {
  font-weight:bold;
  }
em {
  font-style:italic;
  }
sup {
  font-size:77%;
	line-height:0;
  }

/* Float Clearing Hack
----------------------------------------------- */
.clearfix:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  visibility:hidden;
  }
.clear {
	clear:both;
	}
	
/*
-----------------------------------------------
Client:Institute on Aging
Project:Web Site Redesign (http://www.ioaging.org/)

File Name: layout.css 
Version: 1.0
Notes: Rules for the different column layouts in the div#main block. These are contextual selectors based on the class value in the body element.

Author: Dayspring Technologies, Inc.
Email: info@dayspring-tech.com
Web: http://www.dayspring-tech.com/
----------------------------------------------- */
	
/* Default Layout
----------------------------------------------- */
#content {
  background:#fff url(/img/bg-content.gif) repeat-y 0 0;
  margin-bottom:20px;
	padding-bottom:10px;
	}
#main {
	float:right;
	width:725px;
	}
#pcon {
	float:left;
	padding-top:30px;
	width:485px;
  }
#tcon {
  float:right;
  width:190px;
  }
#scon {
	float:left;
  width:205px;
  }
 
	/*
-----------------------------------------------
Client:Institute on Aging
Project:Web Site Redesign (http://www.ioaging.org/)

File Name: hd.css
Version: 1.0
Notes: Sets rules for the [h]ea[d]er.

Author: Dayspring Technologies, Inc.
Email: info@dayspring-tech.com
Web: http://www.dayspring-tech.com/
----------------------------------------------- */

/* Layout
----------------------------------------------- */
#hd {
	background:transparent url(/img/bg-hd_logo2010.jpg) no-repeat 0 0;
	height:108px;
	}
#hd h1.logo {
	float:left;
	margin:17px 0 0 35px;
	}
#hd a.logo {
	display:block;
	height:71px;
	text-decoration:none;
	text-indent:-9999px;
	width:384px;
	}

/* Skip navigation
----------------------------------------------- */
p.skip { /* Moves links to the main content off the page. */
	left:-9999px;
	position:absolute;
	}

/* Search bar
----------------------------------------------- */
#search-hd {
	float:right;
	margin:25px 40px 15px 0;
	text-align:right;
	width:400px;
	}
#search-form {
	margin-bottom:0;
	}	
#search-label {
  left:-9999px;
	position:absolute;
	}
#search-input {
  background-color:#ffffeb;
	border:1px solid #005daa;
	color:#666;
  margin:0;
  padding:2px;
  width:180px;
	}
#search-input-go {
  border:0;
  margin:0 0 -8px 0;
  padding:0;
  width:auto;
	}
#search-input-go-ie6 {
  display:none;
  width:auto;
  }

/* Quick navigation
----------------------------------------------- */
#qnav {
	color:#004991;
	float:right;
	font-size:100%;
	font-weight:bold;
	margin:0 46px 0 0;
	padding:0 0 2px;
	text-align:right;
	width:400px;
	}
#qnav a.arrw { /* With arrow in front. */
	margin-right:10px;
	}
strong.size-m {
	font-size:100%;
	}
strong.size-xl {
	font-size:146.5%;
	}
#textSizer a {
	color:#004991;
	font-weight:normal;
	text-decoration:none;
	}
#textSizer a:hover, #textSizer a.active {
	color:#004991;
	text-decoration:underline;
	}

/* Primary navigation
----------------------------------------------- */
#pnav {
	background:transparent url(/img/bg-pnav.jpg) repeat-x 0 0;
	border-bottom:1px solid #fff;
	clear:both;
	font-size:108%;
	height:35px;
	margin:0;
	position:relative;
	z-index:100;
	}
#pnav li.pnav-li {
	background:transparent;
	border-left:#fff 1px solid;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	text-align:center;
	top:0;
	}
#pnav li#home {
	border-left:0;
	left:0;
	width:140px;
	}
#pnav li#aging {
	left:140px;
	width:189px;
	}
#pnav li#services {
	left:330px;
	width:149px;
	}
#pnav li#support {
	left:480px;
	width:149px;
	}
#pnav li#professionals {
	left:630px;
	width:199px;
	}
#pnav li#about {
	left:830px;
	width:149px;
	}
#pnav a.pnav-a {
	color:#fff;
	display:block;
	font-weight:bold;
	line-height:35px;
	margin:0;
	min-height:35px;
	padding:0;
	text-decoration:none;
	}
#pnav #home a.pnav-a {
	}
#pnav a.pnav-a:hover, #pnav a.pnav-a.here {
	background:transparent url(/img/bg-pnav-on.jpg) repeat-x 0 100%;
	color:#004991;
	text-decoration:none;
	}
		
/* Megamenu table
----------------------------------------------- */
table.mega {
	background:#fff url(/img/bg-mega.jpg) repeat-x 0 100%;
	border-bottom:5px solid #004991;
	border-top:1px solid #fff;
	left:-9999px;
	margin-bottom:0;
	position:absolute;
	top:35px;
	width:auto;
	}
#pnav li:hover table.mega, #pnav li.sfhover table.mega { /* Makes the mega menu appear. */
	left:0;
	}
#pnav li#aging table.mega {
	width:839px;
	}
#pnav li#services table.mega {
	width:689px;
	}
#pnav li#services:hover table.mega , #pnav li#services.sfhover table.mega{ /* Makes the mega menu appear. */
	left:-190px;
	}
#pnav li#support table.mega {
	width:499px;
	}
#pnav li#professionals table.mega {
	width:649px;
	}
#pnav li#professionals:hover table.mega , #pnav li#professionals.sfhover table.mega{ /* Makes the mega menu appear. */
	left:-300px;
	}
#pnav li#about table.mega {
	width:649px;
	}
#pnav li#about:hover table.mega, #pnav li#about.sfhover table.mega  { /* Makes the mega menu appear. */
	left:-500px;
	}
.mega th {
	background-color:#004991;
	border-left:1px solid #fff;
	color:#fff;
	font-size:108%;
	font-weight:bold;
	padding:5px 15px;
	}
.mega td {
	border-left:1px solid #fff;
	font-size:85%;
	padding:0px 0;
	}
.mega .nobrdr {
	border-left:0;
	}
#pnav .mega ul {
  background:transparent;
	margin:0 0 10px;
  }
#pnav .mega ul li {
  background:transparent url(/img/bg-dot.gif) repeat-x 0 100%;
	padding:3px 0;
	}
#pnav .mega a {
  background:transparent url(/img/ic-aw-bl24.png) no-repeat 7px 6px;
	border-left:transparent 5px solid;
	display:block;
	padding:3px 5px 3px 22px;
	text-decoration:none;
	}
#pnav .mega a:hover, #pnav .mega a.here {
	background-color:#fff;
	border-left:#004991 5px solid;
	color:#000;
	text-decoration:none;
	}
	/*
-----------------------------------------------
Client:Institute on Aging
Project:Web Site Redesign (http://www.ioaging.org/)

File Name: pcon.css 
Version: 1.0
Notes: Styles all elements within the [p]rimary [con]tent block.

Author: Dayspring Technologies, Inc.
Email: info@dayspring-tech.com
Web: http://www.dayspring-tech.com/
----------------------------------------------- */

/* Typography
----------------------------------------------- */
h1 {
	color:#004991;
	font-family:georgia,times,serif;
	font-size:197%;
	line-height:120%;
	margin-bottom:15px;
	}
	
h1.caresite {
	color:#004991;
	font-family:georgia,times,serif;
	font-size:197%;
	line-height:120%;
	margin-bottom:15px;
	margin-left:20px;
	margin-top:40px;
	}

h2 {
	color:#000;
	font-size:131%;
    font-weight:bold;
	line-height:120%;
	margin-bottom:5px;
	}

h3 {
	color:#004991;
	font-family:georgia,times,serif;
	font-size:131%;
	line-height:120%;
	margin-bottom:5px;
  }
h4 {
	color:#d45626;
  font-size:108%;
  line-height:120%;
  text-transform:uppercase;
  font-weight:bold;
	}	
	
h5 {
	font-size:93%;
  font-weight:bold;
	text-transform:uppercase;
	}
	
h6 {
  font-size:93%;
  font-weight:bold;
	text-transform:uppercase;
  line-height:100%;
  }
p {
  font-size:100%;
	margin-bottom:15px;
  }

ul {
  font-size:100%;
	margin:0 0 15px;
  }
ul li {
  background:transparent url(/img/ic-dot-blu.gif) no-repeat 5px 6px;
	list-style:none;
	padding:0 0 5px 15px;
	}
ol {
  font-size:100%;
  margin:0 0 15px 0;
  }
ol li {
  list-style-position:outside;
  list-style-type:decimal;
  margin:0 0 5px 35px;
	}
li ul, li ol {
  font-size:100%;
	margin-bottom:0;
  }

/* Promo box
----------------------------------------------- */

div.promo-rd {
	background-color:#f5f5ed;
	border-top:5px solid #d45626;
	margin:40px 0 15px;
	padding:0 20px 10px;
	position:relative;
	}
div.promo-rd h5.title {
	border-bottom:3px solid #fff;
	color:#fff;
	left:-35px;
	padding:10px 10px 3px 35px;
	position:relative;
	top:-10px;
	width:455px;
	}
div.promo-rd p {
	margin-bottom:10px;
	}
div.promo-rd.right {
	float:right;
	margin:10px 0 20px 25px;
	padding:0 10px 5px;
	width:160px;
	}
div.promo-rd.right h5.title {
	left:-25px;
	width:150px;
	}
div.promo-rd h5.title.announce {
	background:transparent url(/img/promo-rd-announce.gif) no-repeat 0 0;
	}
div.promo-rd h5.title.attention {
	background:transparent url(/img/promo-rd-attention.gif) no-repeat 0 0;
	}
div.promo-rd h5.title.comment {
	background:transparent url(/img/promo-rd-comment.gif) no-repeat 0 0;
	}
div.promo-rd h5.title.doc {
	background:transparent url(/img/promo-rd-doc.gif) no-repeat 0 0;
	}
div.promo-rd h5.title.home {
	background:transparent url(/img/promo-rd-home.gif) no-repeat 0 0;
	}
div.promo-rd h5.title.idea {
	background:transparent url(/img/promo-rd-idea.gif) no-repeat 0 0;
	}
div.promo-rd h5.title.person {
	background:transparent url(/img/promo-rd-person.gif) no-repeat 0 0;
	}
div.promo-rd h5.title.recommd {
	background:transparent url(/img/promo-rd-recommd.gif) no-repeat 0 0;
	}
div.promo-rd h5.title.star {
	background:transparent url(/img/promo-rd-star.gif) no-repeat 0 0;
	}
div.promo-rd h5.title.wheel {
	background:transparent url(/img/promo-rd-wheel.gif) no-repeat 0 0;
	}
div.promo-bl {
	background-color:#f5f5ed;
	border-top:5px solid #004991;
	margin:40px 0 15px;
	padding:0 20px 10px;
	position:relative;
	}
div.promo-bl h5.title {
	border-bottom:3px solid #fff;
	color:#fff;
	left:-35px;
	padding:10px 10px 3px 35px;
	position:relative;
	top:-10px;
	width:455px;
	}
div.promo-bl p {
	margin-bottom:10px;
	}
div.promo-bl.right {
	float:right;
	margin:10px 0 20px 25px;
	padding:20px 10px 5px;
	width:160px;
	}
div.promo-bl.right h5.title {
	left:-25px;
	width:150px;
	}
div.promo-bl h5.title.announce {
	background:transparent url(/img/promo-bl-announce.gif) no-repeat 0 0;
	}
div.promo-bl h5.title.attention {
	background:transparent url(/img/promo-bl-attention.gif) no-repeat 0 0;
	}
div.promo-bl h5.title.comment {
	background:transparent url(/img/promo-bl-comment.gif) no-repeat 0 0;
	}
div.promo-bl h5.title.doc {
	background:transparent url(/img/promo-bl-doc.gif) no-repeat 0 0;
	}
div.promo-bl h5.title.home {
	background:transparent url(/img/promo-bl-home.gif) no-repeat 0 0;
	}
div.promo-bl h5.title.idea {
	background:transparent url(/img/promo-bl-idea.gif) no-repeat 0 0;
	}
div.promo-bl h5.title.person {
	background:transparent url(/img/promo-bl-person.gif) no-repeat 0 0;
	}
div.promo-bl h5.title.reccomd {
	background:transparent url(/img/promo-bl-reccomd.gif) no-repeat 0 0;
	}
div.promo-bl h5.title.star {
	background:transparent url(/img/promo-bl-star.gif) no-repeat 0 0;
	}
div.promo-bl h5.title.wheel {
	background:transparent url(/img/promo-bl-wheel.gif) no-repeat 0 0;
	}
div.promo-tr {
	background-color:#f5f5ed;
	border-top:5px solid #004991;
	margin:40px 0 15px;
	padding:0 20px 10px;
	position:relative;
	}
div.promo-tr h5.title.comment {
	background:transparent url(/img/promo-bl-comment.gif) no-repeat 0 0;
	}

/* Quote box
----------------------------------------------- */
div.quote {
	background:transparent url(/img/ic-quotel.gif) no-repeat 20px 0;
	margin:25px 0;
	padding:1px 20px 1px 50px;
	}
blockquote {
	background:transparent url(/img/ic-quoter.gif) no-repeat 100% 100%;
	color:#666;
	font-size:131%;
	margin-bottom:10px;
	padding-right:30px;
	}
cite {
	color:#666;
	display:block;
	font-size:100%;
	}
		
/* Tab menu
----------------------------------------------- */
#tabs {
	margin-bottom:15px;
	}
#tabmenu {
	font-size:100%;
	margin:0;
	}
#tabmenu li {
	background:transparent;
	float:left;
	margin:0 3px 0 0;
	padding:0;
	}
#tabmenu a {
	background:#eeeee1;
	color:#d45626;
	display:block;
	padding:5px 15px;
	text-decoration:none;
	}
#tabmenu a:hover, #tabmenu .on a {
	background:#d45626 url(/img/bg-tab.jpg) repeat-x 100% 0;
	color:#fff;
	}
.tabcontent {
	border:1px solid #d45626;
	display:none;
	padding:10px 15px;
	}
#tab1.tabcontent {
	display:block;
	}
	
/* Return to top and case study links
----------------------------------------------- */
p.top {
	float:right;
	margin-top:3px;
	}
p.top a {
	text-decoration:none;
	}

/* Default link styles
----------------------------------------------- */
a {
  color:#004991;
  text-decoration:underline;
	}
a:hover {
  color:#d45626;
  text-decoration:underline;
	}
a.pdf { /* With PDF icon in front. */
	background:transparent url(/img/ic-pdf.gif) no-repeat 0 50%;
  color:#004991;
	padding:1px 0 1px 20px;
	text-decoration:none;
	}
a.pdf:hover {
  color:#004991;
	text-decoration:underline;
	}
a.arrw { /* With blue arrow in front. */
	background:transparent url(/img/ic-aw-bl24.png) no-repeat 0 50%;
  color:#004991;
	padding:0 0 0 15px;
	text-decoration:none;
	}
a.arrw:hover {
  color:#004991;
	text-decoration:underline;
	}
a.arrw-rd { /* With red arrow in front. */
	background:transparent url(/img/ic-aw-rd.png) no-repeat 0 50%;
  color:#004991;
	padding:0 0 0 15px;
	text-decoration:none;
	}
a.arrw-rd:hover {
  color:#004991;
	text-decoration:underline;
	}
/*
-----------------------------------------------
Client:Institute on Aging
Project:Web Site Redesign (http://www.ioaging.org/)

File Name:table.css 
Notes:Styles all tables.

Author:Dayspring Technologies, Inc.
Email:info@dayspring-tech.com
Web:http://www.dayspring-tech.com/
----------------------------------------------- */

/* Default styles
----------------------------------------------- */
table {
  border:0;
	border-collapse:collapse;
  empty-cells:show;
  margin:0;
	width:100%;
  }
table td {
  border:0;
	overflow:auto;
  vertical-align:top;
  white-space:wrap;
	}

/* Data table styles
----------------------------------------------- */
table.data {
  margin-bottom:15px;
	}
table.data th {
  border:1px solid #ecc200;
	font-size:100%;
	padding:5px 10px;
	}
table.data thead th {
  background-color:#eeeee1;
	font-weight:bold;
	}
table.data tbody th {
	color:#363636;
	}
table.data td {
  border:1px solid #ecc200;
  font-size:100%;
	padding:5px 10px;
	}
table.data td img {
  margin:0 auto;
	}
/*
-----------------------------------------------
Client:Institute on Aging
Project:Web Site Redesign (http://www.ioaging.org/)

File Name:scon.css 
Notes:Styles all elements within the [s]econdary [con]tent block.

Author: Dayspring Technologies, Inc.
Email: info@dayspring-tech.com
Web: http://www.dayspring-tech.com/
----------------------------------------------- */

/* Layout
----------------------------------------------- */
#scon {
	border-bottom:5px solid #fff;
	}

/* Typography
----------------------------------------------- */
#scon h3 {
	margin:20px 10px 5px;
	}
#scon h5 {
	margin:0 10px;
	}
#scon h6 {
	margin:0 10px;
	}
#scon p {
	color:#666;
	margin:0 10px 15px;
	}

/* Secondary nav
----------------------------------------------- */
#snav {
	background:#b5d5fc url(/img/bg-snav.jpg) repeat-x 0 100%;
	padding-bottom:25px;
	}
#snav h2 {
	background:transparent url(/img/bg-snav-top.jpg) no-repeat 0 0;
	margin-bottom:0;
	padding:25px 0 5px;
	}
#snav h2 a {
	background-image:none;
	padding:3px 5px;
	}
#snav h4 {
  background:#004991 url(/img/ic-aw-wh.gif) no-repeat 12px 8px;
	color:#fff;
	font-size:108%;
	font-weight:bold;
	margin:0 0 5px;
	padding:5px 10px 5px 27px;
	text-transform:none;
	}
#snav h4.here {
  background:#004991 url(/img/ic-aw-wh-dn.gif) no-repeat 12px 8px;
	}
#snav ul {
  background:transparent url(/img/bg-dot.gif) repeat-x 0 0;
  margin:0 0 5px;
  }
#snav ul li {
  background:transparent url(/img/bg-dot.gif) repeat-x 0 100%;
	line-height:120%;
	padding:3px 0;
	}
#snav a {
  background:transparent url(/img/ic-aw-bl24.png) no-repeat 7px 5px;
	border-left:transparent 5px solid;
	display:block;
	padding:3px 5px 3px 22px;
	text-decoration:none;
	}
#snav .sub a {
  background:transparent url(/img/ic-aw-bl-dn24.png) no-repeat 7px 5px;
	}
#snav a:hover, #snav .here a, #snav .sub .here a {
	background-color:#fff;
	border-left:#004991 5px solid;
	color:#000;
	text-decoration:none;
	}
#snav li ul {
  background:transparent;
  display:none;
	}
#snav li.sub ul {
  display:block;
	}
#snav li li {
  background:transparent;
	padding:0;
	}
#snav li li a, #snav li.sub li a, #snav li.here li a {
  background:transparent url(/img/ic-dot-blu.gif) no-repeat 22px 7px;
	border-left:transparent 5px solid;
	padding:2px 5px 2px 32px;
	}
#snav li li a:hover, #snav li.sub li a:hover {
  background:#fff url(/img/ic-dot-blu.gif) no-repeat 22px 7px;
	border-left:#004991 5px solid;
	}

/* Promo box
----------------------------------------------- */
#scon div.promo-bl {
	margin:0;
	padding:0 0 10px;
	}
#scon div.promo-bl h5.title {
	left:-15px;
	margin:0;
	top:-11px;
	width:160px;
	}
/*
-----------------------------------------------
Client:Institute on Aging
Project:Web Site Redesign (http://www.ioaging.org/)

File Name:tcon.css 
Notes:Styles all elements within the [t]ertiary [con]tent block.

Author: Dayspring Technologies, Inc.
Email: info@dayspring-tech.com
Web: http://www.dayspring-tech.com/
----------------------------------------------- */

/* Layout
----------------------------------------------- */
#tcon {
	border-bottom:5px solid #fff;
	border-top:35px solid #fff;
	}
	
/* Typography
----------------------------------------------- */
#tcon h3 {
	margin:0 10px 5px;
	}
#tcon h5 {
	margin:0 10px;
	}
#tcon h6 {
	margin:0 10px;
	}
#tcon p {
	color:#666;
	margin:0 10px 10px;
	}

/* Promo box
----------------------------------------------- */
#tcon div.promo-bl {
	margin:0;
	padding:0 0 10px;
	}
#tcon div.promo-bl h5.title {
	left:-15px;
	margin:0;
	top:-11px;
	width:160px;
	}
	/*
-----------------------------------------------
Client:Institute on Aging
Project:Web Site Redesign (http://www.ioaging.org/)

File Name:home.css 
Notes:Styles special elements on the [home] page.

Author:Dayspring Technologies, Inc.
Email:info@dayspring-tech.com
Web:http://www.dayspring-tech.com/
----------------------------------------------- */

/* Layout
----------------------------------------------- */
#home #hd {
	background:#ffed68 url(/img/bg-hd-hm_logo2010.jpg) no-repeat 0 0;
	}
#home #content {
  margin-bottom:0;
  padding-bottom:0;
	}

/* Splash Slides
----------------------------------------------- */
#splash {
  height:300px;
  position:relative;
	}
#splash .slide { /* Main image. */
	margin-bottom:0;
	}
#splash .more { /* Hot spot for arrow link. */
	height:30px;
	left:344px;
	position:absolute;
	text-indent:-9999px;
	top:212px;
	width:30px;
	}
#splash a.slidedot { /* Slide navigation links. */
	background:transparent url(/img/ic-feature.png) no-repeat 0 -38px;
	height:18px;
	position:absolute;
	text-indent:-9999px;
	top:275px;
	width:18px;
	z-index:100;
	}
#splash a.slidedot:hover {
	background:transparent url(/img/ic-feature.png) no-repeat 0 -19px;
	}
#splash a.slidedot.active {
	background:transparent url(/img/ic-feature.png) no-repeat 0 0;
	}
#splash a.one {
	left:10px;
	}
#splash a.two {
	left:32px;
	}
#splash a.three {
	left:54px;
	}
#splash a.four {
	left:76px;
	}
#splash a.five {
	left:98px;
	}

/* Buckets
----------------------------------------------- */
#buckets {
  border:#ecc200 solid 10px;
	border-collapse:separate;
	}
#buckets td.lt { /* Left cell. */
  background:#fff url(/img/bucket-25candle_logo2010.jpg) no-repeat 0 0;
	padding:185px 15px 10px;
	width:33%;
	}
#buckets td.md { /* Middle cell. */
  background:#fff url(/img/bucket-support.jpg) no-repeat 0 0;
  border:#ecc200 solid;
	border-width:0 5px;
	padding:185px 15px 10px;
	width:33%;
	}
#buckets td.rt { /* Right cell. */
  background:#fff url(/img/bucket-healthliv.jpg) no-repeat 0 0;
  padding:185px 15px 10px;
	width:33%;
	}
#buckets p.desc { /* Description text. */
	float:left;
	width:238px;
	}
	/*
-----------------------------------------------
Client:Institute on Aging
Project:Web Site Redesign (http://www.ioaging.org/)

File Name:ft.css 
Notes:Styles all elements within the [f]oo[t]er block.

Author:Dayspring Technologies, Inc.
Email:info@dayspring-tech.com
Web:http://www.dayspring-tech.com/
----------------------------------------------- */

/* Layout
----------------------------------------------- */
div#ft {
  background-color:#fff;
	border-top:5px solid #006691;
	padding:15px 10px 10px;
	}

/* Call icon
----------------------------------------------- */
#call {
	background:transparent url(/img/ic-phone.gif) no-repeat 0 50%;
	color:#d45626;
	float:right;
	font-weight:bold;
	padding:5px 0 5px 25px;
	width:130px;
	}
#call strong {
	font-size:116%;
	letter-spacing:2px;
	}
 

/* Typography
----------------------------------------------- */
#ft p.fnav {
	color:#004991;
  margin-bottom:5px;
	}
#ft p.copy {
	color:#666;
  font-size:85%;
  margin-top:10px;
	}
	
/* Links
----------------------------------------------- */
#ft .fnav a {
  color:#004991;
  text-decoration:none;
	}
#ft .fnav a:hover {
  text-decoration:underline;
	}
#ft .copy a {
	color:#666;
	text-decoration:none;
	}
#ft .copy a:hover {
	text-decoration:underline;
	}
/*
-----------------------------------------------
Client:Institute on Aging
Project:Web Site Redesign (http://www.ioaging.org/)

File Name: form.css
Version: 1.0
Notes: Rules for form elements.

Author: Dayspring Technologies, Inc.
Email: info@dayspring-tech.com
Web: http://www.dayspring-tech.com/
----------------------------------------------- */

/* Layout
------------------------------------------------- */
form {
	width:auto;
  }
form ul {
  font-size:100%;
  }
form li {
  background:transparent;
	list-style:none;
  margin:0;
  padding:0 0 5px;
  position:relative;
  }
form li.buttons {
  padding:15px 0 5px;
  }
acronym.req, acronym.reqmail { /* Styles asterisk that indicates a required field. */
  border:0;
  color:#df0000;
  cursor:help;
  }

/* Typography and Form Elements
------------------------------------------------- */
form li label {
  color:#000;
  display:block;
  font-weight:bold;
  margin:0 0 2px 0;
  padding:0;
  }
form input {
  color:#000;
  margin:0;
  padding:2px;
  width:300px;
  }
form fieldset {
  border:0;
  margin:0;
  padding:0;
  }
form legend {
  color:#000;
  font-weight:normal;
  margin:0;
  padding:0 0 2px 0;
  }
form select {
  color:#000;
  display:block;
  margin:0;
  padding:0px;
  width:auto;
  }
form option {
  margin:2px;
  }
form textarea {
  color:#000;
	height:57px;
  padding:2px;
  width:300px;
  }
form input.submit {
  background-color:#004991;
	color:#fff;
  font-weight:bold;
  margin:0 5px 5px 0;
  padding:2px 10px;
  width:auto;
  }

/* Phone Number Area
------------------------------------------------- */
form fieldset.phone legend {
  color:#000;
	font-weight:bold;
  margin:0 0 2px 0;
  padding:0;
  }
form fieldset.phone span {
  display:inline;
  float:left;
  margin:0 5px 0 0;
  padding:0;
  }
form fieldset.phone span input {
  margin:0;
  width:40px;
  }
form fieldset.phone span label {
  display:block;
  font-size:85%;
	font-weight:normal;
  margin:0;
  padding:0;
  }

/* Checkboxes/radio buttons
------------------------------------------------- */
form fieldset.radio legend {
	font-weight:bold;
  margin:0 0 2px 0;
  }
form fieldset.radio span {
  display:block;
  float:none;
  margin:0 0 2px;
  padding:0;
  }
form fieldset.radio input {
  margin:0 5px 0 0;
  padding:0;
  width:auto;
  }
form fieldset.radio label {
  display:inline;
  font-weight:normal;
  margin:0;
  padding:0;
  }

/* Styles for error message at top
------------------------------------------------- */
form li.info { /* when there is no error */
  display:none;
  }
form li.errorinfo { /* Error message at the top. */
  background-color:#ffdfdf;
  border:1px solid #df0000;
  margin-top:20px;
  margin-bottom:20px;
  padding:10px 10px;
  }
form li.errorinfo h2 {
  color:#df0000;
  font-size:116%;
  }
form li.errorinfo p {
  display:block;
  margin:0;
  }
form li.errorinfo strong {
  color:#df0000;
  }

/* Error styles inline
------------------------------------------------- */
form li p {
  display:none;
  }
form li.error label, form li.error legend {
  color:#df0000;
  }
form li.error p {
  color:#df0000;
  display:block;
  font-size:85%;
  margin:2px 0 0 0; /* Space between error msg and input field. */
  padding:0;
  }

/* Google tranlate
--------------------------------------------------*/
div.google_translate_element {
width: 300;
white-space:nowrap;
}