/* CPC colors
	Orange:	ff9429
	Green:	a5ce7b
	Blue:	94c6e7
	Purple:	c6adb5
	Teal:	94cebd
	Peach:	f7cb7b
*/
body {
	margin: 0px;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 80%;
}

div, p, table, td, th {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 1em;
	color: #333;
}

td {
	vertical-align: top;
}

th {
	text-align: left;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom:0;
	margin-bottom:0;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration:underline;
	padding-bottom:0;
	margin-bottom:0;
}

img {
	border-style: none;
}

ul.spaced li {
	margin-bottom: 8px;
}

img.body-right {
	float: right;
}

img.photo {
	padding: 12px;
	border: 1px solid black;
	margin: 4px 12px 4px 12px;
}

/*
div.header table {
	border-collapse:collapse;
	border-spacing: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}
*/

div.header td {
	vertical-align:middle;
	white-space:nowrap
}

.hdrBtmMenuTd, .hdrBtmMenuTdFirst {
	font-size: 0.94 em;
	text-align: center;
	background-color: #b5d784;
	vertical-align: middle;
	border-bottom: #31319c 2px solid;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 4px;
}

.hdrBtmMenuTd {
	border-left: #31319c 2px solid;
}

.hdrBtmMenuA {
	color:#002EB8;
	font-weight:bold;
	text-decoration:none;
}

table.footerMain {
	width: 100%;
	border-collapse: collapse;
	border-spacing:0;
}

table.footerMain td {
	margin:0px;
	padding:8px;
}

table.footerMain td p {
	margin:0;
	padding:0;
}

.menuLeft table {
	border: 0px none;
}

.menuLeft td {
	border: 0px none;
	padding: 4px;
	margin: 2px;
	white-space:nowrap
}

.navLinkLeft {
	text-decoration:none;
	font-size: 0.94em;
}

.menuRightMain * {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	color: white;
}

.menuRightMain p {
	margin: 0px 0px 0px 0px;
	text-indent: -1em;
	margin-left: 1em;
}

.menuRightMain td.mrtext {
	padding-left: 2px;
}

.finePrint {
    font-size: x-small;
}

td.headshot  {
	padding: 8px 20px;
	text-align:center;
}

.headshot p {
	margin-top:0;
	font-size:1em;
	white-space:nowrap;
	text-align:center;
}

.headshot img {
	border:0px solid #000000;
	text-align:center;
}

p.photo-caption {
	margin-top:0;
	text-align:center;
}

.list-plain li
{
	list-style-image: url('none');
	list-style-type: disc
}

.table-pagetoc td {
	white-space:nowrap;
}

.table-invisible {
	border-width: 0px;
	border-collapse: collapse;
}

.table-plain, .table-light {
	border-collapse: collapse;
}

.table-plain td {
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border: 1px solid black;
}

.table-plain th {
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border: 1px solid black;
}

.table-light td {
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border: 1px solid gray;
}

.table-light th {
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border: 1px solid gray;
}

.table-orange {
	border:0px solid #000080;
	padding:0px;
	border-collapse: collapse;
}

.table-orange th {
	background-color:#f7cb7b;
	color:#000080;
	font-weight:bold;
	text-align:left;
	border:1px solid #000080;
	padding:1px 8px;
}

.table-orange td {
	background-color:#ffedcd;
	color:#000080;
	border:1px solid #000080;
	padding:8px;
}

.table-blueonwhite {
	border:1px solid navy;
	padding:0px;
	border-collapse: collapse;
}

.table-blueonwhite th {
	font-weight:bold;
	text-align:left;
	border:1px solid navy;
	background-color: navy;
	color:white;
	padding:1px 4px;
}

.table-blueonwhite td {
	border-bottom:1px solid #000080;
	padding:4px;
}

.table-rainbow {
	border:0px solid #000080;
	padding:0px;
	border-collapse: collapse;	
}

.table-rainbow tr th {
	background-color:#ff9429;
	border-left:1px solid black;
	border-right:1px solid black;
}

.table-rainbow tr:first-child th {
	border-top:1px solid black;
}

.table-rainbow tr th {
	border-top:1px solid black;
	border-bottom:1px solid black;
}

.table-rainbow th, .table-rainbow td {
	padding-left: 8px;
	padding-right: 8px;
}

.table-rainbow tr.tr1 {
	background-color:#a5ce7b;
	border:1px solid #a5ce7b;
}

.table-rainbow tr.tr2 {
	background-color:#94c6e7;
	border:1px solid #94c6e7;
}

.table-rainbow tr.tr3 {
	background-color:#f7cb7b;
	border:1px solid #f7cb7b;
}

.table-rainbow td {
	text-align:left;
}

.todo {
	color: red;
	font-style: italic;
}

/* Childcare section specifics */

div#leftSubMenuContents
{
	margin-top: 12px;
}

div#leftSubMenuContents .indent
{
	text-indent: 12px;
}

div.childcare h1 {
	margin-top: 0px;
}

div.childcare h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom:0;
	margin-bottom:0;
	color: blue;
}

div.childcare h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom:0;
	margin-bottom:0;
	color: blue;
	text-decoration:none;
}

div.childcare li {
	margin-bottom: 4px;
}

div.childcare-preschool h2 {
/*
	background-image: url('childcare/bullet1.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 18px;
*/
}

div.childcare-preschool ul {
	list-style-image: url('childcare/bullet1.gif');
}

div.childcare-beforeandafter ul {
	/* list-style-image: url('childcare/bullet2.gif'); */
}

div.childcare-summercamp ul {
	list-style-image: url('childcare/summercamp/bulletSun.gif');
}

div.childcare-psreg h2 {
	color: black;
}

div.childcare-psreg ul {
	list-style-type: circle;
}

div.childcare-psreg li {
	margin-bottom: 12px;
}