@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #eae7c6;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

div#background {
width:804px;
border:3px solid #e8b838;
border-top:none;
border-bottom:none;
margin:auto;
}

div#middlepage {
width:800px;
margin:auto;
background-color:#fff;
}

div#header1 {
	width:790px;
	padding:0 5px 0 5px;
	height: 130px;
}

div#header1 .logo {
	margin:15px 0 0 5px;
	float:left;
	border-right: 1px solid #ccc;
	padding-right: 30px;
}

div#header1 .slogan {
	margin:50px 38px 0 0;
	float:right;
}

div#header {
	width: 790px;
	height: 210px;
	padding:0;
}

/* Splash */

#splash {
	float: left;
	width: 460px;
	height: 210px;
}

/* Menu */

div#menu {
	float: left;
	width: 300px;
	height: 200px;
	background: url(../images/linkbg.jpg) repeat-x;
	background-color:#0000CC;
}

div#menu ul {
	margin: 0;
	padding: 5px 20px 0 20px;
	list-style: none;
	line-height: normal;
}

div#menu li {
	display: inline;
}


div#menu a {
	display: block;
	padding: 6px 5px;
	text-decoration: none;
	font:bold .9em Tahoma, Arial, Helvetica, sans-serif; 
	color: #FFF;
	border-bottom: 1px solid #fff;
}

div#menu .nobottomborder {
border-bottom:none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Content */

#content {
	font:normal .8em Geneva, Arial, Helvetica, sans-serif;
	float: left;
	width: 480px;
	padding-left: 20px;
}

.content_fullpage {
	font:normal .8em Geneva, Arial, Helvetica, sans-serif;
	float: left;
	width: 730px;
	padding-left: 20px;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#content ul li {
	padding-left: 15px;
	background: url(images/img08.gif) no-repeat 0 8px;
}

#content ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}

.title {
	padding-top: 3px;
	font:bold 1.5em Tahoma,Arial, Helvetica, sans-serif
}

.content {
	padding: 10px;
}

.whoweare {
padding:0 5px 0 5px;
border-right:1px solid #ccc;
}

.whatwedo {
padding:0 10px 0 10px;
}

.mission {
padding:0 10px 5px 10px;
}

.contact {
	padding:10px;
	clear: none;
	float:left;
}
.contact h2 {
	float:none;
}

.contact .commcontact {
	float:left;
	width:210px;
	margin:5px 0 0 10px;
	padding:5px;
	border:1px solid #D9D9D9;
	font-size:0.8em;
	height: 140px;
	line-height: 180%;
}

.contact .commcontact .name {
font-weight:bold;
font-size:1.2em;
color:#145997;
}


.photogallery {
float:left;
width:740px;
}

.photogallery p{
line-height:180%;
margin:0;
}

.photogallery img {
float:left;
display:block;
width:100px;
border:1px solid #ccc;
padding:4px;
margin:4px 0 0 3px;
}


.twocols {
}

.twocols .col1 {
	float: left;
	width: 230px;
}


.twocols .col2 {
	float: right;
	width: 230px;
}

.dir {
	float: left;
	margin-top: 20px;
}


.dir .boardmembers {
	float: left;
	width: 730px;
	margin: 10px 0;
}

.dir .boardmembers h2 {
	text-align:center;
}


.holder {
	float:left;
	width:210px;
	margin:5px 0 0 10px;
	padding:5px;
	border:1px dotted #eee;
	font-size:0.85em;
	line-height:180%;
	height: 90px;
}


.dir .boardmembers li {
	float:left;
	margin:5px 5px;
	display:block;
	width:200px;
	padding: 5px;
	list-style:none;
	font-size:0.85em;
	line-height:180%;
}


.dir .officers {
	float: left;
	width: 730px;
	margin: 20px 0;
}

.dir .officers h2 {
text-align:center;
}


.dir .officers li {
	float:left;
	margin:5px 0 0 5px;
	display:block;
	width:200px;
	padding: 5px;
	list-style:none;
	font-size:0.85em;
	line-height:180%;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	background: #E6E6E6 url(images/img07.gif) no-repeat right bottom;
}

#sidebar li ul {
	padding: 10px 20px;
	font-size: 92%;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0 5px 0;
	background: none;
	border-top: 1px dotted #CDCDCD;
}

#sidebar h2 {
	height: 30px;
	margin: 0;
	padding: 6px 0 0 10px;
	background: url(images/img06.gif) no-repeat;
	font-size: 100%;
	font-weight: bold;
	color: #145997;
}

#sidebar h3 {
	margin: 0;
	line-height:normal;
	
}

#sidebar h3 .normal {
line-height:normal;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	font-size:.8em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .first {
	border: none;
}

/* Footer */

#footer-wrapper {
	height: 100px;
	padding: 20px 0;
	background: #eae7c6;
	border-top: 10px solid #e8b838;
}

#footer {
	width: 760px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	line-height: normal;
}

#footer a {
	color: #666666;
}

#legal {
	float: left;
	padding: 10px 0 10px 60px;
	background: url(images/img11.gif) no-repeat left center;
}

#links {
	float: right;
	padding: 10px 0 0 0;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #145997;
}

h1 {
	font-size: 197%;
}

h2 {
	font:bold 1.1em Tahoma, Arial, Helvetica, sans-serif;
	clear: left;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 180%;
	margin-top: 5px;
}



blockquote {
	margin: 0;
	padding-left: 20px;
	border-left: 10px solid #E6E6E6;
	font-style: italic;
	color: #999999;
}

blockquote * {
	line-height: normal;
}


.blockquote2 {
	margin: 0;
	padding-left: 20px;
	border-left: 1px solid #333;
	font-style: italic;
	color: #333;
	line-height: normal;
}
	
.donate td {
padding:3px;
}

.donate td h3{
font:bold 1.5em Tahoma, Arial, Helvetica, sans-serif;
font-size:1.5em;
line-height:110%;
}

.donate th {
	text-align:right;
	padding:3px;
	color:#333;
}

.volunteer td {
padding:4px;
}


.volunteer td  h3{
font:bold 1.5em Tahoma, Arial, Helvetica, sans-serif;
font-size:1.5em;
line-height:110%;
}

.volunteer th {
	text-align:center;
	padding:4px;
	color:#333;
	background-color:#eee;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

.volunteer th.header {
background-color:#145997;
color:#fff;
}


.volunteer td.sline {
border:1px solid #333;
}


a {
	color: #E06529;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

#footer {
	width: 800px;
	margin: 0 auto;
	font:normal .8em Tahoma, Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	line-height: normal;
}

#footer a {
	color: #666666;
}

#legal {
	float: left;
	padding: 10px 0 10px 5px;
	font-size: 0.8em;
}

#links {
	float: right;
	padding: 10px 0 0 0;
}



.list li {
float:left;
margin:0 0 0 10px;
display:block;
width:200px;
padding: 5px;
list-style-type:disc;
font-size:.8em;
}

.bold{
font-weight:bold;
font-size:1em;
}

.loactions{
margin: 0 0 10px 0;
color: #145997;
font:bold 1.1em Tahoma, Arial, Helvetica, sans-serif;
}

.programimage {
border:1px solid #ccc;
padding:3px;
margin:0 5px 0 0;
float:left;
}

.clear p {
clear:both;
}
