@charset "UTF-8";
body {
	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: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #CC9966;
	width: 100%;
	list-style-image: url(../images/template/bullet.jpg);
}
.oneColFixCtrHdr #containerOutside {
	width: 1024px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/template/bg.jpg);
	margin-top: 0px;
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 39px;
	padding-left: 0px;
}
.oneColFixCtrHdr #container {
	width: 888px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 39px;
}
.oneColFixCtrHdr #navBar {
	height: 45px;
	margin: 0;
	background-color: #CC9966;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* 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. */
	height: 148px;
	background-image: url(../images/template/header.JPG);
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(../images/template/maincontent.JPG);
	height: 444px;
}
.oneColFixCtrHdr #mainContentInside {
	width: 888px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: auto;
	float: left;
	background-color: #fff;
}
.oneColFixCtrHdr #insideContent {
	width: 800px;
	background-color: #fff;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.oneColFixCtrHdr #footer {
	height: 80px;
	background-image: url(../images/template/footer.JPG);
	text-align: center;
	margin: 0px;
	padding: 10;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 14px;
}

.homeSlideshow {
	position: absolute;
	height: 388px;
	width: 462px;
	left: 29px;
	top: 26px;
}

.activitiesGroup {
	float: left;
	padding-bottom: 10px;
}

.activitiesTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF9900;
	background-position: 0px 0px;
	font-size: 16px;
	font-weight: bold;
	background-image: url(../images/activities/titleBG.jpg);
	background-repeat: no-repeat;
	width: 775px;
	float: left;
	height: 21px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}

.activitiesPicLeft {
	float: left;
	padding: 5px;
}

.activitiesTextRight {
	padding: 10px;
	float: left;
	width: 70%;
}

.activitiesTextLeft {
	width: 400px;
	padding: 10px;
	float: left;
}

.activitiesPicRight {
	padding: 10px;
	float: left;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
.h1_center {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	margin-bottom: 5px;
	text-align: center;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	display: inline;
}
.homePageText {
	position: absolute;
	left: 517px;
	top: 26px;
	width: 313px;
	height: 358px;
	margin: 0px;
	padding: 15px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-image: url(../images/template/bullet.jpg);
}
.textBox {
	height: auto;
	width: 780px;
	background-color: #fff;
	margin: 10px;
	float: left;
}

.textBoxContactForm {
	height: auto;
	float: left;
}

.textBoxDirections {
	height: auto;
	float: left;
	width: 350px;
	text-align: center;
	margin-top: 20px;
}
.mapDiv {
	float: left;
	padding: 5px;
	margin-top: 14px;
}

a.gallery:link {
	color: #000;
	text-decoration: none;
}

a.gallery:hover {
	color: red;
}

a.gallery:visited {
	color: #363636;
	text-decoration: none;
}

