@charset "iso-8859-1";
/* Author: Geoff Vines - 1ontheweb */
/* Creation date: 20/03/2006 */
/* Last modified: 20/03/2006 */
/* Stylesheet for Going Places Day Nursery - new version */

body {
	 background-color: #FFFFFF;
	 color: #000000;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size: 101%;
	 text-align: center;
	 position: relative;
	 margin: 0;
	 padding: 0;
	 padding-top: 10px;
}

#mainframe {
	width: 700px;
	padding: 160px 0 0 0;
	margin: 0 auto;
	/*margin-bottom: 5px;*/
	position: relative;
	min-height: 300px;
	overflow: hidden;
	color: #000;
	background-color: #FFF;
	text-align: left;
	background-image: url(images/gpdnlogo.png);
	background-repeat: no-repeat;
	background-position: 20px 0;
	z-index: 0;
}

#header {
	width: 531px;
	height: 160px;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 169px;
	z-index: 10;
}

#headertext {
	width: 159px;
	float: left;
	color: #00F;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
	font-size: 19px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#headertext span {
	font-size: 16px;
}

.headerpic {
	float: left;
	margin-left: 18px;
	padding-top: 3px;
}

#date {
	position: absolute;
	top: 135px;
	right: 0;
}

#container {
	position: relative;
	min-height: 100px;
	overflow: visible;
	z-index: 2;
}

#maintextarea {
	margin: 0 0 0 171px;
	width: 529px;	
	float: left;
	display: inline;
	border-left: 1px #00F solid;
	padding-bottom: 60px;
}

#pagetitle {
	width: 100%;
	height: 60px;
}

#clown {
	margin-left: 10px;
	float: left;
}

h1 {
	font-weight: bold;
	padding: 10px 0 0 0;
	font-size: 1.25em;
	font-weight: bold;
	float: left;
	margin: 0 0 0 15px;
}

h2 {
	font-weight: bold;
	font-style: italic;
	font-size: 1.05em;
	margin: 0;
	padding: 0 0 0 10px;
}

h3 {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	margin: 0px;
	padding: 10px 0 3px 10px;
}

p {
	background-color: transparent;
	line-height: 1.25em;
	margin: 0 0 10px 10px;
	text-align: justify;
}

p.centred {
	text-align: center;
}

p.reviewdate {
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 10px;
}

p a:link {
	color: #00C;
	background-color: transparent;
}

p a:visited {
	color: #A30000;
	background-color: transparent;
}

p a:hover {
	color: #FFF;
	background-color: #00C;
	text-decoration: none;
}

#footer {
	position: relative;
	top: -60px;
	width: 100%;
	height: 60px;
	float: left;
	clear: both;
}

img {
	border: 0;
}

#footer img {
	float: right;
}

div#navigation {
	width: 170px;
	float: left;
	display: inline;
	margin-left: -700px;
	padding: 50px 0 10px 0;
	border-right: 1px #00F solid;
	font-size: 0.85em;
}

div#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	/* Values below are site dependant. */
	/* border: 1px solid #000; */
	/* border-bottom: none; */
	/* background-color: #C8C8C8; */
	width: 170px;
}

div#navigation ul ul {
	position: absolute;
	/*display: none;*/
	left: -200px;
	border: 1px solid #00F;
	background-color: #FFF;
	z-index: 5;
}

div#navigation li {
	position: relative;
	z-index: 5;
	display: block;
}

div#navigation ul.level1 li {
	position: relative;
	/* Site dependant. */
	/* border-bottom: 1px solid #000; */
}

div#navigation li.submenu {
	padding: 3px;
	text-decoration: none;
	color:  #F00;
	font-weight: bold;
}

div#navigation li.submenu:hover {
	color: #FFF;
	background-color: #00F;
}

div#navigation li.submenu:hover ul.level2 {
	/*display: block;*/
	/* The values below will need to be set 
		depending on menu / nav div width. */
	left: 165px;
	top: 0;
}

div#navigation li.submenu:active ul.level2 {
	/*display: block;*/
	/* The values below will need to be set 
		depending on menu / nav div width. */
	left: 165px;
	top: 0;
}

div#navigation li.submenu:focus ul.level2 {
	/*display: block;*/
	/* The values below will need to be set 
		depending on menu / nav div width. */
	left: 165px;
	top: 0;
}

div#navigation li a {
	display: block;
	padding: 3px;
	text-decoration: none;
	color:  #F00;
	font-weight: bold;
}

div#navigation ul#sub1 {
	width: 154px;
}

div#navigation ul#sub2 {
	width: 120px;
}

div#navigation li a {
	width: auto;
}

div#navigation li a:visited {
	color: #F0F;
}

div#navigation li a:hover {
	background-color: #00F;
	color: #FFFFFF;
	font-weight: bold;
}

div#navigation span {
	background-color: transparent;
	color: #C0C0C0;
	display: block;
	padding: 3px;
	font-weight: bold;
}

#navother {
	padding-top: 20em;
	text-align: center;
	width: 170px;
}

#navother img {
	margin-bottom: 10px;
}

#copyright {
	font-size: 0.8em;
	padding: 0 10px 0 10px;
}

div#formdiv {
	width: 400px;
	height: 450px;
}

div#maildiv {
	width: 400px;
	height: 400px;	
}

.formtext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

form fieldset {
	border: 1px dashed #00F;
	margin-left: 20px;
	padding: 0 10px 10px 10px;
	height: 20em;
}

form#mailform fieldset {
	height: 140px;
}

form fieldset legend {
	color: #00F;
	background-color: #FFF;
	padding: 0 5px 0 5px;
}

label {
	float: left;
	clear: left;
	width: 100px;
	margin-top: 10px;
}

input, textarea {
	border: #00F solid 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 250px;
	float: left;
	margin-top: 10px;
}

input#optin, input#copyplease {
	width: 20px;
}

#checknote {
	float: left;
	clear: left;
}

label#textarealabel {
	width: 300px;
	margin-left: 20px;
}

textarea#enquiry {
	width: 375px;
	height: 100px;
	margin-left: 20px;
}

label#copylabel {
	width: 320px;
}

textarea#mailmsg {
	width: 375px;
	height: 100px;
	margin-left: 20px;
	float: left;
	clear: both;
}

label#attLabel {
	clear: both;
	margin-left: 20px;
}

.attInput {
	clear: both;
	margin-left: 20px;
}

#recipient {
	float: left;
	position: relative;
	top: 10px;
}

.button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	color: #00F;
	background-color: #FFF;
	border-color: #00CCFF #00F #00F #00CCFF;
	float: left;
	margin-left: 20px;
	width: 60px;
	height: 20px;
	cursor: pointer;
}

.button:hover {
	background-color: #00F;
	color: #FFF;
}

#mailout-btn {
	width: 100px;
	clear: both;
}

.notice {
	color: #F00;
	background-color: transparent;
}

#rooms li, {
	padding-bottom: 10px;
}

ul.policies {
	line-height: 1.25em;
	margin-top: 0.5em;
}

ul.policies li {
	margin-bottom: 5px;
}

span.inred {
	color: #F00;
}

.classroom {
	padding-left: 10px;
	width: 510px;
}

#location {
	padding-left: 10px;
}

