/*Project U stylesheet */




/* .wrapper {
	width: 800px;
	background-image: url(/graphics/pu-mainbg.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}
*/


/* MAIN ELEMENTS */

body {
  background-color: #000;
  font-family: verdana, helvetica, sans-serif;
  margin: 0;
  text-align: center;
  padding: 0;
  width: auto;
}

p, table, th, td {
}

H1 {}

H2 {}

H3 {}

.formstyle {
	width: 420px;
	background-color: #fff;
	border: solid 1px #d1d1d1;
	margin-bottom: 20px;
}

.formstyle table {
	padding: 5px;
	width: 420px;
}

.formstyle td {
	border-bottom: solid 1px #d1d1d1;
	padding: 5px 7px;
	font-size: 12px;

}





/* notes styling */
.notes-bg {
	background-image: url(/graphics/home-graphics/pu-home_notesbg.jpg); 
	background-repeat: no-repeat;
	height: 357px;
	width: 252px;

}

.notes {
	z-index: 20;
	margin-left: 25px;
	position: relative;
	top: 85px;
	margin-right: 50px;
	overflow: auto;
	height: 233px;
}

.notes p {
	overflow: auto;
	font-size: 11px;
	line-height: 14px;
}

.notes h3 {
	font-weight: bold; 
	font-size: 14px;
	margin-top: 0;	
}

/* styling for notes contained in info pages */

.notes-content {
	border-left: solid 1px #666;
	border-right: solid 1px #666;
	width: 400px;
	padding-top: 10px;
	margin-bottom: 20px;
}

.notes-content p{
	padding: 0 8px;
	text-align: left;

}

.notes-content em{
	padding-left: 10px;
	padding-top:0;
	margin: 0;
	padding-bottom: 5px;
	text-align: left;

}

.notes-content h3 {
	font-size: 18px;
	font-weight: normal;
	background-color: #E6E3D8;
	padding-left: 10px;
}

.notes-content h4 {
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
	margin: 10px 0 5px 0;
}

.notes-content ul {
	list-style: none;
	margin: 0 10px;
	padding-left: 0;
}

.notes-content li {
	line-height: 18px;
}

.notes-content a{
	text-decoration: none;
	border-bottom: solid 1px #d1d1d1;
	color: #245EC8;
	display: block;
}

.notes-content a:visited {
	color: #336699;
}

.notes-content a:hover {
	background-color: #e6e3d8;
}


/* music notes */




.music-notes {
	border-left: solid 1px #666;
	border-right: solid 1px #666;
	width: 640px;
margin-top: 0;
	margin-bottom: 20px;
}

.music-notes table {vertical-align: top;}

.music-notes p{
	padding: 0 8px;
	text-align: left;

}

.music-notes em{
	padding-left: 10px;
	padding-top:0;
	margin: 0;
	padding-bottom: 5px;
	text-align: left;

}

.music-notes h3 {
	font-size: 18px;
	font-weight: normal;
	background-color: #E6E3D8;
	padding-left: 10px;
}

.music-notes h4 {
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
	margin: 10px 0 5px 0;
}

.music-notes ul {
	list-style: none;
	margin: 0 10px;
	padding-left: 0;
}

.music-notes li {
	line-height: 18px;
}

.music-notes a{
	text-decoration: none;
	border-bottom: solid 1px #d1d1d1;
	color: #245EC8;
	display: block;
}

.music-notes a:visited {
	color: #336699;
}

.music-notes a:hover {
	background-color: #e6e3d8;
}







/* styling for information pages */

.extended-text {
	margin-left: auto;
	margin-right: auto;
	width: 650px;
text-align: left;
	padding: 5px 10px;
	background-color: #FFF8E4;
}

.extended-text table{width: 100%;}
.extended-text table td{
	vertical-align: top;
	padding: 5px;
	border-bottom: solid 1px #666;
}

.extended-text p {font-size: 11px; line-height: 18px;}

.extended-text td p strong{
	font-size: 13px;
	color: #777;
}


.standard-menu {
	background-color: #fff8e4;
	width: 700px;
	margin: 0 auto;
}

.standard-menu h1 {
  font-size: 26px;
  font-weight: normal;
	padding-top: 20px;
	font: normal 26px/28px verdana, helvetica, sans-serif;
}

.standard-text {
	padding: 5px 10px;
	background-color: #FFF8E4;
}

