/* CSS Document */

body {
	background-color: #BBDBF6;
}



/* Page Header Styles BEGIN */
#page-header-wrapper {
	width: 100%;
	height: 50px;
	margin: 0 auto 0;
}
#page-header {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
}
#page-header-left {
	width: 215px;
	padding: 10px;
	display: block;
	position: absolute;
	margin: 160px 0 0 0px;
	z-index: 21;
	top: 10px;
	visibility: visible;
}

.page-header-image {
	width: 309px;
	height: 134px;
	margin: 7px 0 0 675px;
	padding: 0;
}
.page-header-text {
	font: italic bold 28px/30px Georgia, "Times New Roman", Times, serif;
	color: #005FAC;
	margin: 40px 0 0 40px;
	padding: 10px;
	display: block;
	position: absolute;
	z-index: 31;
	top: 10px;
	visibility: visible;
	text-align: center;
}
.page-header-text-other {
	font: bold 24px/30px Georgia, "Times New Roman", Times, serif;
	color: #d01025;
	margin: 55px 0 0 235px;
	padding: 10px;
	display: block;
	position: absolute;
	z-index: 31;
	top: 10px;
	visibility: visible;
	width: 390px;
	text-align: center;
}
#links-wrapper {
	width: 1000px;
	margin: 0 auto;
	border: solid #0072C6 2px;
}
#page-header-links {
	width: 960px;
	margin: 0 auto 0;
	padding: 5px 0 10px 40px;
	height: 20px;
	background-color: #0072C6;
}

	
/* Page Header Menu Styles END */
	/* Header Image BEGIN */
#page-header-image-bg {
	width: 1000px;
	height: 150px;
	margin: 0 auto 0;
	padding: 0;
	background-color: #FFFFFF;
	border: solid #0072C6 2px;
}
#page-header-image-bg2 {
	width: 1000px;
	height: 174px;
	margin: 0 auto 0;
	background-image: url(images/shortheader.jpg);
	padding: 0;
	background-color: #CCC;
    border: solid #003A6E 2px;
}
#page-header-image-bg3 {
	width: 1000px;
	height: 174px;
	margin: 0 auto 0;
	background-image: url(images/shortheader2.jpg);
	padding: 0;
	background-color: #CCC;
    border: solid #003A6E 2px;
}
/* Header Image END */
/* BODY STYLES BEGINS */
#body-wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 15px 0;
	background-color: #FFF;
	border: solid #0072C6 2px;
}
/* Main COLUMN STYLES BEGIN */
.main-column-default {
	width: 988px;
	margin: 0 10px 10px;
	background: #FFF;
	color: #000;
}
.main-column-content-default {
	width: 1000px;
	color: #000;
}
.main-column-content-default h1 {
	float: left;
	margin: 15px 0 20px 20px;
	padding: 5px 0 0 24px;
	width: 830px;
	height: 31px;
	font: bold 24px/28px Georgia, "Times New Roman", Times, serif;
	color: #000;
}
.main-column-content-default p {
	padding: 10px 20px 20px 20px;
}
.main-column-content-text {
	margin: 0px 20px 5px 18px;
	background: #FFF;
	border-radius: 20px;
	box-shadow: 6px 6px 10px #888888;
	text-align: justify;
	padding: 8px;
	color: #000;
}
.left-column-content-text {
	width: 700px;
	background: #FFF;
	margin: 5px 0px 10px 10px;
	border-radius: 20px;
	box-shadow: 6px 6px 10px #888888;
	text-align: justify;
	color: #000;
	float: left;
	padding: 8px;
	border: solid #0072C6 2px;
}
.right-column-content-text {
	width: 225px;
	background: #F6EFD4;
	margin: 5px 20px 0px 0px;
	border-radius: 10px;
	border: solid #EDDEB0 2px;
	box-shadow: 6px 6px 10px #888888;
	text-align: center;
	color: #000;
	float: right;
	padding: 5px 0px 10px 0px;
}
/* Main COLUMN STYLES ENDS */

