* {
	font-size:100.01%;
	margin:0;
	padding:0;
} 
html {
	font-size:62.5%;
	height:100%;
	overflow-Y: scroll;
} 
body {
	font: 16px/1.7em normal Arial, Helvetica, sans-serif;
	margin:0 0;
	background:url(../img/header-bg.jpg);
} 
img {
	border-style:none;
	vertical-align:top;
}
p {
	margin-bottom:1em;
}

/****** LAYOUT  ******/

#wrapper {
	width:960px;
	margin:0 auto;
	border: 2px solid #000;
	background:url(../img/body-bg-2.jpg) repeat;
}
#header {
	background:url(../img/header-bg-2.jpg) repeat;
	width:960px;
	margin:0 auto;
}
#header-image {
	height:313px;
	background:url(../img/header-img-9.jpg) no-repeat;
	width:960px;
	margin:0 auto;
}
#header-image-about {
	height:156px;
	background:url(../img/header-img-9.jpg) no-repeat;
	width:960px;
	margin:0 auto;
}
#header-image-services {
	height:156px;
	background:url(../img/header-img-11.jpg) no-repeat;
	width:960px;
	margin:0 auto;
}
#header-inner {
	width:960px;
	margin:0 auto;
}
#header-text {
	position: relative;
	height:100px;
	width:300px;
	font: normal .95em/1.3em Georgia, "Times New Roman", sans-serif;
	color: #ffc;
	top: 210px;
	left:35px;
}
#logo-about {
	position: relative;
	height:156px;
	width:960px; 
	background:url(../img/header-img-10.jpg) no-repeat;
}
#logo-services {
	position: relative;
	height:156px;
	width:960px; 
	background:url(../img/header-img-11.jpg) no-repeat;
}
#logo-resources {
	position: relative;
	height:156px;
	width:960px; 
	background:url(../img/header-img-12.jpg) no-repeat;
}
#logo h1#home-link {
	width:253px;
	height:220px;
	visibility:hidden;
}
#content {
	clear: both;
	width:960px;
	margin:20px auto 10px auto; 
	padding:0 0 0 15px;
}
#footer {
	clear:both;
	font-size: .8em;
	padding-top: 20px;
	background-color: #3e4805;
}
#leftcol {
	float:left; 
	width:600px;
	font-size: .9em;
	margin-bottom: 2em;
}
#left-col-inner {
	float:left; 
	width:590px;
	//background: #f7edd3;
	background: #f7f2e5;
	border: 3px solid #d9ceb4;
	padding: 10px;
}
#left-left-col {
	float:left;
	width:250px;
}
#left-right-col {
	float:right;
	width:250px;
}
#sidebar {
	float:right; 
	width:270px; 
	text-align:left;
	border-left: 1px dotted #000;
	margin-bottom: 10px;
	padding: 0 20px 0 20px;
}
hr {
	border: 0;
	width: 85%;
	margin: 5px auto 10px;
	color: #525f09;
	background-color: #525f09;
	height: 1px;
}
.clear {
	clear:both;
}

.charityprofile {
	margin: 10px 0 15px 50px;
}

/****** LISTS *******/
.listbox {
	margin-left:2em;
	color:#333;
	line-height:1.4em;
	margin-bottom:1.5em;
}
.listbox ul {
	list-style-type:disc;
}
.listbox ul li {
	margin-bottom:7px;
}

/****** LINKS & MAIN NAVIGATION *******/

a {
	color:#525f09;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
	color:#000;
}
#nav-wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 34px;
	clear:both;
	background:url(../img/nav-bg.jpg) repeat;
}
#nav {	
	padding:7px 0 7px 15px;
	list-style:none;
	font:0.9em/18px Arial, Helvetica, sans-serif;
	width: 960px;
	margin: 0 auto;
}
#nav li {
	float:left;
	margin:0 33px 0 0; 
	display:inline
}	
#nav a {
	color:#eae6de;
	text-decoration:none;
}
#nav a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:2px solid #fff;
}
body#home a#homenav, 
body#aboutus a#aboutusnav, 
body#services a#servicesnav,
body#news a#newsnav, 
body#contact a#contactnav  {
	color:#fff;
	text-decoration:none;
	border-bottom:2px solid #fff;
}
#subnav-wrapper {
	width: 960px;
	margin: 0 auto;
	clear:both;
}
#subnav {
	width:960px;
	margin:10px 0 10px 5px;
	padding-top:2px;
	height:20px;
	text-align:left;
	font:0.8em Arial, Helvetica, sans-serif;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}
