/* main elements*/
body
{ 
	margin: 0;
	padding: 0;
	font-family: Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	background: #fff;
	color: #000;
}

h2 {
	font-size: 26px;
	font-weight: 100;
	font-family: arial, sans-serif;
	margin: 0;
	color: #3e3468;
}

h3 {
	font-size: 18px;
	font-weight: 100;
	font-family: arial, sans-serif;
	margin: 0;
	color: #3e3468;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #000;
}

.page_divider {
	font-size: 1px;
	line-height: 3px;
	display: block;
	border-bottom: 1px #ccc solid;
	padding: 0px;
	margin: 20px 0px 20px 0px;

}

.wrapper {
	width: 800px;
	margin: 0 auto;
}
/* Hides from IE-mac \*/
* html .wrapper  {
	width: 816px;
}
/* End hide from IE-mac */

a:link, a:active {
	color: #3e3468;
	text-decoration: none;
}

a:visited {
	color: #3e3468;
	text-decoration: none;
}

a:hover {
	color: #3e3468;
	text-decoration: underline;
}

.alignclear {
	clear: both;
}



/* top bar */
#topbar  {
	background: #a9b07b url(../images/top_bg.gif) repeat-x bottom;
	height: 28px;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
}

#topbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}


/* top navigation */
#topnav li {
	float: left;
	position: relative;
	text-align: left;
	width: 250px;
	border: 1px solid #ccc;
}
#topnav a {
	display: block;
	color: #fff;
	width: 250px;
	text-decoration: none;
}
.linkitem{
	display: block;
	padding: 3px 3px 2px 16px;
}
#topnav a strong {
	display: block;
	padding: 3px 3px 2px 8px;
}
.dropmenu  {
	z-index: 100;
	margin-left: 6px;
	background-color: #b2be71;
}

.dropmenu_contact {
	z-index: 100;
	margin-left: 6px;
	background-color: #797f59;
}

#topnav a:hover {
	color: #fff;
	background-color: #808e37;
}
#topnav li li a {
	color: #000;
	font-weight: normal;
}
#topnav li li {
	line-height: 12px;
	width: auto;
}
#topnav li ul {
	display: none;
	position: absolute;
	left: 0;
	background-color: #d6d0c9;
	opacity:.95; -moz-opacity:.95;cursor: pointer;
	width: 250px;
}
/* Hides from IE-mac \*/
* html #topnav li ul  {
	filter:alpha(opacity=95); filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95);
}
/* End hide from IE-mac */
html>body #topnav li ul {
	top: 100%;
}
#topnav li>ul {
	top: auto;
	left: auto;
}
#topnav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}
#topnav li:hover ul, #topnav li.over ul {
	z-index: 0;
	display: block;
}
.subcategory {
	font-size: 10px;
	line-height: 13px;
	color: #808e37;
	font-weight: bold;
	background-color: #d6d0c9;
	padding: 3px 3px 3px 16px;
}
#collectionsmenu ul {
	padding-top: 9px;
}
.divider {
	font-size: 1px;
	line-height: 3px;
	display: block;
	border-bottom: 1px #fff solid;
	padding: 2px 3px 1px 8px;

}
html>body .divider {
	margin-bottom: 10px;
}
.blankline {
	color: #d6d0c9;
	font-size: 1px;
	height: 8px;
}

/* header */

#header  {
	background: #f8f6e6 url(../images/header_bg.gif) repeat-x bottom;
	height: 150px;
	margin: 0;
	padding: 15px 0 0 0;
}

#home_header  {
	background: #f8f6e6 url(../images/header_bg.gif) repeat-x bottom;
	height: 399px;
	margin: 0;
	padding: 15px 0 0 0;
}

#logo
{
	width: 358px;
	height: 118px;
	background: transparent url(../images/logo.gif) top left no-repeat;
	margin: 0px 0px 8px -20px;
	padding: 0px;
}

#logo h1
{
	display: none;
}

/* header navigation */

#nav_home {
    width: 86px;
	height: 24px;
	overflow: hidden;
    background: url(../images/nav_home.gif) no-repeat;
	background-position: 0 0;
	display: block;
	float: left;
}

#nav_home:hover{
	background-position: 0 -24px;
}

#nav_home span{
	display: none;
}

#nav_home_on {
    width: 86px;
	height: 24px;
	overflow: hidden;
    background: url(../images/nav_home_on.gif) no-repeat;
	background-position: 0 0;
	display: block;
	float: left;
}

