* { margin: 0; padding: 0; }

body {
	margin: 0;
	padding: 0;
	background: #E5E5E5;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}

a {color: #135293;}
a:hover {	text-decoration: none;}

body#home li.homenav
{
	display:none;
}

body#background li.backgroundnav,
body#testimonials li.testimonialsnav,
body#donate li.donatenav,
body#community li.communitynav,
body#events li.eventsnav,
body#opportunities li.opportunitiesnav,
body#directors li.directorsnav,
body#contact li.contactnav
	{
	background-color:#0066b3;
	color:#FFFFFF;
	}


/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF url(/images/layout/img01.gif) repeat-y;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

#sidebar_info ul {
	margin:15px 20px;
	color:#FFFFFF;
	list-style-type:none;
}

#sidebar_info ul li{
	margin:2px;
}

/* Logo */

#logo {
	height: 220px;
	background: #FFFFFF url(/images/layout/img02.gif) repeat-y right top;
}

#logo img {
	border:none;
	margin:15px;
}

/* Menu */

#menu {
	padding: 20px;
	background: #33a543 url(/images/layout/img04.gif) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 10px 5px;
	border-bottom:1px solid #fff;
}

#menu a {
	text-decoration: none;
	font-size: 129%;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/****************************************/
/*Header Definitions                    */
/****************************************/
h1
	{
	font-family:"Times New Roman", Times, serif;
	font-size:2.2em;
	color: #135293;
	margin:10px 0;
	}
h2
	{
	font-family:"Times New Roman", Times, serif;
	font-size:1.8em;
	color: #135293;
	margin:10px 0;
	}
h3
	{
	font-family:"Times New Roman", Times, serif;
	font-size:1.5em;
	color: #135293;
	margin:10px 0;
	}
h4
	{
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
	color: #135293;
	margin:10px 0;
	}
h5
	{
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	color: #135293;
	margin:10px 0;
	}

/* Content */

#content {
	float: right;
	width: 740px;
}

#content p{
	line-height:25px;
}

.boxed {
	padding: 15px 35px 20px 35px;
}

.boxed p{
	padding: 5px 0;
}

.boxed ul {
	padding:10px 15px;
}

/* Footer */

#footer {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	background:url(/images/layout/img12.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size:12px;
	padding:25px;
	text-align:center;
}

.clear	{
	clear:both;
}

.photo {
	float:left;
	padding:15px 15px 5px 0;
}

.quote {
	font-style:italic;
}

.testimonials
{
	float:left;
	margin-bottom:60px;
	font-weight:bold;
}

.title2 {
	background:url(/images/layout/img09.gif) repeat-x left bottom;
}

.title3 {
	color:#FFFFFF;
	margin:10px 0;
}


.orange {
	margin-top:25px;
	padding: 5px 35px 20px 35px;
	background: #FF9523 url(/images/layout/img10.gif) repeat-x;
	color: #FFFFFF;
}

.orange a {
	color: #FFFFFF;
}

.col-one {
	float: left;
	width: 600px;
}

#accordion p {
	border: none;
	text-decoration: none;
	margin: 0px;
	padding: 10px 10px 5px 10px;
	background-color: #FF9523;
	line-height:130%;
}

#accordion a {color: #135293;}
#accordion a:hover {	text-decoration: none;}

#accordion h3 {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	font-weight: bold;
	font-size: 12px;
	color:#FF9523;
	border: none;
	background-color:#fff;
	margin-bottom:1px;
}

#accordion ul
{
	padding-left:45px;
}