@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

*{margin:0;padding:0}
html,body {
	margin:0;
	padding:0;
	height:100%;
	
}
#outer{
	width:900px;
	margin:auto;
	min-height:100%;
	margin-top:-50px;
	background-image: url(images/RockHill_logo.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	
}
* html #outer{height:100%}
#inner{/* contain clearing due to opera min-height float fix*/
	width:640px;
	float:left;
	padding-left: 240px;
}
#header{
	border-top:50px solid #fff;
	padding-top: 10px;
	padding-bottom: 30px;
}
#footer{
	width:640px;
	margin:auto;
	height:50px;/* must match negative margin and header soak up*/
	clear:both;
	padding-left: 240px;
	font-family: Impact, Charcoal, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
}
html>body #minHeight{ /* opera and old safari min-height fix */
	float:right;
	width:0;
	height:100%;
	overflow:hidden;
}
/*************/
/*____________________________________________________________________  text  */
.hidden {
  display: none;
}
/*__________________________________________________________________  images  */
img {
  border: none;
}
/*____________________________________________________________________  text  */
h1 {
	font-family: Impact, Charcoal, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #999;
	display: block;
	padding-bottom: 5px;
	line-height: 36px;
	letter-spacing: 1px;
}
h2 {
	font-family: Impact, Charcoal, sans-serif;
	font-size: 20px;
	font-weight: normal;
	display: block;
	padding-bottom: 5px;
	line-height: 36px;
	letter-spacing: 1px;
}
.navigation {
	font-family: Impact, Charcoal, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: 1px;
}
.navigation a:link {
	color: #000;
	text-decoration: none;
	padding-right: 25px;
}

.navigation a:visited {
  color: #000;
  text-decoration: none;
  padding-right: 25px;
}

.navigation a:hover {
	color: #FF0000;
	text-decoration: none;
}

.navigation a:active {
	color: #FF0000;
	text-decoration: none;
}
.selected {
	color: #FF0000;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 32px;
	font-weight: normal;
	display: block;
	padding-bottom: 0px;
	padding-top: 15px;
}
.style4 {font-family: Impact, Charcoal, sans-serif;
font-size: 30px;
color: #FF0000;}

a:link {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
  color: #FF0000;
  text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

