@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	background-color: #a9c696;
	background-image: none;
}
.twoColFixRtHdr #container {
	width: 975px;
	text-align: left;
	background-image: url(../images/HomePage_background.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 1176px;
	background-attachment: scroll;
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #header {
	height: 121px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #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 */
}

.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 150;
	height: 600px;
	width: 550px;
	position: relative;
	top: 150px;
	color: #666;
	left: 125px;
	margin-left: 20;
} 
.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;
}
.twoColFixRtHdr #footer {
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #666;
	background-attachment: scroll;
	height: 35px;
	width: 625px;
	padding-left: 200px;
	margin-left: 90px;
	position: relative;
	float: left;
} 
.twoColFixRtHdr #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 */
}
.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;
}
#HPMainContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	position: relative;
	height: 625px;
	width: 650px;
	left: 72px;
	float: left;
	background-repeat: no-repeat;
}
#maincontentwithgraphicdiv {
	background-image: url(../images/HomePage_photostrip.jpg);
	position: relative;
	height: 800px;
	width: 830px;
	left: 72px;
	top: 5px;
	background-repeat: no-repeat;
	z-index: 5;
}
#newphotogallerydiv {
	background-image: url(../images/HomePage_photogalleryframe.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 27px;
	padding-top: 24px;
}


.FeaturedHeader2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #333;
}
#HPtopgraphicdiv {
	background-repeat: no-repeat;
	position: relative;
	background-attachment: scroll;
	background-image: url(../images/HomePage_photostrip.jpg);
	height: 125px;
	width: 971px;
	background-position: center;
	left: 5px;
	margin-top: 10px;
	clip: rect(auto,auto,auto,auto);
}
#HPPhotoGalleryDiv {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #666;
	background-attachment: scroll;
	background-image: url(../images/HomePage_photogalleryframe.gif);
	background-repeat: no-repeat;
	height: 275px;
	width: 350px;
	float: left;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}
#HPMiddleColumnDiv {
	float: left;
	height: 320px;
	width: 235px;
	margin-top: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	margin-left: 85px;
	background-image: url(../images/HomePage_FeaturedEventFrame.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.featuredHeader3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}
#HPRightColumnDiv {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #333;
	float: left;
	height: 650px;
	width: 160px;
	position: relative;
	left: 8px;
}
.SpecialEventText {
	font-family: Pristina;
	color: #600;
	font-size: x-large;
}
#LRDCHPNAVdiv {
	height: 35px;
	width: 840px;
	background-color: #FFffff;
	position: relative;
	left: 71px;
	top: 20px;
	z-index: 99999;
}
#HPWelcomeDiv {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #600;
	height: 15px;
	width: 660px;
	position: relative;
	float: left;
	left: 75px;
}
.morelinktext {
	color: #00C;
	text-align: right;
}
#HPemailsignup {
	position: relative;
	width: 350px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #666;
	padding-left: 5px;
	padding-bottom: 5px;
	height: auto;
	padding-right: 5px;
	right: 375px;
	top: 175px;
}
#Calendarfooter {
	background-color: #FFC;
	background-image: url(../images/footer-graphic.gif);
	float: left;
	height: 90px;
	width: 711px;
	position: relative;
	left: 36px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	padding-left: 200px;
	background-repeat: no-repeat;
	padding-top: 50px;
	top: 1px;
	visibility: hidden;
}
#calendarcontentdiv {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	float: left;
	position: relative;
	height: 1100px;
	width: 910px;
	left: 36px;
	background-color: #A9C696;
	top: 20px;
	color: #FFC;
	text-decoration: blink;
	text-align: center;
}
