@charset "UTF-8";
/* CSS Document */

body {
	background-color: #7da7d9;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	text-align: center;
}

#container {
	margin: 0px auto;
	padding: 10px 10px 0px;
	width: 985px;
	text-align: left;
}

a {
	color: #adc1d9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.csc-header h2 {
	color: #fff;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/* ------------------------------------------------------------------ */
/* ------- Header Styling ------------------------------------------- */
/* ------------------------------------------------------------------ */

#header {
	background-image: url(../images/bg_header.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	float: left;
	height: auto;
	width: 985px;
}

#header #topmenu {
	background-image: url(../images/bg_topmenu.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	text-align: right;
	width: 100%;
}

#header #topmenu a {
	color: #000;
	text-decoration: none;
}

#header #topmenu a:hover {
	text-decoration: underline;
}

#header #logo {
	float: left;
	height: 100px;
	padding-right: 5px;
	width: 188px;
}

#header .nav {
	color: #fff;
	float: left;
	height: auto;
	padding: 10px 0px;
	width: 792px;
}

#header .nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#header .nav ul li {
	float: left;
	height: auto;
	position: relative;
}

#header .nav ul li a {
	display: block;
	font-size: 18px;
	height: auto;
	padding: 3px 5px 4px;
	position: relative;
	text-decoration: none;
}

#header .nav ul li a:hover {
	text-decoration: underline;
}

#header #alleghenies {
	float: right;
	padding: 0px 10px 9px 0px;
}

#header #search {
	float: left;
	height: auto;
	padding: 16px 0px 0px;
	width: 300px;
}

#header #search #search_front {
	float: left;
	height: 25px;
	width: 13px;
}

#header #search #searchbar {
	background-image: url(../images/bg_srch.png);
	background-repeat: repeat-x;
	background-position: top left;
	float: left;
	height: 25px;
	overflow: hidden;
	width: 225px;
}

#header #search #search_back {
	float: left;
	height: 25px;
	width: 11px;
}

#header #search #srchbtn {
	float: left;
	height: auto;
	width: 31px;
}

#header #search .searchbar {
	background-color: #fff;
	border: 0px none;
	height: 15px;
	margin-top: 5px;
}

/* ------------------------------------------------------------------ */
/* ------- Content Styling ------------------------------------------ */
/* ------------------------------------------------------------------ */

#content {
	background-color: #001e55;
	float: left;
	height: auto;
	width: 985px;
}

#content .align-right {
	text-align: right;
}

#content .align-center {
	text-align: center;
}

#content .align-justify {
	text-align: justify;
}

#content .csc-frame-frame1 {
	background-color: #EDEBF1;
}

#content .csc-frame-frame2 {
	background-color: #F5FFAA;
}

/* ------------------------------------------------------------------ */
/* ------- Footer Styling ------------------------------------------- */
/* ------------------------------------------------------------------ */

#footer {
	background-image: url(../images/bg_footer.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #000;
	float: left;
	font-size: 12px;
	padding: 5px 0px 10px;
	text-align: center;
	width: 985px;
}

#footer a {
	color: #001e55;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_nav {
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: auto;
	padding: 10px 0px;
	text-align: center;
	width: 985px;
}

#footer_nav ul {
	margin: 0px;
	padding: 0px;
}

#footer_nav ul li {
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#footer_nav ul li a {
	padding: 2px 5px;
}

#footer_info {
	margin-top: 10px;
	text-align: center;
	width: 985px;
}

#footer_copy {
	margin-top: 10px;
	width: 985px;
}

#footer_logos {
	float: left;
	padding: 10px 392px 0px;
}

#footer_logos #visitpa {
	float: left;
}

#footer_logos #patour {
	float: left;
	padding-left: 10px;
}