/*
    ************
	** LAYOUT **
	************
*/

body { 
  border: 0; margin: 0; padding: 0; 
  background-color: white; 
  font-family: arial, helvetica, sans serif; 
  color: #393840; 
  background-image: url('images/page-background.jpg'); 
  background-repeat: repeat-x; background-position: center 1px; 
}

	#body-home { 
		background-image: url('images/slideshow-background.jpg'); 
		background-position: center 129px; 
	}
  

  
.wrapper { 
  width: 970px; min-height: 100px; 
  margin: 0 auto; 
  background-image: url('images/pnc-logo-faded.jpg'); 
  background-position: right top; background-repeat: no-repeat; 
}

  h1#header-title { 
	float: left; 
	width: 970px; 
	margin-top: 20px; 
  }
  
    h1#header-title a { 
	  text-decoration: none; 
	  color: #002868; 
	}



    ul#header-nav { 
	  width: 970px; height: 20px; 
	  float: right; text-align: right; 
	  margin: 40px 0 0 0; padding: 0; 
	  list-style-type: none; 
	}
	
	  ul#header-nav li { 
		display: inline; 
		margin: 0 0 0 60px; padding: 0; 
		font-weight: bold; 
	  }
	  
	    ul#header-nav li a { 
		  font-size: 18px; line-height: 20px; 
		  text-decoration: none; 
		}
		
		  ul#header-nav li a:hover { margin-bottom: -4px; border-bottom: 4px solid #bf0a30; }
		  
		  li.current_page_item a { color: #9e9e9e; }
	
	
	
	#home-slideshow { 
	  width: 970px; height: 410px; 
	  float: left; 
	  margin: 10px 0 0 0; 
	  background-image: url('images/slideshow-shadow.png'); 
	  background-repeat: none; background-position: center; 
	}
	
	  #fadeshow1 { 
	    width: 930px; height: 370px; 
		margin: 10px; border: 10px solid white; 
		background-image: url('images/slideshow-group.jpg'); 
	  }

	#homepage { 
		width: 630px; 
		float: left; 
		margin: 20px 10px; 
	}
	
		#homepage h5 { 
			margin: 20px 0; 
			color: #002868; 
		}

	
	
	div.post { 
	  width: 630px; 
	  float: left; 
	  margin: 40px 10px 0 10px; 
	}
	
	div.navigation { 
		width: 630px; 
		float: left; 
		margin: 20px 0; padding: 10px 0; 
		border-top: 1px solid #9e9e9e; border-bottom: 1px solid #9e9e9e; 
	}
	
		div.navigation * { 
			margin: 0 20px; 
		}
	
	
	
	#sidebar { 
	  width: 250px; 
	  float: right; 
	  margin: 60px 0 0 0; 
	}
	
	  #searchbox { 
	    width: 240px; height: 30px; 
		margin-bottom: 20px; 
		background-image: url('images/searchbox.jpg'); 
	  }
	  
	    #searchbox input.textfield { 
		  float: left; 
		  width: 188px; height: 18px; 
		  margin: 4px 0 4px 4px; padding: 4px 0 0 4px; border: 0; 
		  font-size: 14px; 
		  color: #616161; 
		  background: none; 
		}
		
		#searchbox input.button { 
		  float: right; 
		  width: 40px; height: 30px; 
		  margin: 0; border: 0; 
		  font-weight: bold; 
		  color: white; 
		  background: none; 
		}
		
		  #searchbox input.button:hover { 
		    background-image: url('images/searchbox-button-down.jpg'); 
			cursor: pointer; 
		  }
	  
	  #sidebar h4 { 
	    text-align: center; 
		margin: 0px 10px 0 10px; 
	  }
	  
	  #sidebar h4 a { text-decoration: none; }
	  
	  #sidebar ul { 
	    width: 250px; 
		margin: 20px 10px 80px 10px; 
		list-style-type: none; 
	  }
	  
		.newsbox { 
			width: 238px; 
			border: 1px solid #9e9e9e; 
			margin: 19px 0; padding: 20px 0; 
		}
		
			.newsbox h4 { margin: 20px 10px 0 10px; }
			
			.newsbox ul { margin: 20px 10px; }
	
	
	
	#footer { 
	  float: left; clear: both; 
	  width: 100%; 
	  margin: 40px 0 0 0; padding: 20px 0 80px 0; 
	  background-image: url('images/footer-background.jpg'); background-color: #0d3575; 
	  background-position: top center; background-repeat: repeat-x; 
	}
	
	  #footer, #footer a { 
		color: #00ffff; 
	  }
	  
	  #footer div.wrapper { background-image: none; }





