body {
	margin : 0px;
	padding: 0px;
	background-color: #FCFCFC;
}

#menu {
	border-top: none;
	margin : 0;
	padding-left : 10px;
	position: absolute;
	top: 120px;
	left: 0px;
	z-index: 99;
}

#menu ul, #menu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

	
#menu a:link, #menu a:visited	{
	background: #D5E8C8;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color : #474B43;
	font: bold .9em/1.2 Tahoma, Arial, sans-serif;
	float : left;
	line-height : 14px;
	margin-right : 8px;
	padding : 5px 10px 5px 10px;
	text-decoration : none;
}

#menu a:hover, a:active	{
	color : #000;
	background-color: #E3ECDC;
}

      
#menu ul a:hover {
	color : #000 !important;
}

#menu-left {
	position: absolute;
	top: 123px;
	width: 159px;
	height: 550px;
	background: #c5d8bb url(images/menu-background.jpg) no-repeat bottom;
	color: #333;
	font: normal .9em/1.2 Arial, Helvetica, sans-serif;
}

#menu-left h2 {
	font-size: 110%;
	font-weight: 800;
	border-bottom: solid 1px #333;
	padding-top: 45px;
	margin: 0px 5px 0px 5px;
}

#menu-left ul {
	margin-top: 25px;
	font-weight: 500;
	list-style-type: none;
	margin: 5px 5px 0 15px;
	padding: 0;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 108px;
	width: 100%;
	background: #EFF9EB url(images/header-image-left.jpg) no-repeat;
}

#header-text {
	position: absolute;
	top: 19px;
	left: 15px;
	width: 335px;
	height: 75px;
}

#header-text h1 {
	font: bold italic 36px/1.2 Arial, Verdana, sans-serif;
	border-bottom: #000 solid 1px;
	margin: 0;
	padding: 0;

}

#header-text h2 {
	font: bold italic 14px/1.2 Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;

}

#header-bar {
	position: absolute;
	top: 108px;
	left: 0px;
	height: 15px;
	width: 100%;
	background-color: #689C4E;
	margin: 0;
	padding: 0;
}

#header-right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 410px;
	height: 108px;
	background: url(images/header-image-right.jpg) no-repeat;
	z-index: 1;
	margin: 0;
}

#contents {
	position: absolute;
	top: 135px;
	left: 186px;
	padding: 35px 25px 25px 25px;
	color: #333;
	font: normal 1em/1.5 Times New Roman, Times, serif; 
	margin: 0;
}

#contents h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 130%;
	color: #689C4E;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
}

#contents h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 105%;
	color: #000;
	background-color: #eee;
	letter-spacing: 1px;
	border-bottom: solid 1px #689C4E;
	margin: 9px 0 9px 0;
	padding: 0 3px 0 3px;
	min-width: 525px;

}

#contents a:link, #contents a:visited	{
	text-decoration: underline;
	color: #689C4E;
}

#contents a:hover, a:active	{
	color : #689C4E;
	text-decoration: none;
}

.photoGalleryBg {
	background-color: #eee;
	padding: 15px;
}

.photo {
	float: right;
	margin: 0 10px 10px 10px;
}

.border {
	border: solid 1px #000;
}

.noBorder {
	border: 0;
}

.galleryPhoto {
	border: solid 1px #000;
	margin: 10px 0 10px 0;
}

#newsletter dt {
	font-weight: 800;
}

#newsletter dd {
	color: #333;
	padding-left: 0px;
	padding-top: 5px;
	margin-left: 0px;
	font-size: 90%;
	padding-bottom: 10px;
}

a.pdf:link, a.pdf:visited {
	background: url(images/icon_pdf.gif) no-repeat right center;
	padding-right: 18px;
}

 /* set background images for corners */
.rbroundbox { background: url(images/simple_background.gif) repeat; }
.rbtop div  { background: url(images/simple_top_left.gif) no-repeat top left; }
.rbtop      { background: url(images/simple_top_right.gif) no-repeat top right; }
.rbbot div  { background: url(images/simple_bottom_left.gif) no-repeat bottom left; }
.rbbot      { background: url(images/simple_bottom_right.gif) no-repeat bottom right; }