#nav_home_on span{
	display: none;
}

#nav_about {
    width: 91px;
	height: 24px;
	overflow: hidden;
    background: url(../images/nav_about.gif) no-repeat;
	background-position: 0 0;
	display: block;
	float: left;
}

#nav_about:hover{
	background-position: 0 -24px;
}

#nav_about span{
	display: none;
}

#nav_about_on {
    width: 91px;
	height: 24px;
	overflow: hidden;
    background: url(../images/nav_about_on.gif) no-repeat;
	background-position: 0 0;
	display: block;
	float: left;
}

#nav_about_on span{
	display: none;
}



#nav
{
width: 763px;
	
	
	height: 24px;
	margin: 0px;
	padding: 0px;
}



#nav_blog {
    width: 91px;
	height: 24px;
	overflow: hidden;
    background: url(../images/nav_blog.gif) no-repeat;
	background-position: 0 0;
	display: block;
	float: left;
}

#nav_blog:hover{
	background-position: 0 -24px;
}

#nav_blog span{
	display: none;
}

#nav_blog_on {
    width: 91px;
	height: 24px;
	overflow: hidden;
    background: url(../images/nav_blog_on.gif) no-repeat;
	background-position: 0 0;
	display: block;
	float: left;
}

#nav_blog_on span{
	display: none;
}





#nav_programs {
    width: 158px;
	height: 24px;
	overflow: hidden;
    background: url(../images/nav_programs.gif) no-repeat;
	background-position: 0 0;
	display: block;
	float: left;
}

#nav_programs:hover{
	background-position: 0 -24px;
}

#nav_programs span{
	display: none;
}

#nav_programs_on {
    width: 158px;
	height: 24px;
	overflow: hidden;
    background: url(../images/nav_programs_on.gif) no-repeat;
	background-position: 0 0;
	display: block;
	float: left;
}

#nav_programs_on span{
	display: none;
}

#nav_community {
    width: 158px;
	height: 24px;
	overflow: hidden;
    background: url(../images/nav_community.gif) no-repeat;
	background-position: 0 0;
	display: block;
	float: left;
}

#nav_community:hover{
	background-position: 0 -24px;
}

#nav_community span{
	display: none;
}

#nav_community_on {
    width: 158px;
	height: 24px;
	overflow: hidden;
    background: url(../images/nav_community_on.gif) no-repeat;
	background-position: 0 0;
	display: block;
	float: left;
}

#nav_community_on span{
	display: none;
}


#nav_volunteer {
    width: 89px;
	height: 24px;
	overflow: hidden;
    background: url(../images/nav_volunteer.gif) no-repeat;
	background-position: 0 0;
	display: block;
	float: left;
}

#nav_volunteer:hover{
	background-position: 0 -24px;
}

#nav_volunteer span{
	display: none;
}

#nav_volunteer_on {
    width: 89px;
	height: 24px;
	overflow: hidden;
    background: url(../images/nav_volunteer_on.gif) no-repeat;
	background-position: 0 0;
	display: block;
	float: left;
}

#nav_volunteer_on span{
	display: none;
}

#nav_support {
    width: 90px;
	height: 24px;
	overflow: hidden;
    background: url(../images/nav_support.gif) no-repeat;
	background-position: 0 0;
	display: block;
	float: left;
}

#nav_support:hover{
	background-position: 0 -24px;
}

#nav_support span{
	display: none;
}

#nav_support_on {
    width: 90px;
	height: 24px;
	overflow: hidden;
    background: url(../images/nav_support_on.gif) no-repeat;
	background-position: 0 0;
	display: block;
	float: left;
}

#nav_support_on span{
	display: none;
}

/* banner image */

.banner {
	height: 320px;
	margin: 15px 0px 10px 0px;
	width: 800px;
}
.banner a img {
	border: 0;
}

/** main content */

#left_column {
	width: 110px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0px 20px 10px 0px;
	
}


#subnav {
	font-size: 11px;
}

#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	left: auto;
}

#subnav li {
	margin: 0 0 10px 5px;
	padding: 0;
	border-bottom: 1px #ccc solid;
}

.subnav_on {
	margin: 0;
	padding: 0 0px 0 10px;
	background: url(../images/subnav_on.gif) top left no-repeat;
	color: #000;
}

#donate {
    width: 120px;
	height: 120px;
	overflow: hidden;
    background: url(../images/button.gif) no-repeat;
	background-position: 0 0;
	display: block;
	margin: 0px 0px 0px 25px;
}