/*
    ****************
	** TYPOGRAPHY **
	****************
*/

p { 
  position: relative; top: 5px; 
  margin: 0 0 20px 0; padding: 0; 
  font-size: 14px; line-height: 20px; 
}

	p.post-meta { 
		margin: -20px 0 20px 0; 
		color: #9e9e9e; 
	}

a { color: #bf0a30; }





h1, h2.page-title { 
  position: relative; top: 5px; 
  margin: 20px 0 0 0; padding: 0; 
  font-family: georgia, times new roman, serif; 
  font-size: 42px; line-height: 40px; 
  font-weight: normal; font-variant: small-caps; 
}

h2, h3, h4, h5, h6 { 
  margin: 40px 0 20px 0; padding: 0; 
}

h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h2 { 
  position: relative; top: 10px; 
  margin-top: 0; 
  font-size: 28px; line-height: 40px; 
  font-weight: normal; 
}

  h2 a { 
    color: #002868; 
	text-decoration: none; 
  }
  
  h2.page-title { 
	top: 10px; 
	border-bottom: 1px solid #9e9e9e; 
	color: #9e9e9e; 
  }
  
h3 { 
  position: relative; top: 1px; 
  font-size: 24px; line-height: 20px; 
}

h4, h5, h6 { 
  position: relative; top: 3px; 
  font-size: 18px; line-height: 20px; 
}

h4 { text-transform: uppercase; }

h6 { 
  top: 4px; 
  font-style: italic; font-weight: normal; 
}





dl { 
  position: relative; top: 5px; 
  margin: 20px 0; padding: 0; 
}

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

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

ul, ol { 
  position: relative; top: 5px; 
  margin: 20px 0; padding: 0 0 0 30px; 
}





hr { 
  height: 0; 
  margin: -1px 0; border: 1px inset #e3dedb; 
  
}





fieldset { 
  margin: 18px 0; padding: 3px 10px 0 10px; 
  border: 2px solid #e3dedb; 
}

form { 
  margin: 0; padding: 0; border: 0; 
}

legend { 
  position: relative; top: 7px; 
  margin: 0; padding: 0 10px; 
  font-size: 16px; 
  text-transform: uppercase; 
}

label { 
  display: block; 
  position: relative; top: 5px; 
  margin: 20px 0 0 0; padding: 0; 
  font-size: 14px; line-height: 20px; 
  font-weight: bold; 
}

input { 
  margin: 0; padding: 0; 
  line-height: 20px; 
}

textarea { height: 56px; 
  margin: 0; padding: 0; 
  line-height: 20px; 
}

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





table { 
  position: relative; top: 3px; 
  margin: 0 0 16px 0; border: 2px solid #e3dedb; 
  font-size: 13px; line-height: 20px; 
  text-align: center; 
}

  th { 
    padding: 0 10px; 
	background-color: #e3dedb; 
  }





sup, sub { 
  position: relative; 
  vertical-align: baseline; 
  font-size: 11px; line-height: 10px; 
}

sup { top: -6px; }

sub { 
  top: 4px; 
}

acronym, abbr { border-bottom: 1px dashed #393840; }

pre { 
  position: relative; top: 6px; 
  margin: 20px 0; padding: 0 20px; 
  font-size: 14px; line-height: 20px; 
  white-space: normal; 
}

blockquote { 
  position: relative; top: 5px; 
  margin: 20px 20px; 
  font-size: 13px; line-height: 20px; 
  font-style: italic; 
}





/*
	*******************
	** Footer Styles **
	*******************
*/

.sitemap-col { 
	float: left; 
	width: 310px; 
	margin: 20px 10px 0 0; padding: 0; 
}

#footer ul { 
	margin: 20px 10px 20px 0; padding: 0; 
	list-style-type: none; 
}

	#footer ul li { 
		margin: 0; padding: 0; 
		font-size: 14px; line-height: 20px; 
		font-weight: bold; 
	}
	
		#footer ul li ul { 
			margin: 0 0 20px 20px; 
		}
		
			#footer ul li ul li { font-weight: normal; }



/*
    *******************
    ** Begin Images  **
	*******************
*/

p img { 
	padding: 0; 
	max-width: 100%; 
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered { 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
}

img.alignright { 
	margin: 0 0 2px 4px; 
	display: inline; 
}

img.alignleft { 
	margin: 0 4px 2px 0; 
	display: inline; 
}

.alignright { float: right; }

.alignleft { float: left; }
