@charset "utf-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/background-repeat.jpg);
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
img, div { behavior: url(assets/iepngfix.htc) }

img {border:0px;}

h1 {
	color:#4d2177;
	font-size:1.4em;
	padding-top:20px;
}

h2 {
	color:#4d2177;
	font-size:1.0em;
	padding-top:15px;
}
p {
	line-height:1.5em;
}

.thrColFixHdr #page { 
	background:url(../images/objects.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	width:990px;
	min-height:1000px;
}

.thrColFixHdr #singlepage { 
	float:left;
	width:980px;
}

.thrColFixHdr #container { 
	float:right;
	width: 780px;
	text-align: left;
	margin-top:20px;
	margin-bottom:20px;
} 
.thrColFixHdr #header { 
	font: Arial, Helvetica, sans-serif;
	background: url(../images/header.png);
	background-repeat:repeat-y;
	height:176px;
	float:left;
	width:780px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFF;
	font-size:2.6em;
	font-weight:normal;
	padding-top:87px;
}

#content {
	background-image: url(../images/spiral-white-narrow.png);
	background-repeat:repeat-y;
	float:left;
	width:780px;
}

.thrColFixHdr #sidebar1 {
	float: left;
	width: 180px;
	min-height:400px;
	font-size:1.2em;
	line-height:2.0em;
	padding:35px 0 0 0;
}

.thrColFixHdr #sidebar1 ul {
	padding:0 0 0 20px;
	margin:0 0 0 50px;
	list-style:none;
}

.thrColFixHdr #submenu ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

.thrColFixHdr #sidebar1 li {
	text-decoration:none;
	color:#84a40b;
	font-weight:bold;
	padding:0;
	margin:0;
}

.thrColFixHdr #sidebar1 li a {
	text-decoration:none;
	color:#592f92;
	font-weight:bold;
	padding:0;
	margin:0;
}
.thrColFixHdr #sidebar1 li a:hover {
	text-decoration: underline;
	color:#84a40b;
	font-weight:bold;
	padding:0;
	margin:0;
}

.thrColFixHdr #mainContent { 
	float:right;
	width: 580px;
}

.thrColFixHdr #mainContent h1 { 
	padding-top:20px;
	padding-right:70px;

}
.thrColFixHdr #mainContent p, .thrColFixHdr #mainContent li { 
	padding-right:70px;
}
.thrColFixHdr #mainContent li { 
	line-height:1.5em;
}

.thrColFixHdr #footer { 
	background: url(../images/footer.png);
	background-repeat:repeat-y;
	height:115px;
	margin:0;
	float:left;
	width:780px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 70px 0 70px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:0.7em;
	color:#fff; 
}
.thrColFixHdr #footer a {
	color:#fff; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	text-decoration:none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#scoutslogo {
	padding:65px 20px 0 60px;
	float:left;
}

.green  {color:#84a40b;}
.purple {color:#4d2177;}
.orange {color:#ed7703;}
.badge {margin: 10px 0 0 60px;}
.smalltxt {font-size:0.7em;}
.centertxt {text-align:center;}
.bookingtable {margin-right:20px;}
.othertable {margin-right:20px; }
.othertable td {vertical-align:top; padding:3px; }
.othertable th {vertical-align:top; padding:3px; }
.imgmiddle { vertical-align:middle;}
.picture-gallery {padding:4px;border:1px solid #CCC; margin:0 10px 10px 0;}

iframe {margin-left: 50px;}

/******************single column page */
.thrColFixHdr #singleheader { 
	font: Arial, Helvetica, sans-serif;
	background: url(../images/header-wide.png);
	background-repeat:repeat-y;
	height:170px;
	float:left;
	width:100%;
} 
.thrColFixHdr #singleheader h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFF;
	font-size:2.6em;
	font-weight:normal;
	padding-top:87px;
}

#singlecontent {
	background-image: url(../images/spiral.png);
	background-repeat:repeat-y;
	float:left;
	width:100%;
}
#singlecontent p, #singlecontent h1, #singlecontent table {
	margin-left:60px;
}

.thrColFixHdr #singlefooter { 
	background: url(../images/footer-wide.png);
	background-repeat:repeat-y;
	height:115px;
	margin:0;
	float:left;
	width:100%;
} 
.thrColFixHdr #singlefooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0 0 70px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:0.7em;
	color:#fff; 
}
.thrColFixHdr #singlefooter a {
	color:#fff; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	text-decoration:none;
}

.imgright {margin-right:50px; float:right;}
#calendar {
	text-align:left;
	float:left;
	padding:0;
	margin:0;
}
.gcalendar iframe {
	text-align:left;
	float:left;
	padding:0;
	margin:0;
}
.break {clear:both;}
