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_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;
}
#homeSCNCcontent{
	width:191px;
	height:342px;
	margin-left:15px;
	overflow-y : hidden;
	overflow-x : hidden;
}
#homePARKcontent{
	width:195px;
	height:342px;
	margin-left:15px;
	overflow-y : hidden;
	overflow-x : hidden;
}
#homeGWYcontent{
	width:194px;
	height:342px;
	margin-left:15px;
	overflow-y : hidden;
	overflow-x : hidden;
}
#homeBEARcontent{
	width:196px;
	height:342px;
	margin-left:15px;
	overflow-y : hidden;
	overflow-x : hidden;
}
.homeSCNC{
	background-image:url(graphics/home_scnc_2.jpg);
	background-repeat:no-repeat;
}
.homePARK{
	background-image:url(graphics/home_scp_2.jpg);
	background-repeat:no-repeat;
}
.homeGWY{
	background-image:url(graphics/home_gwy_2.jpg);
	background-repeat:no-repeat;
}
.homeBEAR{
	background-image:url(graphics/home_bear_2.jpg);
	background-repeat:no-repeat;
}
.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: #003300;
	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: #003300;
	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_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	vertical-align: top;
	background-color:#829B82;
}
.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.jpg);
}

.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: #003300;
}
#dropmenudiv{
position:absolute;
background-color: #336600;
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:#FFFFFF;
font-size:90%;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #003300;
color:#FFFFFF;
font-size:90%;
}

.home {
	background-image: url(graphics/home_bg.jpg);
	background-repeat: repeat;
}
ul.calendarBullets{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
li.calendarBullets{
	margin-bottom:5px;
	}
.homeFooter {
	background-image: url(graphics/home_bottom_footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 47px;
	width: 896px;
	padding-top:12px;
	font-size:14px;
	font-weight:bold;
}
