body{
	background-image:url(graphics/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #CCCC99;
}
#header{
	width:958px;
	height:139px;
	background-image:url(graphics/header-bear_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#headertext{
	width:900px;
	padding-left:30px;
	padding-top:7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#headerlogos{
	width:100%;
	text-align:right;
}
#newscontainer{
	width:456px;
	height:357px;
	background-image:url(graphics/news_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#eventscontainer{
	width:328px;
	height:357px;
	background-image:url(graphics/events_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#mapcontainer{
	width:456px;
	height:365px;
	background-image:url(graphics/map_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
}
#gallerycontainer{
	width:328px;
	height:275px;
	background-image:url(graphics/gallery_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#weathercontainer{
	width:328px;
	height:172px;
	background-image:url(graphics/weather_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#contentcontainer{
	width:784px;
	background-image:url(graphics/content_middle.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.contentHeader{
	background-image:url(graphics/content_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.contentMiddle{
	padding:30px;
}
.contentFooter{
	background-image:url(graphics/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height:35px;

}
.titleContentHeader{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #592E05;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top:4px;
	width:90%;
	margin-left:30px;
}
.titleHeader{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #592E05;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top:4px;
}
.logo {
	font-family: "Arial Black", Arial;
	font-size: 30px;
	color: #000000;
	padding: 15px;
	line-height: 30px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	vertical-align: top;
}
.aboutbg {
	background-image: url(graphics/bg_about.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px;
}
.lightgraybg {
	background-color: #F0F0F0;
}
.sidebar {
	background-image: url(graphics/sidebar-bear_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	vertical-align: top;
	background-color:#999999;
}
.header {
	background-color: #FFFFFF;
	padding: 10px;
}
.topMenuBullet {
	text-align: center;
	vertical-align: middle;
}
.newsbg {
	background-color: #F0F0F0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 10px;
}
.content {
	padding: 10px;
}
.contenttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-variant: small-caps;
	color: #000066;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-weight:bold;
}
.arrowlistmenu{
width: 174px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(/graphics/titlebar.jpg) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
text-decoration:none;
}
.menuheader a:hover{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
text-decoration:none;
}
.menuheader a:visited{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
text-decoration:none;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(/graphics/titlebar-active-bear.jpg);
color:#000000;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #000000;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 5px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #000000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #FFFFFF;
	background-color: #592E05;
}
#dropmenudiv{
position:absolute;
background-color: #6D4723;
border:1px solid black;
border-bottom-width: 0;
font-size:12px;
font-weight:bold;
line-height:18px;
z-index:100;
color:#FFFFFF;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#000000;
font-size:90%;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #592E05;
color:#FFFFFF;
font-size:90%;
}
ul.calendarBullets{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
li.calendarBullets{
	margin-bottom:5px;
	}