.standard-text table{width: 500px;}
.standard-text table td{
	vertical-align: top;
	padding: 5px;

border-bottom: solid 1px #666;
}

.standard-text p, .standard-text li {font-size: 11px; line-height: 18px;}

.standard-text td p strong{
	font-size: 13px;
	color: #777
}




/* main style ----------------------------- */

.home-main td {vertical-align: top;}
.main td {
	vertical-align: top;
	padding: 0;
	margin: 0;
}


/* PRINT-FRIENDLY LINK ------------------- */

/* .smltext {
  display: none;
}
*/




/* UTILITY BAR */

.toolbar {
  background-color: #fff;
  background-image: url("/graphics/toolbar.gif");
  background-repeat: repeat-x;
  color: #333;
  width: 100%;
  vertical-align: middle;
}

.toolbar_button A {
  background-color: #fff;
  background-image: url("/graphics/toolbar.gif");
  background-repeat: repeat-x;
  color: #333;
  font-size: 12px;
  text-decoration: none;
  padding: 0.4em 1em;
  vertical-align: middle;
  border-right: 1px solid #fff;
  display: block;
}

.toolbar_button A:hover{
  background-color: #ddd;
  background-image: url("/graphics/toolbar_over.gif");
  background-repeat: repeat-x;
  color: #333;
}

.toolbar_search {
  background-color: #fff;
  background-image: url("/graphics/toolbar.gif");
  background-repeat: repeat-x;
  font-size: 12px;
  text-decoration: none;
  color: #333;
  padding: 0.4em 1em;
  border: none;
}

.search {
  padding: 0 0.3em 0 0;
  vertical-align: middle;
}

form.search {
  margin: 0;
  border: 0;
  padding: 0 0.3em 0 0;
}

.search_button {
  vertical-align: middle;
}

.search_box input {
  vertical-align: middle;
}

.toolbar_bottom {
  width: 100%;
  height: 1px;
  background-color: #ccc;
}



/* TOP NAVIGATION */

.topnav {
  font-size: 12px;
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  border-top: 1px solid #fff;
}

.topnav_button A {
  font-size: 12px;
  text-decoration: none;
  float: left;
  padding: 0.4em 3em;
  vertical-align: middle;
  border-right: 1px solid #fff;
}






/* CONTENT */

.content {
  padding: 0 10px 0 0;
  text-align: left;
  color: #333;
}

.content td {
  color: #333;
}

.content_nomenu {
  padding: 0;
  font-size: 15px;
}

.content-flash {
	width: 400px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: right;

}


/* SIDENAV */

.sidenav {
  padding: 0 20px;
  text-align: left;
}





/* FOOTER */

.footer {
  
  vertical-align: top;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  overflow: hidden;
  color: #888;
  margin-top: 0;
  padding-top: 20px;
  text-align: left;
	background-color: #e9d7b7;
  border-bottom: #d0bea3 solid 3px;
}


