@charset "UTF-8";
/* HELLO! */


/* B A S I C S */


html {
	margin:0;
	padding:0
}
body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:.75em;
	line-height:1.6em;
	background:#fff url(http://www.pccy.org/images/header-repeat.gif) repeat-x;
	margin:0;
	padding:0;
	text-align:left;
	color:#333
}
p, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
hr {
	border: 0;
	color: #fff;
	background-color: #fff;
	height: 2px;
}
a {
	color:#015198;
	padding:2px 0;
}
a:hover {
	text-decoration:none;
	color:#febe10
}
#main-content ul {
	margin:0 0 20px 10px;
	padding:0;
}
#main-content li {
	margin-bottom:3px;
	padding:3px 0;
	line-height:1.3em;
}
p {
	line-height:1.4em;
	margin-bottom:10px;
}
h1 {
	line-height:1em;
}
h2 {
}
h3 {
	color:#015198;
	margin-bottom:10px;
	padding: 5px 0 3px 0;
	font-size:1.35em;
	text-transform:uppercase;
	font-weight:normal;
}
h4 {
	font-size:1.2em;
	font-weight:normal;
}
a img, a:hover img {
	border:none
}
blockquote {
	background: transparent url(http://www.pccy.org/images/bq_left.gif) left top no-repeat;
	margin: 5px 0px 10px 20px;
	display:block;
	float:right;
	width:200px;
	padding-left: 40px;
	font-size:1.9em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
blockquote p {
	background: url(http://www.pccy.org/images/bq_right.gif) right bottom no-repeat;
	margin: 0;
	padding-right: 40px !important;
}


/* Text Resizer */

#page-options {
	float:right;
	width:190px;
	padding-top:5px;
}
/*
#changeFont {
float:right;
margin:0 0 20px 20px;
padding:0px 5px 2px 5px;
}*/


#changeFont {
	background: url(http://www.pccy.org/images/text_resizer.gif) no-repeat 0 0;
	width:34px;
	padding-left:47px;
	height:13px;
	float:right;
	margin:0 0 10px 10px;
}
.increaseFont, .decreaseFont, .resetFont {
	float:left;
	display:block;
	width:17px;
	height:0;
	padding-top:11px;
	color:#000;
	background: url(http://www.pccy.org/images/text_resizer.gif) no-repeat 0 0;
	overflow:hidden;
}
.increaseFont {
	width:17px;
	background: url(http://www.pccy.org/images/text_resizer.gif) no-repeat -64px 0;
}
.decreaseFont {
	width:17px;
	background: url(http://www.pccy.org/images/text_resizer.gif) no-repeat -47px 0;
}
.resetFont {
	width:17px;
	background: url(http://www.pccy.org/images/text_resizer.gif) no-repeat -61px 0;
}
#changeFont a {
	background-repeat:no-repeat;
}
#changeFont a.decreaseFont:hover {
	background: url(http://www.pccy.org/images/text_resizer.gif) no-repeat -47px -13px;
}
#changeFont a.increaseFont:hover {
	background: url(http://www.pccy.org/images/text_resizer.gif) no-repeat -64px -13px;
}
#changeFont a.resetFont:hover {
	background: url(http://www.pccy.org/images/text_resizer.gif) no-repeat -61px -13px;
}
/* L A Y O U T */

#header {
	background:url(http://www.pccy.org/images/header-back.jpg) no-repeat;
	height:122px;
	width:100%;
}
#header-wrap {
	width:1000px;
}
#logo { /* Format the logo */
	margin: 0 0 0 30px;
	width: 215px;
	display: inline;
	float:left;
}
#logo h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	border:none
}
#logo a {
	display:block;
	width:215px;
	height:0;
	padding:0;
	padding-top:120px;
	color:#000;
	overflow:hidden;
}
#logo a:hover {
	background:none;
}
#content {
	background:#ccddec url(http://www.pccy.org/images/footer-back.gif) no-repeat bottom left;
	float:left;
	width:100%;
	padding-bottom:95px;
}
/* N A V */

#nav-container {
	float:left;
	margin:50px 0 0 60px;
	width:695px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size:14px;
	line-height: 1;
	float:right;
}
#nav a {
	display: block;
	padding:5px 3px;
	margin:0 5px;
	color:#0053a0;
	text-decoration:none;
	/*text-transform:uppercase;*/
	font-size:105%;
}
#nav a:hover {
	border-bottom: 3px solid #febe10;
	padding-bottom:2px;
	color:#fff;
}
#nav a.selected {
	border-bottom:5px solid #febe10;
}
#nav li ul a {
	width:auto;
	padding:3px 3px;
	color:#fff;
	width:170px;
	background:none;
	margin:0;
	text-decoration:none;
	text-transform:inherit;
	font-weight:normal;
	font-size:100%;
}
/*#nav ul a:hover {
	padding:3px 3px;
	color:#000;
	
}*/

