/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0px;
}
body{
	background: #fff;
	background: url(images/bkg.gif) repeat top;
	color: #000;
	font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}
	
/*=== Layout ===*/
td{
	padding: 2px;
}

.red-font{
	color: red; padding-bottom: 5px; font-size: 14px;
}

.grey{
	background-color: #d4d3d3;
}
.light-grey{
	background-color: #ebebeb;
}

#page{
	margin: 30px auto;
	width: 908px;
	height: 100%;
}
/*=== Columns ===*/
#columns{
	padding: 10px 0 0 0;
	background-color: #fff;
}
/*--- Left Column ---*/
#leftcol{
	float: left;
	padding-left:50px;
	width: 200px;
	height: 100%;
}
/*--- Centre Column ---*/
#centrecol{
	float: left;
	padding:10px 0px 10px 15px;
	width: 400px;
	height: 100%;
}
#centrecol h2{
	color:#00ABB6;
	font-size:18px;
	padding:0 0 5px 0px;
}
#centrecol h3{
	color:#00ABB6;
	font-size:14px;
	padding:10px 0  5px 0;
}
#centrecol p{
	line-height:20px;
}
/*--- Right Column ---*/
#rightcol{
	width: 234px;
	background-color: #fff;
	float: right;
	padding: 0px 9px 0 0px;
	height: 100%;
}
/*=== Header ===*/
#header{
	background: url(images/header.gif) no-repeat top;
	height: 191px;
}
/*- Logo -*/
#header h1{
	float: left;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 193px;
	width: 908px;
}
/*- Menu -*/
#menu{
   list-style: none;
   padding: 0;
   margin: 0;
   height:200px;
   background-color:#EDEAC5;
   padding: 2px 0 2px 0;
   position: relative;
}
#menu span {
  display: none;
  position: absolute;
}	
#menu li {
  list-style: none;
}	
#menu-top{
	background: url(images/menu-top.gif) no-repeat top;
	height:17px;
}
#menu-bottom{
	display: block;
	background: url(images/menu-bottom.gif) no-repeat top;
	height:17px;
	margin-top:42px;
	padding-bottom: 10px;
}
#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}
#menu .home {
  display: block;
  width: 200px;
  height: 37px;
  background: url(images/home-up.gif) no-repeat;
  left: 0px;
  top: 0px;
}
#menu .home span {
  width: 200px;
  height: 37px;
  background: url(images/home-over.gif) no-repeat;
  left: 0px;
  top: 0px;
}
#menu .home-active {
  width: 200px;
  height: 37px;
  background: url(images/home-over.gif) no-repeat;
  left: 0px;
  top: 0px;
}
#menu .about-us {
  display: block;
  width: 200px;
  height: 37px;
  background: url(images/about-us.gif) no-repeat;
  left: 0px;
  top: 37px;
}
#menu .about-us span {
  width: 200px;
  height: 37px;
  background: url(images/about-us-over.gif) no-repeat;
  left: 0px;
  top: 0px;
}
#menu .about-us-active {
  width: 200px;
  height: 37px;
  background: url(images/about-us-over.gif) no-repeat;
  left: 0px;
  top: 37px;
}
#menu .busy-tots {
  display: block;
  width: 200px;
  height: 25px;
  background: url(images/busy-tots.gif) no-repeat;
  left: 0px;
  top: 74px;
}
#menu .busy-tots span {
  width: 200px;
  height: 25px;
  background: url(images/busy-tots-over.gif) no-repeat;
  left: 0px;
  top: 0px;
}
#menu .busy-tots-active {
  width: 200px;
  height: 25px;
  background: url(images/busy-tots-over.gif) no-repeat;
  left: 0px;
  top: 74px;
}
#menu .mini-sports {
  display: block;
  width: 200px;
  height: 25px;
  background: url(images/mini-sports.gif) no-repeat;
  left: 0px;
  top: 101px;
}
#menu .mini-sports span {
  width: 200px;
  height: 25px;
  background: url(images/mini-sports-over.gif) no-repeat;
  left: 0px;
  top: 0px;
}
#menu .mini-sports-active {
  width: 200px;
  height: 25px;
  background: url(images/mini-sports-over.gif) no-repeat;
  left: 0px;
  top: 101px;
}
#menu .information {
  display: block;
  width: 200px;
  height: 25px;
  background: url(images/information.gif) no-repeat;
  left: 0px;
  top: 126px;
}
#menu .information span {
  width: 200px;
  height: 25px;
  background: url(images/information-over.gif) no-repeat;
  left: 0px;
  top: 0px;
}
#menu .information-active {
  width: 200px;
  height: 25px;
  background: url(images/information-over.gif) no-repeat;
  left: 0px;
  top: 126px;
}
#menu .social {
  display: block;
  width: 200px;
  height: 25px;
  background: url(images/social-response.gif) no-repeat;
  left: 0px;
  top: 151px;
}
#menu .social span {
  width: 200px;
  height: 25px;
  background: url(images/social-response-over.gif) no-repeat;
  left: 0px;
  top: 0px;
}
#menu .social-active {
  width: 200px;
  height: 25px;
  background: url(images/social-response-over.gif) no-repeat;
  left: 0px;
  top: 151px;
}
#menu .gallery {
  display: block;
  width: 200px;
  height: 37px;
  background: url(images/gallery.gif) no-repeat;
  left: 0px;
  top: 176px;
}
#menu .gallery span {
  width: 200px;
  height: 37px;
  background: url(images/gallery-over.gif) no-repeat;
  left: 0px;
  top: 0px;
}
#menu .gallery-active {
  width: 200px;
  height: 37px;
  background: url(images/gallery-over.gif) no-repeat;
  left: 0px;
  top: 176px;
}
#menu .contact-us {
  display: block;
  width: 200px;
  height: 37px;
  background: url(images/contact-us.gif) no-repeat;
  left: 0px;
  top: 210px;
}
#menu .contact-us span {
  width: 200px;
  height: 37px;
  background: url(images/contact-us-over.gif) no-repeat;
  left: 0px;
  top: 0px;
}
#menu .contact-us-active {
  width: 200px;
  height: 37px;
  background: url(images/contact-us-over.gif) no-repeat;
  left: 0px;
  top: 210px;
}