.footer p {font-size: 11px; font-family: helvetica, arial, sans-serif; color: #666;}

.footer_left {
  float: left;
  padding: 0 2em 0.5em 2em;
}

.footer_right {
  float: right;
  padding: 0 2em 0.5em 2em;
}

.footer a{color: #113e55; text-decoration: underline;}

.footer a:hover {color: #fff;}





/* Level 1 menu ------------------------------------------*/


.level1menu {
	font: normal 16px/15px Arial, Verdana, sans-serif;
	border: solid 1px #ddd;
	border-right: none;
	border-top: none;
	text-align: left;
	padding: 6px 4px 4px 12px;
	color: #555;
	background-color: #fff;
	margin-left: 2px;
	display: block;
	text-decoration: none;
	
}	

A.level1menu {
	text-decoration: none;
	display: block;
	text-align: left;
	color: #555;
	background-color: #FEF8E4;
}


A.level1menu:hover {
	color: #727272;
	background-color: #E6E3D8;
	text-decoration: none;
	display: block;
}

.level1current {
	font: normal 16px/15px Arial, Verdana, sans-serif;
	border-bottom: solid 1px #ddd;
	border-right: none;
	padding: 6px 4px 4px 12px;
	color: #555;
	border-top: none;
	background-color: #E6E3D8;
	margin-left: 2px;
	display: block;
	text-decoration: none;
	text-align: left;
}

/* Level 2 menu -------------------------------------------- */
.level2menu {
	font: normal 13px/15px Arial, Verdana, sans-serif;
	color: #333;
	background-color: #fff;
	text-decoration: none; 
	border-bottom: 1px solid #d1d1d1;
	display: block;
	padding: 3px 0px 2px 5px;
	text-align: left;
}

.level2menu a {
	text-decoration: none; 
	color: #333;
	background-color: #FEF8EF;
	padding: 3px 0px 2px 5px;
	display: block;
}


A.level2menu:hover {
	display: block;
	color: #333;
	padding: 3px 0px 2px 5px;
	text-decoration: none;
	background-color: #E6E3D8;

}

.level2current {
	font: normal 13px/15px Arial, Verdana, sans-serif;
	color: #000;
	background-color: #E6E3D8;
	text-decoration: none; 
	border-bottom: 1px solid #777;
	display: block;
	padding: 3px 0px 2px 5px
}




/* Level 3 menu ---------------------------------------------*/
.level3menu {
	font: normal 11px/11px Arial, Verdana, sans-serif;
	color: #333;
	text-decoration: none; 
	padding: 2px 0px 2px 5px;
	display: block;
	background-color: #fff;
	border-bottom: solid 1px #fff;


}

.level3menu a {
	font: normal 11px/11px Arial, Verdana, sans-serif;
	color: #333;
	display: block;
	background-color: #fff;
	padding: 2px 0px 2px 5px;
	text-decoration: none;
	border-bottom: solid 1px #fff;

}


A.level3menu:hover {
	font: normal 11px/11px Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #E6E3D8;
	text-decoration: none;
	padding: 2px 0px 2px 5px;
	border-bottom: solid 1px #fff;
}

.level3current {
	font: normal 11px/11px Arial, Verdana, sans-serif;
	color: black;
	padding: 2px 0px 2px 5px;
	text-decoration: none; 
	display: block;
	background-color: #E6E3D8;
	border-bottom: solid 1px #777;

}


/* Level 4 menu ---------------------------------------------- */
.level4menu {
	font: normal 11px/11px Arial, Verdana, sans-serif;
	color: #333;
	background-color: #d1d1d1;
	text-decoration: none; 
	display: block;
	padding: 3px 0px 2px 5px;
	border-bottom: solid 1px #fff;
}

.level4menu a {
	font: normal 11px/11px Arial, Verdana, sans-serif;
	color: #333;
	display: block;
	padding: 3px 0px 2px 5px;
	text-decoration: none;
	background-color: #d1d1d1;
	border-bottom: solid 1px #fff;
}


A.level4menu:hover {
	text-decoration: underline;
	color: #000;
	background-color: #E6E3D8;
	padding: 3px 0px 2px 5px;
	display: block;
	font: normal 11px/11px Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #fff;
}

.level4current {
	font: normal 11px/11px Arial, Verdana, sans-serif;
	color: #333;
	background-color: #E6E3D8;
	padding: 3px 0px 2px 5px;
	text-decoration: none;
	display: block;
	border-bottom: solid 1px #777;

}




/* SITE-SPECIFIC SETTINGS */

/* Navigation button classes */
/* Just empty definitions; no need to redefine them here as it is done in branch-specific stylesheets */
.sitehome_button {}
.highs_button {}
.teen_button {}
.indig_button {}
.parents_button {}
.guides_button {}
.geek_button {}
.coolmusic_button {}
.coolstuff_button {}

/* Headings */
H1, H2, H3 {
  color: #666;
}

/* Active navigation tree elements (usually same as headings!) */
A.level1menu:hover, .level1current, A.level2menu:hover, .level2current, A.level3menu:hover, .level3current, A.level4menu:hover, .level4current {
  color: #000000;
}

/* Non-active navigation tree elements */
A.level1menu, A.level2menu, A.level3menu, A.level4menu {
  color: #666;
}

/* Navigation Bar */
/* make sure there is enough contrast between text and background */
/* normal */
.topnav, .topnav_button A{
  font-size: 12px;
  background-color: #ddd;
  color: #333;
}

/* rollover */
.topnav_button A:hover{
  background-color: #000000;
  color: #fff;
}

/* Adjust ONLY second padding value to achieve the best look for navigation bar buttons */
.topnav_button A {
  padding: 0.4em 3em;
}



/***********************/
.introp p{
 font-size:13px;
/* font-weight:bolder;*/
 line-height:20px;
 color:#333333;
 } 

