@charset "UTF-8";
/* CSS Document */

p {
	font-size:1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #344232;
	line-height: 1.65em;
	text-align: left;
	font-style: normal;
} /* 14px/16=0.875em */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #344232;
	text-align: left;
	text-transform:uppercase;
}
a {
	color:#344232;
	text-decoration:underline;
}
a:visited {
	color: #813F52;
}
a:hover {
	color: #4B814C;
}

table {
	padding:5px;
	border:2px;
	border-color: #9dd19a;
	width:500px;
}

tr {
	background-color:#fff;
	color:#344232;
}

th {
	background-color:#9dd19a;
	color:#344232;
}

td {
	text-align:left;
	vertical-align:top;
	padding:2px 5px;
	font-size:.875em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #344232;
	line-height: 1.5em;
	text-align: left;
	font-style: normal;
}

li {
	font-size:1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #344232;
	line-height: 1.65em;
	text-align: left;
	font-style: normal;
	list-style:disc;
	list-style-position:outside;
}

.table_place {
	position:absolute;
	top:220px;
	left:10px;
}


.list {
	text-align: left;
	text-indent: .05em;
	white-space: pre;
	list-style-position: inside;
	list-style-type: disc;
}

/* */

body {
	background-image: url(images/wood_bg.jpg);
	background-repeat: repeat;
	z-index: 0;
}

.header {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width:100%;
	z-index: -1;
	position: absolute;
	top: 35px;
	background-image: url(images/sm_masthead.png);
	background-repeat: repeat-x;
	min-height: 300px;
} 
.imagebox {
	position: absolute;
	top: 220px;
	left: 170px;
	z-index:150;
}

.container {
	width: 46em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:absolute;
	left: 225px;
}

.mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .875em;
	text-align: left;
	list-style-type: disc;
	position: absolute;
	height: auto;
	width: 395px;
	left: 500px;
	top: 220px;
	/* top: 300px; */	
}

.footer {
	position: absolute;
	top: 90%;
	left: 185px;
	text-align: left;
}

.footer_table {
	padding: 0 20px;
	position: absolute;
	top: 380px;
	left: 500px;
	text-align: left;
}



.footer_a {
	color: #344232;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 9px;
	text-decoration: none;
	text-align:left;
	font-weight: bold;
}
.footer_a:visited {
	color: #813F52;
}
.footer_a:hover {
	color: #4B814C;
}
.footer_p {
	color:#344232;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 9px;
	text-decoration: none;
	text-align:left;
}

.donations {
	position:absolute;
	left:310px;
	top:350px;
	z-index:405;
}
.button {
	margin-top:75px;
}


/* navigation */


/* dropdown */
.drop {
	position: absolute;
	top: 141px;
	left: 520px;
	z-index:300;
}

#navbar {
	margin: 0;
	padding: 0;
	width: 1em;
}
#navbar li {
   list-style: none;
}

#navbar li a {
   display: block;
   padding: 3px 8px;
   background-color: #344232;
}
#navbar li ul {
   display: none; 
   width: 160px; /* Width to help Opera out */
   background-color: #344232;}
#navbar li:hover ul, #navbar li.hover ul {
   display: block;
   position: absolute;
   margin: 0;
   padding: 0; }
#navbar li:hover li, #navbar li.hover li {
   float: none; }
#navbar li:hover li a, #navbar li.hover li a {
   background-color: #344232;
   border-bottom: 1px solid #344232;
   color: #000; }
#navbar li li a:hover {
   background-color: #4B814c; }

.about {
	z-index: 2;
	position: absolute;
	top: 140px;
	left: 475px;
}
.needs {
	position: absolute;
	top: 141px;
	left: 640px;
}

.donate {
	position: absolute;
	top: 141px;
	left: 755px;
}


/* End Dropdown */

.utility {
	position:absolute;
	left:80%;
	top: 85%;
}
.dropbox {
	position: absolute;
	top: 170px;
	left: 500px;
	background-color:#344232;
	width:165px;
	height: 175px;
}

.home {
	position: absolute;
	z-index: 6;
	top: 9px;
	right: 0px;
}

.logo {
	position: absolute;
	z-index: 5;
	left: 175px;
	top: 60px;
}





/* end navigation */

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 
#menu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#menu ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif; 
/* if required use em's for IE as it won't resize pixels */
} 
</style>
<![endif]-->