/* FOOTER STYLES BEGIN */
#footer-wrapper {
	width: 1000px;
	margin: 0 auto;
	clear: both;
	border: solid #003A6E 2px;
	background-color: #EEEABD;
}
#footer-content-container {
	margin: 0 auto;
	width: 1000px;
	height: 825px;
}
#footer-content-container2 {
	margin: 0 auto;
	width: 1000px;
	height: 100px;
	background-color: #EEEABD;
}
#footer-links {
	float: right;
	width: 1000px;
	padding: 10px 0 20px;
}
.footer-addressbar {
	background-color: #FFFFFF;
	float: left;
	width: 730px;
	border-radius: 20px;
	box-shadow: 6px 6px 10px #888888;
	padding: 10px;
	margin: 25px 0 0 18px;
	font: bold 20px/26px "Times New Roman", Times, serif;
	color: #00004A;
	text-align: center;
}
#footer-wrapper ul.links {
	width: 990px;
	color: #000;
	display: block;
}
#footer-wrapper ul.links li {
	float: right;
	font: 12px/15px Arial, Helvetica, sans-serif;
}
#footer-wrapper ul.links li a {
	padding: 0 10px;
	color: #FFF;
	text-decoration: none;
}
#footer-wrapper ul.links li a:hover {
	text-decoration: underline;
}
#footer-creator {
	margin: 0 auto;
	width: 1000px;
	padding: 25px 0 20px 0;
	text-align: center
}
#footer-wrapper ul.creator {
	width: 875px;
	color: #FFF;
	display: block;
}
#footer-wrapper ul.creator li {
	float: right;
	font: 12px/15px Arial, Helvetica, sans-serif;
}
#footer-wrapper ul.creator li a {
	padding: 0 10px 0 5px;
	color: #FFF;
	text-decoration: none;
}
#footer-wrapper ul.creator li a:hover {
	text-decoration: underline;
}
#footer-facebook {
	float: left;
	width: 700px;
	height: 430;
	padding: 0 0 0 0;
	box-shadow: 6px 6px 10px #888888;
	text-align: right;
	background-color: #FFF;
	margin: 0 0 20px 10px;
}
#footer-wrapper p {
	font: 12px/15px Arial, Helvetica, sans-serif;
}
.saltsburgbox {
	float: left;
	width: 320px;
	background: #FFF;
	margin: 0px 0px 0 15px;
	padding: 5px 0 5px 0;
	text-align: center
}
.blairsvillebox {
	float: left;
	width: 320px;
	background: #FFF;
	margin: 0px 0px 0 20px;
	padding: 5px 0 5px 0;
	text-align: center
}
.footer-esignup {
	float: right;
	width: 175px;
	border-radius: 20px;
	padding: 10px;
	margin: 10px 0 0 0;
	text-align: center
}
#footercontainer-extralogos {
	margin: 0 auto;
}
.footer-extralogos {
	width: 960px;
	height:60px;
	margin: 5px 15px 0 15px;
	border-radius: 20px;
	box-shadow: 6px 6px 10px #888888;
	text-align: center;
	background-color: #0072C6;
	padding: 10px 0 0 0;
}
/* FOOTER STYLES END */
img {
	border: solid #0072C6 1px;
}
a:link {
	color:#0000CC;
}    
a:visited {
	color:#0000CC;
}
a:hover {
	color:#990000;
} 
a:active {
	color:#0000CC;
} 

.header a:link {
	color:#FFFFFF;
	text-decoration:none;
}    
.header a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.header a:hover {
	color:#FF9900;
} 
.header a:active {
	color:#FFFFFF;
	text-decoration:none;
} 

.titletext-wt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	color: #FFF;
}
.bodytext-wt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
}
.bodytext-wt-links {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
}
.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #006;
}
.bodytext-c {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #006;
	text-align: center;	
}
.bodytext-larger {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #006;
}
.bodytext-header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #005FB0;
}
.copyrighttext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #00386b;
}