#subnav li {
	display:inline;
}
#subnav li a {
	padding:0 10px 0 5px;
	text-decoration:none;
	color:#000;
	height:100%;
}
#subnav li a:hover {
	text-decoration: underline;
	color:#000;
}

/****** FOOTER NAVIGATION *******/

#footernav {
	clear:both;
	width:960px;
	margin:0 auto 0 auto; 
	text-align:center;
	padding-bottom: 5px;
}
#footernav li {
	display:inline;
}
#footernav li a {
	padding: 0 5px 0 5px; 
	text-decoration:none; 
	color:#eae6de; 
	height:100%;
}
#footernav li a:hover {
	text-decoration:underline; 
	color:#fff; 
	height:100%;
}

/****** IMAGES *******/
.sidebar-image {
	margin-bottom: 15px;
}
.img-float-right {
	float: right;
	margin: 5px 0 5px 10px;
}
.img-float-left {
	float: left;
	margin: 5px 10px 5px 0;
}
.rounded-corners {
	display: block;
	background-color: #617008; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	padding: 3px;
	margin: 2em auto 0 auto;
}
.rounded-corners-float-right {
	display: block;
	background-color: #617008; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	padding: 4px;
	margin: 0 auto 0 auto;
	float: right;
	box-shadow: 10px 10px 5px #888;
}
img.center {
	display: block;
	margin: 1em auto 0 auto;  
	padding:3px;
}


/****** TYPOGRAPHY *******/

#left-col-inner p {
	margin-left: 5px;
}
#sidebar p {
	margin-left: 5px;
	font-size: .9em;
}
#content p {
	font-size:0.9em/1.4em; 
	line-height:1.4em;
}
h1 {
	font: italic bold 1.3em Georgia, "Times New Roman", sans-serif;
	text-align:left;
	color:#525f09; 
	padding:5px 0 15px 0;
}
h2 {
	font: italic bold 1.25em Arial, Helvetica, sans-serif;
	text-align:left;
	color:#525f09; 
	padding: 5px 0px 5px 0;
}
h3 {
	font: italic bold 1em Arial, Helvetica, sans-serif;
	text-align:left;
	color:#525f09; 
	padding: 5px 0px 5px 0;
} 

#sidebar h3 {
	font: italic bold .9em Arial, Helvetica, sans-serif;
	text-align:left;
	color:#525f09; 
	padding: 5px 0px 5px 5px;
}
.quotes {
	font: 0.9em/1.3em Arial, Helvetica, sans-serif; 
	color:#666; 
	margin: 0 50px 0 50px;
}
#footer p {
	font-size:1em; 
	line-height:1.4em; 
	color:#333;
}
#footer a {
	color:#eae6de;
	text-decoration: underline;
}
#footer a:hover{
	color:#fff;
	text-decoration: underline;
}
#footer p {
	color:#eae6de;
}
.bolder { 
	font-weight:bold;
	font-style:italic;
}
.larger {
	font-size: 1.5em;
}
.small {
	font-size: 0.7em;
}

.listbox {
	margin-left:2em;
	color:#333;
	line-height:1.4em;
	margin-bottom:1.5em;
}
.listbox ul {
	list-style-type:disc;
}
.listbox ul li {
	margin-bottom:7px;
}

/****** TABLES ******/

.table-center {
	margin: 0 auto;
}
td {
	padding: 5px;
}
td.right {
	text-align: right;
	padding-right: 30px;
}

/****** FORMS *******/

form {
	width:550px;
	margin:10px auto; 
	float:left; 
	border:0; 
	color:#000;
}
form input {
	font-size:16px;
	margin-bottom:1em;
	width:400px;
	background:#fff;
	height:auto;
	border:1px solid #ccc;
	padding:0.5em
}
form input:hover {
	border:1px solid #000;
}
form textarea {
	font-size:18px;
	width:500px;
	height:5em;
	border:1px solid #ccc;
	padding:0.5em;
	overflow:auto;
	background:#fff;
}
form textarea:hover {
	border:1px solid #000;
}
form #button {
	color:#333;
	padding-right:0.5em;
	cursor:pointer;
	width:150px;
	margin:auto;
	background:#dbd7be;
	border:1px solid #ccc;
}
form #button:hover {
	border:1px solid #000;
}

