/* Default style sheet for POINT COOK PLAYGROUP Inc */
html, body {
	width:			100%;
	height:			100%;
	margin:			0;
	padding:		0;
	background-color:	#fff;
	color:			#000;
	font:			normal 100%/1.5 Arial,Helvetica,sans-serif;
}

td {
	vertical-align:		top;
	padding:		10px;
}

h1,h2,h3,#footer {
	color:			#3d80cf;
	background-color:	#fff;
}
h1 {	
	font-size:		1.2em; 
	font-weight:		normal;
	text-align:		center;
	margin:			.5em 0 1em 0;
	line-height:		1;
}
h1:first-line {
	font-size:		1.25em; /* effectively 1.25 * 1.2 = 1.5em */
	font-weight:		bold;
	line-height:		1.5;
}
h2 {
	font-size:		1.2em;
	margin:			1em 0 .5em 0;
}
h3 {
	font-size:		1em;
	margin:			1em 0 .5em 0;
}
ul {
	margin:			0 0 0 2em;
	padding:		0;
}

#wrapper {
	width:			100%;
	height:			100%;
	font-size:		.9em;
}

td#nav, td#nav-footer {
	background-color:	#d31f28;
	color:			#fff;
	width:			185px;
	padding:		10px 0;
}

td#nav ul {
	list-style:		none;
	margin:			0;
	padding:		0 0 350px 0;
	background:		transparent url(bg-nav.png) no-repeat center bottom;
}
td#nav li a,
td#nav li span {
	display:		block;
	display:		inline-block; /* MSIE */
	width:			160px;
	margin:			0 5px;
	padding:		2px 5px;
	text-decoration:	none;
	border-bottom:		1px solid #fff;
	color:			#fff;
	font-size:		.9em;
	font-weight:		bold;
}
td#nav li span,
td#nav li a:hover {
	background-color:	white;
	color:			#d31f28;
	border-bottom-color:	#d31f28;
}

td#content {
	padding:		10px;
}
td#content ul {
	list-style:		none;
	margin:			0;
	padding:		0;
}
td#content ul li {
	margin:			0.5em 0;
	padding:		0 0 0 25px;
	background:		white url(bullet.png) left top no-repeat;
}

td#content table {
	border-collapse:	collapse;
	border-color:		#ccc;
}
td#content table th {
	background-color:	#3d80cf;
	color:			#fff;
	padding:		2px 5px;
}
td#content table tbody th {
	text-align:		left;
}

td#content table td {
	background-color:	transparent;
	color:			#000;
	text-align:		left;
	padding:		2px 5px;
}

td#content dl dt {
	font-weight:		bold;
	margin:			1em 0;
}
td#content dl dd {
	font-weight:		normal;
	margin:			1em 0;
}

td#content dl.faq dt {
	color:			#3d80cf;
}

td#content dl.contact dt {
	display:		block;
	clear:			left;
	float:			left;
	text-align:		left;
	margin:			0;
	line-height:		1.5;
	font-size:		1em;
	font-weight:		bold;
	white-space:		nowrap;
	width:			9em;
}
td#content dl.contact dd {
	font-weight:		normal;
 	margin:			0;
}


td#photos {
	width:			300px;
	background:		#fff url(bg-photos.png) no-repeat center top;
	padding-top:		200px;
}
td#photos p {
	margin:			0.5em 0;
}

td#nav-footer {
	height:			20px;
	padding:		0;
	vertical-align:		bottom;
	text-align:		center;
}

td#nav-footer a {
	color:			white;
	font-weight:		bold;
	font-size:		.83em;
}
td#footer {
	text-align:		right;
	font-size:		.6em;
	vertical-align:		bottom;
	padding:		5px 10px;
}

td#footer span.designer {
	display:		block;
	float:			left;
	text-align:		left;
}
td#footer span.designer a {
	text-decoration:	none;
	color:			#3d80cf;
}

