@charset "UTF-8";
/* CSS Document */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Top nav highlighting */
body.AboutUs li#about a,
body.Partners li#about a,
body.Services li#services a,
body.Healthcare li#services a,
body.Therapies li#services a,
body.SocialServices li#services a,
body.Locations li#locations a,
body.News li#news a,
body.Newsletters li#news a,
body.PressReleases li#news a,
body.Home li#home a,
body.Resources li#resources a,
body.GetInvolved li#involve a,
body.Donations li#involve a,
body.TakeAction li#involve a {
	background-color: #d72e22;
}

#menupositioner,
#menuholder {
	width:83em; /* full page width - here rather than menu to avoid IE5 padding issue */
}
#menu {
	padding:0;
	margin:0;
	list-style:none;
	height: 2.5em;
	position:relative;
	z-index:5000;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:6.333em;
	background-color:#675341;
	background-repeat: repeat-x;
	background-position:left bottom;
	background-image: url(../images/menubk3.png);
}

#menu li {
	float:left;
	height: 1.667em;
	text-align: center;
	color: #FFFFFF;
	background:none;
}

#about {
	width: 8.33em;
}
#services {
	width: 9.58em;
}
#locations {
	width: 10em;
}
#news {
	width: 10.42em;
}
#home {
	width: 6.67em;
}
#resources {
	width: 10em;
}
#involve {
	width: 9.58em;
}

#menu li a {
	display:block;
	height: 1.667em;
	width:100%;
	background:none;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding-top:.417em;
}

#menu table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {
	z-index:2000;
	position:relative;
	color: #FFFFFF;
	background-color: #FF0033;
	background-color: #d72e22;
}
#menu li:hover {
	position:relative;
	z-index:2000;
}

#menu li:hover > a {
	color: #FFFFFF;
	background: #FF0033;
	background-color: #d72e22;
}
#menu li:hover > a.sub {
	color: #FFFFFF;
	background-color: #FF0033;
	background-color: #d72e22;
}

#menu li.current a {
	color: #FFFFFF;
	background-color: #FF0033;
	background-color: #d72e22;
}

#menu li a.sub {
	color: #FFFFFF;
}

#menu li.current a.sub {
	color: #FFFFFF;
}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

#menu :hover ul {
	top: 2.083em;
	width: 12.5em; 
	left:0;
	background: #FFFFFF; 
	padding:0;
	padding-bottom:.25em;
	background:none;
}

#menu :hover ul li {
	padding-bottom: .25em;
	padding-right: 0px;
	padding-top: .167em;
	height:1.667em;
	display:block;
/*	border-left: 1px solid #e4dac9; /* changed - part of adding shadow */
/*	border-right: 1px solid #e4dac9; /* changed - part of adding shadow */
	border-left: 1px solid #675341; /* changed - part of adding shadow */
	border-right: 1px solid #675341; /* changed - part of adding shadow */
	background-color:#FFFFFF;
}

#menu :hover ul li a {
	width: 12.5em; 
	height:75%;
	text-align:left;
	text-indent:.833em;	
	font-weight: lighter;
	background: #FFFFFF;
	color:#000000;
	padding-top: .167em;
	padding-top: .25em;
	padding-bottom: .25em; 
	padding-right: 0px;
}

#menu :hover ul li.first {
	padding-top: .25em;
	padding-bottom:0;
	height:1.917em;
	border:0;
	background-color: transparent;
}

#menu :hover ul li.first a {
	margin-top:.167em;
	padding-top:.25em;
	padding-bottom:0;
	height:100%;
	border-left: 1px solid #675341; /* changed - part of adding shadow */
	border-right: 1px solid #675341; /* changed - part of adding shadow */
	background-color: #FFFFFF;
	position:relative;
}

#menu :hover ul li.last {
	padding-bottom: .25em;
	margin-bottom: 0;
	border-bottom: 1px solid #675341;
	margin-right: -3px; /* IE6 ghost text bug fix */
}

#menu :hover ul li.last a {
	padding-bottom:0;
	margin-bottom:0; 
}

#menu :hover ul li.only {
	padding-top: .25em;
	padding-bottom:0;
	height:1.917em;
	border:0;
	background-color: transparent;
	margin-right: -3px; /* IE6 ghost text bug fix */
}

#menu :hover ul li.only a {
	margin-top:.167em;
	padding-top:.25em;
	padding-bottom:0;
	height:100%;
	border-left: 1px solid #675341; 
	border-right: 1px solid #675341; 
	border-bottom: 1px solid #675341;
	background-color: #FFFFFF;
	position:relative;
}

#menu :hover ul li.last a :hover {
	padding-bottom:0;
	margin-bottom:0; 
}

#menu :hover ul li.first :hover,
#menu :hover ul li.only :hover,
#menu :hover ul :hover {
	background-color: #e7dacd;
	font-weight: lighter;
	color: #333333;
}

#menu :hover ul li.currentsub a {
	font-weight: lighter;
	background: #FFFFFF;
	color:#000000;
	text-indent:.833em;	
}



#topraildiv {
	left: 45em;
	top: 1em;
	margin-top:0em;
	margin-bottom:1em;
	height:2.5em;
	width: 33em;
	position:relative;
	clear: both;
}

.toprail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .875em;
	color: #FF6600;
	text-decoration: none;
	position: relative;
	display:block;
	top: 0em;
	left: 0em;
	clear: both;
}

.toprail-missing {
	display: none;
}

.toprail a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-decoration: none;
}
.toprail a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-decoration: none;
}
.toprail a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-decoration: underline;
}
.toprail a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-decoration: none;
}
.toprail #textsize {
	text-align: right;
	float: left;
	width: 10em;
	position: relative;
	top: 0em;
	clear: none;
	right: 0em;
	padding-right: 0em;
}
.toprail #follow {
	text-align: left;
	float: left;
	width: 7em;
	position: relative;
	top: 0em;
	clear: none;
	right: 0em;
	padding-right: 0em;
}

.toprail #print {
	text-align: center;
	float: left;
	width: 6em;
	position: relative;
	top: 0px;
	clear: none;
}
.toprail #email {
	text-align: center;
	float: left;
	width: 6em;
	position: relative;
	top: 0px;
	clear: none;
}
.toprail #share {
	text-align: center;
	float: left;
	/*	width: 6em; */
	width: 23em;
	position: relative;
	top: 0px;
	clear: none;
}

.toprail #share img {
	width: 11.364em;
	height: 1.455em;
}
