/* These are used to set the size of the body and to set a wrapper so i can position absolutely */

body {
	padding: 0px;
	width: 760px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
div#wrapper {
	margin: 0px;
	width: 738px;
	padding: 10px;
	border: 2px double #333333;
	position: absolute;
}

/* These are used for the main navigation bar on the left of the screen so they flow down the page */

ul#mainNav {
	list-style-type: none;
	padding: 0px;
	width: 150px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}
ul#mainNav li {
	padding: 5px;
	height: 28px;
	width: 118px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	background-image: url(../images/button.jpg);
	margin-left: 10px;
}

/* These are for the main navigation so that when the mouse hovers over the box the text gets larger */

ul#mainNav li a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 38px;
	width: 128px;
	text-decoration: none;
	color: #333333;
}
ul#mainNav li a:hover {
	font-size: larger;
	text-decoration: none;
}

/* These are used for the bottom navigation so it will always be at the bottom of the page and spread across the width */

ul#bottomNav {
	padding: 0px;
	list-style-type: none;
	position: relative;
	width: 450px;
	height: 40px;
	text-align: center;
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 160px;
}
ul#bottomNav li {
	margin: 5px;
	padding: 0px;
	height: 30px;
	border: 1px solid #000000;
	float: left;
	width: 138px;
	background-image: url(../images/button2.jpg);
}

/* These are for the main navigation so that when the mouse hovers over the box the text gets larger */

ul#bottomNav li a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 138px;
	text-decoration: none;
	color: #333333;
}
ul#bottomNav li a:hover {
	font-size: larger;
	text-decoration: none;
}

/* This is used to set the content area on the page, so that the content is away for the main navigation and leaves room for the side images */

div#content {
	padding: 0px;
	width: 450px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 160px;
}

/* These are to the set the styles for the H1, H2 and H3 on the page */
/* The h1 sets the h1 as the main Playgroup banner logo */

h1
 {
	height: 130px;
	width: 700px;
	background-image: url(../images/mainLogo.jpg);
	background-position: center top;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h2 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 4px;
	border-bottom-style: dashed;
	border-bottom-color: #339999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 24px;
	font-weight: bolder;
}
h3 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #339999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}

/* This is used to position the images down the right of the page, i have used the absolute positioning to do this */

div#sideImages {
	padding: 10px;
	top: 160px;
	right: 10px;
	margin: 0px;
	position: absolute;
	background-color: #CCCCCC;
	border: 1px solid #333333;
}

/* This is to put the mainAnimation of have done more central to te content, this only applies to the contact.php page */
/* i have labelled the paragraph with the image in so this will only effect the specified item */

p#mailAnimation {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
}

/* This is used on the staff page, it is to hide the information about the staff members which is later shown using toggle.js */
/* It is also used to set parameters for the links for the staff on the page */


.hiddenStaff {
	position: absolute;
	left: 290px;
	top: 290px;
	width: 320px;
	margin: 0px;
	padding: 0px;
	float: left;
	color: #000000;
	display: none;
}

ul#staff {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 400px;
	margin-left: 0px;
	list-style-type: none;
	text-decoration: none;
}

/* This is used on the gallery page, it is to hide the information about the gallery images which is later shown using toggle.js */
/* It is also used to set parameters for the links for the gallery on the page */

.hiddenGallery {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 300px;
	left: 300px;
	top: 300px;
	display: none;
}

ul#gallery {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 300px;
	margin-left: 0px;
}

/* This is used on the tour page, it is to hide the information about the tour locations which is later shown using toggle.js */
/* It is also used to set parameters for the links for the tour on the page */

.hiddenTour {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 305px;
	top: 250px;
	display: none;
	width: 310px;
}

ul#tour {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 400px;
	margin-left: 0px;
	list-style-type: none;
	text-decoration: none;
}

/* THis span is used in the h1 so that when the banner is display the h1 is not visible as well */

span {
	display: none;
}