#nav li {
	float: left;
	width: auto;
}
#nav li ul {
	position: absolute;
	width: 175px;
	margin:0;
	padding:20px 10px 25px 10px;
	left: -999em;
	z-index:1000;
	color:#fff;
	font-size:90%;
	background: url(http://www.pccy.org/images/second-level-drop-back.png) no-repeat bottom right;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}
#nav li ul li {
	float:none;
	margin-bottom:3px;
}
#nav li ul li.last {
	border:none
}
#nav li ul li a:hover {
	background:none;
	/*background:#6699cc;*/
	color: #F0C30A;
	border-bottom:none;
	padding-bottom:3px;
	text-decoration:underline;
}
#nav li:hover ul {
	left: auto;
	margin-right:195px;
}
#nav li:hover, #nav li.sfhover, #nav li:hover a {
	background:#3577b4 url(http://www.pccy.org/images/main-nav-over.gif) bottom repeat-x;
	color:#fff;
}
#nav li:hover li a {
	background: none;
	color:#fff;
}
#nav li li:hover, #nav li li.sfhover {
	background: none;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin-right:195px;
}
/*#nav li#nav-list-43:hover ul, #nav li#nav-list-43.sfhover ul{
	left:auto;
	margin-left:-142px;
}*/
#nav li#nav-list-46:hover ul, #nav li#nav-list-46.sfhover ul{
	left:auto;
	margin-left:-130px;
}
#nav li#nav-list-51:hover ul, #nav li#nav-list-51.sfhover ul{
	left:auto;
	margin-left:-128px;
}

a#item46, a#item46:link, a#item46:visited {color: #006600; font-weight:bold;}

/* Search Results */


#main-content p.search-result-title {
	margin:0;
	font-size:1.3em;
	padding:0;
	line-height:.9em
}
#main-content p.search-result-details {
	margin-bottom:20px;
	padding:0
}
span.search-result-section {
	padding:3px 6px;
	background:#fff;
	color:#333;
	width:50px;
	font-size:.6em;
	font-weight:bold;
	margin:5px 0
}
/* S I D E B A R */

#sidebar {
	width:233px;
	margin-left:769px;
	padding:30px 0 0 0;
}
/* F O O T E R */
#footer {
	clear:both;
	float:left;
	padding:20px 0 10px 51px;
	color:#404040;
	width:925px;
}
#sign-off {
	font-size:.9em;
	clear:left;
	float:left;
}
#site-design {
	float:right;
	margin-top:-20px;
}
/* F O O T E R    N A V */

#footer-nav-container {
	margin-bottom: 1em;
	overflow: hidden;
	width: 750px;
}
#footer-nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer-nav li {
	border-left: 1px solid #75a1c9;
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}
#footer-nav a {
	color:#404040;
	text-decoration:none;
}
#footer-nav a:hover {
	text-decoration:underline;
	color:#febe10
}
/*sidebar email signup*/

div#home-alert-signup {
	height:56px;
	margin:0;
	background: url(http://www.pccy.org/images/e-alerts-sidebar-back.gif) no-repeat bottom left;
background-position:1px 0 color:#FFF;
}
div#home-alert-signup h3 {
	color:#004A79;
	font-weight:bold;
	margin:0 0 3px 0;
}
form#home-alert {
	margin:0;
	padding:0;
	height:28px
}
div#home-alert-signup input#homealert {
	width:150px;
	height: 18px;
	padding:5px;
	float: left;
	margin: 0;
	border: 0;
	background: none;
	color:#000;
}
div#home-alert-signup input#go {
	width: 32px;
	height: 28px;
	padding: 0;
	margin: 0 2px 0 0;
	border: 0;
	background:none;
	float:right;
}
/*home search*/

div#search-home {
	height:29px;
	width:190px;
	margin:0;
	background: url(http://www.pccy.org/images/home_search_back.gif) no-repeat;
	clear:right;
	float:right;
	margin:5px 0 0 0;
}
form#home-search {
	margin:0;
	padding:0;
}
div#search-home input {
	width:140px;
	height: 19px;
	padding:8px 9px 2px 9px;
	font-size:1.3em;
	font-family:Helvetica, Arial, sans-serif;
	float: left;
	margin: 0;
	border: 0;
	background: none;
	color: #666;
}
div#search-home input#go {
	width: 32px;
	height: 29px;
	padding: 0;
	margin: 0;
	border: 0;
	background:none;
	float:right;
}
