/* CSS Document */
/*Mass Reset*/
* { 
	padding: 0; 
	margin: 0; 
	}
html { 
	padding: 0; 
	margin: 0; 
	}
body { 
	padding: 0; 
	margin: 0; 
	}
h1, h2, h3, h4, h5, h6, p, img { 
	margin: 0; 
	padding: 0; 
	}
pre, blockquote, form, label, ul, ol, li, dl, fieldset { 	
	margin: 0; padding: 0; 
	}
fieldset { 	
	padding: 10px; 
	}
/*End Mass Reset*/


body	{
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#964a01;
	font-size:14px;
	line-height:18px;
	background-image:url(../images/bkgd-pageHP.gif);
	background-position:top;
	background-repeat:repeat-x;
	}
	
/*links*/	
a:link {
	color:#fff;
	text-decoration:none;
	}
a:visited {
	color:#fff;
	text-decoration:none;
	}
a:hover {
	color:#ede194;
	text-decoration:underline;
	}
a:active {
	color:#ede194;
	text-decoration:underline;
	}
	
a.thispage:link {
	color:#ede194;
	text-decoration:none;
	}
a.thispage:visited {
	color:#ede194;
	text-decoration:none;
	}
a.thispage:hover {
	color:#fff;
	text-decoration:underline;
	}
a.thispage:active {
	color:#fff;
	text-decoration:underline;
	}
	
ul.counties a:link {
	color:#ffc601;
	text-decoration:underline;
	}
ul.counties a:visited {
	color:#ffc601;
	text-decoration:underline;
	}
ul.counties a:hover {
	color:#ede194;
	text-decoration:none;
	}
ul.counties a:active {
	color:#ede194;
	text-decoration:none;
	}

a.bug:link {
	color:#a71814;
	text-decoration:underline;
	}
a.bug:visited {
	color:#a71814;
	text-decoration:underline;
	}
a.bug:hover {
	color:#e06f01;
	text-decoration:none;
	}
a.bug:active {
	color:#e06f01;
	text-decoration:none;
	}	
	
#right a:link {
	color:#a71814;
	text-decoration:underline;
	font-weight:normal;
	font-style:italic;
	}
#right a:visited {
	color:#a71814;
	text-decoration:underline;
	font-weight:normal;
	font-style:italic;
	}
#right a:hover {
	color:#e06f01;
	text-decoration:none;
	font-weight:normal;
	font-style:italic;
	}
#right a:active {
	color:#e06f01;
	text-decoration:none;
	font-weight:normal;
	font-style:italic;
	}	
/*end links*/

/*dropdown menu*/
.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 14px Arial;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background-color: #636e3c;
width: auto; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
/*width: 100%;*/
display: block;

border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
padding-right:5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: black;
color: white;
}

.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
/*end dropdown menu*/

#frame {
	width:856px;
	margin:0 auto;
	}
#top {
	width:856px;
	clear:both;
	}
ul.navmain {
	text-align:left;
	padding-top:60px;
	padding-left:20px;
	font-weight:bold;
	float:left;
	}
ul.navmain li {
	list-style-type:none;
	display:inline;
	margin-right:16px;
	}
img.logo {
	margin-top:25px;
	}	
#content {
	width:856px;
	}
#left {
	width:651px;
	float:left;
	}	
#map {
	height:342px;
	width:640px;
	background-image:url(../images/PA-map.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
#map p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:31px;
	line-height:36px;
	color:#000;
	padding-top:220px;
	padding-left:350px;
	}	
ul.counties {
	width:575px;
	height:35px;
	padding-left:76px;
	padding-top:10px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	line-height:24px;
	color:#ffc601;
	background-image:url(../images/bkgd-counties.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
ul.counties li {
	list-style-type:none;
	display:inline;
	margin-right:3px;
	}
#text {
	width:551px;
	background-image:url(../images/bkgd-contentHP.gif);
	background-position:top;
	background-repeat:repeat-y;
	padding-left:50px;
	padding-right:50px;
	clear:both;
	}
#text p {
	padding-bottom:20px;
	}
#text p.initial {
	padding-top:20px;
	}
#text h1 {
	color:#000;
	font-size:20px;
	line-height:36px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:25px;
	}
#text ul {
	padding-bottom:20px;
	padding-left:45px;
	}
#give {
	width:143px;
	height:53px;
	padding-top:35px;
	background-image:url(../images/difference.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:18px;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:10px;
	}
address {
	padding:6px 30px;
	height:35px;
	text-align:center;
	font-style:normal;
	font-weight:normal;
	color:#fff;
	background-image:url(../images/bkgd-address.gif);
	background-position:right top;
	background-repeat:repeat-y;
	font-size:13px;
	line-height:18px;
	clear:both;
	}
#contact {
	width:102px;
	height:32px;
	padding-top:30px;
	padding-left:40px;
	background-image:url(../images/bkgd-contact.jpg);
	background-position:left;
	background-repeat:no-repeat;
	font-weight:bold;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:18px;
	float:left;
	margin-left:40px;
	}		

#connect {
	text-align:right;
	padding-right:40px;
	height:42px;
	padding-top:20px
	}
#connect img {
	display:inline;
	margin:5px;
	}
#right {
	float:left;
	width:204px;
	}
img.photo {
	margin-bottom:82px;
	}	
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:18px;
	color:#a71814;
	padding-left:14px;
	margin-left:6px;
	}
#search {
	margin-top:10px;
	text-align:center;
	}
ul.sidebar {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#e06f01;
	font-size:13px;
	font-weight:bold;
	margin-top:20px;
	padding-left:20px;
	padding-right:10px;
	}
ul.sidebar li {
	list-style-type:none;
	margin-bottom:10px;
	}
