html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.more {
	text-align: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

body, h1, h2, h3, form {
	font: 12px tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #505887;
}

body {
	background: url(images/header_bg1.jpg) repeat-x;
	text-align: center;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 774px;
}


#header {
	height: 203px;
	position: absolute;
}
#header h1 {
	
}
#header h1 img {
	display: block;
}
#nav {
	margin-top: 7px;
}
#nav img {
	float: left;
}

#headline {
	padding-top: 205px;
}

#photo {
	
	width: 774px;
	text-align:center;
}
#photo div {
	border: 0px solid #D8D8D8;
	padding: 2px;
}
#photo img {
	display: block;
}

#search-news {
	float: right;
	width: 140px;
}
#search-news div {
	padding: 3px 0;
	margin: 0;
}
#search-news #q {
	width: 140px;
	border: 1px solid #859D31;
}
#search-news .downcast {
	background: #E6E7E7;
	border-top: 1px solid #CFD0D0;
	padding: 3px 4px 4px 4px;
	margin: 2px 0 0 0;
}
#search-news h3 {
	background: url(images/bullet_letter.gif) no-repeat;
	padding-left: 15px;
	font-weight: bold;
	margin: 1em 0 0.4em 0;
}
#search-news p {
	padding-left: 15px;
	padding-right: 2px;
	margin: 0.1em 0;
}
a {
	font-weight: bold;
	color: #5C5C5C;
}

#body {
	padding-top: 2em;
	text-align: justify;
}

#body-left {
	float: left;
	width: 545px;
}
#body-right {
	float: right;
	width: 205px;
}

#body-left ul.plussbullets {
	margin-top: 45px;
	margin-left: 120px;
	padding: 0;
	font-weight: bold;
}
#body-left ul.plussbullets li {
	background: top left url(images/bullet_plus.gif) no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
}

#body h2, #body p {
	margin: 0.3em 0;
}

#body-right p {
	margin-right: 2em;
}

#body a.green {
	color: #9AAB68;
	font-weight: normal;
	text-decoration: underline;
}

#gallery img {
	float: left;
}

#footer {
	color: #FFFFFF;
	background: #2699c8 url(images/footer_bg.gif) repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	font-weight: bold;
}
#footer p {
	margin: 0;
	padding: 0;
}
.style9 {
	font-size: 18px;
	color: #0099FF;
}
.style12 {color: #333333}
.style6 {
	font-size: 14px;
	color: #333333;
}
.style18 {font-size: 18px; color: #0099FF; }
.blueLink {font-size: 12px; color: #0099FF;  text-decoration:underline;}
.blueLink:hover {font-size: 12px; color:#003366; text-decoration:none; }
.whiteLink {font-size: 11px; color: #FFFFFF;  text-decoration:none;}
.whiteLink:hover {font-size: 11px; color:#FFFFFF; text-decoration:none; }

#body-left p{
	font-size: 14px;
	color: #333333;
}
#body-left .style9{
	font-size: 18px;
	color: #0099FF;
}
.abtUsDrop{
display:none;
top:122px;
left:88px;
width:121px;
height:100px;
vertical-align:top;
text-align:middle;
background:#2598C7;
color:#FFFFFF;
position:absolute;
}
.abtUsDrop:hover{
top:122px;
left:88px;
width:121px;
height:100px;
vertical-align:middle;
text-align:center;
color:#FFFFFF;
position:absolute;
}
.careServDrop{
display:none;
top:122px;
left:179px;
width:106px;
height:35px;
vertical-align:middle;
text-align:center;
background:#2598C7;
color:#FFFFFF;
position:absolute;
}
.careServDrop:hover{

top:122px;
left:179px;
width:106px;
height:35px;
vertical-align:middle;
text-align:center;
color:#FFFFFF;
position:absolute;
background:#C2D287;

}.volunteerDrop{display:none;top:122px;left:284px;width:95px;height:35px;vertical-align:middle;text-align:center;background:#2598C7;color:#FFFFFF;position:absolute;}
.volunteerDrop:hover{display:none;top:122px;left:284px;width:95px;height:35px;vertical-align:middle;text-align:center;background:#C2D287;color:#FFFFFF;position:absolute;}

#abtUsDrop.abtUsDrop table tbody tr:hover{
background:#C2D287;
}



#new-nav, #new-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#new-nav {
margin-top: 13px !important;
}

#new-nav a {
	display: block;
	padding:5px;
        margin: 0px 10px;
        text-decoration:none;
}

#new-nav a:active {
background-color:#b9c785;
color:white;
text-decoration:none;
}

#new-nav a:hover {
color:#fff;
text-decoration:none;
}


#new-nav li {
  float: left;
  cursor: pointer;
  border-left: 1px solid white;
  border-right: 1px solid white;
  margin: 0pt 2px;
  border-top: 1px solid white;
  background-color: #b9c785;
}

#new-nav li:hover {
background-color:#6ac6eb;
}






#new-nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#new-nav li ul li {
	width:100%
}


#new-nav li:hover ul {
	left: auto;
}

#new-nav li:hover ul, #new-nav li.sfhover ul {
	left: auto;
}
ul#new-nav li ul li {
border: 0px none;
}

#united-way {
float:right;
margin-top:8px;
}
