/* CSS Document */

/* basic elements */
body { 
	font-size: 76%; /* tested sizes are 60%, 62.5%, 69%, 76%. Anything else requires testing (especially on a Mac) */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* positions the content in the top left */
	padding: 0; /* used by Opera */
	color: #03878f;
	text-align:center;
	background: white;
	background-image:url(images/bg.jpg); background-repeat:repeat-x;
	}
	
	
p, ol, li, dd, td {	
	font-size: 1em; /* this should stay as 1em. anything else will lead to potential problems with nested elements. Adjust font size in the body tag, or define a class for exceptions */
	line-height: 1.5em;
	text-align: left; /* compensates for an IE 6 bug */
	margin-top: 0;
	margin-bottom: 1em;	
	font-weight : normal;
	}
	
table.standard {
	border-collapse:collapse;
	
}

table.standard tr { 
	border: 1px solid #80c2c5; 
} 

table.standard th { 
	background-color: #f1d365; 
	border: 1px solid #80c2c5; 
	text-align: center;
	padding: 3px; 
} 

table.standard td { 
	border: 1px solid #80c2c5; 
	background-color: #fff; 
	vertical-align: top;
	padding: 7px; 
}
	
ul {
	margin-top: 1em;
	padding-left: 1.5em;
	margin-left: 1.5em;
}

div.horRule {
	height: 1px;
	border-top: 1px solid #f6e08f;
	margin-top: 3px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

div.horRule hr {
	display: none;
}

A:link {
	font-style: normal;
	font-weight: bold;
	color: #e9b805;
	text-decoration:none;
}

A:visited {
	color: #e9b805;
	text-decoration:none;
	font-weight: bold;
}
A:hover {
	font-weight: bold;
	color: #e99b05;
	text-decoration:none;
}
A:active {
	font-weight: bold;
	color: #e99b05;
	text-decoration:none;
}

.yellowborder {
	border: 1px solid #e9b805;
}

h1 {
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-bottom: 5px;
	font-weight: bold;	
}

h2 {
	margin-top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-bottom: 14px;
	font-weight: bold;	
}

h3 {
	margin-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-bottom: 14px;
	font-weight: bold;
	font-style:italic;	
}

h4 {
	margin-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-bottom: 14px;
	font-weight: bold;	
}


.italicsmain  {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.2em;
	font-style:italic;
	font-weight:bold;

}

.quotesidebar  {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.5em;
	font-style:italic;
	font-weight:bold;
	padding: 6px;
	padding-left: 2px;

}

.testimonialbut  {
	padding-top: 8px;

}




/* layout */

#shadow {
	background: white url(images/shadow_right.png) repeat-y top right;
	margin-right: -787px;
	width: 770px;
}

#contentcontainer {
	display: block;
	position: relative;
	width:770px;
	margin:0 auto;
	text-align:left;
	background: white url(images/homebg.jpg) no-repeat top left;
	height: auto;
	border: #e9b805 solid 1px;
	border-top: 0px;
  }
  
#header {
	display: block;
	position: relative;
	text-align:left;
    height: 44px;	
	padding: 0;
	/*width: 100%;*/
	margin: 0 0 0 0;
}

#mainNav ul {
	list-style: none;
	margin: 0;
	text-align: left;
	padding: 0;
	white-space: nowrap;
	height: 27px;
	width: 770px;
	display: block;
	overflow: hidden;
}
#mainNav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#mainNav ul li a {
	float: left;
	margin: 0 0 0 0px;
	height: 31px;
	display: block;
}


#mainNav ul li.first a {
	margin: 0 0 0 0px;
	display: inline;
}


table.maincontentleft  {
	float: left;
	margin-top: 200px;
	margin-left: 15px;
	width: 503px;
	display: inline; /* fixes IE Doubled Float-Margin Bug */
}


.homecellparent {
	border-right: #e9b805 1px solid;
	border-left: #e9b805 1px solid;
	border-bottom: #e9b805 1px solid;
	border-top: 0px;
	padding: 10px;
	background:url(images/homeft_parentsbg.gif) no-repeat; 
	background-position: bottom;
	font-size:1em; 

}

.homecellcamper {
	border-right: #e9b805 1px solid;
	border-left: #e9b805 1px solid;
	border-bottom: #e9b805 1px solid;
	border-top: 0px;
	padding: 9px;
	background:url(images/homeft_campersbg.gif) no-repeat; 
	background-position: bottom;
	font-size:1em;  

}

.homecellstaff {
	border-right: #e9b805 1px solid;
	border-left: #e9b805 1px solid;
	border-bottom: #e9b805 1px solid;
	border-top: 0px;
	padding: 9px;
	background:url(images/homeft_staffbg.gif) no-repeat; 
	background-position: bottom; 
	font-size:1em; 

}

.homecellwhatsnew {
	border: #e9b805 1px solid;
	padding: 9px;
	font-size:1em;
	margin-bottom: .8em;  

}
.homecellgutter {
	
	padding: 2px;
	
}

table.maincontentright  {
	float: right;
	margin-top: 250px;
	margin-right: 15px;
	width: 217px;
	display: inline; /* fixes IE Doubled Float-Margin Bug */
}


.videohome  {
	
	padding-top: 30px;

}