#donate:hover {
	background-position: 0 -120px;
}

#donate span {
	display: none;
}

#home_left_column {
	width: 210px;
	float: left;
	margin: 0px;
	padding: 40px 0px 0px 0px;
}

#home_center_column {
	width: 580px;
	float: left;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}

#home_center_column p {
	font-size: 14px;
	line-height: 20px;
}

#home_center_column h2 {
	font-size: 16px;
	margin-bottom: 10px;
}


#home_logo
{
	width: 210px;
	height: 209px;
	background: transparent url(../images/home_logo.gif) top left no-repeat;
	margin: 0px 15px 15px 0px;
	padding: 0px;
	float: left;
}

#home_logo h1
{
	display: none;
}

#home_right_column {
	width: 170px;
	float: left;
	background: #f8f6e6 url(../images/right_cap.gif) top repeat-x;
	margin: 15px 0px 0px 20px;
	padding: 10px;
	font-size: 10px;
	color: #000;
}

#home_right_column a:link, a:active {
	color: #808e37;
	text-decoration: none;
}

#home_right_column a:visited {
	color: #808e37;
	text-decoration: none;
}

#home_right_column a:hover {
	color: #808e37;
	text-decoration: underline;
}


#center_column {
	width: 420px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0px 0px 0px 30px;
}

#center_column p {
	font-size: 13px;
	line-height: 16px;
}

#photo img {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 0px 0px 10px 50px;
}

#for_help {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	margin: 10px 0px 14px 0px;
}

.quote_top {
	width: 420px;
	height: 75px;
	background: #fff url(../images/quote_top.gif) top left;
}

.quote {
	font-size: 12px;
	color: #666;
	margin: 0px 20px 0px 0px;
}

.quote_bottom {
	width: 420px;
	height: 65px;
	background: #fff url(../images/quote_bottom.gif) top left;
}

.saidby {
	margin: 0px 20px 35px 20px;
	font-size: 15px;
}


#right_column {
	width: 170px;
	float: left;
	background: #f8f6e6 url(../images/right_cap.gif) top repeat-x;
	margin: 10px 0px 0px 30px;
	padding: 10px;
	font-size: 10px;
	color: #000;
}

#right_column a:link, a:active {
	color: #808e37;
	text-decoration: none;
}

#right_column a:visited {
	color: #808e37;
	text-decoration: none;
}

#right_column a:hover {
	color: #808e37;
	text-decoration: underline;
}

.right_promo {
	width: 150px;
	padding: 5px 10px 5px 10px;
	margin: 0;
	font-size: 11px;
}

.right_promo h4 {
	font-size: 13px;
	font-weight: 200;
	padding: 3px 0 3px 0;
	margin: 0;
	color: #808e37;
}

.right_divider {
	background: transparent url(../images/right_divider.gif) top no-repeat;
	width: 170px;
	height: 9px;
	margin: 10px 0 10px 0;
}


/** footer */

#footer {
	font-size: 12px;
	color: #fff;
	background: #797f59 url(../images/footer_bg.gif) repeat-x top;
	margin: 0px 0px 0px 0px;
	padding: 35px 15px 10px 15px;
	line-height: 14px;
}

#footer a:link, a:active {
	color: #e8e8e8;
	text-decoration: none;
}

#footer a:visited {
	color: #e8e8e8;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer-menu,
#footer-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	left: auto;
}

#footer-menu li {
	margin: 0 15px 0 0;
	padding: 0;
	list-style-type: none;
	float: left;
	display: inline;
	font-weight: bold;
	background: none;
	position: relative;
	width: 140px;
}

#footer-menu li ul {
	margin: 0.5em 0 2em 0;
}

#footer-menu ul li {
	float: none;
	font-size: 75%;
	padding: 0 0 0.4em 0;
	margin: 0;
	font-weight: normal;
	display: block;
	width: auto;
}

#copyright {
	font-size: 10px;
	color: #fff;
	font-weight: bold;
}

#footer_logo {
	width: 58px;
	height: 65px;
	background: transparent url(../images/footer_logo.gif) top left no-repeat;
	margin: 5px;
	padding: 0px;
}.benefit {
	font-size: 16px;
	text-align: center;
	line-height: 1em;
}

#benefitlist{
list-style-type:none;
list-style-image:url(../images/star.jpg);
}

#benefitlist li{
margin-bottom:8px;
}
