@charset "UTF-8";
body  {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #ffffff;
	background-image:url(images/clouds4.gif);
	background-repeat:repeat;
	background-attachment:fixed;

}
#mainContent p {
	font:Georgia, "Times New Roman", Times, serif;}
#outside{
	width:785px;
	margin:30px auto 30px auto;
	}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/gradient.gif) repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:#A6C7E7 solid thin;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#funContainer {
	position:relative;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	} 
.head_index {
	background: url(images/birdSky2.jpg) no-repeat right;
	}
.head_services {
	background: url(images/stonehenge_topper.jpg) no-repeat left;
}
.head_events {
	background: url(images/events_topper.jpg) no-repeat left;
}
.head_products {
	background: url(images/birdSky2.jpg) no-repeat right;
}
.twoColFixLtHdr #header { 
	height:141px; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align:right;
	margin:0 50px;
	font-family:Harrington, Papyrus, Georgia, Times, serif;
	font-size:45px;
	
}
#header p{
	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 */

	}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px 10px 15px 0px;
	background:url(attach/featherFall.gif) no-repeat;
	height:499px;
	
*/}
	
#banner_nav a {
	color:#330099;
	text-decoration:none;
	font-size:24px;
	line-height:200%;
	font-family:Harrington, Papyrus, Georgia, Times, serif;

	}

#banner_nav p{
	text-align:center;
	}
#banner_nav a:hover {
	color:#993300;
	}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 280px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent img {
	padding:0 10px;
	}
.twoColFixLtHdr #mainContent h1, #mainContent h2, #mainContent h3, #footer h1 {
	font-family:Harrington, Papyrus, Georgia, Times, serif;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF url(images/shortGradient.gif) repeat-x;
} 
.twoColFixLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font:Georgia, "Times New Roman", Times, serif;
}
.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;
}
.spacer {
	
	font-size:1px;
	height:10px;
	line-height:10px;
	margin:0;
	padding:0;
	}
.extra {
	color:#3B74C2;
	font-size:small;
	}
.larger {
	font-size:larger;
	}
.centre {
	margin-left:70px;
	}
.small {
	text-align:center;
	font-size:smaller;
	}