/*=== Download Form ===*/

#download-form ul{
}

#download-form li{
	list-style: none;
	background: url(images/downloadicon.gif) no-repeat left;
	padding-left: 45px;
}
#download-form li a{
	color: red;
}
#download-form li a:hover{
	color: black;
}

/*=== Styling Boxes ===*/

/*- Box1 -*/
#home-aboutus{
	background: url(images/home-aboutus.gif) no-repeat left;
	display:block;
	text-indent: -9999px;
	height:31px;
}
#home-about-text p{
	margin:0px;
	padding:0 10px 5px 10px;
}
#home-text p{
	margin:0px;
	padding:0 20px 5px 30px;
}
#contact-us p{
	padding-left:20px;
}
#busy-tots li{
   padding: 2px 0px 2px 2px;
}
#busy-tots ul{
	list-style:url("images/arrow.gif");
    padding: 2px 5px 2px 20px;
}
#we-offer{
	background: url(images/home-we-offer.gif) no-repeat top;
	height:164px;
	margin-top:20px;
}
#photo-gallery{
	float: left;
	height:440px;
}
#photo-gallery p{
	padding:40px;
	text-align:center;
}
#gallery{
	float: left;
	padding:10px 0px 10px 15px;
	width: 600px;
	height: 100%;
}
/*************************************************************/
/* ----------- Diary ----------- */
/*************************************************************/
#diary {
	float: left;
}

#diary ul{
	list-style: none;
	margin: 0px 0 0 30px;
}
#diary li{
	color: #333;
	font-size: 1em;
	padding: 2px;
}
#diary h3{
	margin: 5px 0 0 5px;
	color: red;
}
#diary h4{
	font-size: 1.0em;
	color: #e18100;
	font-weight: strong;
	padding: 5px 0 5px 0;
}
#diary p{
	color: #222;
	font-size: 1em;
	padding: 5px 5px 2px 0;
}

#diary a{
	color: #00ABB6;
	font-size: 1.1em;
	padding: 5px 5px 2px 0;
}

#diary a:hover{
	color: black;
}
/*************************************************************/
/* ----------- My Form ----------- */
/*************************************************************/
#myForm {
	float:left;
	margin:0;
	padding:14px 0px 10px 0px;
}
#myForm h1 {
	font-size:14px;
	font-weight:bold;
	color: #FF8E0D;
	margin-bottom:8px;
}
#myForm h2{
	padding-bottom:10px;
	color: #FF8E0D;
	font: 14px Verdana,Arial,Tahoma,Helvetica,Sans-Serif;
	text-decoration: none;
	font-weight:bold;
}
#myForm p {
	font-size:12px;
	color:#333333;
	line-height: 120%;
	margin-bottom:20px;
	padding-bottom:10px;
}
#myForm label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:120px;
	float:left;
}
#myForm .small{
	color:#666666;
	display:block;
	font-size:10px;
	font-weight:normal;
	text-align:right;
	width:120px;
}
#myForm input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #999;
	width:220px;
	margin:2px 0 20px 10px;
}
#myForm select{
	margin-left:10px;
	border:solid 1px #999;
}
#myForm textarea{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #999;
	width:220px;
	margin:2px 0 20px 10px;
}
#myForm .red {
	border: 1px solid red;
}
#myForm label.red {
	border: none;
	color: red;
}
#myForm .customRed {
	border: none;
	color: red;
}
#myForm .field{
	clear: both; 
	margin: 0 0 1.5em;
}
#myForm .submit {
	float:right;
	clear:both;
	color: white;
	width:110px;
	height:20px;
	background:url(images/submit.png) no-repeat;
}
#myForm .terms {
	padding-top:20px;
}
#myForm .terms p{
	color:#666666;
	font-size:10px;
}
#validationMessage {
	padding-top: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 0px;
	color: red;
	font-weight: bold;
	display: none;
}
#myForm .errorMessage {
	color:red;
	margin-left:5px;
	font-size:0.8em;
}
#error {
	height:200px;
	margin-top:40px;
	text-align:center;
}
#noerror {
	height:200px;
	margin-top:40px;
	text-align:center;
}
#noerror h2{
	font-size:14px;
	font-weight:bold;
	color: #FF8E0D;
	margin-bottom:8px;
}

/*=== Footer ===*/
#footer{
	clear: both;
	font-size: 10px;
	height: 34px;
	background-image: url(images/footer.gif);
}
#footer p{
	padding-top: 11px;
}
#footer p.email{
	float: left;
	padding-left: 30px;
	color: #FFFFFF;
}
#footer p.email a{
	color: #fff;
	font-weight:bold;
}
#footer p.menu{
	color: #ffffff;
	float: right;
	padding-right: 20px;
}
#footer p.menu a{
	color: #ffffff;
}