.rbroundbox-b { background: url(images/simple_background-brown.jpg) repeat; }
.rbtop-b div  { background: url(images/simple_top_left-brown.jpg) no-repeat top left; }
.rbtop-b      { background: url(images/simple_top_right-brown.jpg) no-repeat top right; }
.rbbot-b div  { background: url(images/simple_bottom_left-brown.jpg) no-repeat bottom left; }
.rbbot-b      { background: url(images/simple_bottom_right-brown.jpg) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.rbcontent  { margin: 0 14px; }

.rbtop-b div, .rbtop-b, .rbbot-b div, .rbbot-b {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.rbcontent-b  { margin: 0 14px; }

#members h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 800;
	font-size: 115%;
	border-bottom: #E3ECDC solid 2px;
	margin-bottom: 10px;
	margin-top: 0;
	background-color: #fff;
}

#memberMenu {
	float: right;
	margin: 0px 0px 10px 10px;
	width: 150px;
	padding: 5px 0 5px 5px;
	font: normal .8em/1.2 Tahoma, sans-serif;
}

#memberMenu h3 {
	color: #000;
	border-bottom: 1px solid #000;
	font-size: 85%;
}

#memberMenu ul {
	margin: 0;
	padding-left: 0;
}

#memberMenu li {
	margin-left: 13px;
	padding: 2px;
}

#memberMenu a:link {
	color: #333;
	text-decoration: none;
}

#memberMenu a:visited {
	color: #333;
	text-decoration: none;
}

#memberMenu a:hover {
	color: #333;
	text-decoration: underline;
}

#memberMenu a:active {
	color: #333;
	text-decoration: underline;
}

.pBox {
	background-color: #eee; 
	width: 400px; 
	border: #ccc 1px solid; 
	padding: 10px;
	margin: 10px 0 10px 10px;
}

.pTitle {
	border-bottom: 1px solid #ccc;
	font-family: Tahoma, sans-serif;
	font-size: 85%;
}

.company {
	text-align: right;
	font-size: 75%;
}

.none {
	padding-left: 10px;
}

.posted {
	font-size: 70%;
	font-family: Tahoma, Arial, sans-serif;
}

#listing a:link, a:hover {	
	color: #689C4E;
	text-decoration: none;
}

#listing a:active, a:visited {	
	color: #689C4E;
	text-decoration: underline;
}

#listing p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	font-size: 95%;
}

#listing p.posted {
	font-size: 70%;
	font-family: Tahoma, Arial, sans-serif;
}

fieldset {
	margin: 0;
	padding: 0;
}

fieldset dt {
	font: bold .8em/1.2 Verdana, Arial, sans-serif;
	padding: 3px 0 3px 0;
}

fieldset dd {
	padding: 3px 0 3px 0;
	margin: 0;
}

.button {
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-size: 70%;
	color: #000;
	background: #ccc;
	border: 1px solid #eee;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 3px;
	margin: 0;
}

#staff dt {
	font-weight: 600;
	margin: 3px 0 3px 0;
}

#staff dd {
	margin: 0 0 0 3px; 
	font-style: italic;
}

#about dt { 
	font-weight: bold;
	margin: 5px 0 5px 0;
}

#about dd {
	margin: 0;
}

#about dd ul {
	margin-left: 3px;
}


#contactlist dt {
	color: #000;
	margin: 7px 0 13px 0;
	font: bold .9em/1.2 Arial, Helvetica, sans-serif;
	border-bottom: solid #eee 1px; 
}

#contactlist dd {
	margin-left: 5px;
	font: normal .8em/1.2 Arial, Helvetica, sans-serif;
}

.last {
	margin-bottom: 10px;
	padding-bottom: 10px
}

#contactlist dd p {
	margin: 0;
	padding: 5px 0 5px 5px;
}

#index-menu {
	width: 200px;
	float: right;
	margin-left: 10px;
}

#index-menu a:link, #index-menu a:visited	{
	color: #333;
	text-decoration : underline;
}

#index-menu a:hover, #index-menu a:active	{
	color : #333;
	text-decoration: none;
}

.update {
	color: #003300;
	font: bold .8em/1.2 Tahoma, Arial, sans-serif;
	text-align: center;
}

#index-menu ul {
	list-style-type: disc;
	margin: 5px 0 5px 0;
	padding: 0 0 0 10px;
}

#index-menu li {
	font: bold .75em/1.2 Arial, sans-serif;
	padding: 5px 0 5px 0;
	margin: 0 0 0 5px;
}

#npo dt { 
	font-weight: bold;
	margin: 10px 0 5px 0;
}

#npo dd {
	margin: 5px 0 10px 0;
}

#partners img {
	margin: 10px;
}

#hdr-wellness { 
	margin: 0;
	/*Size of the image, padding=height */ 
	padding-top: 83px; 
	width: 338px; 
	/*The image*/ 
	background-image: url(images/hdr-wellness.gif); 
	background-repeat: no-repeat; 
	/*Hide the text*/ 
	overflow: hidden; 
	/* WIN IE5 hack */ 
	height: 90px; 
	voice-family: "\"}\""; 
	voice-family:inherit; 
	height: 0; 
}