.homecellvideo {
	border: #e9b805 1px solid;
	padding: 0px;  

}

.textcentre {
	padding: 0px;
	text-align: center;  

}

.campcountdown {
	padding-left: 10px;
	padding-right: 100px;
	padding-top: 0px;
	padding-bottom: 23px;
	text-align: left;
	font-size:1.1em;
	font-style:italic;
	font-weight: bold;
	color: #e9a605;


}


.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

#quote  {
	clear: left;
	text-align:center;
	background: white url(images/quotes.gif) no-repeat 50% center;
	width: 741px;
	margin: 15px;
}

.quotetext  {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	padding-left: 35px;
	padding-right: 35px;
	
}

#footercontainer {
	display: block;
	position: relative;
	width:770px;
	margin:0 auto;
	text-align:center;
	background: white url(images/animaltracks_bg.gif) no-repeat bottom right;
	text-align:center;
  }
  

#integradata {
	float: left;
	background: white url(images/integra_logo.gif) no-repeat top left;
	position: relative;
	padding-left: 130px;
	padding-top: 15px;
	font-size: 0.85em;
	width: 309px;
	height: 81px;

}

#successtext {
	float: right;
	width: 331px;

}

#copyright  {
	width: 770px;
	background: white url(images/shadow_bot.gif) no-repeat top left;
	margin: 0px auto 1em auto;
	padding-top: 12px;
	color: #03878f;
	font-size: 0.85em;
}

/* layout internal pages */

#contentcontainerinternal {
	display: block;
	position: relative;
	width:770px;
	height: auto;
	margin:0 auto;
	text-align:left;
	background: white url(images/bg_internal.jpg) no-repeat top left;
	border: #e9b805 solid 1px;
	border-top: 0px;
  }


#banneraboutus {
	display: block;
	position: relative;
	width:770px;
	background: white url(images/banner_aboutus.jpg) no-repeat top left;
	margin:0 auto;
	height: 148px;
  }
  
.headeraboutus {
	float: left;
	display: inline; /* fixes IE Doubled Float-Margin Bug */
	margin-top: 19px;
	margin-left: 152px;

}

#bannertestimonials {
	display: block;
	position: relative;
	width:770px;
	background: white url(images/banner_testimonials.jpg) no-repeat top left;
	margin:0 auto;
	height: 148px;
}

#bannersupport {
	display: block;
	position: relative;
	width:770px;
	background: white url(images/banner_support.jpg) no-repeat top left;
	margin:0 auto;
	height: 148px;
}

#bannerparents {
	display: block;
	position: relative;
	width:770px;
	background: white url(images/banner_parents.jpg) no-repeat top left;
	margin:0 auto;
	height: 148px;
}

#bannercampers {
	display: block;
	position: relative;
	width:770px;
	background: white url(images/banner_campers.jpg) no-repeat top left;
	margin:0 auto;
	height: 148px;
}

#bannerstaff {
	display: block;
	position: relative;
	width:770px;
	background: white url(images/banner_staff.jpg) no-repeat top left;
	margin:0 auto;
	height: 148px;
}

#bannerwhatsnew {
	display: block;
	position: relative;
	width:770px;
	background: white url(images/banner_whatsnew.jpg) no-repeat top left;
	margin:0 auto;
	height: 148px;
}




#content {
	width: 592px;
	float: right;
	margin-top: 20px;
	margin-right: 12px;
	height: auto;
  
}

#threecolcontainer {
	display: block;
	position: relative;
	margin: 12px 0 0 0;

}


#maincontent {
  width: 362px;
  float: left;
  display: inline; /* fixes IE Doubled Float-Margin Bug */
  padding-left: 34px;
  padding-right: 34px;
  border-left: #eed164 solid 1px;
  border-right: #eed164 solid 1px;
  height: auto;
}

#rightcol {
	width: 140px;
	float: right;
	margin: 46px 13px 0 0;
	display: inline; /* fixes IE Doubled Float-Margin Bug */
}

#rightcolbut {
	margin-top: 30px;
}

#leftColContainer  {
	width: 171px;
	float: left;
	display: inline; /* fixes IE Doubled Float-Margin Bug */

}


#secNavcontainer {
	width: 147px;
	margin: 20px 10px 0px 14px;
	
}


#secNav {
	width: 145px;
	margin: 0px 0 10px 0px;  
}


#secNav a,
#secNav a:visited {
	text-decoration:none;
	}
		
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#secNav a:hover {
	text-decoration: none;
}	
/* End IE5-Mac hack */
	
#secNav li:hover,
#secNav li.hover,
#secNav li.selected
  {			
	background: url(images/sn_circle.gif) no-repeat 0 0.5em;
}	
	
#secNav ul { 
	list-style: none;		
	margin: 10px 0 28px 0;
	padding: 1px 0 1px 0;
}
	
#secNav li {			
	padding: 3px 0px 4px 12px;
	margin: 0px;
	line-height: 1.2em;
	behavior: url(hover.htc);
	list-style-image:none;
			
	}
	
#secNav li a {
	display: block;
	font-size: 1.1em;
	

}

.jobs {
	border-top: #f6e08f 1px solid;
}

p.photoalbum {	
	text-align: center;
	margin-top: 0;
	margin-bottom: 1.2em;
	font-size: 0.85em;
}
