/*********************/
/* BASIC */
/*********************/

body {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background-color: #b4eaaa;
	background-image:url(images/bg/bg.gif);
	
	
}

li {
	font-size:14px;
	line-height: 20px;
	}

a:link {
	color: #294E56;	
 }

a:visited {
	color: #294E56;
  }

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}
img {
	margin:0;
	border:none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	
}

/*********************/
/* BANNER STYLES */
/*********************/

#banner {
	position: relative;
	border: 0px solid black;
	background-image: url(images/bglogo.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 150px;
}

#banner2 {
	
	background-color: #EAEAEA;
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom:#294E56;
}

#logo2 {
	
	height: 100%;
	background-color:#fff;
	padding-top: 50px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-position: center top;
	
}

#bannerright {
	float: right;
	width: 250px;
	height: 200px;
	background-image: url(images/donate_food.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	}
#bannerright h1{
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;	
	}
#bannerright p{
	font-size: 12px;
	text-align: center;
	white-space: pre;
	}

	
#bannercenter {
	background-image: url(images/donate_time.jpg);
	margin-left: 250px;
	margin-right: 250px;
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 200px;
	vertical-align: text-bottom;
		}
#bannercenter h1{
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
}
#bannercenter p{
	font-size: 12px;
	text-align: center;
	}
	
#bannerleft {
	background-image: url(images/donate_funds.jpg);
	float: left;
	width: 250px;
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 200px;
	}
#bannerleft h1{
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
}
#bannerleft p{
	font-size: 12px;
	text-align: center;
	}

	


/*********************/
/* MAIN NAV */
/*********************/

#nav {
	margin-bottom: 0px;
	position: absolute;
	top: 165px;
	
	
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#nav a {
	display: block;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	background-color: #064115;
	padding: 2px 2px 2px 3px;
	width: 8em;
	margin-left: 2px;
	border-right: 1px solid #73AFB7;
	border-bottom: 1px solid #73AFB7;
	font-weight: bold;
	margin-bottom: 2px;
}

#nav a:hover {
	background: #0d7828;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FFFFFF;
}

/*highlight "you are here" buttons*/
#home #nav a#homeLink,
#feature #nav a#featureLink {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

#logo {
	height: 100px;
	
	background-repeat: no-repeat;
	background-position: right top;
}

/*********************/
/* SIDEBAR */
/*********************/
#news {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 1.2em;
	border-top: 1px dashed #294E56;
	border-right: 1px dashed #294E56;
}
#news li {
	display: inline;
}
#news .title {
	font-weight: bold;
	display: block;
	color: #666666;
}
#news a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dashed #294E56;
	color: #73AFB7;
	line-height: 110%;
	background-color: #FFFFFF;
	background-image: url(images/bg/bg_link.png);
	background-repeat: no-repeat;
	background-position: right top;
}
/* hack for IE 6 < to make entire block clickable */
* html #news a {
	height: 1px; 
}

#news a:hover {
	color: #000000;
	background-image: url(images/bg/bg_link_h.png);
}

/*********************/
/* MAIN */
/*********************/
h1 {
	color: #294E56;
	/*margin-top: 10px;*/
	font-size: 2em;
	border-top: 2px solid #064115;
	line-height: 100%;
	padding-top: 10px;
}
.section {
	display: inline;
	color: #999999;
	font-weight: normal;
}

.floatRight {
	float: right;
	margin: 5px 10px 2px 15px;
}
img.floatRight {
	border: 2px solid #000000;
}

p {
	font-size: 14px;
	text-align: left;
	line-height: 25px;
}

#psearch {
	color: #000000;
	font-size: 14px;
	background-color: #000000;
}

h2 {
	color: #000000;
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	padding-top: 0px;
	background-repeat: repeat-x;
	background-position: left bottom;
	font-weight: bold;
}

#postheading {
	color: #064115;
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	font-weight: bold;
	border: 1px double #064115;
}




/*********************/
/* FOOTER */
/*********************/
#footer {
	width: 700px;
	background-color: #fff;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	padding: 5px;
	border: 1px solid #064115;
	}




#sidebar {
	float: left;
	width: 180px;
	padding-left: 0px;
	}
	
#sidebar * {
	color: #fff;
	}
	
#sidebar h3 {
	font-size: 1.5em;
	background: #043509;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	/*margin: 10px 10px 5px 10px;*/
	}
	
#sidebar h4 {
	font-size: 1.2em;
	margin: 10px 10px 5px 10px;
	}
	
#sidebar p {
	font-size: 1.2em;
	line-height: 110%;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
#sidebar ul {
	font-size: 1.1em;
	line-height: 110%;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	
	}
	
#sidebar img {
	margin:0;
	border:none;
	
}
	
	
#main {
	margin-left: 200px;
	margin-right: 200px;
		}

#main p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
}

#main ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	padding: 15px;
	line-height: 25px;
}

#main table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 5px;
	
}

#main img {
	margin:5px;
	padding: 5px;
	border: thin double #000000;
}
	
#secondary {
	float: right;
	width: 180px;
	padding-left: 5px;
	}
	
#secondary * {
         text-decoration:none;
	color: #fff;
	}
	
#secondary h3 {
	font-size: 1.5em;
	background: #043509;
	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	/*margin: 10px 10px 5px 10px;*/
	}
	
#secondary h4 {
	font-size: 1.2em;
	margin: 10px 10px 5px 10px;
	}

#secondary li {
	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
		}


	
#secondary p {
	font-size: 12px;
	line-height: 25px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
	#secondary ul {
	font-size: 1.1em;
	line-height: 110%;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	
	}
	
#wrapper {
	width: 950px;
	background-color: #fff;
	background-image: url(images/bg/bg_columncopy.gif);
	background-repeat: repeat-y;
	background-position: top;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #064115;	
	}
	
	.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 142px; /* .push must be the same height as .footer */
}
