@charset "utf-8";
a:link {
	font-style: normal;
	text-decoration: none;
	color: #660000;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #00CC00;
	text-decoration: none;
}
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: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-image: url(images/pagebckgrnd.png);
	background-position: center;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #660000;
	background-color: #FFCC00;
}
td {
	margin: 0px;
	padding: 0px;
	border: 1px solid #660000;
}
tr {
	margin: 0px;
	padding: 0px;
}

table {
	margin: 0px;
	padding: 0px;
	border-color: #FFCC00;
}
a.maintext {
	color: #660000;
	text-decoration: underline;
}
.oneColFixCtrHdr p {
	padding-right: 2px;
	padding-left: 2px;
}




.oneColFixCtrHdr #container {
	width: 1000px;
	text-align: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: groove;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container #header #banner {
	background-image: url(images/banner.jpg);
	height: 45px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: groove;
	border-bottom-style: ridge;
	border-left-style: groove;
	border-top-color: #669900;
	border-right-color: #669900;
	border-bottom-color: #669900;
	border-left-color: #669900;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr  #container  #header  #marquee  {
	background-color: #660000;
	color: #FFFF00;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #660066;
	border-right-width: thin;
	border-right-style: groove;
	border-right-color: #660066;
}
.oneColFixCtrHdr #container #menubar {
	background-color: #FFFF00;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #660000;
	height: 18px;
}
.oneColFixCtrHdr #footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCC00;
	float: left;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	font-style: italic;
	font-weight: bolder;
	background-color: #FFCC00;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}

.oneColFixCtrHdr #header {
	background-color: #660000;
}

.oneColFixCtrHdr #header h1 {
	background-color: #FFCC00;
	margin-top: 5px;
	margin-bottom: 5px;
}
.oneColFixCtrHdr #container #mainContent li {
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(images/beaglebullet.gif);
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 5px;
	padding-left: 5px;
	border: 0px solid #660000;
	padding-bottom: 0;
	margin: 0px;
}
.oneColFixCtrHdr #mainContent h1 {
	background-color: #FFCC33;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: solid;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 2;
}


/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 13em;
	float: left;
	font-size: 9px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 13em;
	position: absolute;
	left: -1000em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 20em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #FFFF00;
	color: #333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-right-color: #CCCC33;
	border-bottom-color: #CCCC33;
	padding: 2px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #FFCC33;
	color: #660000;
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #FFCC33;
	color: #660000;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(file:///C|/Users/Jeff/AppData/Roaming/Adobe/Dreamweaver%209/Configuration/Temp/Assets/eam91BB.tmp/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(file:///C|/Users/Jeff/AppData/Roaming/Adobe/Dreamweaver%209/Configuration/Temp/Assets/eam91BB.tmp/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
.boxtext {
	padding: 2px;
}



.calendarmonth {
	font-weight: normal;
	color: #660000;
	background-color: #FFFF00;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	border-top-width: thin;
	border-top-style: groove;
}
.calendartext {
	font-size: 8pt;
}
.imageleft {
	float: left;
	margin: 2px;
	padding: 2px;
}
.imageright {
	float: right;
	margin: 2px;
}
.linktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #FFCC33;
}


.slideshow {
	padding-right: 10px;
	float: right;
	margin: 0px;
}
.spotlightheader {
	background-color: #FFFF00;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
}

.tablemarooncell {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	background-color: #660000;
	color: #FFFF00;
}

.titletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background-color: #FFCC33;
	border-right-width: thin;
	border-right-style: ridge;
	border-right-color: #660000;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #660000;
	padding-left: 2px;
	margin-bottom: 3px;
}
.yellowtext {
	padding-top: 2px;
	padding-left: 2px;
	color: #FFFF00;
}

#calendar {
	float: left;
	clear: none;
	overflow: hidden;
	background-color: #FFFFCC;
	height: 148px;
	background-image: url(images/370text.png);
	left: 0px;
	top: 0px;
	width: 370px;
}

#calendartable    {
	width: 370px;
	height: 250px;
	color: #660000;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: solid;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	position: relative;
	clear: none;
	float: left;
	background-image: url(images/370text.png);
	padding: 0px;
}
#contact {
	float: right;
	color: #660000;
	font-weight: bold;
}

#eventsnews {
	float: none;
	margin-left: 375px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #000000;
	position: relative;
	left: 5px;
	height: 280px;
	margin-right: 5px;
	background-image: url(images/370text.png);
}
#getbeagle {
	float: none;
	margin-left: 375px;
	margin-bottom: 5px;
	background-color: #FFCCCC;
	background-image: url(images/370text.png);
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #000000;
	position: relative;
	left: 5px;
	height: 250px;
	clear: none;
	margin-right: 5px;
	margin-top: 0px;
	padding: 0px;
}
#shownews {
	float: left;
	width: 370px;
	clear: none;
	background-color: #FFFFCC;
	background-image: url(images/370text.png);
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: solid;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	position: relative;
	left: 0px;
	top: 0px;
	height: 280px;
	overflow: hidden;
}

#toptext {
	background-image: url(images/370text.png);
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: solid;
	margin-top: 5px;
	width: 983px;
	border-top-color: #663300;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
	margin-left: 0px;
	margin-bottom: 5px;
}
.thumbnail {
	margin-right: 2px;
	margin-left: 2px;
}
.blinkingtext {
	text-decoration: blink;
}
.bignews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background-color: #00FF00;
	border-right-width: thin;
	border-right-style: ridge;
	border-right-color: #660000;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #660000;
	padding-left: 2px;
}
.imagecentre {
	float: none;
	margin: 2px;
	padding: 2px;
}
.oneColFixCtrHdr #container #footer p {
	font-weight: bolder;
	font-style: italic;
}
