@charset "UTF-8";
/* CSS Document */

body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(media/grungebg_02.jpg);
	background-repeat: repeat;
}
.twoColFixRtHdr #container {
	width: 880px;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixRtHdr #containerbgrun {
	background-image: url(media/grungebg_01.jpg);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #header {
	height: 203px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(media/header_bar.png);
	background-repeat: no-repeat;
} 
.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 #sidebar1 {
	width: 301px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	float: right;
}
.twoColFixRtHdr #sidebar1 p{
	margin-left: -30px;
	padding-left: -50px;
	color: #2E1700;
}
.bold {
	font-weight: bold;
}
.twoColFixRtHdr #sidebar1 h3 {
	margin-left: -10px;
}
.twoColFixRtHdr #mainContent {
	background-image: url(media/paper_bg.png);
	background-repeat: repeat-y;
	overflow: visible;
	width: 880px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixRtHdr #mainContent h1,h2,h3,h4,h5,h6,p {
	margin-left: 20px;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent p {
	margin-left: 32px;
	margin-right: 35px;
	font-size: .95em;
	line-height: 1.4em;
}
#navigation {
	top: 60px;
	left: 403px;
	position: relative;
	width: 460px;
	}
#address {
	top:5px;
	left:400px;
	position:relative;
	width:450px;
	text-align: right;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	}
.twoColFixRtHdr #flashbanner {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: -18px;
} 
.twoColFixRtHdr #footer {
	text-align: center;
	height: 248px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(media/footercollage.png);
	background-repeat: no-repeat;
} 
.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 */
}
.twoColFixRtHdr #footer ol{
	list-style-type: none;
	line-height: 1.5em;
	margin: 0px;
	padding-top: 190px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #footer ol li {
	display: inline;
	margin-right: 10px;
	font-size: 0.8em;
	color: #FFFFFF;
}
.twoColFixRtHdr #footer ol li a {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.twoColFixRtHdr #footer ol li a hover {
	text-decoration: underline;
	color: #F4B600;
}
.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;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
body,td,th {
	font-size: 85%;
}
h1 {
	color: #770400;
}
h2 {
	color: #4B2600;
	margin-bottom: -12px;
}
.h2subhead {
	font-size: .8em;
}
h3 {
	margin-bottom: 2px;
}
#upcomingevents {
	width:275px;
	margin: 0px;
	padding: 0px;
	font-size: .9em;
	}
.subhead {
	color:#900;
	font-style: italic;
	font-weight: bold;
}.picbuffer_left {
	margin-left: 10px;
}
.bgclass {
	background-color: #FFF;
}
div.thumbnail {
	width: 800px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	float: left;
	height: 225px;
	padding-top: 10px;
}
.picbuffer {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.twoColFixRtHdr #containerbgrun #container #mainContent #contactus {
	padding-left: 50px;
}
div.staff {
	width: 800px;
}.picbufferStaff {
	margin-right: 10px;
}
#calendarbump {
	position: relative;
	width: 780px;
	margin-left: 37px;
	}
div.contactform {
	width: 800px;
	margin-left: 37px;
	height: 1000px;
	position: relative;
}
#BCSForm {
	display: inline;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
	float: left;
}
#homebtn {
	width:340px;
	height:177px;
	float: left;
	position: absolute;
	top: 0px;
}
.subhead2 {
	color:#4B2600;
	font-style: italic;
	font-weight: bold;
}

