/* P C D T R */
@import "php/css.php";
/* font-size in pts */

/* test */

/*h2.new {
	font-family: mscriptbold, Arial, sans-serif;
	font-size: 15pt;
	background-color: #EDE9EA;
	color: #666;
}

h2.new a:hover {
	color: #F60;
}

h2.newselected {
	font-family: mscriptbold, Arial, sans-serif;
	font-size: 15pt;
	background-color: #EDE9EA;
	color: #F60;
}
*/

/* custom */

h2.grey {
	font-family: mscriptbold, Arial, sans-serif;
	font-size: 15pt;
	background-color: #EDE9EA;
	color: #666;
	
	width: 415px;
	margin-bottom: 0.3em;
}

.client #subnav h2 {
	font-family: mscriptbold, Arial, sans-serif;
	font-size: 15pt;
	color: #6D5C5A;
	background-color: #AA9C9E;
	text-decoration: none;
}

.client #subnav h2 a:hover {
	color: #FFF;
	background-color: #AA9C9E;
	text-decoration: none;
}

.client #subnav h2.selected {
	font-family: mscriptbold, Arial, sans-serif;
	font-size: 15pt;
	color: #FFF;
	background-color: #AA9C9E;
	text-decoration: none;
}

.about #subnav h2 {
	font-family: mscriptbold, Arial, sans-serif;
	font-size: 15pt;
	color: #837C00;
	background-color: #C3C300;
	text-decoration: none;
}

.about #subnav h2 a:hover {
	color: #FFF;
	background-color: #C3C300;
	text-decoration: none;
}

.about #subnav h2.selected {
	font-family: mscriptbold, Arial, sans-serif;
	font-size: 15pt;
	color: #FFF;
	background-color: #C3C300;
	text-decoration: none;
}

.people #subnav h2 {
	font-family: mscriptbold, Arial, sans-serif;
	font-size: 15pt;
	color: #5E7383;
	background-color: #7A9DB2;
	text-decoration: none;
}

.people #subnav h2 a:hover {
	color: #FFF;
	background-color: #7A9DB2;
	text-decoration: none;
}

.people #subnav h2.selected {
	font-family: mscriptbold, Arial, sans-serif;
	font-size: 15pt;
	color: #FFF;
	background-color: #7A9DB2;
	text-decoration: none;
}

/*** used only for static generation on sections with no subnav ***/
/*
.main #subnav h2 {
	font-family: mscriptbold, Arial, sans-serif;
	font-size: 15pt;
	color: #8C2F3D;
	background-color: #C3647A;
	text-decoration: none;
}

.main #subnav h2 a:hover {
	color: #FFF;
	background-color: #C3647A;
	text-decoration: none;
}

.contact #subnav h2 {
	font-family: mscriptbold, Arial, sans-serif;
	font-size: 15pt;
	color: #7D682B;
	background-color: #B2A85C;
	text-decoration: none;
}

.contact #subnav h2 a:hover {
	color: #FFF;
	background-color: #B2A85C;
	text-decoration: none;
}

.news #subnav h2 {
	font-family: mscriptbold, Arial, sans-serif;
	font-size: 15pt;
	color: #4F5561;
	background-color: #727D87;
	text-decoration: none;
}

.news #subnav h2 a:hover {
	color: #FFF;
	background-color: #727D87;
	text-decoration: none;
}
*/