body  {
	font: 100.1% "Trebuchet MS", Arial, sans-serif;
	background: #f2b44f;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1 {
	font-family:"Book Antiqua", Georgia, "Times New Roman", serif;
	font-size:1.5em;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:5px;
	color:#46759b;
}
h2 {
	font-family:"Book Antiqua", Georgia, "Times New Roman", serif;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:3px;
	margin-top:25px;
	color:#333333;
}
h2.news {
	border-bottom:1px solid #000000;
}
h3 {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:1em;
	font-weight:bold;
	margin-bottom:0;
	margin-top:20px;
	color:#555555;
}

h4 {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:.93em;
	font-weight:bold;
	margin-bottom:4px;
	margin-top:0;
}
#mainContent_inner li {
margin-top:0;
	font-size:.88em;
	line-height:1.5em;
}

#mainContent_inner li li {
	font-size:1em;
}

p { 
	margin-top:0;
	font-size:.88em;
	line-height:1.5em;
}
a {
	color:#801335;
}
ul, ol {
	margin-top:0;
}
.twoColFixLtHdr .container { 
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
	
.header_container{
	width:790px;
	height:114px;
	margin:0 auto;
	background-image:	url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:195px;
	text-align:left;
} 
.twoColFixLtHdr #header { 
	background-color: #FFFFFF; 
	
} 
#nav {
	background:url(../images/nav.jpg);
	height:36px;
	margin-bottom:14px;
}
#nav ul {
	padding:0;
	margin:0;
}
#nav li {
	list-style:none;
	display:inline;

	text-align:center;	
}
#nav li a {
	float:left;
	color:#FFFFFF;
	display:inline-block;
	font:1em Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	padding:5px 19px 6px 19px;
	width:auto;
	border-right:2px solid #666060;
	overflow:hidden;
}

#nav li a:hover {
	background:url(../images/nav_hover.jpg) repeat-x;
}
#nav .first {
	border-left:2px solid #666060;
}
#about_body a#about,
#news_body a#news,
#donations_body a#donations,
#resources_body a#resources,
#volunteering_body a#volunteering,
#services_body a#services,
#call_body a#call {
	background:url(../images/nav_hover.jpg) repeat-x;
}	
.twoColFixLtHdr #sidebar1_splash {
	float: left; /* since this element is floated, a width must be given */
	width: 157px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}

#sidebar1_splash img {
	margin: 0 0 6px 0;
	border:0;
}

.twoColFixLtHdr #mainContent { 
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-color: #FFFFFF;
	padding: 20px 50px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#flower_front {
	background-image:url(../images/flower.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #f2b44f;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #sidebar1_splash {
  margin-right: 6px;
  }
 
* html #top {
  height: 1%;
  margin-left: 0;
  }
 
/* End hide from IE5/mac */
.partners img {
	margin:0 8px;
	margin-top:8px;
	border:0;
}
#top {
	padding-top:7px;
	background-image:url(../images/content-top.jpg);
	background-repeat: no-repeat;
	margin: 0 35px 0 163px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
}

/********** Inner **********/
.twoColFixLtHdr #sidebar1_inner {
	float: left; /* since this element is floated, a width must be given */
	width: 201px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#sidebar1_inner ul {
	padding:0;
	margin:0;
	}
#sidebar1_inner li {
	list-style:none;
	background:url(../images/arrow.jpg) no-repeat left 7px;
	padding-left:15px;
	padding-bottom:10px;
}
#sidebar1_inner a {
	color:#FFFFFF;
	text-decoration: none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:.82em;
}
#sidebar1_inner a.current {
	color:#F2B44F;
}
#sidebar1_inner a:hover {
	text-decoration:underline;
}
#sidebar1_inner2 {
float: left; /* since this element is floated, a width must be given */
	width: 201px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
ul.arrow  {
	padding:0;
	margin:0;
	}
.arrow li {
	list-style:none;
	background:url(../images/red_arrow.jpg) no-repeat left 7px;
	padding-left:15px;
	padding-bottom:10px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
}
#flower {
	background-image:url(../images/flower.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #f2b44f;
	margin: 0 0 0 201px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
}
#top_inner {
	background-image:url(../images/top_inner.jpg);
	background-repeat: no-repeat;
	padding:7px 34px 0 0;
}
.twoColFixLtHdr #mainContent_inner { 
	background-image:url(../images/background_inner.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
	padding: 13px 20px 60px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#content {
	background:#FFFFFF;
	padding: 20px 20px 0 20px;
}

.corner{display:block}
.corner *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
}
  .corner1{
  background:url(../images/sidebar_top.jpg) no-repeat;
  height:5px;
  width:194px;
  }
.corner1-bottom{
  background:url(../images/sidebar_bottom.jpg) no-repeat;
  height:6px;
  width:194px;}
.cornerfg{
  background:#ffffff;
  width:194px;
 }
.cornerfh {
  background:#46759b;
  padding:4px 10px;
  margin:0 3px;}
/********** End Inner **********/


.twoColFixLtHdr #footer { 
	margin-top:10px;
	}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:.75em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#logo {
    padding: 94px 0 0 0;
	margin:0;
    overflow: hidden;
    background-image:url(../images/logo.jpg);
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:94px;
}
.small {
	font-size:.75em;
}

.top {
	text-align:right;
	border-bottom:1px solid #999999;
	padding-bottom:10px;
}
#search {
	float:right;
	width:300px;
	padding-top:20px;
	text-align:right;
}
#search form {
	margin-bottom:10px;
}
#cse-search-results {
	width:500px;
}
#res {
	width:500px;
}
