#phcspg-menu {
	background-color: #ccc;
	border-bottom: 2px solid #999;
	height: 22px;
}


#phcspg-menu ul {
	list-style-type: none;
	padding:0;
	margin: 0;
	width: 591px;
	margin:0 auto;
}

#phcspg-menu ul li {
	float:left;
	margin: 0;
}

#phcspg-menu ul a {
	display: block;
	width: 118px;
	height: 19px;
	text-decoration: none;
	color: #000;
	font-weight: normal;
	text-align: center;
	padding-top: 3px;
}

#phcspg-menu ul a:hover {
	background-color: #eee;
}

#phcspg-menu ul a:active, #phcspg-menu ul a:focus {
	color:#00c;
}



h1 {
	color: #737A89;
}

h2 {
	color: #C33B3F;
	margin-bottom: 0px;
	font-size: medium;
}

h3 {
	margin-top: 0px;
	font-size: small;
}


.accordion_toggle {
	display: block;
	height: 25px;
	width: 530px;
	cursor: pointer;
	background: url(/heritage/teachers/art/down-arrow-over.gif) no-repeat top left;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.accordion_toggle_active {
	display: block;
	height: 25px;
	width: 530px;
	cursor: pointer;
	background: url(/heritage/teachers/art/down-arrow-over.gif) no-repeat top left;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.accordion_content {
	color: #000;
	overflow: hidden;
	width: 530px;
	border: 1px dashed #D77375;
	padding: 5px 10px 0 10px;
}

em {
	font-weight: bold;
}


.slides {
	position:relative;
	display:block;
	margin:0 0 0 120px;
	padding:0px;
	width: 254px;
	height:248px; 
	overflow:hidden;
}

.slides ul {
	padding: 0;
	margin: 0;
}

.slides li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	text-align: center;
}

.slides li img{
	display:block;
	background-color:#FFFFFF;
	border:1px solid #569fd3;
}
