body{
	background:#fff;
	margin:0px;
	background:url('/images/bg.jpg');
	font-family:Helvetica, Verdana, Georgia;

}
li{
	list-style-type:none;
}
a{
	color:#106397;
}
a:hover{
	color:#000;
}
p{
	font-size:12px;
	text-align:justify;
	line-height:1.5em;
	
}
h1{
	margin:0px;
	padding:5px;
	margin-left:205px;
	font-size:14pt;
	color:#106397;
	
}
h2 {
	margin-top:5px;
	background:url('/images/divider.gif') no-repeat left bottom;
	color:#106397;
}
h3{
	color:#106397;	
}
ul{
	font-size:12px;
}
li{
	list-style: disc;
}
#content{
	background:url('/images/shadow.gif') repeat-x top left;
}
#wrap{
	width:950px;
	margin:0 auto;
}
#header{
	height:112px;
	position:static;
	top:0px;
	left:0px;
	background:url('/images/header_bg.jpg') repeat-x;
}

#header .img{
	margin:0 auto;
	width:950px;
}
#nav{
	height:31px;
	background:url('/images/nav_bg.png') repeat-x;
	border-left:1px solid #7a9f74;
	border-right:1px solid #7a9f74;
	
}
#nav ul{
	margin:0px;
	padding:2px 0 0 0;
	line-height:31px;
}
#nav ul li{
	display:inline;
}
#nav ul li a{
	font-family:Arial;
	border-left:1px solid #60925d;
	color:#2d4f2c;
	text-decoration:none;
	padding-right:15px;
	padding-left:15px;
	font-size:12px;	
	font-weight:bold;
	text-transform:uppercase;
}
#nav ul li a:hover{
	color:#fff;
}
#call{
	padding-left:10px;
	padding-right:15px;
	background:#fff;
	font-size:11pt;
}
#main{
	background:#fcfcf7;	
	border-top:1px solid #c1c1c1;
	min-height:400px;
}
#copy{
	width:710px;
	float:left;
	padding:0 10px;
}
#footer{
	height:97px;
	padding-top:10px;
	background:url('/images/footer.jpg') repeat-x;
	text-align:center;
	color:#f7f3df;
	font-size:12px;
	
}
#footer a{
	color:#f7f3df;
}
#footer a:visited{
	color:#f7f3df;
}
#leftNav{
	float:left;
	background-color:#c8c3b2;
	width:200px;
	padding:4px;
	margin:5px;
	font-size:10pt;
	border:1px solid #bcb6a4;
}
#leftNav a{
	color:#1f271e;
	margin:1px;
	font-family:Verdana;
	background-color:#d2cec2;
	display:block;
	text-decoration:none;
	padding:1px;

}
#leftNav a:hover{
	color:#fff;
	font-family:Verdana;
	background-color:#979280;
	display:block;
	text-decoration:none;
}
#leftNav img{
	margin-top:4px;
	border:none;
}
.divider{
	padding-top:10px;
	margin-bottom:15px;
}
h4{
	margin-bottom:5px;
	font-family:Verdana;
}

/*** set the width and height to match your images **/
#slideshow {
    position:relative;
    height:300px;
	width:422px;
	float:left;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
table{
	font-size:12px;
}

#donateForm {
	margin-top: 25px;
	text-align: center;
	width: 100%;
}

#jobPosting {
	width: 95%;
	margin: 0 auto;
	border-bottom: 1px solid #7a9f74;
}



