body {
	margin: 0;
	padding: 0;
	text-align: center;
 	overflow:-moz-scrollbars-vertical;
	font: 90% Arial, Verdana, Helvetica, sans-serif;
  background: #ceff9f url('/images/body-background.jpg') no-repeat center top;
  width: 100%;
  display: table;
}
#top-images {
	position: relative;
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	/*border-left: 2px solid #FF6600;
	border-right: 2px solid #FF6600;*/
}
#top-images img {
	vertical-align:bottom;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 900px;
	margin: auto;
	padding: 0;
	background-color: #FFFFFF; /* this overrides the text-align: center on the body element. */
}
#content {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	font-size: 90%;
	line-height: 1.5;
	color: #000066;
}
#content a {
	color: #000066;
	text-decoration: underline;
}
#content a:hover {
	color: #f74a00;
	text-decoration: underline;
}

#rooms {
	float: right;
	width: 220px;
	text-align: center;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 20px;
}
#pdfs {
	float: right;
	width: 250px;
	text-align: center;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 20px;
}
#pdfs img {
	margin-bottom: 40px;
}

/* Navigation Styling */

#navigation {
	text-align: center;
	background-color: #f74a00;
	width: 100%;
	height: 37px;
	background-image: url("/images/nav-left.gif");
	background-position: left;
	background-repeat: no-repeat;
}
#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	width: 720px;
}
#navigation li {
	display: inline;
}
#navigation li a {
	float: left;
	display: block;
	width: 120px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 11px;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#navigation a.highlightednav {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

/* Footer Styling */

#footer {
	clear: both;
	padding: 20px 0 20px 0;
	background-color: #5cd21b;
	font-size: 90%;
	text-align: center;
	color: #000000;
}

#footer p {
	margin: 0;
}

#footer ul {
	list-style-type: none;
	padding: 5px 0 5px 0;
	margin: 0;
	border: none;
}
#footer li {
	display: inline;
	padding: 0 3px 0 3px;
	vertical-align: bottom;
}
#footer a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #f74a00;
	text-decoration: underline;
}

/* General Text Styling */

H1 {
	font-size: 145%;
}
H2 {
	font-size: 120%;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #000066;
	border-bottom: 1px solid #6699CC;
	background-color: #FFFF99;
	padding-left: 10px;
	padding-top: 3px;
}
.month {
	width: 200px;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	background-color: #FFFF66;
}
a img {
	border: 0;
}
form {
	background-color: #E9E9E9;
	padding: 10px;
}
.greyborder {
	border: 6px solid #CCCCCC;
}
.redborder {
	border: 4px solid #C00;
}
.updated {
	color: #999999;
	font-size: 90%;
	margin-top: -15px;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url('/images/calendar.png') no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

.eg-text {
	color: #666;
	font-size: 80%;
}

/* Navigation Styling */
.home-bg {
	background-color: #00cc00;
}
.home-bg:hover {
	background-color: #01b301;
}
.services-bg {
	background-color: #0099ff;
}
.services-bg:hover {
	background-color: #0089e5;
}
.enrolment-bg {
	background-color: #ff0000;
}
.enrolment-bg:hover {
	background-color: #e50101;
}
.oshc-bg {
	background-color: #ff6600;
}
.oshc-bg:hover {
	background-color: #f06000;
}
.gallery-bg {
	background-color: #904be5;
}
.gallery-bg:hover {
	background-color: #8037da;
}
#navigation .calendar-bg {
	background-color: #ffff00;
	color: #FF6600;
}
#navigation .calendar-bg:hover {
	background-color: #efef01;
	color: #FF6600;
}
