/* about button */
#about {
	background:transparent url(../images/about.jpg);
	height:31px;
	width:69px;
	/*cursor:pointer;*/
}

/* mouseover state */
#about:hover {
	background:transparent url(../images/about.jpg);
	height:31px;
	width:69px;
	cursor:pointer;		
}

/* clicked state */
#about:focus {
	background-position:100 -88px;
}

/* tooltip styling */
.abouttooltip {
	display:none;
	background:url(../images/about-bg-tooltip.png);
	padding:40px 30px 10px 30px;
	height:329px;
	width:670px;
	font-size:11px;
	color:#fff;
}

/* think button */
#think {
	background:transparent url(../images/think.jpg);
	height:31px;
	width:70px;
	cursor:pointer;
}

/* mouseover state */
#think:hover {
	background:transparent url(../images/think.jpg);
	height:31px;
	width:70px;
	cursor:pointer;		
}

/* clicked state */
#think:focus {
	background-position:100 -88px;
}

/* think tooltip styling */
.thinktooltip {
	display:none;
	background:url(../images/think-bg-tooltip.png);
	padding:40px 30px 10px 30px;
	height:329px;
	width:670px;
	font-size:11px;
	color:#fff;
}

/* whatyoucando button */
#whatyoucando {
	background:transparent url(../images/what-you-can-do.jpg);
	height:31px;
	width:129px;
	cursor:pointer;
}

/* mouseover state */
#whatyoucando:hover {
	background:transparent url(../images/what-you-can-do.jpg);
	height:31px;
	width:129px;
	cursor:pointer;		
}

/* clicked state */
#whatyoucando:focus {
	background-position:100 -88px;
}

/* whatyoucando tooltip styling */
.whatyoucandotooltip {
	display:none;
	background:url(../images/what-you-can-do-bg-tooltip.png);
	padding:40px 30px 10px 30px;
	height:329px;
	width:670px;
	font-size:11px;
	color:#fff;
}

/* volunteering button */
#volunteering {
	background:transparent url(../images/volunteering.jpg);
	height:31px;
	width:101px;
	cursor:pointer;
}

/* mouseover state */
#volunteering:hover {
	background:transparent url(../images/volunteering.jpg);
	height:31px;
	width:101px;
	cursor:pointer;		
}

/* clicked state */
#volunteering:focus {
	background-position:100 -88px;
}

/* volunteering tooltip styling */
.volunteeringtooltip {
	display:none;
	background:url(../images/volunteering-bg-tooltip.png);
	padding:40px 30px 10px 30px;
	height:329px;
	width:670px;
	font-size:11px;
	color:#fff;
}

/* childsafe button */
#childsafe {
	background:transparent url(../images/childsafe.jpg);
	height:31px;
	width:88px;
	cursor:pointer;
}

/* mouseover state */
#childsafe:hover {
	background:transparent url(../images/childsafe.jpg);
	height:31px;
	width:88px;
	cursor:pointer;		
}

/* clicked state */
#childsafe:focus {
	background-position:100 -88px;
}

/* childsafe tooltip styling */
.childsafetooltip {
	display:none;
	background:url(../images/childsafe-bg-tooltip.png);
	padding:40px 30px 10px 30px;
	height:329px;
	width:670px;
	font-size:11px;
	color:#fff;
}

/* Research button */
#research {
	background:transparent url(../images/doc-research.jpg);
	height:31px;
	width:204px;
	cursor:pointer;
}

/* mouseover state */
#research:hover {
	background:transparent url(../images/research.jpg);
	height:31px;
	width:204px;
	cursor:pointer;		
}

/* clicked state */
#research:focus {
	background-position:100 -88px;
}

/* childsafe tooltip styling */
.researchtooltip {
	display:none;
	background:url(../images/research-bg-tooltip.png);
	padding:40px 30px 10px 30px;
	height:329px;
	width:670px;
	font-size:11px;
	color:#fff;
}

/*label element inside tooltip*/

td.tooltiptext{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
line-height:1.5em;
color:#000000;
}

span.tooltipmaintitle{
font-size:18px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
line-height:1.5em;
color:#c9243f;
}
span.tooltiptextheader{
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
line-height:1.5em;
color:#c9243f;
}

li.tooltipsymbol1{font-size:12px;
line-height: 1.5em;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
list-style-image:url(../images/point.png);
}

a.tooltiplinkstyle{

color:#c9243f;

}




