@charset "utf-8";

/* CSS Document */



<style type="text/css"> 

<!-- 

body  {

	font: 100% Georgia, "Times New Roman", Times, serif;

	background: #FFF;

	margin: 15px 0px 0px 0px; /* 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;

}

#container {

	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background-image: none;

	background-repeat:none;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	border: none;

	text-align: left; /* this overrides the text-align: center on the body element. */

} 

#masthead {display: none;}

#footshovel {display: none;}

#dirtpile {display: none;}

#mastheadHH {display: none;}

#mastheadPrint {

	height: 160px;

	}

#topnav {

	display: none;

	}



a:link {color: #1A624A;}

a:visited {color: #93002E;}

a:focus {color: #93002E;}

a:hover { color: #93002E;} /* when mouse is over link */

a:active { color: #1A624A;} /* when link is clicked */





/*HOME STYLES */

#containerHome {

	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background-image: none;

	background-repeat:none;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	border: none;

	text-align: left; /* this overrides the text-align: center on the body element. */

} 



#navHH {display: none;}



#sidebar1home {

display: none;

}

#mainContentHome { 

	margin: 20px 20px 0px 20px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */

	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}

#mainContentHome h1{

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:26px;

	color: #000;

	font-weight:normal;

	}

#mainContentHome h2 {

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:20px;

	color: #000;

	font-weight: normal;

	}

#mainContentHome h3 {

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:14px;

	color: #000;

	}
#mainContentMember h4 {
	font-family:Verdana, Geneva, sans-serif;
	}
#mainContentMember h5 {
	font-family:Verdana, Geneva, sans-serif;
	}
#mainContentMember h6 {
	font-family:Verdana, Geneva, sans-serif;
	}
#mainContentHome p {

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:14px;

	line-height: 130%;

	}

table {

border-collapse: collapse;

}

tr {

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:14px;

}

#colorcode {

	border:#D5B255 solid 1px;

	margin-top: 75px;

	margin-left: 10px;

	}

#colorimage {

	position: relative;

	top: -27px;

	left: -10px;

	width: 138px;

	margin-bottom: -25px;

	z-index:6;

	}

/*END HOME STYLES */



/*MEMBER STYLES */



#mastheadMember {

	height: 160px;

	width: 970px;

	border-bottom: #93002E solid 5px;

	}

#containerMember {

	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background-image: none;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	border: 1px solid #000000;

	text-align: left; /* this overrides the text-align: center on the body element. */

} 

#mainContentMember { 

	margin: 0 30px 0 30px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */

	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}

#mainContentMember h1{

	font-family:Verdana, Geneva, sans-serif;

	font-size:26px;

	color: #1A624A;

	font-weight:normal;

	}

#mainContentMember h2 {

	font-family:Verdana, Geneva, sans-serif;

	font-size:20px;

	color: #1A624A;

	font-weight: normal;

	}

#mainContentMember h3 {

	font-family:Verdana, Geneva, sans-serif;

	font-size:14px;

	color: #1A624A;

	}

#mainContentMember p {

	font-family:Verdana, Geneva, sans-serif;

	font-size:14px;

	line-height: 130%;

	}

#sidebarMember {display: none;}

#sidebarMember h1{display:none;}

#sidebarMember h2 {display:none;}

#sidebarMember h3 {display:none;}

/*END MEMBER STYLES */



/*ADMIN STYLES */



#mastheadADMIN {

	height: 160px;

	width: 970px;

	border-bottom: #93002E solid 5px;

	}

#containerADMIN {

	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background-image: none;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	border: 1px solid #000000;

	text-align: left; /* this overrides the text-align: center on the body element. */

} 

#mainContentADMIN { 

	margin: 0 30px 0 30px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */

	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}

#mainContentADMIN h1{

	font-family:Verdana, Geneva, sans-serif;

	font-size:26px;

	color: #1A624A;

	font-weight:normal;

	}

#mainContentADMIN h2 {

	font-family:Verdana, Geneva, sans-serif;

	font-size:20px;

	color: #1A624A;

	font-weight: normal;

	}

#mainContentADMIN h3 {

	font-family:Verdana, Geneva, sans-serif;

	font-size:14px;

	color: #1A624A;

	}

#mainContentADMIN p {

	font-family:Verdana, Geneva, sans-serif;

	font-size:14px;

	line-height: 130%;

	}

#sidebarADMIN {display: none;}

#sidebarADMIN h1{display:none;}

#sidebarADMIN h2 {display:none;}

#sidebarADMIN h3 {display:none;}

/*END ADMIN STYLES */



#sidebar1 {

display: none;

}

.CollapsiblePanel {

display: none;

}



.CollapsiblePanelTab {

display: none;

}



.CollapsiblePanelContent {

display: none;

}

.CollapsiblePanelContent a {color: #93002E;	}

.CollapsiblePanelTab a:hover a:focus {color: #93002E;}

.CollapsiblePanelOpen .CollapsiblePanelTab {background-color: #FFF;}

.CollapsiblePanelClosed .CollapsiblePanelTab { /* background-color: #EFEFEF */}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {background-color: #FFF;}

.CollapsiblePanelFocused .CollapsiblePanelTab {background-color: #FFF;}



#sidebar2 {

display: none;

}

.SideBoxTop{

display: none;

	}

.SideBoxSmall {

display: none;

	}

.SideBoxSmall h1 {

display: none;

	}

.SideBoxSmall p {

display: none;

	}

.SideBoxBottom{

display: none;

	}

#mainContent { 

	margin: 0 20px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */

	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}

#mainContent h1{

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:26px;

	color: #000;

	font-weight:normal;

	}

#mainContent h2 {

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:20px;

	color: #000;

	font-weight: normal;

	}

#mainContent h3 {

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:14px;

	color: #000;

	}

#mainContent p {

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:14px;

	line-height: 130%;

	}

#footer { 

display: none;

}

#footerPRINT { 

	text-align: center;

	padding: 20px;

	height: 49px;

} 





#date{

display: none;

}

.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;

}

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */



/* 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

{

display: none;

}

/* 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

{

display: none;

}

/* 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

{

display: none;

}

/* 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

{

display: none;

}

/* Menu item containers are same fixed width as parent */

ul.MenuBarHorizontal ul li

{

display: none;

}

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */

ul.MenuBarHorizontal ul ul

{

display: none;

}

/* 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

{

display: none;

}



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



 DESIGN INFORMATION: describes color scheme, borders, fonts



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



/* Submenu containers have borders on all sides */

ul.MenuBarHorizontal ul

{

	border: none;

}

/* Menu items are a light gray block with padding and no text decoration */

ul.MenuBarHorizontal a

{

display: none;

}

/* Menu items that have mouse over or focus */

ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus

{

display: none;

}

/* Menu items that are open with submenus are set to MenuBarItemHover */

ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible

{

display: none;

}



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



 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

{

display: none;

}

/* 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

{

	color: #93002E;

}

/* 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

{

	color: #1A624A;

}

/* 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

{

	color: #1A624A;

}



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



 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;

	filter:alpha(opacity:0.1);

}

/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */

@media screen, projection

{

	ul.MenuBarHorizontal li.MenuBarItemIE

	{

		display: inline;

		float: left;

	}

}

<!-- ENDS SPRY ASSETS FOR MENU -->

--> 

</style><!--[if IE 5]>

<style type="text/css"> 

/* place css box model fixes for IE 5* in this conditional comment */

#sidebar1 { width: 191px; }

#sidebar2 { width: 142px; }

</style>

<![endif]-->