@charset "UTF-8";
body  {
	background: #666666;
	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: #3C261B;
	background-color: #3C261B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	color: #780000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 221px;
	margin-bottom: -5px;
	margin-left: 221px;
	text-align: left;
	padding: 0px;
}
.h1_centered {
	font-size: 23px;
	color: #780000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 221px;
	margin-bottom: 0px;
	margin-left: 221px;
	text-align: center;
	padding: 0px;
}
h2 {
	font-size: 22px;
	color: #3C261B;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding: 0px;
	margin-top: 40px;
	margin-right: 221px;
	margin-bottom: 0px;
	margin-left: 221px;
	font-weight: normal;
}
.h2_alt {
	font-size: 22px;
	color: #3C261B;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 221px;
	margin-bottom: 0px;
	margin-left: 221px;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	color: #780000;
	text-align: left;
	padding: 0px;
	margin-top: 25px;
	margin-right: 221px;
	margin-bottom: 0px;
	margin-left: 221px;
}
.h3_Italic {
	font-size: 16px;
	font-style: italic;
	color: #3C261B;
}
.h3_events1 {
	font-size: 14px;
	font-style: italic;
	color: #3C261B;
	margin-bottom: 10px;
	margin-top: 1%;
}
.h3_events2 {
	font-size: 16px;
	color: #780000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: -5px;
	margin-bottom: 10px;
}
h4 {
	font-size: 18px;
	color: #780000;
}
.thrColFixHdr #container {
	width: 955px;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 50px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	background-image: url(images/bearpaw_background.jpg);
	background-repeat: repeat-y;
	background-position: center 172px;
} 
.thrColFixHdr #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. */
	width: 955px;
	height: 172px;
} 
.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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 181px;
	height: 525px;
	position: relative;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 183px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/bearpaw_07.jpg);
	background-repeat: no-repeat;
	height: 525px;
	position: relative;
}
.thrColFixHdr #mainContent {
} 
.thrColFixHdr #footer {
	background-image: url(images/bearpaw_25.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 955px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #D0C3AC;
	padding-top: 25px;
	overflow: hidden;
	background-color: #3C261B;
	clear: both;
} 
.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: 0px;
	text-align: center;
}
.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;
}
.addressLargeBold {
	font-size: 16px;
	font-weight: bold;
	color: #780000;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.address {
	margin-right: 0px;
	margin-top: -15px;
	font-size: 13px;
	margin-left: 0px;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.addressBoldItal {
	margin-right: 0px;
	margin-top: -5px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.addressBold {
	margin-right: 0px;
	margin-top: -15px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.addressHours {
	margin-right: 0px;
	margin-top: 0px;
	font-size: 13px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.schedule {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-left: 221px;
	margin-right: 221px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.scheduleBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 221px;
	margin-bottom: 10px;
	margin-left: 221px;
}
.scheduleSpaceBefore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 221px;
	margin-bottom: 10px;
	margin-left: 221px;
}
.return {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D0C3AC;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding-top: 25px;
}
.footer:link {
	font-weight: bold;
	color: #D0C3AC;
	text-decoration: none;
}
.footer:hover {
	text-decoration: underline;
}
.footer:visited {
	font-weight: bold;
	color: #4E5639;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #3C261B;
}
a:visited {
	color: #4E5639;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;}
.adobebutton:link {
	text-decoration: none;
	color: #CEC0A7;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.adobebutton:visited {
	text-decoration: none;
	color: #CEC0A7;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bullets {
	font-size: 17px;
	color: #780000;
	margin-bottom: 10px;
}
.bullets_homepage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
.map {
	text-align: left;
	margin-left: 260px;
	margin-right: 221px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	color: #3C261B;
}
