body {
	color: #fff;
	background: #6c7d9c url(images/playgroup-site-bg.png) top repeat-x; 
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	margin:0;
}

a {
	color: #fff;
	font-weight: bold;
}
a:hover {
	color: #c6cee0;
}
a:visited {
	color: #ddd;
}
a:active {
	color: #fff;
}


h2 {
	font-size: 110%;
	margin: 1.8em 0 0 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #99A4BA;
}

#container {
	width: 775px;
	margin-left: -387px;
	left: 50%;
	position: relative;
}



	/* Top menu links */
#branding {
	background: url(images/photos.jpg) no-repeat 0px 0px;
	position: relative;
	height: 186px;
	left: -60px;
	width: 825px;
}

#main-menu {
	position: absolute;
	bottom: -1px;
	left: 200px;
}

#main-menu,
#main-menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#main-menu li a {
	padding: 4px 10px 0px 10px;
	height: 29px;
	display: inline-block;
	text-decoration: none;
	font-weight: normal;
}

#main-menu li a:hover {
	background: url(images/tab.png) top right;
	border-left: 1px solid #6C7BA5;
	padding: 4px 10px 0px 9px;
    height: 29px;
	color: #fff;
}

#main-menu li.current a {
	background: url(images/current-tab.png) top right;
	background-color: #8794AE;
	border-left: 1px solid #BCC3D6 !important;
	border-bottom: 1px solid #8794AE; 
	padding: 4px 15px 0px 10px;
}
#main-menu li.current a:hover {
	background: url(images/current-tab.png) top right !important;
	padding: 4px 15px 0px 10px !important;	
    height: 29px;
}


	/* Body content */


#content h1 {
	font-size: 150%;
	margin: 50px 0 10px 0; 
}

#content {
	min-height: 400px;
	margin:0 0 0 180px;
}

#content.narrow {
	margin: 0 0 0 340px;
}

#content p {
	font-size: 95%;
	line-height: 1.3;
}

#book {
	position: absolute;
	top: 224px;
	left: -20px;
	z-index: -1;
}		
#small-book {
	position: absolute;
	top: 314px;
	left: -20px;
	z-index: -1;
}		


#download {
	height: 29px;
	width: 342px;
	display: block;
	padding: 23px 20px 17px 70px;
	margin: 40px 0 0 0;
	background: url(images/download-button.png) no-repeat;
	text-decoration: none;
	font-size: 120%;
}

#download:hover {
	background-position: 0px -69px;
	color: #fff;
}

#download:active{
	background-position: 0px -139px;
	color: #fff;
}

.download-info {
	font-size:80% !important;
	margin: 5px 50px 0 15px;
}

#editors {
    margin-left: 150px;
}

.backToTop {
	font-size: 80%;
	float: right;
	opacity: 0.7;
}

/* Contents page */

#contents td {
	padding: 0.1em 0.6em 0.1em 0.5em;
	border-bottom: 1px solid #99A4BA;
}


#contents a
 {
	text-decoration: none;
	padding: 0 0 1px 22px;
	background-image: url('images/pdf.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	display: block;
	float: left;
}

a.pdf {
	padding: 0 0 1px 22px;
	background-image: url('images/pdf.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#contents a:hover {
	padding-bottom: 0px;
	color: #fff;border-bottom: 1px solid #fff;
}

#contents tr:hover {
	background: #47608F;
}




.linkBox {
	width: 250px;
	padding: 5px 15px 5px 5px;
	margin: 5px 0 0 80px;
	background:#6C7D9C;
	border-left: 2px solid #B5C3DF;
}

.linkBox img {
	border: none;
	float: left;
	margin: 0 10px 10px 0;
}


/* Contact form */
#contact {
	width: 585px;
}

#contact label {
	width: 150px;
	clear: left;
	display: block;
	float: left;
	text-align: right;
	margin: 0px 30px 0px 0px;
	padding: 0px;
}

#contact .formItem {
	margin: 0px 100px 5px 0px;
	width: 190px;
	border: 1px solid #6C7D9B;
}
#send-button {
	float: right;
	padding: 0.2em 1.5em 0.2em 1.5em;
}
textarea.formItem {
	width: 400px !important;
	height: 180px;
	margin: 0;
	margin-right: 0px !important;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

.error {
	background: url(images/error-arrow.png) no-repeat left;
	color: #AF0000;
	padding: 0 0 0 25px;
	margin: 1em 0 5px 155px;

}

.hidden {
	display: none;
}

	/* Site credits at bottom */


#small-print img {
	float: left;
	margin: -30px 30px 60px 0;
	border: none;
}
#small-print {
	margin: 120px 0 50px 260px; 
	color: #2C3E6F;
	font-size: 80%;
	clear: both;
}
#small-print p {
	margin: 0 ;
}
#small-print a {
	color: #333;
	text-decoration: none;
}
#small-print a:hover {
	color: #000;
	text-decoration: underline;
}
